View Full Version : Stats on a nonvB Page!
Asterik
07-08-2003, 04:55 PM
:D Ok, since im 2 stupid with PHP 2 do this, could someone make something that can display:
Number of Online members
Number of Online Guests
XX # Of Threads
How Many Buddies Are Online
And Then I can edit it n stuff 2 suit my needs. Thx! Bai! :cool:
Tony G
07-09-2003, 12:13 AM
This would most likely require a hack.
Asterik
07-09-2003, 12:16 AM
O_o there was something like what i wanted on vbulletin.org but it wasn't for 3.0
Tony G
07-09-2003, 01:24 AM
Thats because they are not releasing hacks for 3.0 at vB.org until vB3 is in final or RC stages.
Asterik
07-09-2003, 01:36 AM
o yea :o i forgot sorry :rolleyes:
Vb-Hispano
07-09-2003, 10:57 AM
upload stats.php directory root forum and iframe in non page forum
<center><iframe id="stats" src="http://www.youdomain.com/stats.php" width="100%" height="100" frameborder="0" /></iframe></center>
o
<div align="center"><iframe id="stats" src="http://www.youdomain.com/stats.php" width="100%" height="100" frameborder="0" /></iframe></div>
change path en stats.php
sorry mi english
Edit: Thanks brad.loo :D
Use this is you want it to be XHTML compliant:
[code]
<center><iframe name="stats" src="http://www.youdomain.com/stats.php" width="100%" height="100" frameborder="0" /></iframe></center>
Use this is you want it to be XHTML compliant:
<center><iframe id="stats" src="http://www.youdomain.com/stats.php" width="100%" height="100" frameborder="0" /></iframe></center>
Vb-Hispano
07-09-2003, 02:20 PM
ok thanks ;)
Bad Bunny
07-09-2003, 03:05 PM
<center> tag is depreciated. It needs to be a property of a tag, like a <div>
Asterik
07-09-2003, 03:22 PM
iframes :eek: i dun like iframes, is there ne other way? Just a script that can show stats.php or somethin? with PHP?
UND3Rburn
07-23-2003, 12:21 AM
why not Include it?
or Insert it as an Include
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.