Hello guys, this is my best work, not about the template, but about de systems.
I stopped develop it a long time ago and it may have some bugs but nothing that a see
It has:
Login System
View Characters
View Pets
View Other players Profile
View pets info
View legion info
Ranking
Register
Downloads
Patch Auto System
and much more!
Print:
[Only registered and activated users can see links. Click Here To Register...]
This only will work with this account:
The login system only will works with account registered in my own register!
ZIP Password:
[Only registered and activated users can see links. Click Here To Register...] .ly /CoEPj
Needed query for news system:
[Only registered and activated users can see links. Click Here To Register...] .ly /CoFDh
Web download:
[Only registered and activated users can see links. Click Here To Register...] .ly/ CoFaX[/url]
This web is in portuguese, but it's easy to translate :D
I stopped develop it a long time ago and it may have some bugs but nothing that a see
It has:
Login System
View Characters
View Pets
View Other players Profile
View pets info
View legion info
Ranking
Register
Downloads
Patch Auto System
and much more!
Print:
[Only registered and activated users can see links. Click Here To Register...]
This only will work with this account:
Code:
DROP TABLE IF EXISTS `account`; CREATE TABLE `account` ( `id` int(4) unsigned zerofill NOT NULL auto_increment, `name` varchar(32) binary NOT NULL default '', `password` varchar(32) binary NOT NULL default '', `type` int(4) unsigned NOT NULL default '0', `point` int(4) default '0', `pointtime` int(4) unsigned zerofill NOT NULL default '20020318', `offline` int(4) default NULL, `online` int(4) unsigned zerofill NOT NULL default '0000', `reg_date` datetime default NULL, `licence` int(4) unsigned default '0', `reg_flag` bigint(12) unsigned default '3', `netbar_ip` varchar(15) default '127.0.0.1', `ip_mask` varchar(15) default '255.255.255.255', `add_type` smallint(4) unsigned zerofill NOT NULL default '0000', `VIP` int(4) unsigned default '1', `email` varchar(32) NOT NULL default '', `realname` varchar(30) NOT NULL default '', `pwd` varchar(12) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `index_name_pass` (`name`,`password`), UNIQUE KEY `index_username` (`name`), KEY `index_type` (`type`), KEY `index_regtype` (`reg_flag`), KEY `index_isp` (`type`,`netbar_ip`), KEY `typereg` (`type`,`reg_date`) ) TYPE=MyISAM;
ZIP Password:
[Only registered and activated users can see links. Click Here To Register...] .ly /CoEPj
Needed query for news system:
[Only registered and activated users can see links. Click Here To Register...] .ly /CoFDh
Web download:
[Only registered and activated users can see links. Click Here To Register...] .ly/ CoFaX[/url]
This web is in portuguese, but it's easy to translate :D