Activity Stream
48,167 MEMBERS
65157 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Hybrid View

kiddo Fileserve link checker script -... 31st Jul 2010, 06:24 PM
deAthbLisS Thanks for the share.. Will try... 31st Jul 2010, 06:46 PM
The Dude nice share, thanks. 31st Jul 2010, 06:48 PM
blackat thanks mate! been looking for this.... 31st Jul 2010, 06:50 PM
m107 nice, thanks :) 31st Jul 2010, 06:57 PM
The Viper thanks mate hope someone make... 31st Jul 2010, 07:01 PM
RT Awesome m8, working great except... 31st Jul 2010, 07:20 PM
kiddo Well even I am logged into my FS... 31st Jul 2010, 07:54 PM
RT Which manager you're using? I got... 31st Jul 2010, 10:22 PM
zer(O) ye i have same problem <_< 14th Oct 2010, 10:02 PM
Daniel Already had this -.- but thanks,... 31st Jul 2010, 07:28 PM
shufol already got it.. btw nice... 31st Jul 2010, 08:19 PM
masterboy56 I already got this working,really... 31st Jul 2010, 10:15 PM
kiddo @Mr-R-T: I am using Flashget buddy. 1st Aug 2010, 02:25 AM
cool-R ty mate..... 14th Oct 2010, 09:56 PM
fdls Itz nice that some one posted it... 15th Oct 2010, 01:22 AM
Previous Post Previous Post   Next Post Next Post
  1.     
    #1
    Member

    Default 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

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    LulzCovers.com LulzTroll.com
    Thanks for the share..
    Will try it soon
    Contact me for Traffic, SEO, WCDDL, Wordpress, IPB related Services or queries.
    Template Designing, PSD to HTML, Wordpress


  4.     
    #3
    Banned
    nice share, thanks.

  5.     
    #4
    Member
    thanks mate! been looking for this. It's working, except that it doesn't display the file names when you hover over the links. anyway, it still awesome!

  6.     
    #5
    Member
    nice, thanks

  7.     
    #6
    Member
    Website's:
    fswarez.org muwarez.org mfwarez.org imgs.me warezunited.org
    thanks mate
    hope someone make something like this for IPB

  8.     
    #7
    Pure Awesomeness!
    Awesome m8, working great except that I have a premium acct on FS and everytime I go on a page with FS links my download manager pops up to download it, had to log out first.




  9.     
    #8
    Member
    Quote Originally Posted by Mr-R-T View Post
    Awesome m8, working great except that I have a premium acct on FS and everytime I go on a page with FS links my download manager pops up to download it, had to log out first.

    Well even I am logged into my FS Premium account mate. However if I go on a page with FS links my download manager doesn't pop up. Maybe there is some other problem?

  10.     
    #9
    Pure Awesomeness!
    Quote Originally Posted by kiddo View Post
    Well even I am logged into my FS Premium account mate. However if I go on a page with FS links my download manager doesn't pop up. Maybe there is some other problem?
    Which manager you're using? I got IDM.



  11.     
    #10
    Member
    Quote Originally Posted by Mr-R-T View Post
    Which manager you're using? I got IDM.
    ye i have same problem

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Netload Working Link Checker ?
    By sahil00150 in forum File Host Discussion
    Replies: 11
    Last Post: 30th Aug 2012, 04:46 PM
  2. Free US VPN [Tested/working]
    By torrfriend in forum Useful Sites
    Replies: 25
    Last Post: 15th Feb 2012, 09:57 AM
  3. Adding Fileserve to the WGTools Link Checker?
    By anyome2 in forum Polling Plaza
    Replies: 0
    Last Post: 21st Jul 2011, 01:46 PM
  4. Adding Fileserve to the WGTools Link Checker?
    By JGM in forum Polling Plaza
    Replies: 7
    Last Post: 27th Jan 2011, 05:40 AM
  5. need working link checker bot for vb 3.8.3
    By master7568 in forum Webmaster Resources
    Replies: 8
    Last Post: 20th Jul 2009, 11:48 AM

Tags for this Thread

BE SOCIAL