At the moment i don't belive that it logs to the database. 90% of the rose servers lie about how many are on if they have a script. Thats why ours don't show any.
I'm working on somethings to report this but no luck atm.
This is a discussion on Total On within the Rose Online forums, part of the MMO and MMORPG Developments category; Hey, i am making a new CMS for Arcturus and its going well... But i need to know the code ...
Hey, i am making a new CMS for Arcturus and its going well... But i need to know the code for Total On for arcturus...
I'll give mine so you can see what i have done:
Please tell me what's wrong here...Code:<?php $fp = fsockopen("localhost", 29300); if ($fp) { $rdata = fread($fp, 2056); $data = split('\|', $rdata); foreach ($data as $value) { $row = split(':', $value); switch ($row[0]) { case 'usercount': echo 'There are currently <b>' . $row[1] . '</b> users connected:<br />'; break; case 'users': $users = split(',', $row[1]); $first = true; foreach ($users as $user) { if (!$first) echo ', '; if (substr($user, 0, 4) == '[GM]') { echo '<span style="color: green"><b>' . $user . '</b></span>'; }else{ echo $user; } $first = false; } break; } } fclose($fp); } ?>
Last edited by helderpostiga1; 05-09-07 at 03:14 PM.
At the moment i don't belive that it logs to the database. 90% of the rose servers lie about how many are on if they have a script. Thats why ours don't show any.
I'm working on somethings to report this but no luck atm.
it reads the worldserver port, not connect to the database
On Acturus files ?
Hrm I would like to know what you did cause it did not come stock that way.
And were not talking OsIrose Or OsRose
Well the only way it works with them files is if you edit the config file but the spot you need to edit screws up the lang pack for some strange reason..
Icon@tribalgamingnet.com Please enlighten me. thats my msn btw
Enlighten you? This isn't the World of Warcraft section, NERRRRD. :)
Blow Me fag No body said shit about world Of WarCraft Kthx.
And yes enlighten Me {Means tell me how it was done for people who don't understand normal eng} And if you refer to releasing i help a ton around here
I don't normally ask for help.
It was a WoW joke, get over it.