Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   Programming & Scripting (http://www.greenguysboard.com/board/forumdisplay.php?f=15)
-   -   Recip Link Checker (http://www.greenguysboard.com/board/showthread.php?t=40193)

Mr Spock 2007-05-10 02:20 AM

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.|crazy|

Mr Spock 2007-05-11 09:32 AM

29 views and not even a fuck you , sob|cry|

Useless 2007-05-11 09:44 AM

Quote:

Originally Posted by Mr Spock (Post 347064)
29 views and not even a fuck you , sob|cry|

Fuck you!

Sorry, Mr Spock - I couldn't resist. :D

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.

virgohippy 2007-05-11 03:18 PM

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

You can use it both ways. Regex in the eregi function would allow you to check for valid links, but my brain is too mushy to think about that right now.

I imagine that's not quite what you're looking for though. |sad|


All times are GMT -4. The time now is 07:28 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc