Przedszkolak
Postów: 34 Ostrzeżeń: 1
Data rejestracji: 16.01.2007 18:19
ZBANOWANY: Dożywotnio
|
heja
usunąłem całą tabele ale mialem kopie i mam w ep_users :
CREATE TABLE `ep_users` (
`user_id` smallint(5) unsigned NOT NULL auto_increment,
`user_name` varchar(30) collate utf8_polish_ci NOT NULL default '',
`user_password` varchar(32) collate utf8_polish_ci NOT NULL default '',
`user_email` varchar(100) collate utf8_polish_ci NOT NULL default '',
`user_hide_email` tinyint(1) unsigned NOT NULL default '1',
`user_location` varchar(50) collate utf8_polish_ci NOT NULL default '',
`user_birthdate` date NOT NULL default '0000-00-00',
`user_aim` varchar(25) collate utf8_polish_ci NOT NULL default '',
`user_icq` varchar(15) collate utf8_polish_ci NOT NULL default '',
`user_msn` varchar(100) collate utf8_polish_ci NOT NULL default '',
`user_yahoo` varchar(100) collate utf8_polish_ci NOT NULL default '',
`user_web` varchar(200) collate utf8_polish_ci NOT NULL default '',
`user_theme` varchar(100) collate utf8_polish_ci NOT NULL default 'Default',
`user_offset` char(3) collate utf8_polish_ci NOT NULL default '0',
`user_avatar` varchar(100) collate utf8_polish_ci NOT NULL default '',
`user_sig` text collate utf8_polish_ci NOT NULL,
`user_posts` smallint(5) unsigned NOT NULL default '0',
`user_joined` int(10) unsigned NOT NULL default '0',
`user_lastvisit` int(10) unsigned NOT NULL default '0',
`user_ip` varchar(20) collate utf8_polish_ci NOT NULL default '0.0.0.0',
`user_rights` text collate utf8_polish_ci NOT NULL,
`user_groups` text collate utf8_polish_ci NOT NULL,
`user_level` tinyint(3) unsigned NOT NULL default '101',
`user_status` tinyint(1) unsigned NOT NULL default '0',
`user_prefix` char(3) collate utf8_polish_ci NOT NULL default '~',
`user_color` varchar(6) collate utf8_polish_ci NOT NULL default '',
`user_adds` tinyint(4) NOT NULL default '0',
`user_email_act` tinyint(1) NOT NULL default '0',
`user_rang` varchar(30) collate utf8_polish_ci NOT NULL default '',
`user_points` smallint(5) default '0',
`points_normal` smallint(5) default '0',
`points_bonus` smallint(5) default '0',
`points_punishment` smallint(5) default '0',
PRIMARY KEY (`user_id`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COLLATE=utf8_polish_ci AUTO_INCREMENT=10 ;
--
-- Zrzut danych tabeli `ep_users`
--
INSERT INTO `ep_users` VALUES (2, 'zieba1910', '023dca211eed94282930353bc609f217', '', 1, 'Radom', '1992-08-23', '', '', '', '', '', 'Jackass_theme', '0', '', '', 0, 1173540763, 1173541301, '82.139.8.24', '', '', 101, 0, '~', '', 0, 0, '', 0, 0, 0, 0);
oczywiście moje stąd usunąłem ... gdzie jest to haslo akurat tego użytkownika ??? blagam o pomoc na ich forum nikogo nie było od II miechów chyba :/ |