PDA

View Full Version : Find my link!



Masetek
11-22-2005, 10:13 PM
I need someone to point me in the right direction here.

I wanna right a script that checks if my site is listed in a directory by searching for my url on the site. I don't really know where to start of this one. Can anyone point me in the right direction.

Also, does anyone know of a script that allows me to find out the page rank of a site, and display it on my page.

thanx
:cool:

deronsizemore
11-22-2005, 10:25 PM
Also, does anyone know of a script that allows me to find out the page rank of a site, and display it on my page.

thanx
:cool:


Oh, man...I can't think right now, but I was just one a site the other day where they allow you to use their script on your own site and it allows anyone to type in any domain right from your site and it will display page rank. I thought I bookmarked it, but I can't seem to find it. I'll post if I do.

Westech
11-23-2005, 07:14 AM
To create a script to look for your link on a certain page, you could use cURL to retreive the entire source of the page and then search through the text for your url.

Masetek
11-24-2005, 06:02 PM
Thanks Westech, that's a start :)