how can i use web templates of eqemu?
Hi, i would like to know what i must to do for use web templates that come with eqemu, when i use it with my apache server, i can navigate for all pages, but i see the expressions where i should to see the information of players online, guilds, etc.
Example: Code:
get("zone", ""); @chars = $EQW->ListPlayers($zone); #( # { character => "Joe", account => "yay", location_short => "arena", location_long => "Arena" }, # { character => "Bob", account => "yay", location_short => "freportw", location_long => "West Freeport" }, # { character => "Monkey", account => "notyay", location_short => "freportn", location_long => "North Freeport" } # ); ?> Thank you! |
When world is running, the server is already set up. Open up your web browser and type in the address of your server followed by the port number.
e.g. http://127.0.0.1:9080 |
i see... it works very nicely, but i would like to know what can i to do for only can access to HTTP webpages with only one account...because i have to all my players with status 100, due to i have a limited bandwith (then i have my server closed) and i want that they can log in my server, but i dont want that they can modify my configuration with HTTP Server...
Thank you |
you will prolly need to rebuild eqemu, since it uses status to determine who can log in... or use a firewall.
|
All times are GMT -4. The time now is 04:56 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.