Results 1 to 4 of 4
Threaded View
-
29th Jun 2010, 10:28 PM #1OPMember
Check your resource usage on Rapidshare API - For link checkers
Rapidshare's new API update measures the resources you are using..
If you hit the limit you get IP banned, this is bad news for linkcheckers so you need to update your scripts to safeguard against dumping topics with live links.
This code outputs how many hits you have left before being IP banned by Rapidshare API
You can also use this to check if you are already banned
Code:<? $res= file_get_contents("http://api.rapidshare.com/cgi-bin/rs...b=getapicpu_v1"); list($par,$ptb) =explode(',',$res); echo "Current Points : ".$par."<br />"; echo "Points Until Banned : ".$ptb; ?>
Just comment out the 'echo' lines, and add a line into your script where the links are checked
Something like this
Code:if ($ptb < 20) {echo"Out of API resources... Quiting"; exit; }
Gavo Reviewed by Gavo on . Check your resource usage on Rapidshare API - For link checkers Rapidshare's new API update measures the resources you are using.. If you hit the limit you get IP banned, this is bad news for linkcheckers so you need to update your scripts to safeguard against dumping topics with live links. This code outputs how many hits you have left before being IP banned by Rapidshare API You can also use this to check if you are already banned :) Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Wordpress, Shared Hosting] New Site, High Resource Usage...
By Rocke in forum Technical Help Desk SupportReplies: 3Last Post: 13th Dec 2010, 06:59 AM -
Rapidshare link check
By masterofdeath in forum Webmaster ResourcesReplies: 16Last Post: 16th Dec 2009, 11:06 AM -
Help with Link Checkers ...!
By EvilGenius in forum vBulletinReplies: 0Last Post: 20th Nov 2009, 05:58 PM -
Link Checkers
By Myth? in forum General DiscussionReplies: 3Last Post: 12th Oct 2009, 07:09 PM -
Download Link Checkers (Rapidshare, MegaUpload, Etc, All in One)
By Cuzabis in forum Useful SitesReplies: 4Last Post: 23rd Jan 2008, 05:14 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...