Results 1 to 10 of 15
Threaded View
-
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
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
themaManager - edit and manage...
Version 4.19 released. Open older version (or...