View Single Post
  #16 (permalink)  
Old May 3rd, 2008, 17:31
CloudedVision's Avatar
CloudedVision CloudedVision is offline
Nerdy Moderator
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 942
Blog Entries: 8
Thanks: 2
Thanked 22 Times in 22 Posts
Send a message via AIM to CloudedVision Send a message via MSN to CloudedVision Send a message via Skype™ to CloudedVision
Re: Record the link you clicked to leave my page

Quote:
Originally Posted by RohanShenoy View Post
Even if its a lazy man's way, it still needed some brain atleast more than what is needed for hand-coding it. And moreover, how many links are you gonna convert that way? What is the use of having so many functions if we can't automate the tasks.
Server side scripting is meant for automation. Client side scripting is meant add functionality to the site, but everything should work without it.

Quote:
Originally Posted by RohanShenoy View Post
Why would one want to record where a SE bot left for? They would anyways follow all links.
You want to stop the crawler from following the links out of the page. So you use robots.txt to stop the crawler from going to redirect.php, thereby stopping it from going out of the site. But crawlers don't use javascript, so they can go straight to the outside site.
__________________
echo "Take it easy, ".$CloudedVision;
.links { site: other-road-design; blog: only-nerds-allowed; project: resource-fish; organization: ARMIES6; }
<quote>&quot;I think it's wrong that only one company makes the game Monopoly&quot; - <name>Steven Wright</name></quote>
Reply With Quote