+Rep for you. You just made it HELLA easy for web designers to make a website for different cores.
Originally Posted by
insainz
Great release and very usefull.
what do you think would be the best way to join the scripts together on 1 page that could be used in say an iframe or a forum module?.
I would say use CSS with Div tags to make the "tables" with some nice php that runs it all from one page.
-edit-
Code:
ERROR
This file is neither allocated to a Premium Account, or a Collector's Account, and can therefore only be downloaded 10 times.
This limit is reached.
To download this file, the uploader either needs to transfer this file into his/her Collector's Account, or upload the file again. The file can later be moved to a Collector's Account. The uploader just needs to click the delete link of the file to get further information.
Here is a new upload to Rapid Share that is on my Premium account so it won't get that error.
NOTE: For the two files that require PHPBB the default prefix it uses is "phpbb_"
To BlackBoy0 : You might want to add this code to your online.php after line 29 so if there are no members online it will print 0 instead of blank.
Code:
if (!$memb) { $memb = 0; }
if (!$amemb) { $amemb = 0; }
if (!$hmemb) { $hmemb = 0; }
Also I had made a live demo that has a offline server. It does have a working phpbb forum though. So essentially you can see how it looks. DEMO HERE