anybody can help me how to put this to Cabal Tools at one line in right side Hero rangkings status
i setting ok no problem but still not put to cabaltools size very big out from web...
Printable View
anybody can help me how to put this to Cabal Tools at one line in right side Hero rangkings status
i setting ok no problem but still not put to cabaltools size very big out from web...
Make sure your max users is set correctly in the config.php as if it isn't correct the graphs won't go up. If you want to test to make sure it is working then see how many people are online and set the max users to that and the graph should go full.
The simplest way is to just add it into the menu by adding a link in templates/header.php. I don't really use cabaltoolz so i have not looked into integrating it as it isn't really designed as a cabaltoolz addon.
already did that (configs are synchronized).
but my system goes through port maps, so probably thats whats causing the values not to show.
$channels = array(
1=> array("number"=>1, "type"=>0, "name"=>"Channel 1 (Novice)", "ip"=>"127.0.0.1", "port"=>"38111" ),
2=> array("number"=>2, "type"=>0, "name"=>"Channel 2 (Trade)", "ip"=>"127.0.0.1", "port"=>"38112" ),
3=> array("number"=>3, "type"=>1, "name"=>"Channel 3 (PK)", "ip"=>"127.0.0.1", "port"=>"38113" ),
4=> array("number"=>4, "type"=>4, "name"=>"Channel 4 (Premium)", "ip"=>"127.0.0.1", "port"=>"38114" ),
5=> array("number"=>5, "type"=>8, "name"=>"Channel 5 (War)", "ip"=>"127.0.0.1", "port"=>"38115" ),
6=> array("number"=>10, "type"=>16908368, "name"=>"Channel 10 (TG)", "ip"=>"127.0.0.1", "port"=>"38116" )
);
what ip should i enter here? the linux ip? if im just running a network server??
you must put client ip and port to all ip and client port at same
The only thing that port mapping shoudl affect is the "online" display. To get the char counts the script goes directly into the cabal_character_table and checks the ChannelIdx and Login fields to see how many people are on each channel. If the "number" in the array isn't right it would cause the graphs to not go up as well.
Send me a PM with your channels array and i'll check it if you like.
The IP should be the linux LAN IP if the webserver is on the same lan or the wan IP (whatismyip.com) if the weberver is external. The port should be the port the worldsvrs are listening on which is the port right at the top of the worldsvr ini.
I should have watched my mouth and not said/talked shit to DeadlyData telling him things like your are not welcome here because then I become the one who is truly not welcome here.
Only the 1st server and the login server says online on mine. . even though i am running all other servers. . and channels^__^ why is that? did i put wrong ip? i pud my centOS ip in the ip parts^__^ hehhe:?:
Make sure the ports are correct in the channels array. Each entry should have the port shown at the top of the worldsvr ini file.
Thanx ;D
to many queries.
if u have 8 channels , then that is 8 queries.
why not just do a
Select channelidx, count(*) from cabal_character_table where login =1 group by channelidx
John_d .....
cabaltoolzbeta2 have TDP for setting Channel, not for Server Status...
i already had it 2 months ago lolz
How to setting this....TDP for cabalTools...
Can you Explane how.....i want put this to cabaltoolz web
very nice keep your hard work.