The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vb Linkchecker Bot 1.1 Details »» | |||||||||||||||||||||||||
MaxWCoders present vB Link Checker Bot 1.1
=========== DESCRIPTION =========== 1) Checks Rapidshare.de , Rapidshare.com , Sendspace.com , Megaupload.com , Depositfiles.com and Mediafire.com links using cURL. 2) Works for post with all BBCodes. 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)Has a debug mode, to help you debug the errors. 7)Bot doesn't timeout due to MySQL timeout or PHP timeout. 8)It is a product, can be imported and settings can be changed easily. 9)Methods are accessible with keywords. VBBot Installation How-To ========================= 1. Upload vbbot.php to your root folder where your VB installation is Note : If you had older version of the bot, delete vbbot.php (or the folder) and replace it by new one. 2. Goto your ACP and go to 'Plugins & Products' and then click on 'Manage Products' 3. In the top box eneter the location of the product-link_bot.xml file on your computer and then click the 'Import' button. 4. You have just installed the VB Link Checker bot. 5. If you had older version of the bot, delete vbbot.php (or the folder) and replace it by new one. Setting up and configuring your VB Link Checker =============================================== 1. Create a new user that will be used for your Link Checker Bot. Make sure the bot has the appropriate permissions for where it will be posting. (ie, VIP/Private forums) 2. Create the forums you will be using for good and bad links if you have not done so already. 3. Goto vBulletin Opions and select the MaxWCoders LinkChecker Bot. 4. All the options/setting are pretty self explanatory and each option has the description of what the setting are for and do. Refer the the bottow of this Read Me of finding the correct IDs you will need if you are not sure where to look. 5. Once you have everything set up hit the save button at the bottom. Security ======== 1. For security reasons, it is highly recommended you rename your bot to something else for instance 63454.php Running your Link Checker Bot ============================= 1. You can run the bot by setting up a Cron job to run at a set time so you will not have to run it manually. This can be found in your cPannel of your server. 2. You can call it manually by running vbbot.php (ie. http://www.siteurl.com/vbbot.php) How to find all of your needed IDs. =================================== How to find your forum ID: Just goto the forum in question and the URL will look like the one below. http://www.yourwebsite.com/forumdisplay.php?f=18 <--- The number at the end of the URL will be the forum ID. In this example it is 18. --------------------------------------------------------------------------- How to find your user ID Find the user that is going to be your bot and click on the user name. Now look at the URL in the address bar. It should look something like the one below http://www.yourwebsite.com/member.php?u=2 <--- The number at the end of the URL will be the user ID. In this example the user ID is 2. ================================================== =================================== Bot in action Script support on Code:
www.maxwcoders.com Get them at Code:
http://www.maxwcoders.com/bots/downloads/vbbot11.rar 1.0 - 1.1 -> Bug fixes and Product installer Bugs: Unfortunately due to time constraints due to exams, I am not able to find the bug fix for the PM bug. Whenever bot tries to PM a certain member with PM disabled, or something similar, it returns a big error. So far only fix for it is, disable PM for that topic and run it again. Maybe after my exams, I can have a better look. Other than that, the new version is just fine Supporters / CoAuthors Show Your Support
|
Comments |
#212
|
|||
|
|||
Thanks for this modifications
I want to change the title of the reported thread Post Reported by Bot to Post Reported in $[forumtitle] |
#213
|
|||
|
|||
please make to checks all post in thread in next version
Quote:
Code:
$perd = '101'; //Percent decision variable |
#214
|
|||
|
|||
Hi,
Thanks for the mod. Unfortunately, I can't get it to work. Could please someone check my settings? PHP Code:
|
#215
|
|||
|
|||
Hello sorry for late reply, i have been busy with other projects.
@DungBeetle - Why would you need that ? @Rocc - PM me your bot file. @Skavenger - No idea ask your host |
#216
|
|||
|
|||
Still working great, Any news on a update?
Thanks again. |
#217
|
|||
|
|||
Update would take some time, we are quite busy with real life, and for the time being providing support only. The update process is slow, but going on.
|
#218
|
|||
|
|||
Code:
Warning: fopen(botruns.txt) [function.fopen]: failed to open stream: Permission denied in /home/isocube1/public_html/forum/vbbot.php on line 25 Warning: fclose(): supplied argument is not a valid stream resource in /home/isocube1/public_html/forum/vbbot.php on line 26 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/isocube1/public_html/forum/vbbot.php on line 124 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/isocube1/public_html/forum/vbbot.php on line 129 Using Method where it seems that all topics have been checked. Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/isocube1/public_html/forum/vbbot.php on line 147 Warning: unlink(botruns.txt) [function.unlink]: No such file or directory in /home/isocube1/public_html/forum/vbbot.php on line 294 |
#219
|
|||
|
|||
i have this one error
it shows up when viewing private message from bot Warning: Invalid argument supplied for foreach() in [path]/private.php on line 1523 |
#220
|
|||
|
|||
Hi,
Thanks for this and I have downloaded it and testing it on my testing forum, but it also deletes good links.. which I personally tested... So why it it deleting links that are working , any idea ? Please help and thanks. See below for the code in de php file. I put in 1 topic 3 links and did this three times and everytime with a different mistake in it... so I tested according 33% not ok, 66% not ok and in the end 100% not ok, but it moved all topic to the trash :-). Also can't it edit the original topic and add a text in below, link checked... insteaf of opening another thread in below ? Thanks. // Start of user defined variables $trash = '14'; //Forum id of trash $botid = '6'; //Userid of bot $botname = 'LinkChecker'; //Username of bot $check = '`forumid` != 9'; //Forums to check $pa = ' Linkler Control edildi ' . date('d/m/y'). ' Adim Link, LinkChecker, Unutma bunu :-)'; //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 = '15'; //This is where bot will make new topics stating reports |
#221
|
|||
|
|||
Quote:
Quote:
PM you bot.php file to me or Dman91 Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|