Adding Your Website To Google - How to register with google

Pages: 1, 2, 3
free web hosting

Read Latest Entries..: (Post #25) by LooneyMapleStory on Aug 12 2008, 08:00 PM. (Line Breaks Removed)
Hey can you make a TUT with CODEHi 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. Thanks!
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > CONTRIBUTE > Tutorials

Adding Your Website To Google - How to register with google

shadowx
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
Very useful. Thank you.

Reply

street
Thanks for the guide on adding your website to google i think i will add mines now.

Reply

flopadmi
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
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
Thanks for all the positive comments! Im glad it helped, with any luck we can all enjoy more traffic now!

Reply

eviljoints
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
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 biggrin.gif

Reply

saikutsi
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 sad.gif 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 happy.gif cya

Reply

shadowx
You can pm me, yes, but i dont give out my email address on the internet ph34r.gif

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

LooneyMapleStory
Hey can you make a TUT with
CODE
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.
Thanks!

Reply

autum
very splendid information. thanks to share this..........................

Reply

anwiii
you don't need a signature. i have never used a signature. what you can do though is become a member of http://www.trap17.com/forums

then you want to find the topic that is most relevant to your own website and post something informative and usefull. try to add some keywords within your post tht is relevant to the thread you are posting in but most importantly, the keywords you have chosen for your own website

add your link to your website at the bottom of your post without a signature. the code should look something like this....
a href="http://yourdomain.com">for more information about KEYWORDSKEYWORDSKEYWORDS - click here</a
(insert "<" before the code and ">" after the code to make your link clickable)
what this does is your link wont show your web address but only your keyword string that was relevant to the thread you posted in and your website

after you submit your post on trap, wait 5 days. you'll see that google has already found your site. now getting top placement for specific keywords is DIFFERENT than having google recognizing your site. but this is one of the fastest and easiest.ways i know to get indexed by google

if there is no thread that relates to your website, post your site in the website reveiw section the same way i outlined. give a description of your site and post your link at the bottom for others to reveiw. google will pick it up within 5 days.

now alot of people this it's so important to just be indexed and crawled by google. it's not. what's more important is ranking high with specific keywords. just getting indexed is sometimes just as bad as not being in any search engines at all. the ONLY way others will know about your site is if you rank high with certain keywords that are relevant to your site. this is tough to do if one doesn't know how

but now at least i've shown the easiest and one of the quickest ways for google to find you your main page. if you want google to find all your pages, then create a site map and create a link to your site map on your main page. google will crawl and index all your pages as long as your site map is organized and no dead links to other pages so check your spelling always.


QUOTE(iGuest-aguilera20 @ Jul 14 2008, 05:33 PM) *
How Do I Place A Signature So I Can Get Listed?

Adding Your Website To Google
<a href=http://www.trap17.com/forums/index.php?showtopic=49186&view=findpost&p=353551>Replying to anwiii</a>
I read your info on and found it to be better than anything I've seen.

How do I place a signature on Trap17, I am really trying to get my website

Listed with google. Starting to get depressed, please help!

Hope you get this query.
-question by aguilera20


Reply

navime22
this is very helpful indeed like for me who are still learning how to make an effective websites. i'll make sure your post will not be wasted. thanks again!

Reply

iGuest
registring website with google
Adding Your Website To Google

Hello

I am thinking out of some part time income.
Thus I am purchasing a google adsense package?

Its said that I will get a website,and that I have to register with google.

Can you Please tell me how it can be done?

Is it free?


-question by chetan

ADMIN REPLY
=============================

Everything is FREE. You need not buy any program as such to have your website.

You can sign-up for a FREE Website at www.qupis.com OR post at this FORUM (Trap17.com) and get Free Hosting for your website.

Signup at Google Adsense program after you build your website.
http://www.google.com/adsense
(The best money making online opportunity open to everyone. This page which you are viewing is sponsored by Google Adsense advertisements.)

For Domain Registration, You can get it done cheap at http://www.xidomains.com OR buy a FREEDOM Package at ComputingHost.com here.
http://www.computinghost.com/web-hosting-freedom-plans.html (Easy Registration + Hosting)

ComputingHost: http://www.computinghost.com

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Pages: 1, 2, 3
Recent Queries:-
  1. registering a website on google - 9.89 hr back. (1)
  2. how to register website with google - 10.66 hr back. (1)
  3. register website on google - 12.50 hr back. (1)
  4. registering my site on google - 19.27 hr back. (1)
  5. google site register - 19.79 hr back. (1)
  6. register website with google - 12.36 hr back. (2)
  7. how to register a website with google - 23.05 hr back. (2)
  8. registering my site with google - 23.90 hr back. (1)
  9. registering your website with google - 24.09 hr back. (1)
  10. how to register your website with google - 27.41 hr back. (1)
  11. google website register - 29.33 hr back. (1)
  12. register a website with google - 2.75 hr back. (4)
  13. register web address with google - 38.84 hr back. (2)
  14. register a site on google. - 40.78 hr back. (1)
Similar Topics

Keywords : adding, website, google, register, google

  1. My First Website
    Where can i find useful web page templates? (3)
  2. Adding Flash Music Player To Home/any Page
    How-to (put any song you want!!!) (4)
    Want to put music on all pages (near the top)? Want any song you want? Well heres how! Place the
    following IN PLACE of the tag (paste in while thats highlighted. The text in red you HAVE to
    replace with the song url. The text in green is OPTIONAL (whether you want it to autostart or not.
    Right now it doesnt, if you want it to replace no with yes.) Of course place this in Admin
    Cp>>>Skinning and Styles>>>Board Wrappers>>>Header and Body QUOTE REPLACE THIS
    WITH YOUR SONG URL &autoStart= no " /> src="http://www.podbean.com/podcast-au....
  3. How To Setup A Website After Your Forum
    (3)
    This tutorial is about how to setup a website after you have setup a forum. That means, you have a
    forum, and are wanting to add a website. This tutorial will show you how to create the website in
    your root directory(Example: http://domainname.com) , while your traffic gets redirected to your
    forum while you are creating it, until you're ready for guests to see it. This method is
    opposed to setting it up in another directory, then moving it(particularly more time consuming if
    you're site is PHP based). First of all, you are going to want to setup a redirect ....
  4. 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'....
  5. 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....
  6. 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....
  7. 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....
  8. 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 ....
  9. 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....
  10. 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 ....
  11. 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" />....
  12. 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....
  13. 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....
  14. 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....
  15. 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....
  16. 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....
  17. 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 ....
  18. 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.....
  19. Making Winrar Archives
    and adding password to winrar archives (13)
    **** 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....
  20. 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&....
  21. 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....
  22. 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.....
  23. 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=....
  24. 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&#....
  25. 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....
  26. 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 ....
  27. 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....
  28. 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 ....
  29. 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....
  30. [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....

    1. Looking for adding, website, google, register, google

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for adding, website, google, register, google

*MORE FROM TRAP17.COM*
Similar
My First Website - Where can i find useful web page templates?
Adding Flash Music Player To Home/any Page - How-to (put any song you want!!!)
How To Setup A Website After Your Forum
Creating Navigation For Html Websites - Have a common navigation menu for the whole website!
Create A Google Seach Result Page Embed Within Your Site Page.
Css Scroll Bar Styles - Change the color of your website scrollbar!
Adding An Aef Forum To Snews Cms - "almost" integrated
Making A One Page Does All Website In Phph
Adding Data To A Database And Displaying It Later - Using Forms, PHP and MySQL
Download Videos From Sites & Convert It. - especially sites like youtube, google etc...
How To Install An Openoffice Dictionary Manually - adding the new dictionary by yourself
Advanced Google Searching - bend google like a ruler!
Custom Bbcode Tags In Smf - adding extra tags in a Simple Machines Forum
Checking Dns Settings For Website - DNS Setting, Ping, Whois, Dnsreport etc
Configuring Dns Settings For Website - Nameserver, A-Address, DNS configuration
Introduction To Templating - Templating your website with PHP
Not To Be Banned By Google - Take care that your site is not banned
Adding Ur Own Files On Send To - Windows xp
Making Winrar Archives - and adding password to winrar archives
Centered Website With Two Columns - CSS
Centered Website With Fixed Width - ...begginers lesson...
Secure The Email Addresses On Your Website! - Wonderful script and useful! And working
How To Edit Your "index Page" - Adding new pages?
E-mail Mailer Script 0.1 - useful for website visitors
How To Block Google Web Accelerator - from caching your pages
Parking Domains - howto on adding a purchased domain to your account here
Making A Website - Also Some Dos and Don'ts
Php/mysql Login/register - Tutorial for login with databases.
Moving And Adding Shortcuts To Your Start Menu - Tutorial for newbies
[tutorial] Skinning Your Site - a tutorial on how to skin your website
advertisement



Adding Your Website To Google - How to register with google



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE