Activity Stream
48,167 MEMBERS
6929 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 15
  1.     
    #1
    Member

    Default IPB LinkBot - Requested

    I made a linkchecker for phpbb3, and have made it work with IPB for someone, so i will share it.

    Paste to linkchecker.php
    http://paste2.org/p/629718

    Edit lines 181-186 with your forum IDs you want to allow topics to be dumped from.
    Then line 190 to match.
    Edit 190, 195-197 with your forum Graveyard ID

    Make sure bots can view any warez sections

    Run the script using the url linkchecker.php?topic=1&limit=200
    t= is starting topic & limit is how many topics to check after that in one go.



    SQL Query
    Code: 
    CREATE TABLE IF NOT EXISTS `checked_topics` (
      `id` int(9) unsigned NOT NULL auto_increment,
      `topicid` varchar(255) default NULL,
      `date` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
      `oldforumid` varchar(255) NOT NULL,
      PRIMARY KEY  (`id`)
    ) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=103796 ;
    Gavo Reviewed by Gavo on . IPB LinkBot - Requested I made a linkchecker for phpbb3, and have made it work with IPB for someone, so i will share it. Paste to linkchecker.php http://paste2.org/p/629718 Edit lines 181-186 with your forum IDs you want to allow topics to be dumped from. Then line 190 to match. Edit 190, 195-197 with your forum Graveyard ID Make sure bots can view any warez sections Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    iGotMusic.org NitroRoms.com GamersFire.com
    Thanks Gavo, will try to test this soon.

  4.     
    #3
    Member
    Sorry, i had posted the wrong script
    Please use the new paste2 code.

    Dont forget to update the graveyard forum ID, i dont see that section on your site so couldnt set it in the script

  5.     
    #4
    Member
    Website's:
    iGotMusic.org NitroRoms.com GamersFire.com
    Quote Originally Posted by Gav0 View Post
    Dont forget to update the graveyard forum ID, i dont see that section on your site so couldnt set it in the script
    The "Cleanup Station"

    Forum ID: 34

    thats my graveyard on gamersfire.

    But i'm testing this on a test board first.

    are the config information automatically retrived from the files?

  6.     
    #5
    Member
    Website's:
    thedailygrindforum.com
    I will try this out. Thank you.

  7.     
    #6
    Member
    Website's:
    iGotMusic.org NitroRoms.com GamersFire.com
    Was wondering why it wasn't working lol

  8.     
    #7
    Member
    I made it using a fresh install of V3.0.5 and fully tested it.

    What errors do you get?

  9.     
    #8
    Member
    Website's:
    iGotMusic.org NitroRoms.com GamersFire.com
    I meant the old script you posted. I haven't tested the new one yet.

  10.     
    #9
    Respected Developer
    Website's:
    wrzc.org
    Looks pretty good. I didn't have a chance to look through it fully but for the Rapidshare api checkfiles_v1 the return value of 1, which you have, means it can be downloaded but the values of 2, 3 and 6 can also be downloaded.

    So on line 226
    PHP Code: 
    if ($fStatus==1
    would need to be something like
    PHP Code: 
    if($fStatus==|| $fStatus==|| $fStatus==|| $fStatus==6
    or else you'll be binning Rapidshare links which aren't dead

    Extract from Rapidshare API Guidelines
    Code: 
    		5:Status integer, which can have the following numeric values:
    			0=File not found
    			1=File OK (Anonymous downloading)
    			2=File OK (TrafficShare direct download without any logging)
    			3=Server down
    			4=File marked as illegal
    			5=Anonymous file locked, because it has more than 10 downloads already
    			6=File OK (TrafficShare direct download with enabled logging. Read our privacy policy to see what is logged.)
    I'd advise you to use 3 aswell incase their doing maintenance etc.

    I'll have a better look at it later.
    Tutorial How to SEO your Warez Site a guide to help you increase your organic traffic

    Huge list of Warez Sites and free Multiposter Templates

  11.     
    #10
    Google Corp.
    nice work Gav0, looks good. I'm currently using nihalz's linkchecker for ipb3 and its working perfectly, but ill try this out one of my test boards when I get some time ty
    Life asked Death: "Why do people love me, but hate you?"
    Death responded: "Because you're a beautiful lie and I'm the painful truth."


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. The requested URL was not found on this server
    By MediaStar in forum vBulletin
    Replies: 8
    Last Post: 28th Nov 2011, 02:37 AM
  2. Waz-Warez LinkBot
    By Gavo in forum phpBB
    Replies: 100
    Last Post: 25th May 2011, 12:19 PM
  3. MyBB LinkBot
    By Gavo in forum Web Application/Script Support
    Replies: 3
    Last Post: 25th Mar 2010, 08:06 PM
  4. Feedback requested
    By iMage in forum Site Reviews
    Replies: 2
    Last Post: 21st Jul 2009, 03:01 PM

Tags for this Thread

BE SOCIAL