Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] Simple Admin Panel

Joined
Oct 27, 2012
Messages
112
Reaction score
12
contains :
1. online account credit by Henmoro from thread https://forum.ragezone.com/f617/release-simple-gm-panel-778089/
2. Send Item (mailer) credit by jamezilla from thread https://forum.ragezone.com/f617/jddc-web-script-releases-968902/
3. char database viewer credit by me
4. Broadcast credit by Hulu from thread https://forum.ragezone.com/f617/release-website-broadcast-988293/
5. Update char database credit by jamezilla from thread https://forum.ragezone.com/f617/jddc-pull-character-data-webscripts-977907/
6. register admin credit by me (dont forget to delete this file on your website to prevent other register admin)
or you can manualy add your admin account from SQL

Before use dont forget to edit config.php, connector.php
create new table admin_panel on your database
give relations from tbl base akkid with tbl users ID

edited
i forgot about item_log tbl
Code:
CREATE TABLE IF NOT EXISTS `item_log` (
  `roleid` int(11) NOT NULL,
  `itemid` int(11) NOT NULL,
  `amount` int(11) NOT NULL,
  `time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;


preview character database :
cystal - [Release] Simple Admin Panel - RaGEZONE Forums
preview broadcast:
cystal - [Release] Simple Admin Panel - RaGEZONE Forums
preview Mailer:
cystal - [Release] Simple Admin Panel - RaGEZONE Forums

Download link :
 
Last edited:
Back
Top