borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (VB:  How do i POST to  HTTPS  with custom headers (referer, cookie))Next Topic (how to control ftp transfer (using wininet.dll)) New Topic New Poll Post Reply
AndreaVB Forum : Internet Applications : Registering sites
Poster Message
Pulky
Level: Guest


icon Registering sites

I need an aplication that registers a web site in google or yahoo, but I have no idea of doing it.

Please, can you help me?    

01-04-2003 at 04:45 PM
| Quote Reply
win_dir
Level: VB Guru

Registered: 04-08-2002
Posts: 390
icon Re: Registering sites

just add an Inet control then use the Execute method and put something like this:

Google.com
siteURL = "http ://www.msn.com"
Comments = "This is a portal website"
Inet1.execute "http ://www.google.com/addurl?q=" & siteURL & "&dq=" & comments & "&submit=Add+URL"


however yahoo.com doesn't seem to register sites for free anymore. Yahoo does however either use googles results or crawl automatically without the need to add your site, i know this because my site magically got on there.

BTW this isn't tested and its a while since i used the Inet control. DO NOT COPY AND PASTE THIS, i had to include some spaces in the urls to stop it turning it into a link.

[Edited by win_dir on 01-04-2003 at 05:27 PM GMT]

____________________________
We have a Mustek 5 M/Pix GSm@rt USB Digital Camera
for just £74.03 , offer only on until 30th February!

<AllDuck.com>      

Enquiries/Sales: 0845 430 9862
Fax: 0870 950 4532

01-04-2003 at 05:27 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
joeisaceuk
Level: Guest

icon Re: Registering sites

If you just wanna register your website with some serach engines, why not visit http://www.ineedhits.com/add-it/free/ Its free to about 30!

27-05-2003 at 07:32 PM
| Quote Reply
win_dir
Level: VB Guru

Registered: 04-08-2002
Posts: 390
icon Re: Registering sites

joeisaceuk, i think that "Pulky" is actually looking for  programmatical way of doing this, probably for a college or work project. Have you had any success with anything "Pulky"? BTW google offer an "API" you may want to look at, but i doubt it will be of much use to you.

____________________________
We have a Mustek 5 M/Pix GSm@rt USB Digital Camera
for just £74.03 , offer only on until 30th February!

<AllDuck.com>      

Enquiries/Sales: 0845 430 9862
Fax: 0870 950 4532

29-05-2003 at 02:16 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
AndreaVB Forum : Internet Applications : Registering sites
Previous Topic (VB:  How do i POST to  HTTPS  with custom headers (referer, cookie))Next Topic (how to control ftp transfer (using wininet.dll)) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder