• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Modern AAC - Bounty Hunters

My feedback to this script would be...


  • Total voters
    75
Table is
PHP:
CREATE TABLE IF NOT EXISTS `bounty_hunters` (
  `id` int(11) NOT NULL auto_increment,
  `player_name` varchar(50) collate utf8_unicode_ci NOT NULL,
  `hunted_by` varchar(50) collate utf8_unicode_ci NOT NULL,
  `killed_by` varchar(11) collate utf8_unicode_ci NOT NULL,
  `added` int(15) NOT NULL,
  `prize` int(11) NOT NULL,
  `kill_time` int(15) NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=3 ;
 
And what is the url? sorry im new im modern aac:p i mean it isnt localhost/index.php/bounty
 
ok so i need the bounty.php in page 1 and the db script in page 3

i need something else?
 

Similar threads

Back
Top