Quote:
Originally Posted by Milad
upon these two posts 1 & 2, I post this port of vBChat 2.3 for vB3.5
This hack had been ported to work with vB3.5.x by Milad
The Original creator is zero tolerance
Due to lack of time I provide no support.
This is a mere port only and there are no new functions or bugs fixes.
file vbchat.php was renamed into chat.php
read the text file to learn how to install
I hope you like it.
Regrads
|
Some of these items in your install.txt file, are not in my index.php file?
Code:
while ($loggedin = $db->fetch_array($forumusers))
{
$userid = $loggedin['userid'];
if (!$userid)
{ // Guest
$numberguest++;
$inforum["$loggedin[inforum]"]++;
}
else if (empty($userinfos["$userid"]) OR ($userinfos["$userid"]['lastactivity'] < $loggedin['lastactivity']))
{
$userinfos["$userid"] = $loggedin;
}
if(preg_match("/chat.php/",$loggedin['location']) && $loggedin['userid']){
$vbchat_users[$loggedin['userid']] = $loggedin;
}
}