13.10.2018, 00:26
Quote:
Introduce
Hello, this server is based on a zombie server in korea. frontend : bootstrap adminlte You can choose four characters using a custom skin. Directory : dist/img/skin/ Functional list - Login - view user status ( hp,sex,skin number,gun type/bullet,zombie kills, play time, money and Bleeding, hunger, thirst. ) - my Backpack system ( Show only items in possession ) - Update List - feedback dist/inclue/dbconfig.php PHP Code:
PHP Code:
Code:
CREATE TABLE `players` ( `p_id` int(10) UNSIGNED NOT NULL, `p_name` varchar(32) DEFAULT NULL, `p_password` varchar(64) DEFAULT NULL, `p_ammo` int(10) DEFAULT NULL, `p_reload` int(10) DEFAULT NULL, `p_weapontype` int(10) DEFAULT NULL, `p_posx` float DEFAULT NULL, `p_posy` float DEFAULT NULL, `p_posz` float DEFAULT NULL, `p_skin` int(10) DEFAULT NULL, `p_interior` int(10) DEFAULT NULL, `p_vw` int(10) DEFAULT NULL, `p_health` float DEFAULT NULL, `p_tutorial` int(10) DEFAULT NULL, `p_race` int(10) DEFAULT NULL, `p_gender` int(10) DEFAULT NULL, `p_group` int(10) DEFAULT NULL, `p_dise` int(10) DEFAULT NULL, `p_quest` int(10) DEFAULT NULL, `p_bleeding` int(10) DEFAULT NULL, `p_hunger` int(10) DEFAULT NULL, `p_thirst` int(10) DEFAULT NULL, `p_keys` int(10) DEFAULT NULL, `p_bullet` int(10) DEFAULT NULL, `p_weaponsecondary` int(10) DEFAULT NULL, `p_nicolasmission1` int(10) DEFAULT NULL, `p_nicolasmission2` int(10) DEFAULT NULL, `p_davemission1` int(10) DEFAULT NULL, `p_davemission2` int(10) DEFAULT NULL, `p_gas` int(10) DEFAULT NULL, `p_mail` varchar(64) DEFAULT NULL, `p_zombiekills` int(10) DEFAULT NULL, `p_hours` int(10) DEFAULT NULL, `p_minute` int(10) DEFAULT NULL, `p_second` int(10) DEFAULT NULL, `p_orga` int(10) DEFAULT NULL, `areaIndex` int(10) NOT NULL DEFAULT '-1', `p_bagtype` varchar(20) DEFAULT NULL, `item_0` int(10) DEFAULT NULL, `item_1` int(10) DEFAULT NULL, `item_2` int(10) DEFAULT NULL, `item_3` int(10) DEFAULT NULL, `item_4` int(10) DEFAULT NULL, `item_5` int(10) DEFAULT NULL, `item_6` int(10) DEFAULT NULL, `item_7` int(10) DEFAULT NULL, `item_8` int(10) DEFAULT NULL, `item_9` int(10) DEFAULT NULL, `item_10` int(10) DEFAULT NULL, `item_11` int(10) DEFAULT NULL, `item_12` int(10) DEFAULT NULL, `item_13` int(10) DEFAULT NULL, `item_14` int(10) DEFAULT NULL, `item_15` int(10) DEFAULT NULL, `item_16` int(10) DEFAULT NULL, `item_17` int(10) DEFAULT NULL, `item_18` int(10) DEFAULT NULL, `item_19` int(10) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; Code:
REATE TABLE feedback ( f_id int(11) NOT NULL, f_ip text CHARACTER SET latin1 NOT NULL, f_name varchar(20) CHARACTER SET latin1 NOT NULL, f_adddate timestamp NULL DEFAULT CURRENT_TIMESTAMP, f_contents varchar(200) CHARACTER SET utf8 NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=euckr; ALTER TABLE feedback MODIFY f_id int(11) NOT NULL AUTO_INCREMENT; ALTER TABLE feedback ADD PRIMARY KEY (f_id); http://imgur.com/KsI6Vw7 http://imgur.com/YRiePtw http://imgur.com/mEPEyOo All screen shot : http://imgur.com/a/DleXd Download github : https://github.com/getsolaris/SA-MP-PHP-WarZ im korean newbie webdeveloper thanks and github follower please |