View Single Post
Old 12-18-2001, 06:38 AM  
Nbritte
Confirmed User
 
Join Date: Sep 2001
Location: Kentucky USA
Posts: 689
here is one way to do it
use lwp:simple; #this goes in the top of the script
sub check_recip{
$data = get("http://www.posted.url" ;)
if (index($data,$yoururl) eq 0){$reciptfound=1;}
}
this is just a generalization if you dont undestand it then get someone to write it for you or check one of the script listed above

brian

------------------
If I was a real Adult webmaster I would be getting more then 100 hits a day

[This message has been edited by Nbritte (edited 12-18-2001).]
Nbritte is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote