
01-26-2003, 01:58 PM
|
 |
|
|
Join Date: Oct 2001
Posts: 469
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally posted by NuclioN
-- edit --
Got it. After some errors i figured this out:
1. Make a copy of tomstalkerbot.php and name it tomstalkerbot2.php
2. In tomstalkerbot2.php give a new memberid, username and
forumid
3. Add to ALL and i repeat ALL instances of the $ttb and $ttbc etc.
in every part of the code in tomstalkerbot2.php a 2 so that they look as $ttb2, ttbc2. Look very carefully for them.
4. Under include "tomstalkerbot.php"; in newthread.php and newreply.php put:
include "tomstalkerbot2.php";
Upload the new tomstalkerbot2.php, newthread.php and newreply.php and voila.
if you see an error, use this tomstalker2.php, fill in the id's and point the url to talk.php on your server.
|
thanks @NuclioN
|