arse error: syntax error, unexpected T_STRING in /home/*******/public_html/vbbot.php on line 37
// Start of user defined variables
$trash = '46'; //Forum id of trash
$botid = '36'; //Userid of bot
$botname = 'Link Checker Bot'; //Username of bot
$check = '`forumid` != 46 ; //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://mysite/forumdisplay.php?f=46'; //Your URL
//Check Line 226 to edit PM message.
//End of user defined variables. Don't edit below this line. No really don't.
And i can't figure it out.
|