![]() |
please can someone tell me how to change the background in teh chat and decide what smileys to show?
And also why does it always say no users online in home page but there are users online? Oo PHP Code:
|
how I can change the timing of the refresh and the background of the refresh?
|
also if I have catagories of smiles, how I can spacify one category only of that to be appear on the chat?
|
Quote:
https://vborg.vbsupport.ru/showpost....&postcount=230 |
I got the "who's online in chat" to work!
I tried the code posted by manguish, it didn't work either. Then I looked in the file for the "fresh install" of the chat - THAT code worked! I'm using 3.0.3, by the way. |
Hi
When I go to edit the index.php file in the root directory, my file looks different. Everything is bold and green is different. while ($loggedin = $DB_site->fetch_array($forumusers)) { $userid = $loggedin['userid']; if (!$userid) { // Guest $numberguest++; $inforum["$loggedin[inforum]"]++; } else if (empty($userinfos["$userid"]['lastactivity']) OR ($userinfos["$userid"]['lastactivity'] < $loggedin['lastactivity'])) { $userinfos["$userid"] = $loggedin; $numberregistered++; if ($userid != $bbuserinfo['userid']) { $inforum["$loggedin[inforum]"]++; } $loggedin['musername'] = fetch_musername($loggedin); if (fetch_online_status($loggedin)) { $numbervisible++; eval('$activeusers .= ", ' . fetch_template('forumhome_loggedinuser') . '";'); } } } // memory saving unset($userinfos, $loggedin); $activeusers = substr($activeusers , 2); // get rid of initial comma $DB_site->free_result($loggedins); $totalonline = $numberregistered + $numberguest; $numberinvisible = $numberregistered - $numbervisible; |
If you aren't using 3.0.3 your code WILL be different and you'll have to manually (ie:yourself) go through the code and replace as necessary.
I had to completely change the who's online bit (for 3.0.0) to get it to work. |
Okay back at home, updated the download
Those of you having problems with accessing the admin cp, please re-download the zip and re-edit admincp/index.php Those of you having problems with showing the users online, i updated the edits for index.php so they ask you to find the EXACT code that is in a fresh vb3.0.3 download, if you have modified that area from another hack then im afraid you will have to look at what your told to replace it with and see what's different and attempt to manually change it (Hint: there are two new parts added into the replace) Sorry for any inconveniance, - Zero Tolerance |
Zero Tolerance - thanks for your last post; that's fixed the blank page problem with the admincp/index.php file.
Other than that easy to install and will be MUCH appreciated. One thing left though previously mentioned that I can't find a fix for.. Quote:
|
Quote:
|
All times are GMT. The time now is 08:02 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|