BAN Command..
#13

It's not that hard imo.

First of all make a table structure, then it's just a simple query.

Код:
CREATE TABLE IF NOT EXISTS `bans` (
  `name` varchar(50) NOT NULL,
  `ip` varchar(16) NOT NULL,
  `reason` varchar(200) NOT NULL,
  `admin` varchar(50) NOT NULL,
  `unbandate` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `datebanned` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Reply


Messages In This Thread
BAN Command.. - by GaB1TzZzu - 08.01.2011, 18:09
Re: BAN Command.. - by _rAped - 08.01.2011, 18:13
Re: BAN Command.. - by GaB1TzZzu - 08.01.2011, 19:34
Re: BAN Command.. - by Tessar - 08.01.2011, 19:37
Re: BAN Command.. - by GaB1TzZzu - 09.01.2011, 06:14
Re: BAN Command.. - by Exxious - 09.01.2011, 07:37
Re: BAN Command.. - by GaB1TzZzu - 09.01.2011, 09:55
Re: BAN Command.. - by Ash. - 09.01.2011, 09:58
Re: BAN Command.. - by HyperZ - 09.01.2011, 09:59
Re: BAN Command.. - by GaB1TzZzu - 09.01.2011, 10:08
Re: BAN Command.. - by GaB1TzZzu - 10.01.2011, 11:28
Re: BAN Command.. - by GaB1TzZzu - 11.01.2011, 11:47
Re: BAN Command.. - by _rAped - 11.01.2011, 12:14
Re: BAN Command.. - by GaB1TzZzu - 11.01.2011, 12:25
Re: BAN Command.. - by GaB1TzZzu - 12.01.2011, 14:26
Re: BAN Command.. - by GaB1TzZzu - 13.01.2011, 13:29
Re: BAN Command.. - by GaB1TzZzu - 14.01.2011, 13:16
Re: BAN Command.. - by GaB1TzZzu - 16.01.2011, 14:43
Re: BAN Command.. - by [LvZ]Free - 11.08.2011, 17:04

Forum Jump:


Users browsing this thread: 1 Guest(s)