Version: , by tubedogg
Developer Last Online: Dec 2016
Version: 2.2.x
Rating:
Released: 03-21-2001
Last Update: Never
Installs: 101
No support by the author.
LAST UPDATED: 3.24.01 10:40 PM Eastern
Hack version: 0.0.2
Changes since last version: New option to display either usernames or a total number of registered members.
For version: 2.0.0 beta 3 (possibly beta 1 and beta 2 also, but it's untested on those versions).
Files needed: online.php (see zip file attached below).
Files to edit: Possibly online.php (see instructions below).
Possible file locations: Anywhere, as long as the relative path to config.php is correct (see instructions below).
Instructions
1] Download the zip file online002.zip below. It has online.php in it; unzip this file to a location on your hard drive.
2] Open online.php in Notepad (Windows) or Simpletext (Mac) or another ASCII text editor (EditPlus, UltraEdit, TextPad, etc. Dreamweaver, FrontPage, and other HTML editors are not ASCII text editors and will in all likelyhood screw the file up.)
3] Check the path to config.php in the $path variable (in the CONFIG section). Figure out where you're gonna put the file online.php, and then edit the path accordingly. For example, if you put it in your document root (e.g. yoursite.com/) and your board files are in a directory called forum, your path is "forum/admin" (no quotes, no trailing slash).
4] If you want usernames of registered members displayed, then leave the $usernames option alone. If you want a number instead of a list of names, set this to "off" (no quotes).
5] Edit the second-to-last line (the "echo" line). Change it to say what you want. The list of registered members is $regmemberson and the number of guests is $guestson - you can use these anywhere in that line.
6] Save the file and upload it your server.
7] You can include it on another page one of two basic ways:
First, by a PHP include:
Code:
<? include("online.php"); ?>
The file that you are going to be including online.php in must then have a .php, .php3, .phtml or other extension that makes your web server recognize it as a file to be parsed as PHP.
Secondly, by an SSI include:
Code:
<!--#include file="online.php"-->
The file that you are going to be including online.php in must then have a .shtml, .shtm or other extension that makes your web server recognize it as a file to be server-parsed.
Instructions are also included in the zip file (online002.txt) and brief notes are in the online.php file itself.
FEEDBACK WANTED! Likes/dislikes/modification requests all gladly accepted!
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
12-24-02 at 11:53 PM Sakura Onlinesaid this in Post #129 ok in the online.php file where it said something like $path/config.php i replaced it with the url of the config file of the board
and when i include it on the site i get:
oops1
which i checked is near the thing i changed on the online.php file.. so i am guessing that won't work..
BUT my friend has done it before , but she does not remember anymore... lol
Just to clarify; we can add Tubedogs 2 line code onto any number of our non vB pages so that all the users browsing the forum and the tagged pages will be shown in total on another non-vBpage!
Member(s) on: 33. Guest(s) on: 3.
Warning: Cannot send session cache limiter - headers already sent (output started at /home/xboxworld/public_html/online.php:81) in /home/xboxworld/public_html/config/connect.php on line 3
no matter what i try to do, i still get these erors,
'Warning: main(home/public_html/forums/admin/config.php) [function.main]: failed to create stream: No such file or directory in /home/indeathw/public_html/online.php on line 46
Fatal error: main() [function.main]: Failed opening required 'home/public_html/forums/admin/config.php' (include_path='.:/usr/local/lib/php') in /home/indeathw/public_html/online.php on line 46'
i added and changed some stuff in this hack to make it so i can load a page and it will put the users online and stuff in my aim away message every 30 seconds it worked nicely.. thanks for this hack
06-26-03 at 01:00 PM Splitfyre said this in Post #138 Anyone get it working with 2.30?
to the creator: very nice hack, i am very glad you took the time to make this
to splitfyre: i am running vb 2.3.0 and the hack installed perfectly on my site ( http://clandot.com ). (i am not running any other hacks though on it)