Skip to content
WJunction - Webmaster Forum

MyBB LinkBot

Status
Not open for further replies.

Tango

Moderator
Staff member
4,143
2009
1,777
22,445
I made a linkchecker for phpbb3, and have made it work with myBB for someone, so i will share it.

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

Edit lines 181-208 with your forum IDs you want to allow topics to be dumped from.
Then line 215 to match.
Edit 210, 219-222 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 ;
 

3 comments

Status
Not open for further replies.

About the author

Tango
Moderator · Joined
4,143
Messages
1,777
Reactions
113
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom