i cant understand how to add time check via phpmyadmin and the rest i dont see any..vb_ on my phpmyadmin database...
i have edit the vbbot.php like this:
PHP Code:
// Start of user defined variables
$trash = '135'; //Forum id of trash
$botid = '1'; //Userid of bot
$botname = '*****'; //Username of bot
$check = '`forumid` = 31'; //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://*****.com/forum/showthread.php?t='; //Your URL
i have uploaded direct the php and i get this errors:
Code:
Warning: fopen(botruns.txt) [function.fopen]: failed to open stream: Permission denied in /home/*****/public_html/forum/vbbot.php on line 25
Warning: fclose(): supplied argument is not a valid stream resource in /home/*****/public_html/forum/vbbot.php on line 26
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/*****/public_html/forum/vbbot.php on line 124
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/*****/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/*****/public_html/forum/vbbot.php on line 147
Warning: unlink(botruns.txt) [function.unlink]: No such file or directory in /home/*****/public_html/forum/vbbot.php on line 294