Current location: Hot Scripts Forums » General Community » Script Requests » Auto link visit


Auto link visit

Reply
  #1 (permalink)  
Old 08-14-07, 11:55 AM
haz9119 haz9119 is offline
Disabled
 
Join Date: Aug 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Spin Auto link visit

Hi,
I need a script that automatically visits or opens the browser with a set list of links I give it
For example I'de like to save a bunch of URLS in a list I don't really mind what type whether its excel file, html you name it. Once I save the list the script goes in and reads the urls and opens them in the browser one after the other until the list is done and I can come and close all the opened browsers.
I need this because my xml sitemap generator does not make a sitemap automatically I have to visit the URL where it is located on all my sites for them to be created and thats a hassle.

Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 08-15-07, 03:46 PM
Boraan's Avatar
Boraan Boraan is offline
Coding Addict
 
Join Date: Jul 2007
Location: Clayton, NC
Posts: 292
Thanks: 0
Thanked 1 Time in 1 Post
It's also illegal depending on where you are. URL Aggregators are banned in most parts of the US and a few in Canada because of affiliate links being abused as well as PPC and PPV programs. Use is considered fraud. Also they have been used to harvest email addresses.

The sitemap for my website is database driven. I created a simple script where I just enter the urls and the description/title and the results are printed to the page. Also, because of the versatility, I created a "verify link" button in each entry where I just click and it opens in a new window.

For someone with multiple sites, I would create one database for all of my site links and just access the same script with different parameters for each site.

For example, say that you have five different sites, you can host the sitemap on just one site and access it from any of your sites like so.

http://url.com/cgi-bin/sitemap.cgi?siteid=sitename

If you want you can also embed that in a frame to keep the look like it's on the same site.

Also, it would be best if all the sites were on the same server. That way they would all have direct access to the database, otherwise your left to either create a database for each site, or worse yet, try some crude tunneling technique.
__________________
Dexter Nelson
Techdex Development & Solutions
========================
Internet Marketing For Programmers | Free Market Research in 15 Minutes or Less
My Software: Hotscripts Softpedia software.techdex.net

Last edited by Boraan; 08-15-07 at 03:46 PM. Reason: shorten the url string so it all shows.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 08-15-07, 03:54 PM
haz9119 haz9119 is offline
Disabled
 
Join Date: Aug 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Thankyou

thank you. i didnt know it was illegal. like i said i bought a xml sitemap generator which you place on a folder on each of your sites but its not automated unless you use "cron job" which my sites don't all have cause they are on different servers so i was going to visit each generator's generation page for example
http://wwww.site.com/generator/runcrawl.php for each site. but i like your idea

thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 08-16-07, 12:07 AM
Boraan's Avatar
Boraan Boraan is offline
Coding Addict
 
Join Date: Jul 2007
Location: Clayton, NC
Posts: 292
Thanks: 0
Thanked 1 Time in 1 Post
cron is nothing but another UNIX shell command. If you know a little about perl you can compile a program that will execute cron for you for all of your sites. You would have to have admin access to the server. Because it's a shell command you wouldn't be able to safely use database access.

If you want to know why, any of you who studied networking will know that you can't execute admin shell commands using public rights, and you can't execute server commands using a private shell one the same machine, (once a port is occupied, it's occupied and locked).

Anyway, a simple script, cgi, php, or whatever you prefer will do nicely for the interface. You definitely do NOT want that on your scripts or cgi-bin directory for some happy-go-lucky hacker to have at your system. I would recommend a local server like IIS or something to host it on and just send the commands to the server using your admin qualifications.
__________________
Dexter Nelson
Techdex Development & Solutions
========================
Internet Marketing For Programmers | Free Market Research in 15 Minutes or Less
My Software: Hotscripts Softpedia software.techdex.net
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #5 (permalink)  
Old 08-16-07, 12:47 PM
haz9119 haz9119 is offline
Disabled
 
Join Date: Aug 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
thank you! that was quite a lesson. I will run this by the master webdesigner who is more familiar with the scripts you mentioned than I am.

Thank you!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Club2Share.com - Link exchange with Active Site 20000+ Members Club2share.com Traffic Exchange 1 12-20-06 11:17 PM
Six Sites Exchanging Links! - PR3+ Web Hosting, Web Design, Entertainment & Career coffeecoder General Advertisements 0 10-10-05 01:52 AM
Free Link Exchange Program JC3 General Advertisements 0 09-30-05 01:02 PM
Link Exchange JC3 General Advertisements 0 09-22-05 05:29 PM
Xml / Dom / Css Mark_SC.SE JavaScript 0 06-29-05 09:05 AM


All times are GMT -5. The time now is 01:12 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.