The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||
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 |
#192
|
|||
|
|||
![]()
If you would be patient, he is probably going to help us both out with that same problem. And this mod isnt "s***", it's one of the best mods on this site. And for any new release, it will have bugs. But a comment like what you just made is showing no appreciation for the people who actually code things for unappreciative people as yourself. So learn to code this stuff yourself or learn to appreciate the people who code it for you, whether it works for you or not. Doesn't mean it doesn't work for other people.. who have actually stated that it does in fact work if you would read the whole thread.
|
#193
|
|||
|
|||
![]()
Ok, sorry... but I lost a lot of posts included good rs.com links...
|
#194
|
|||
|
|||
![]()
Hello again, i have one problem.
I changed the php file so that the edit that bot makes is like this Links Checked On: 25/9/08 By Link Checker Bot Code:
$pa = ' Links Checked On: ' . date('d/m/y'). ' By Link Checker Bot'; //This will append this at the end of the checked post Code:
$post = preg_replace("/Links Checked On(.+)By Link Checker Bot/" and also in html $post = preg_replace("/<b>Links Checked On<i>(.+)</i>By Link Checker Bot</b> 1) The bot double edits the post and as a result there are 2 edits of the bot inside the post. For example " Links checked on 24/09/08 by link checker bot Links checked on 25/09/08 by link checker bot " Or 2) The hole post vanishes and the only thing left is the edit by the bot... Could you please help me? |
#195
|
|||
|
|||
![]()
sarkar and Dman91 First off this scritp rocks it works perfect it does timeout after a couple of minutes but using the delete botruns.txt and restarting the script it's a piece of cake. My Question to you guys is what can I strip out of this script to stop the pm's to the members after a post has been binned. The reason i ask this is I did one small section on my board and I must have gotten 500 Pm's alot of my staff asked me to take this option out. You can pm me or post the code I need to remove. Big Thanks guys I will be donating on your board you have made our lives alot easier.
Trev |
#196
|
|||
|
|||
![]()
@TrevsRevenge - remove this
PHP Code:
Code:
//Pm user $qu6 = mysql_query("INSERT INTO `".$prefix."pmtext` (`fromuserid`, `fromusername` , `title` , `message` , `dateline` , `touserarray`) VALUES ('$botid' , '$botname' , '$pmt' , '$pms', ".time()." , '$pma')"); $qu7 = mysql_query("SELECT `pmtextid` FROM `".$prefix."pmtext` WHERE `message` = '$pms'"); $re7 = mysql_fetch_assoc($qu7); $pmtextid = $re7['pmtextid']; $qu8 = mysql_query("INSERT INTO `".$prefix."pm` (`pmtextid`, `userid`, `folderid`, `messageread`) VALUES ('$pmtextid' , '$uid' , '0' , '0')"); $qu9 = mysql_query("UPDATE `".$prefix."user` SET `pmtotal` = `pmtotal` + 1 , `pmunread` = `pmunread` + 1 WHERE `userid` = '$uid'"); @pierians - Check PM |
#197
|
|||
|
|||
![]()
when the next version will come a live?
|
#198
|
|||
|
|||
![]()
soon
|
#199
|
|||
|
|||
![]()
i had another problem
it works fine sometimes but sometimes stop in the middle with no error or reasons anyhelp? ![]() |
#200
|
|||
|
|||
![]()
it can also be leaked by a private host 0o
thats happened to me before Anyhow its a pretty good script ![]() |
#201
|
|||
|
|||
![]()
@hscorp - Read my post on timeout somewhere...
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|