Results 1 to 10 of 15
-
24th Jan 2010, 10:51 AM #1OPMember
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
-
24th Jan 2010, 05:13 PM #2MemberWebsite's:
iGotMusic.org NitroRoms.com GamersFire.com
-
24th Jan 2010, 05:16 PM #3OPMember
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
-
24th Jan 2010, 05:18 PM #4MemberWebsite's:
iGotMusic.org NitroRoms.com GamersFire.com
-
24th Jan 2010, 05:21 PM #5MemberWebsite's:
thedailygrindforum.comI will try this out. Thank you.
-
24th Jan 2010, 05:23 PM #6MemberWebsite's:
iGotMusic.org NitroRoms.com GamersFire.com
-
26th Jan 2010, 10:01 AM #7OPMember
I made it using a fresh install of V3.0.5 and fully tested it.
What errors do you get?
-
27th Jan 2010, 02:14 AM #8MemberWebsite's:
iGotMusic.org NitroRoms.com GamersFire.com
-
27th Jan 2010, 02:35 AM #9Respected DeveloperWebsite's:
wrzc.orgLooks 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)
PHP Code:if($fStatus==1 || $fStatus==2 || $fStatus==3 || $fStatus==6)
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'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
-
27th Jan 2010, 08:54 PM #10Google 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."
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
The requested URL was not found on this server
By MediaStar in forum vBulletinReplies: 8Last Post: 28th Nov 2011, 02:37 AM -
Waz-Warez LinkBot
By Gavo in forum phpBBReplies: 100Last Post: 25th May 2011, 12:19 PM -
MyBB LinkBot
By Gavo in forum Web Application/Script SupportReplies: 3Last Post: 25th Mar 2010, 08:06 PM -
Feedback requested
By iMage in forum Site ReviewsReplies: 2Last Post: 21st Jul 2009, 03:01 PM
themaPoster - post to forums and...
Version 5.22 released. Open older version (or...