Results 1 to 10 of 16
Threaded View
-
31st Jul 2010, 06:24 PM #1OPMember
Fileserve link checker script - Working and Tested !
First install grease-monkey and then the RS link checker script using the links below!
Code:https://addons.mozilla.org/en-US/firefox/addon/748/
Code:http://userscripts.org/scripts/show/9467
Then right click on the grease-monkey icon on the bottom right of the firefox window and choose manage user scripts! Then Click on the "Rapidshare link checker" on the top left of that window and then on the bottom right there is a section called excluded pages and an "ADD" button!
Click the add button and add:
Code:http://www.fileserve.com
then just close it and press add again and do the same for
Code:http://fileserve.com
Now making sure that the Rs link checker is still highlighted on the top left of the manage user scripts window! Look at the bottom left where is says "drag and drop with mouse.." Right below that there is a edit button ! Click it and choose your preferred text editor! I suggest notepadd++ . well any text editor that displays line numbers so you can see what line you're coding on! (so just navigate to program files folder and find youre text editor)
After you choose an editor, it will open the huge java-script file called "rapidshare_links_checker.user.js"..
Ok so now at "around" line 260 or so under the "function set_variables()" section... this line needs to be added to the group (doesn't have to be an exact line.. mine was line 262):
Code:Check_fileserve_dot_com_links = GM_getValue("Check_fileserve_dot_com_links", true);
Now that you done that at around line 1745 or so you will see some code groupings that look like the below... Just add the below after one of the groups! I added mine on line 1757 !
Code:if(Check_fileserve_dot_com_links){ var fileserve_com= new Array(6) //http://www.fileserve.com/file/QXwnn2Z/ //http://www.fileserve.com/file/pqEhrgk/ fileserve_com[0]='(?:www.|)fileserve\.com\/file\/'; //name and search string in link to get description fileserve_com[1]='table class="timing"'; // file_is_alive fileserve_com[2]='table class="premium_error"'; // file_is_dead fileserve_com[3]='optional--'; // no download slots or temporarily unavailable or servererror fileserve_com[4]="//a[contains(@href,'fileserve.com')]"; fileserve_com[5]='optional--'; fileserve_com[6]='<strong>(\\d.*?)</strong> | Uploaded on'; // size http_file_hosts.push(fileserve_com); }
and then at around line 1559 i added! (you will see the lines for the other host .. It doesn't have to be line 1559 exactly just add it in the group)
Code:<div id="sites"><span id="Check_fileserve_dot_com_links"></div></span>\
Ok I hope i made it easy for the peeps looking to get fileserve working with the link checker!
Credit goes to the original poster Ni3AM on Warez-BB.kiddo Reviewed by kiddo on . Fileserve link checker script - Working and Tested ! http://i28.tinypic.com/1z14vab.png First install grease-monkey and then the RS link checker script using the links below! https://addons.mozilla.org/en-US/firefox/addon/748/ http://userscripts.org/scripts/show/9467 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
-
Netload Working Link Checker ?
By sahil00150 in forum File Host DiscussionReplies: 11Last Post: 30th Aug 2012, 04:46 PM -
Free US VPN [Tested/working]
By torrfriend in forum Useful SitesReplies: 25Last Post: 15th Feb 2012, 09:57 AM -
Adding Fileserve to the WGTools Link Checker?
By anyome2 in forum Polling PlazaReplies: 0Last Post: 21st Jul 2011, 01:46 PM -
Adding Fileserve to the WGTools Link Checker?
By JGM in forum Polling PlazaReplies: 7Last Post: 27th Jan 2011, 05:40 AM -
need working link checker bot for vb 3.8.3
By master7568 in forum Webmaster ResourcesReplies: 8Last Post: 20th Jul 2009, 11:48 AM
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...