
01-30-2005, 02:16 AM
|
 |
|
|
Join Date: Aug 2003
Location: Armyville
Posts: 1,074
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by tnguy3n
change $forumbot, $forumbotid variables to following ones:
PHP Code:
$forumbot = "$bbuserinfo[username]"; // rename it to whatever you like
$forumbotid = "$bbuserinfo[userid]"; // don't change this value if you don't know what it is
$pm_title = "You have been given 1 rep point.";
$pm_content = "I've just given you 1 reputation point for your excellent post.\n\rKeep up good work!\n\rRegard,\n\r$forumbot";
|
Thanks!!!!
|