Code:
-- - table dump:  / atkmovies / user_data
-- - Sat, 15 Mar 2013 10:41:27 -0700
-- - mysql user: atkmovies MySQL version: 5.5.19-cll
CREATE TABLE IF NOT EXISTS `user_data` (
	`user_id` int(11) NOT NULL AUTO_INCREMENT,
	`username` varchar(12) NOT NULL ,
	`password` varchar(255) NOT NULL ,
	`email` varchar(255) NOT NULL ,
	`security` int(2) NULL DEFAULT '10',
	`last_login` datetime NULL ,
	`logins` int(11) NULL ,
	`last_ip` varchar(15) NULL ,
	`activation` varchar(255) NULL ,
	`status` int(3) NOT NULL ,
	`crowns` int(11) NULL ,
	`ban` int(3) NOT NULL ,
	`opt` int(3) NOT NULL ,
	`affiliate_id` varchar(255) NULL ,
	KEY (`username`, `email`),
	PRIMARY KEY (`user_id`)
);

INSERT INTO `user_data` (`user_id`, `username`, `password`, `email`, `security`, `last_login`, `logins`, `last_ip`, `activation`, `status`, `crowns`, `ban`, `opt`, `affiliate_id`) VALUES
Download it Here Download: atkmovies-user_data-data.sql-1.zip | xup.in


pass for the zip "cardingplanet.biz"