freehit21 Posted May 14, 2014 Posted May 14, 2014 cno po may alam nito kung san po nilalagay itong http://pastebin.com/dEqrkczy nid po badly asap pls Quote
Microsoft Posted May 14, 2014 Posted May 14, 2014 choose your database then click sql then paste it then hit go. Quote
freehit21 Posted May 14, 2014 Author Posted May 14, 2014 database from where po. winscp? pls be more specific po Quote
Microsoft Posted May 14, 2014 Posted May 14, 2014 If you are using linux, then go for phpmyadmin, if not then use MYSQL server Quote
freehit21 Posted May 14, 2014 Author Posted May 14, 2014 where in phpmyadmin sir. what folder. pls i need to know where to find that sql table where put these sir. //SQL Table for Ghost's PvP System CREATE TABLE IF NOT EXISTS `pvp_rank` ( `char_id` int(11) NOT NULL, `account_id` int(11) NOT NULL, `char` varchar(30) NOT NULL, `kill` int(11) NOT NULL, `death` int(11) NOT NULL, `kdr` varchar(30) NOT NULL, `killingstreak` int(11) NOT NULL, `multikill` int(11) NOT NULL, `killingspree` int(11) NOT NULL, `dominating` int(11) NOT NULL, `megakill` int(11) NOT NULL, `unstoppable` int(11) NOT NULL, `wickedsick` int(11) NOT NULL, `monsterkill` int(11) NOT NULL, `godlike` int(11) NOT NULL, `beyondgodlike` int(11) NOT NULL, `doublekill` int(11) NOT NULL, `triplekill` int(11) NOT NULL, `ultrakill` int(11) NOT NULL, `rampage` int(11) NOT NULL, `ownage` int(11) NOT NULL, `nemesiskill` int(11) NOT NULL, `feedcount` int(11) NOT NULL, PRIMARY KEY (`char_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; this is the sql table Quote
Microsoft Posted May 14, 2014 Posted May 14, 2014 What folder? o.O you mean you can't access your phpmyadmin? If you are using vps, http://yourip/phpmyadmin then click your database in the left side, then click SQL then paste that. Quote
freehit21 Posted May 14, 2014 Author Posted May 14, 2014 i can access my phpmyadmin.. the thing is. where is that database thing inside my phpmyadmin in the left side. Quote
Microsoft Posted May 14, 2014 Posted May 14, 2014 check your inter_athena.conf. You can see what database you are using. Quote
Jerhia Posted June 5, 2014 Posted June 5, 2014 (edited) i can access my phpmyadmin.. the thing is. where is that database thing inside my phpmyadmin in the left side. Ofcourse you need to create 1 database for your server first. And after that follow the screenshot below. Using My SQL Query Browser: Screenshot 1: Screenshot 2: Using phpmyadmin Edited June 5, 2014 by Jerhia 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.