Jump to content
freehit21

hello po ph devs

Recommended Posts

where in phpmyadmin sir. what folder. :D 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
Link to comment
Share on other sites

i  can access my phpmyadmin.. the thing is. where is that database thing inside my phpmyadmin in the left side. :(

Link to comment
Share on other sites


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:

 

m25Ghqg.png

 

Screenshot 2:

 

E0gQMZT.png

 

Using phpmyadmin

 

wYv6NA2.png

Edited by Jerhia
  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.