Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2007-05-10, 02:20 AM   #1
Mr Spock
You can now put whatever you want in this space :)
 
Mr Spock's Avatar
 
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.
Mr Spock is offline   Reply With Quote
Old 2007-05-11, 09:32 AM   #2
Mr Spock
You can now put whatever you want in this space :)
 
Mr Spock's Avatar
 
Join Date: Nov 2006
Location: Vulcan
Posts: 695
29 views and not even a fuck you , sob
Mr Spock is offline   Reply With Quote
Old 2007-05-11, 09:44 AM   #3
Useless
Certified Nice Person
 
Useless's Avatar
 
Join Date: Oct 2003
Location: Dirty Undies, NY
Posts: 11,268
Send a message via ICQ to Useless
Quote:
Originally Posted by Mr Spock View Post
29 views and not even a fuck you , sob
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.
Useless is offline   Reply With Quote
Old 2007-05-11, 03:18 PM   #4
virgohippy
Madness is like gravity. All it takes is a little... push.
 
virgohippy's Avatar
 
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
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.
__________________
~Warm and Fuzzy.
virgohippy is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:23 AM.


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