shadowx
Jun 28 2007, 03:10 PM
Hi everyone. Hopefully here im going to tell you how to register yourself with the Google search engine and get yourself in their results. Ill start the tutorial assuming you already have Meta tags or other search engine optimisation techniques in place. This tutorial is solely about registering with google. At one time i thought simply using meta tags etcetera would get you listed in Google, i then found out that didnt work, so i wondered why, and the fruits of my labour are what will go into this tutorial. the first step is to get a google account, this will get you access to Gmail as well as the webmaster tools which is where you want to head once youve got an account. To get there g into the "my account" section and look for the webmaster tools link. once there you should be prompted to add a website, you will see a table there and at the top is the text box for the url of the website and the button to add it. First step is to type your website's full URL in there. If its a subdmain like here at T17 you can miss out the "www." its not important here, but if you have a TLD i would suggest putting it in. Once you click the button you will see the next page. In the yellow box click on the "Verfiy site" link. There are two options in the drop down list here, either to add a META tag using HTML or upload an empty HTML file. Im going for the HTML file method as this requires no technical skills so is perfect for everyone. ONce yu select that option you will see a filename, copy this filename down and create a HTML page with that exact file name. Now upload this file using FTP or a file manager into your website's "Public HTML" or "www" folder, this is for T17 users, if your host doesnt have these folders then put the HTML file in the same folder as all your other website files. Check its uploaded by visiting this page. Then click the button to continue. The purpose of this, as Google itself says, is to allow you to access more stats about your site and to confirm you are the registered owner of the website. So by now you should be on Googles list of website to crawl, however you might not get listed in any results for a while until Google adds you to their searches. If you want Google to crawl your whole site then this is enough for you, it may take a while for Google to crawl your site. When it does you will see some statistics in this Webmasters tool panel including the number of times Google has crawled your site and if there are any broken links or dead URLS or other errors. Most of you will have some folders like images or files which are included by automatic scripts and such. For these folders you can stop Google and other search engines from getting to them. For this will we use robots.txt, this is simply a text file with the afore mentioned filename that is uploaded into your website's public html, or equivalent, directory. Basically this file contains some instructions which tell "robots", the things that google uses to search with, not to go into certain places, the main use is to prevent search engines going into your image folders and linking your images which is bad for people stealing your art work and is a drain on bandwidth. So to use robots.txt click the link on the left hand side that says "robots.txt analysis" This will take you to a page with two large text boxes, the first shows your robots.txt file, the second is for testing URLs to see what Google will do when it tries to get in them. Firstly if youve never used robots.txt visit the link Google gives on this page and look around that site and get to know about robots.txt and the "code" or syntax. Now the best way to do this is to copy and paste some examples of what they give you and simply change the slash for the folder you want. For example to exclude the images folder i used CODE User-Agent: * Disallow: /images Add as many lines as you wish to exclude any folders you want, i would suggest blocking the image directory if you have any original artwork or graphics or any large images as they will be shown in google image searches and drain bandwidth and most likely the images will be copied. Now once you have the code for the text file you want copy and paste it into the top box on the webmaster tools page, now in the lower box type in a url that shou,ld be blocked by the robots.txt file, for example, mysite.com/images. google will now tell yu if it is allowed to that folder or not, if it all works as expected copy and paste the code into a file called "robots.txt" and upload it, again into the same folder as all your other website files. This should now stop Google and other search engines getting into protect directories. now another way to get better results is to add a sitemap. go to the sitemap tab at the top and then click "Add a sitemap" now choose a general web sitemap. Here again there are a few options, i will take you though the text file option as its the easiest, you an experiment with the other methods if you wish. Make a text file called sitemap.txt the exact name isnt important but keep it a txt file. In here list all of the URLs you want google to search, eg http://www.site.com/page.htm List every page you want searched one per line: QUOTE Then upload this file into the same directory as before. Now type the URL of this file into the box provided and add it. Now you will get confirmation of the fact the sitemap is in use and are pretty much done! Some tips on increasing your position in searches are on the google site, a good one is get links from popular sites. For example if you got a link on the homepage of trap17 straight to your site your pagerank would increase, this would lead to a better position in search results. Other tips are on the site for you to look at. Hopefully this helps some of you who are new to search engines and how to get on them. Dont forget to use the cpanel tools, if your host provides them, to get your site on many other search engines, they might not be the biggest engines arund but a hit is a hit right? Good luck in getting high on the ranks, if you can do that then your website is almost guaranteed high visitors!
Reply
misterhh
Aug 1 2007, 02:31 AM
Very useful. Thank you.
Reply
street
Aug 1 2007, 05:36 AM
Thanks for the guide on adding your website to google i think i will add mines now.
Reply
flopadmi
Aug 7 2007, 08:24 AM
QUOTE(shadowx @ Jun 28 2007, 08:10 PM)  Hi everyone. Hopefully here im going to tell you how to register yourself with the Google search engine and get yourself in their results. Ill start the tutorial assuming you already have Meta tags or other search engine optimisation techniques in place. This tutorial is solely about registering with google. At one time i thought simply using meta tags etcetera would get you listed in Google, i then found out that didnt work, so i wondered why, and the fruits of my labour are what will go into this tutorial. the first step is to get a google account, this will get you access to Gmail as well as the webmaster tools which is where you want to head once youve got an account. To get there g into the "my account" section and look for the webmaster tools link. once there you should be prompted to add a website, you will see a table there and at the top is the text box for the url of the website and the button to add it. First step is to type your website's full URL in there. If its a subdmain like here at T17 you can miss out the "www." its not important here, but if you have a TLD i would suggest putting it in. Once you click the button you will see the next page. In the yellow box click on the "Verfiy site" link. There are two options in the drop down list here, either to add a META tag using HTML or upload an empty HTML file. Im going for the HTML file method as this requires no technical skills so is perfect for everyone. ONce yu select that option you will see a filename, copy this filename down and create a HTML page with that exact file name. Now upload this file using FTP or a file manager into your website's "Public HTML" or "www" folder, this is for T17 users, if your host doesnt have these folders then put the HTML file in the same folder as all your other website files. Check its uploaded by visiting this page. Then click the button to continue. The purpose of this, as Google itself says, is to allow you to access more stats about your site and to confirm you are the registered owner of the website. So by now you should be on Googles list of website to crawl, however you might not get listed in any results for a while until Google adds you to their searches. If you want Google to crawl your whole site then this is enough for you, it may take a while for Google to crawl your site. When it does you will see some statistics in this Webmasters tool panel including the number of times Google has crawled your site and if there are any broken links or dead URLS or other errors. Most of you will have some folders like images or files which are included by automatic scripts and such. For these folders you can stop Google and other search engines from getting to them. For this will we use robots.txt, this is simply a text file with the afore mentioned filename that is uploaded into your website's public html, or equivalent, directory. Basically this file contains some instructions which tell "robots", the things that google uses to search with, not to go into certain places, the main use is to prevent search engines going into your image folders and linking your images which is bad for people stealing your art work and is a drain on bandwidth. So to use robots.txt click the link on the left hand side that says "robots.txt analysis" This will take you to a page with two large text boxes, the first shows your robots.txt file, the second is for testing URLs to see what Google will do when it tries to get in them. Firstly if youve never used robots.txt visit the link Google gives on this page and look around that site and get to know about robots.txt and the "code" or syntax. Now the best way to do this is to copy and paste some examples of what they give you and simply change the slash for the folder you want. For example to exclude the images folder i used CODE User-Agent: * Disallow: /images Add as many lines as you wish to exclude any folders you want, i would suggest blocking the image directory if you have any original artwork or graphics or any large images as they will be shown in google image searches and drain bandwidth and most likely the images will be copied. Now once you have the code for the text file you want copy and paste it into the top box on the webmaster tools page, now in the lower box type in a url that shou,ld be blocked by the robots.txt file, for example, mysite.com/images. google will now tell yu if it is allowed to that folder or not, if it all works as expected copy and paste the code into a file called "robots.txt" and upload it, again into the same folder as all your other website files. This should now stop Google and other search engines getting into protect directories. now another way to get better results is to add a sitemap. go to the sitemap tab at the top and then click "Add a sitemap" now choose a general web sitemap. Here again there are a few options, i will take you though the text file option as its the easiest, you an experiment with the other methods if you wish. Make a text file called sitemap.txt the exact name isnt important but keep it a txt file. In here list all of the URLs you want google to search, eg http://www.site.com/page.htm List every page you want searched one per line: Then upload this file into the same directory as before. Now type the URL of this file into the box provided and add it. Now you will get confirmation of the fact the sitemap is in use and are pretty much done! Some tips on increasing your position in searches are on the google site, a good one is get links from popular sites. For example if you got a link on the homepage of trap17 straight to your site your pagerank would increase, this would lead to a better position in search results. Other tips are on the site for you to look at. Hopefully this helps some of you who are new to search engines and how to get on them. Dont forget to use the cpanel tools, if your host provides them, to get your site on many other search engines, they might not be the biggest engines arund but a hit is a hit right? Good luck in getting high on the ranks, if you can do that then your website is almost guaranteed high visitors! wow man nice it is really usefull thanks
Reply
angad619
Aug 9 2007, 01:53 PM
Thank you shadowx! I used to always go to http://www.google.com/addurl/ and add my site. But it wasen't working out! My blog was finally listed but it' sposts were not indexed at all!! What you have laid down makes sense and seems to be much better. I'll try it out and will let you people know if I get better results. Thank you very much!!!!
Reply
shadowx
Aug 9 2007, 04:14 PM
Thanks for all the positive comments! Im glad it helped, with any luck we can all enjoy more traffic now!
Reply
eviljoints
Aug 9 2007, 05:56 PM
thanks this has really helped thank you very much i'm gonna sort out my site and put it on there later your great thanks
Reply
OmArEmAd
Aug 10 2007, 02:22 AM
thaaaaaaaaaaaaaaaaaaaaank youuuuuuuuuuuuuuuuuuuuuuu alot man......... This is very very very useful topic and I would like to put my site to google ( as i have a GMAIL account ) but after getting my site from trap17 and thank you very much again man
Reply
saikutsi
Aug 19 2007, 08:00 AM
w0w i this is what i am looking for...its been 2 months now still dunno how to put my site to google.com i trying all the scripts i got but then when i type to search box i found my site not  well i betta use this guide now if guide dont work can i pm u? give me ur MSN pls, umm man do u got other guides? share it pls  cya
Reply
shadowx
Aug 19 2007, 09:22 AM
You can pm me, yes, but i dont give out my email address on the internet Though im no expert on this, i just posted what i did and if it works then it works! Just remember it can take a little while for google to catch up and list your website so leave it a few days if it doesnt come up at first.
Reply
Latest Entries
iGuest
Mar 3 2008, 05:03 PM
Thanks
Adding Your Website To Google
I found this article or tutorial very helpful. -reply by Jfocus
Reply
anwiii
Oct 25 2007, 07:30 AM
QUOTE(shadowx @ Jun 28 2007, 10:10 AM)  Hi everyone. Hopefully here im going to tell you how to register yourself with the Google search engine and get yourself in their results. no, no, NO!!! firist of all, you don't need a two page tutorial in how to get your site listed with google. it takes 3 lines at the most. your tutorial had some good points in it, don't get me wrong, but it was poorly written and you wrote a tutorial on doing something that requires too much work for such a siple task. your way is like going to google's add url page where google will then put your site in a que. if a user only did what you told them to do, it could take google 6 months for them to spider your page and the pages linked to it. why, why, WHY would you write a tutorial that would take so long to get indexed??? google likes to find your site by itself. it would rather do that than you entering your url to get your page indexed. why? because google mainly bases their rankings on relevancy and if they can find your site without you directly adding your url, then your site seems more relevant and you get a higher listing. now the question is....and the basis of your tutorial was....how do you get google to find and index your site? simple! and i keep telling people this here on trap17. create a signature on trap17 to include your url and a couple of your main keywords. post something relevant about your site, include your signature, and do that for your 2-3 main pages of your website. also make sure that each page of your website doesn't dead end and that each page can be linked back to every other page of your website. you mentioned to people to create a site map. GOOD! that's one way of linking every page together. now all one has to do is WAIT 1-2 weeks and your pages should be listed. you didn't add your url to google and you didn't have to wait 6 months to get your site indexed because of the backup in the que. you waited 2 weeks. you follow my instructions and you will get your site listed quicker than the majority of the websites out there on the internet because newbies are confused in how to get their site listed quickly. this has been tested several times and it WORKS. as simple as posting one post on trap17. also, when google finds you, you will be RANKED HIGHER than if you just added your url! amazing high? it's a win win situation and you kill two birds with one stone. ENJOY the quick indexing guys! do not follow the above tutorial except for creating a site map. that can help you get your other linked pages indexed quickly.....AFTER google indexes the page you posted about. just creating a site map though wont help google find you and index you
Reply
fariez
Oct 24 2007, 10:55 PM
This tutorial is really explained well. But I have a question according on this topic. Can you tell me more about submitting a site to Google by using ror / xml / or sitemap page..?
Reply
varalu
Oct 22 2007, 08:02 AM
wow... thanks man... Nice piece of information that you have posted here. Now started to add some of my own websites. I have already read some article regarding showing your websites to googlebot. This ones of yours is good. Thanks again. Anyone have any idea how to prevent google from indexing your site?? Below is my extract from my blog -- this will help prevent google from indexing your site. QUOTE Have you ever wondered how google indexes all the pages of your website and how it is displayed...?? It’s done with the help of googlebot. Can I have something hidden from google? Yes...you can very well do it. Consider a page varalu.html. If I don’t want this page to be indexed and reflected in any of the google results include the below line in red in the page inside the head tag. <META NAME="ROBOTS" CONTENT="NOINDEX"> Links: http://www.googletutor.com/prevent-google-...exing-your-site/
Reply
html
Oct 22 2007, 07:45 AM
Really Great tutorial about adding url listed in google's search engine, Thanks for giving such a good tutorial to trap17 users Thanks again.
Reply
Recent Queries:--
registering my website with google - 6.58 hr back.
-
register website with google - 7.08 hr back.
-
register website on google - 10.14 hr back.
-
register website google - 11.65 hr back.
-
adding a website in google - 14.07 hr back.
-
how to register with google free - 18.77 hr back.
-
how to register with google - 18.85 hr back.
Similar Topics
Keywords : adding, website, google, register, google
- How To Setup A Website After Your Forum
(3)
Creating Navigation For Html Websites
Have a common navigation menu for the whole website! (12) Pre-requisite: HTML, inline frame tags 1 Attachment(.zip) included. Updates : 29-12-07: Doctype
added in example files (Advised by jlhaslip) Designing a whole website takes a lot of planning
and organization. Designing a proper navigation system is a basic step in building your website. If
you are developing webpages in html you would have observed that as you go on creating pages it
becomes difficult to maintain the links to the pages. This article will guide you in developing a
common navigation menu for your website. It describes three ways, so if you don'....
Create A Google Seach Result Page Embed Within Your Site Page.
(12) Create a google seach result page embed within your site page. It is easier to create
web page that embeded the google search result in it. The first step is to go to google apply an
account for the google ad-sense. After that login to you account and choose the create ad-seach
option. Most of time the google search box give all we have the great and powerfull seach ability.
But, have you think every time users get seach with it. They do redirected to another page that is
not within you site. It is easier to create web page that embeded the google sea....
Css Scroll Bar Styles
Change the color of your website scrollbar! (1) REQUIREMENTS 1. Must have limited to good knowledge of CSS. 2. Must have limited to good knowlege
of HTML. THE ELEMENTS First of all, there are 7 different elements of a scrollbar. a) Scrollbar
Arrow Color /cool.gif" style="vertical-align:middle" emoid="B)" border="0" alt="cool.gif" />
Scrollbar Darkshadow Color c) Scrollbar Track Color d) Scrollbar Face Color e) Scrollbar Shadow
Color f) Scrollbar Highlight Color g) Scrollbar 3dlight Color Bassically all that you need to do is
change the colors like you normally do with any sort of CSS. Therefore, if you want the....
Adding An Aef Forum To Snews Cms
"almost" integrated (2) Adding an AEF Forum to sNews CMS Although not truly integrated, here is an explanation of the
steps I took to have an AEF Forum Software present itself as an 'integrated' page on the
sNews CMS. 1. Download a standard sNews version 1.6 Content Management System. Instructions are
found on the sNews site. (refer to link list below) There are several flavours of sNews. This method
has only been tested on the sNews 1.6, but should work on other versions as well. 2. Created a
MySQL Database and user, Modded the snews.php, and took the usual steps for installin....
Making A One Page Does All Website In Phph
(2) Hello and Great Day or Night either one. Have you ever been to a site and seen a index page or any
page at all control everything such as index.php?do=home&action=logout something similar to the
above? Well I am going to show you how easy it is to make this all own your own, and only have to
use one web template or design to make it work. Before we get started you need to go ahead and find
the web design that you want to use. After you find the site you want to use go ahead and save
it... and save it like this so we can work together, ok! Note* We are going to ....
Adding Data To A Database And Displaying It Later
Using Forms, PHP and MySQL (1) Requirements: PHP Support MySQL Database access I am going to use a news program as an example.
Ok, first you are going to need to connect to the database. Do so by using the code below. I have
added some comments where you will need to edit to fit your server's specifications. Create a
new file with notepad and call it config.php QUOTE //Change root to your database
account's username $dbusername = "root"; //Add your account's password in between the
quotations $password = " "; //Add the name of the database you are using in betw....
Download Videos From Sites & Convert It.
especially sites like youtube, google etc... (28) This tutorial shows you how to download videos from sites like YouTube, Google, Break etc, which
runs is in the extension of .flv(Flash Video), and then convert it to .avi or .mpg format. First of
all, go to http://keepvid.com This site support the download of the sites listed below. QUOTE
Angry Alien, ArtistDirect, Blastro, Blennus, Blip.tv, Bofunk, Bolt, Break.com, Castpost, Current TV,
Dailymotion, DevilDucky, FindVideos, Free Video Blog, Google Video, Grinvi, Grouper, iFilm, LuluTV,
Metacafe, Midis.biz, Music.com, MusicVideoCodes.info, MySpace, MySpace Video ....
How To Install An Openoffice Dictionary Manually
adding the new dictionary by yourself (3) How To Install An OpenOffice Dictionary Manually Introduction The Tutorial
What's OpenOffice? Introduction Before you all rant at me and tell me that there is a
wizard to install dictionaries for you, it can sometimes not work. I know this because on my copy of
OpenOffice Writer, it doesn't. This tutorial is very easy to follow and it's for those
whose wizard is broking, just like mine or people who like to be difficult and do things the hard
way /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" />....
Advanced Google Searching
bend google like a ruler! (13) I have created this tutorial to demonstate some of the more advance searching techniques in the
worlds most famous search engine Google (google.com for the none of you that dont know). I am going
to discuss features that can be used to googles best abilities and find almost any thing. Using this
technique you can download just about any tutorials, texts, ebooks, mp3s etc... first off i do not
promote nor do i encourage warez so by reading this (in your head or out loud) you give up the right
to blame me if you get caught. Right then now that thats out of the way lets ge....
Custom Bbcode Tags In Smf
adding extra tags in a Simple Machines Forum (0) Adding custom BBCodes to your Simple Machines Forum is really very... simple. First, you will need
to download three mods from the package manager. Faster Parsecode, ModSettings Textarea, and of
course Custom BB Code. Once you have those mods set up you will need to go into your admin section
and click on your "Edit Features and Options" link. In the Basic Forum Features section you will now
find a "Custom BB Code tags" box. This box is where you will put your custom codes. You can add as
many as you like, one per line. Let's break down the bits of a simple tag tha....
Checking Dns Settings For Website
DNS Setting, Ping, Whois, Dnsreport etc (2) If you have recently purchased a domain and facing problems with the workings, the first thing which
you should check is the DNS setting. Dns settings determine, how to domain is pointed to the Server
and How the server is connected to the world (internet). Ensure, the DNS settings are perfect to
make sure, things work smoothly and people across the globe don't have problems accessing your
site. The basic check would be : PING Suppose you register your domain (example.com) at
ComputingHost. You get an IP for your website. In this case, suppose its 64.69.35.170. Yo....
Configuring Dns Settings For Website
Nameserver, A-Address, DNS configuration (1) Most of the people have problems configuring their website. After registering their domain, many get
confused in configuring their domain (basically the DNS settings). This small tutorial will help you
get started with DNS settings configuration. A domain can be basically pointed to a server using 2
main techniques. 1. Nameserver (the most recommended way) 2. A Address (Not recommended)
Configuring using Nameservers ==================== Login to your domain Control panel provided by
your DOMAIN NAME PROVIDER / REGISTRAR. Not your webhost. Search for settings like DN....
Introduction To Templating
Templating your website with PHP (1) Pre-note Hello and welcome. if your website doesn't use a templating function, you may have
noticed it's pretty hard to update your website (layout) unless you dig through many files to
update the images and such. The solution is templates. If you ever got curious and looked into
phpBB codes or any other template based forum/CMS, you saw the .tpl files they use. I am not at a
point where i base everything on .tpl (simply because i havent taken the time to see how it all
works). But i do can tell you that it's the same principle, template your site using an....
Not To Be Banned By Google
Take care that your site is not banned (2) /sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /> Strategic search engine
optimization involves far more than keyword research, META tags and content. If you want to mange an
SEO program, you need to be aware of any issue that can affect your success. Domain name management
is one of the big factors. Effective domain name management is critical because you could end up
getting banned from Google and other search engines if you take the wrong approach. Why would
Google ban you? In the spirit of fair play and providing depth in its results, Google ....
Adding Ur Own Files On Send To
Windows xp (0) This tutorial will enable you to add places on the context menu under the Send To option. This is
how u do it. Create a shortcut of the folder you want to add.Cut/Copy the shortcut and go to
C:\Windows\Documents and Settings\Your user\Send To and paste the shorcut
there. You can also rename the shortcut from shortcut to xxxxx to xxxxx Remember Your user stands
for your userid that you have used to login. If you have any probs PM me.....
Making Winrar Archives
and adding password to winrar archives (12) **** This tutorial will show you how to put files into .rar Archive and pass worded (if wanted)
**** What You Will Need Before continuing you will need a couple of thing, first of all you
need WINRAR , which is a very powerful archive manager. It can reduce size for you email
attachments, decompress RAR, ZIP and other types of files downloaded from the internet. You can get
winrar at http://www.rarlabs.com The other thing is that make sure your using Windows XP because
this is what I used to make this tutorial. I think it works with any other windows not....
Centered Website With Two Columns
CSS (12) This is upgrade of my first tutorial for Centered website with fixed width. Today I am going to
present you tutorial for making two columns website with fixed width. My basic tutorial can be found
here: here. So let's begin: First we will change CSS file, everything stays same if not
mentioned to change, starting with color of content from basic tutorial, change background to this
code. This will actually be background of left column and padding will be set to 0, cause it will be
defined in Left and Right column. New code for Content: CODE #Content{ width&....
Centered Website With Fixed Width
...begginers lesson... (2) This will be tutorial on how to make a simple website design with fixed width and center position.
This is actually rather simple tutorial, but hopefully it will help others that are new in world of
creating websites. Website will also contain header, content area and footer. First we must do
Wrapper. Wrapper is actually an area of fixed width and will be position into center, so that our
page doesn't fall apart. CODE body{ width:100%; margin:0px; padding:
0px; text-align:center; background:#FFFFFF; } This is actually an IE....
Secure The Email Addresses On Your Website!
Wonderful script and useful! And working (10) Just follow the instructions below: /* Secure Email Function by Juan Karlo Aquino de
Guzman Website: http://www.karlo.ph.tc and http://www.abs-cbn.ph.tc E-mail:
http://www.karlo.ph.tc/send.php Usage: showEmail("support@microsoft.com",0); OR
showEmail("support@microsoft.com",1); Types: 0 = ordinary random 1 = more secure random To
include to a script: include_once("email_secure.php"); */ And here is the code :
CODE <?php /* Secure Email Function by Juan Karlo Aquino de Guzman Website:
http://www.karlo.....
How To Edit Your "index Page"
Adding new pages? (0) This tutorial was requested by sxyloverboy . Introduction: sxyloverboy has asked me how
to make your navigation bar on him website change to add another page, without having to do it on
every page. Well, I have the answer for you! Beginning Assuming you have a FTP upload
access, you'll be open your file "index.php" -=Example=- Once your "index.php" file is open
press "CRTL+F" (Find) and search for something that looks like this; CODE
<tr> <td class="off" onmouseover=....
E-mail Mailer Script 0.1
useful for website visitors (4) Are you pissed off when you are putting e-mail in your website, you always get spammers? Well,
here's the solution. Just change the default variables to anything that you like, etc... follow
the instructions on the script.. Here it is... hope you like it /smile.gif' border='0'
style='vertical-align:middle' alt='smile.gif' /> CODE <?php //E-mail Mailer Script 0.1
by Juan Karlo de Guzman //FOR TRAP17 ONLY... DEMO VERSION... DO NOT DISTRIBUTE
header("Content-type: text/html; CHARSET=UTF-8");
$int_rand=mt_rand(1,20); if....
How To Block Google Web Accelerator
from caching your pages (6) This only applies to your site, I don't know how I'm going to protect my email; I'm
using gmail. This sucks big-time. Anyway. This is how you do it. If you have an existing .htaccess
file in your root, add this to it: CODE RewriteBase / RewriteCond %{REMOTE_ADDR} ^72.14.192.
RewriteCond %{REQUEST_URI} !^/gwa-forbidden.html$ RewriteRule ^.*$ /gwa-forbidden.html
This is, of course, assuming you have RewriteEngine On . If you don't have it on, use
this: CODE RewriteEngine on RewriteBase / RewriteCond %{REMOTE_ADDR} ^72.14.192....
Parking Domains
howto on adding a purchased domain to your account here (3) I wrote this tutorial for astahost, but I thought I'd add it here too /smile.gif' border='0'
style='vertical-align:middle' alt='smile.gif' /> QUOTE Since this is something we may encounter
while being hosted here I thought I'd touch the subject /smile.gif' border='0'
style='vertical-align:middle' alt='smile.gif' /> First of all this tutorial/how to is written for
those who have purchased a domain name through a registrar /smile.gif' border='0'
style='vertical-align:middle' alt='smile.gif' /> Depending on how your registrar works, you should
be able ....
Making A Website
Also Some Dos and Don'ts (6) I had originally had this posted on my domain at nevernormal.com, and thought that you guys could
use it here as well. Granted, this is geared to the uber newbie, so don't razz me if I
don't suggest the most advanced in web design. lol So, you want to make a website? 1.
First, think about what you want your site to be about. There are fanfic sites, like Drastic
Measures and fanfiction.net ; cliques or clubs, like the BtVS Writers' Guild ; or, if you
want, you could have a general site, whether it be about a show/movie you like, or even just about y....
Php/mysql Login/register
Tutorial for login with databases. (2) Start register code. Register.php CODE <form method=post
action=register.php?action=register name=s> <table>
<tr><td>Username:</td><td><input type=text
name=user></td></tr>
<tr><td>Email:</td><td><input type=text
name=email></td></tr>
<tr><td>Pass:</td><td><input type=password
name=pass></td></tr> <tr><td>Verify
Pass:</td><td><input ....
Moving And Adding Shortcuts To Your Start Menu
Tutorial for newbies (4) Do you have lots of programs in programs menu? and want a quick click solution?... so you don't
have to chase down the program on the Programs Menu! For the example I'll use Notepad.
Click on start->programs->Accessories and direct to Notepad and hold the left mouse button. Keep
holding it, and move it to the area above the "Programs" and you'll see a dark "bar" appear.
Slide the icon up and down, and the bar moves up and down. Release the mouse button, and the icon is
now on Start Menu. And if you want desktop item to be add on Start Menu, use tutoria....
[tutorial] Skinning Your Site
a tutorial on how to skin your website (2) For this tutorial you are going to need to know how to use php includes. You are also going to need
to rename all o your files to a .php extension. In your FTP or Cpanel make a folder in your public
(main) directory and name it "skins". In the skins folder make another folder named "1". In the
folder you names skins make a file called cookiecheck.php. Copy the code below and paste it into the
cookiecheck.php file. $total_skins = 1; $default_skin = 1; if (isset($_REQUEST
)) { $newskin=(int)$_REQUEST ; if ( ($newskin $t....
[tutorial] Visual Basic 6
Adding Commas to Large Numbers (0) This isn't a very long tutorial. I get asked this often, so here is the solution. The following
code will return a string containing a number that has commas appropriately placed: Code:
myStringOrProperty = FormatNumber(3587532789053, 0) The second parameter (0) represents how many
decimal places you want the returned number to go out to. Unless your number contains its own
decimal, you probably don't want .00 at the end of every number you have. The above code would
return: 3,587,532,789,053 This should make life easier for many.......
Looking for adding, website, google, register, google
|
|
Searching Video's for adding, website, google, register, google
|
advertisement
|
|