|
|
|
|
|
|
![]() |
#1 |
You can now put whatever you want in this space :)
Join Date: Nov 2006
Location: Vulcan
Posts: 695
|
Recip Link Checker
Can someone recommend a recip link checker, I want to be able to check up on hard link trades as well as see which LL have listed my freesites.
I checked the search function and was directed to a few LL management scripts, but that seems like overkill to me. ![]() |
![]() |
![]() |
![]() |
#2 |
You can now put whatever you want in this space :)
Join Date: Nov 2006
Location: Vulcan
Posts: 695
|
29 views and not even a fuck you , sob
![]() |
![]() |
![]() |
![]() |
#3 |
Certified Nice Person
|
Fuck you!
Sorry, Mr Spock - I couldn't resist. ![]() You can sift through the mind-numbing lists of scripts at places like HotScripts, but I can't think of any out-of-the-box recip checking script that is very useful. You really need one that is wrapped up into a bigger script (like a link list) with a database of your free sites and/or other pages to be linked to. Most of the simple stand-alone recip checking scripts out there allow you to enter your one domain and then you have to enter a single URL to scanned for your recip each and every time. That's a long, sucky process. It's often quicker to check manually than it is use that type of script.
__________________
Click here to purchase a bridge I'm selling. |
![]() |
![]() |
![]() |
#4 |
Madness is like gravity. All it takes is a little... push.
Join Date: Feb 2006
Location: California
Posts: 1,679
|
Damn, if no one else has anything... with PHP, I guess I'd start with something like this:
Code:
$file = file($url); // get file contents if ( eregi("http://www.somedomain.com/some-page.htm", $file) ) { DO SOMETHING } // if file has url I imagine that's not quite what you're looking for though. ![]()
__________________
~Warm and Fuzzy. ![]() |
![]() |
![]() |
![]() |
|
|