• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[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