DO you want attachment ??
if you want it . you need to
Looking for:
====================
index.php
PHP Code:
} else {
$pminfo='';
}
Add the string after it....:
========================
PHP Code:
//END CHAT HACK
// Cleanup Old Users First!
// 240 = Wait 4 mins before deleteing inactive users
$DB_site->query("DELETE from c_users where u_time < ".(time() - 240)." and u_time > 0");
$numchattersa = $DB_site->query_first("SELECT count(username) AS username FROM c_users");
// Ok Get Users and Stats
if ($bbuserinfo['userid']!=0) {
$chat_name = $DB_site->query("SELECT username FROM c_users");
while ( $chat_names=$DB_site->fetch_array($chat_name)) {
$chat_username .= " $chat_names[username] ";
}
$numchatters = $numchattersa[username];
eval("\$chatinfo .= \"".gettemplate("chatlogged")."\";");
}
ADD chatlogged template
<font color=red> $numchatters</font> member<font color=green>$chat_username</font> in<a href="/green/chat/index.php3?
U=$username&PASSWORD=&N=20&D=10" target="_new" title="go to chat"> <font color=#B50101>your chat</font></a>
==========================
sorry , my english is poll !!

aranoid: