Results 1 to 4 of 4
-
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
-
29th Jun 2010, 10:30 PM #2MemberWebsite's:
mirrormaker.orgI thought their API always measured the resources you use?
-
29th Jun 2010, 10:34 PM #3OPMember
I thought that was with there latest changes
its the 1st time I checked there API doc.
Your allowed 20k points, and i must have used x10 that last week checking 500k topics on waz-warez, so I presume they have lowered the limit then ?
-
29th Jun 2010, 11:08 PM #4MemberWebsite's:
mirrormaker.orgI think the limit might be bogus as it's been there for the very beginning of the RS API.
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
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...