Welcome to Egypt Forums Mark forums read | Egypt Main Page
Egypt Forums
Arabic Movies



Mods for 3.7.x vBulletin Mods for 3.7, vBulletin hacks, vBulletin modification, vBulletin 3.7

Mods for 3.7.x Thread, vb Linkchecker Bot in Mods; vb Linkchecker Bot DESCRIPTION ------------------------------------ 1) Checks Rapidshare.de , Rapidshare.com , Sendspace.com , Megaupload.com , Megashares.com , Depositfiles.com and Mediafire.com ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=5835


Reply
LinkBack Thread Tools Display Modes
vb Linkchecker Bot
 
 
The God Father
Developer's Avatar

Reply With Quote
 
Join Date: Jul 2008
Location: NDC
Posts: 5,425
02-11-2008, 09:16 PM
 
vb Linkchecker Bot

DESCRIPTION
------------------------------------

1) Checks Rapidshare.de , Rapidshare.com , Sendspace.com , Megaupload.com , Megashares.com , Depositfiles.com and Mediafire.com links.
Uses file_get_contents for all hosts except megashares to check links. Uses cURL to check megashares because it requires cookies to be set.
2) Works for post uncoded , coded , quoted and using URL BBCode.
3) Bins the post if more than specified percent of dead links are found , pms the user about it and posts in that topic
4) If all links are alive it adds specified message at the end of the post and the description.
5) If some links are live and some are dead i.e less than specified % , it makes a thread in a specified forum about it
6) If no relevant links are found ie no RS and blah blah links it adds to the ignore list. If you want the LC to check ignored links it can be accessed by ?

checki to the url of bot.php
7) Very light weight and just one file and easy to the messages posted , the forums checked.
8) Uses 3 ways to access the posts where first way is
i) The topics have not been checked even once
ii) If first method doesnt work it checks for time difference where it checks the topics where 24 hours have passed after checking.
iii)If second method doesnt work it checks all the topics.
9) The scripts stops for 15 seconds after check 20 topics or 50 links to prevent any wrongful binning and checking.

------------------------------------
CONFIGURATION
------------------------------------

First goto phpmyadmin and execute this queries:

ALTER TABLE `vb_thread` ADD `time_check` INT( 10 ) NOT NULL DEFAULT '0' AFTER `taglist` ;
ALTER TABLE `vb_thread` ADD `ignore_check` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `time_check` ;

Where vb_ is the forum table prefix.

To check table prefix:

Goto phpmyadmin and select the database where vBulletin is installed. U'll see something like this:

Egypt.Com EnForum

U see here the table prefix is vb_

If u dont have anythin, then ur table prefix is blank.

Then configure the user set variables in vbbot.php as follows:

------------------------------------
USER CONFIGURABLE VARIABLES
------------------------------------

require_once "includes/config.php"; //assumes this is in vb folder - path it accordingly
$trash = '4'; //Forum id of trash
$botid = '2'; //Userid of bot
$botname = 'Bot'; //Username of bot
$check = '`forumid` = 2'; //Forums to check
$pa = 'Links checked on ' . date('d/m/y'). ' by link checker bot'; //This will append this at the end of the checked post
$ppa = '<br /> Links checked on ' . date('d/m/y'). ' by link checker bot'; //VB uses a caching technique, this will append it to end of parsed post. This is

HTML!
$perd = '75'; //Percent decision variable.
$tr = "More than $perd percent on the links are dead that is why the topic is moved to trash"; // This is the reply in the topic.
$pmt = 'I have moved your topic to trash'; // PM Title
$reportforumid = '5'; //This is where bot will make new topics stating reports
$showurl = 'http://maxwcoders.com/vbbot/showthread.php?t='; //Your URL

At around line 250 u'll find this:

$pms = "Hey,I'm the LC Bot. \n Your topic has been moved to trash since the links in it were dead. \n Please check it out.If u suppose the I am wrong, don't

PM me, but PM any of the staff members of the site \n";

Edit this to change your PM message.

------------------------------------
SUPPORT
------------------------------------

Once this is done, the bot is ready to go. When the bot is run, it will create a botruns.txt which will have some data for stopping multiple instances of the bot to run.

http://yourdomain.com/bot.php?deletefile - This will delete that file and run the bot again... the function of botruns.txt is to prevent another instance of

bot while it is already running.

If everything was done right, the bot will run fine. If have any doubts or errors, please report it and i'll be grateful to sort it out.
Attached Files
File Type: zip vBBot1.0.zip (5.7 KB, 7 views)
__________________
I Love Walking In The Rain Cuz Nobody Know I'm Crying !!
 
 
 
Reply

Mods for 3.7.x Thread, vb Linkchecker Bot in Mods; vb Linkchecker Bot DESCRIPTION ------------------------------------ 1) Checks Rapidshare.de , Rapidshare.com , Sendspace.com , Megaupload.com , Megashares.com , Depositfiles.com and Mediafire.com ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=5835


Bookmarks

Tags
bot, linkchecker


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
vb Linkchecker Bot Developer Mods for 3.7.x 2 11-09-2008 08:00 PM