Advertisement
Guest User

frostybooter db

a guest
Feb 16th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.95 KB | None | 0 0
  1. ==============================================================================
  2. Target : www.frostybooter.net
  3. ==============================================================================
  4.  
  5. DROP TABLE IF EXISTS users;
  6. CREATE TABLE users (
  7. UserId int(25) NOT NULL auto_increment,
  8. UserName varchar(60) NOT NULL,
  9. Password varchar(64) NOT NULL,
  10. PasswordQuestion varchar(100),
  11. PasswordAnswer varchar(100),
  12. Email varchar(100) NOT NULL,
  13. myAttacks varchar(5000) NOT NULL,
  14. attacks longtext NOT NULL,
  15. notepad longtext NOT NULL,
  16. IsApproved tinyint(1) NOT NULL,
  17. IsLockedOut tinyint(1) NOT NULL,
  18. IsLoggedIn tinyint(1) NOT NULL,
  19. CreateDate datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
  20. LastLoginDate datetime DEFAULT '0000-00-00 00:00:00',
  21. LastLoginIP varchar(60) NOT NULL,
  22. LastPasswordChangeDate datetime DEFAULT '0000-00-00 00:00:00',
  23. LastActivityDate datetime DEFAULT '0000-00-00 00:00:00',
  24. LastLockoutDate datetime DEFAULT '0000-00-00 00:00:00',
  25. LastUnlockDate datetime DEFAULT '0000-00-00 00:00:00',
  26. Comment longtext,
  27. DestinationUrl varchar(100) DEFAULT 'default' NOT NULL,
  28. ActivationKey varchar(64) NOT NULL,
  29. IsOwner tinyint(1) NOT NULL,
  30. IsPremium tinyint(1) NOT NULL,
  31. PremiumType varchar(100) DEFAULT 'Free Membership' NOT NULL,
  32. PremiumStartDate datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
  33. PremiumEndDate datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
  34. PremiumAmount decimal(10,2) DEFAULT '0.00' NOT NULL,
  35. IsCancelled tinyint(1) NOT NULL,
  36. CancelledDate datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
  37. IsEndOfTerm tinyint(1) NOT NULL,
  38. EndOfTermDate datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
  39. IsPending tinyint(1) NOT NULL,
  40. PendingDate datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
  41. PremiumLevel int(3) NOT NULL,
  42. PRIMARY KEY (UserId),
  43. KEY UserName (UserName),
  44. KEY Email (Email)
  45. );
  46.  
  47. ('1', 'admin', 'ee35b18f7249ff1b5eb8abc77926e505c437345a', 'yes', 'no', 'dannypker2@aol.com', '1', '91.217.178.32--1357343488::', '', '1', '0', '1', '2011-09-07 21:24:10', '2013-01-13 01:39:05', '184.75.212.165', '0000-00-00 00:00:00', '2013-01-13 01:39:05', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 'default', 'd033e22ae348aeb5660fc2140aec35850c4da997', '0', '0', 'Gold Membership', '2011-01-01 00:00:00', '2030-01-01 00:00:00', '5.00', '1', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '2');
  48. ('2', 'bobismyname', 'aefc1134dde99e2fd2f8f850150bacf46dc97a37', 'Cows Go?', 'Moo', 'milesablack@hotmail.com', '14', '207.61.178.17--1357940270::', '', '1', '0', '1', '2013-01-02 08:39:24', '2013-01-12 10:54:04', '76.24.2.45', '0000-00-00 00:00:00', '2013-01-12 10:54:04', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 'default', '263abd2eba43ab3fb6a6740460c97a9c63004dd3', '1', '1', 'Gold Membership', '2013-01-02 14:23:06', '2014-01-02 14:23:06', '99.99', '0', '0000-00-00 00:00:00', '1', '2014-01-02 14:23:06', '0', '0000-00-00 00:00:00', '2');
  49. ('3', 'h57547467k', '78172d6e11c3f6aa7979acc33efc79dcf090c998', 'what is my name', 'hacker', 'h57547467k@hotmail.com', '0', '', '', '1', '0', '1', '2013-01-02 11:03:42', '2013-01-04 11:33:55', '189.115.16.105', '0000-00-00 00:00:00', '2013-01-04 11:33:55', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 'default', 'bfc7b9c2b9b8678422266c31d3d2cbbee31efb0f', '0', '0', 'Free Membership', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0.00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0');
  50. ('4', 'mrbendooon', '948bbd3d9482ae7097c7b9ceb4b57168ee2461af', 'I am a?', 'Cabbage', 'mrbendooon@gmail.com', '0', '', '', '1', '0', '1', '2013-01-02 14:30:10', '2013-01-12 10:54:52', '79.66.126.67', '0000-00-00 00:00:00', '2013-01-12 10:54:52', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 'default', '4051b20070141efa39725e7f8666d4a824aee075', '0', '0', 'Free Membership', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0.00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0');
  51. ('5', 'quentine', '41c7b524223960ca2b87484dfacb3c0bbeda4d84', 'child hood nickname', 'qtip', 'rustyhulk12@hotmail.ca', '0', '', '', '1', '0', '1', '2013-01-02 15:36:35', '2013-01-02 15:37:21', '65.94.102.194', '0000-00-00 00:00:00', '2013-01-02 15:37:21', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 'default', '8bfd7a04c97871cfea27a8ad367fb5d3d9fd3b31', '0', '0', 'Free Membership', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0.00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0');
  52. ('6', 'phantom', 'ad04a0656ab40cec15cc1d3056403bfe6cb074c4', 'how old am i', '15', 'a68by68@yahoo.com', '0', '', '', '1', '1', '1', '2013-01-02 15:47:07', '2013-01-03 16:37:49', '68.70.22.209', '0000-00-00 00:00:00', '2013-01-03 16:37:49', '2013-01-03 22:32:01', '2013-01-03 22:37:01', NULL, 'default', 'd969e7e0b0571370cd6763192bc24ac56c255472', '0', '1', 'Gold Membership', '2013-01-03 00:00:00', '2013-01-04 00:00:00', '1.99', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '2');
  53. ('7', 'deception', '0036118bc6c1cf9c33494ed94d08809207d84dac', 'real name', 'jason', 'woodcutta@live.co.uk', '1', '5.39.103.110--1357162054::', '', '1', '0', '1', '2013-01-02 16:21:19', '2013-01-02 16:21:31', '86.28.222.234', '0000-00-00 00:00:00', '2013-01-02 16:21:31', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 'default', 'b2e87ecf8af98b7b88cc8064bf07d8c451471e21', '0', '1', 'Gold Membership', '2013-01-02 16:22:01', '2013-01-03 16:22:01', '1.99', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '2');
  54. ('8', 'mikedown', '48751a26adb3766da2b1f8af77e1ddb9196706d9', 'who are you?', 'aaron', 'dave.rov@hotmail.com', '0', '', '', '1', '0', '1', '2013-01-02 16:59:25', '2013-01-02 16:59:43', '80.222.160.87', '0000-00-00 00:00:00', '2013-01-02 16:59:43', '2013-01-03 18:51:26', '2013-01-03 18:56:26', NULL, 'default', '7eeec8f0ba802119fac1726bd36424bfdfce12a4', '0', '0', 'Free Membership', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0.00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0');
  55. ('9', 'taylor', '28a7ca6a1132aa449d3a5ebadae124f7fab9907a', 'Were am i', 'Home', 'spurting@live.com', '0', '', '', '1', '0', '1', '2013-01-02 17:10:38', '2013-01-02 17:10:51', '97.106.138.237', '0000-00-00 00:00:00', '2013-01-02 17:10:51', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 'default', '5d74ae093a16a00e5af127763f2dc7e13988f162', '0', '0', 'Free Membership', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0.00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0');
  56. ('10', 'howdog55', '3a1656ea392a940f101e0f34fd49eee630488ea1', 'name of kitty', 'katso', 'howdog55@gmail.com', '0', '', '', '1', '0', '1', '2013-01-02 18:46:05', '2013-01-02 18:46:21', '72.130.148.200', '0000-00-00 00:00:00', '2013-01-02 18:46:21', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 'default', 'a4be52e36d76c16821f2a7db8073264b076a971d', '0', '0', 'Free Membership', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0.00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0');
  57. ('11', 'bk', 'f25f8ead218c1e7216c500b094f083f234ba6cd1', 'Swag?', 'swag', 'itriiggz2010@gmail.com', '22', '78.141.177.154--1357266918::50.136.42.91--1357266851::31.13.78.71--1357266802::173.64.7.45--1357264809::173.64.7.45--1357264726::173.64.7.45--1357264574::173.95.169.21--1357256415::173.95.169.21--1357248488::173.95.169.21--1357248197::64.4.23.149--1357247899::65.55.71.159--1357247657::74.67.210.105--1357247611::65.55.71.159--1357247510::', '', '1', '0', '1', '2013-01-02 19:17:15', '2013-01-03 15:52:29', '72.88.93.205', '0000-00-00 00:00:00', '2013-01-03 15:52:29', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 'default', 'b86f6db284d374188d561d46b45b188d5631609a', '0', '1', 'Gold Membership', '2013-01-02 19:19:15', '2014-01-02 19:19:15', '0.00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '2');
  58. ('12', 'test', 'f950b644bd792e1fa472ca95883c87dae2e23345', 'What Rhymes with Orange?', 'Anthony', 'runescape199098@yahoo.com', '0', '', '', '1', '0', '1', '2013-01-02 20:11:27', '2013-01-02 20:11:42', '50.136.42.91', '0000-00-00 00:00:00', '2013-01-02 20:11:42', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 'default', 'a94a8fe5ccb19ba61c4c0873d391e987982fbbd3', '0', '0', 'Free Membership', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0.00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0');
  59. ('19', 'krezm', '2d894ab283429a096fef94d818e42c5f22e8d22d', 'favourite movie', 'jackass', 'ezp988@hotmail.com', '0', '', '', '1', '0', '0', '2013-01-03 17:25:29', '0000-00-00 00:00:00', '', '0000-00-00 00:00:00', '2013-01-03 17:25:29', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 'default', '13aa0aadf6cd297d20af70cda70fc9d4c85090e3', '0', '0', 'Free Membership', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0.00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0');
  60. ('13', 'rezistance', 'f4dc62e343425ab98039ec240d738e6176f7f5f8', 'ass', 'cheeks', 'zlink1o@hotmail.com', '0', '', '', '1', '0', '1', '2013-01-02 20:21:21', '2013-01-03 16:02:21', '24.57.159.159', '0000-00-00 00:00:00', '2013-01-03 16:02:21', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 'default', '4d273331fa7e617420d73ace53b9fa464ee47cbe', '0', '0', 'Free Membership', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0.00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0');
  61. ('14', 'jabzz', '48efc4851e15940af5d477d3c0ce99211a70a3be', 'rødekro', 'rødekro', 'jacob-rieder@hotmail.com', '0', '', '', '1', '0', '1', '2013-01-02 20:50:27', '2013-01-02 20:50:43', '87.52.62.193', '0000-00-00 00:00:00', '2013-01-02 20:50:43', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 'default', 'a81d3fec3ea0109295fcda13092d21ea5521bd34', '0', '0', 'Free Membership', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0.00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0');
  62. ('15', 'technohacker', 'cd38d47a3e93735f898471339b2098e79c6576d9', 'Country?', 'Jordan', 'majd.garyouti@hotmail.com', '0', '', '', '1', '0', '1', '2013-01-03 10:55:28', '2013-01-03 10:55:46', '91.186.246.146', '0000-00-00 00:00:00', '2013-01-03 10:55:46', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 'default', '7af6e56e19c9a8c6b6f8ad80b0128ae3680766f6', '0', '0', 'Free Membership', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0.00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0');
  63. ('16', 'goingdeath2', 'a2d445fe78f64ea1290f519e676536312581efb1', 'my dogs name is?', 'rsps', 'vasilie125@hotmial.com', '0', '', '', '1', '0', '1', '2013-01-03 11:45:56', '2013-01-03 11:46:12', '84.26.247.15', '0000-00-00 00:00:00', '2013-01-03 11:46:12', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 'default', '17dadbe1ff4cfa6a1f532374b6a6dbd04240745b', '0', '0', 'Free Membership', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0.00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0');
  64. ('17', 'jake', '2433da8b33acfd7c8c6265dd091c35b659a6d774', 'is miles gay', 'Yes', 'ihithalifirst@gmail.com', '0', '', '', '1', '0', '0', '2013-01-03 14:33:53', '2013-01-12 14:49:11', '69.204.36.65', '0000-00-00 00:00:00', '2013-01-12 14:49:11', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 'default', 'c8d99c2f7cd5f432c163abcd422672b9f77550bb', '0', '0', 'Free Membership', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0.00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0');
  65. ('18', 'acid', '2433da8b33acfd7c8c6265dd091c35b659a6d774', 'is miles gay', 'yes', 'jacobfrier@rocketmail.com', '3', '192.241.10.194--1357967901::192.241.10.194--1357967578::192.241.10.194--1357967419::', '', '1', '0', '1', '2013-01-03 14:38:05', '2013-01-12 16:01:20', '69.204.36.65', '0000-00-00 00:00:00', '2013-01-12 16:01:20', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 'default', '434b0a6daa530638a964132e86b8a01d7b39aa7c', '1', '1', 'Gold Membership', '2013-01-11 00:00:00', '2014-07-31 00:00:00', '1.99', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '2');
  66. ('20', 'mikeprodown', '8470f2f3ab8400ab16afbc28884846382e9fe38e', 'who are you?', 'aaron', 'dave.rat@hotmail.com', '0', '', '', '1', '0', '1', '2013-01-03 18:55:14', '2013-01-04 06:15:37', '80.222.160.87', '0000-00-00 00:00:00', '2013-01-04 06:15:37', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 'default', '099bd05600eb958adf968fa9d983dcf8d7211522', '0', '0', 'Free Membership', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0.00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0');
  67. ('21', 'cowzownu', 'aefc1134dde99e2fd2f8f850150bacf46dc97a37', 'no', 'no', 'milesablack@aim.com', '0', '', '', '1', '0', '1', '2013-01-03 19:16:40', '2013-01-04 19:35:01', '199.241.185.56', '0000-00-00 00:00:00', '2013-01-04 19:35:01', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 'default', 'd78785544621a9e40c82dfd89b53a91f4deb77b4', '0', '0', 'Free Membership', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0.00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0');
  68. ('30', 'hero', 'd798fac1f08752a6d938aa67a1bbb90c4d66591b', 'Whats your name', 'Ricardo', 'host144@hotmail.com', '6', '84.202.151.176--1358025093::', '', '1', '0', '1', '2013-01-04 18:50:32', '2013-01-12 16:11:14', '98.242.204.111', '0000-00-00 00:00:00', '2013-01-12 16:11:14', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 'default', '0911aed621a145fb7a54b129692bc6e22372a4a3', '0', '1', 'Gold Membership', '2013-01-04 18:52:14', '2013-01-30 00:00:00', '1.99', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '2');
  69. ('22', 'made', '7c222fb2927d828af22f592134e8932480637c0d', 'Do you like Waffles?', 'Yeah we like Waffles!', 'vintage-player@hotmail.com', '3', '108.162.197.183--1357270997::123.211.110.93--1357269968::121.212.120.20--1357269740::', '', '1', '0', '1', '2013-01-03 22:03:25', '2013-01-04 05:27:21', '184.164.150.4', '0000-00-00 00:00:00', '2013-01-04 05:27:21', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 'default', 'e572f95f9d1fad1088e43936931f12bbbbdbbb06', '0', '0', 'Gold Membership', '2013-01-03 00:00:00', '2013-01-04 00:00:00', '0.00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0');
  70. ('23', 'host123', '2af210876883627f837ca22c2dba0f630e60de11', 'Where are you from', 'Florida', 'host144@live.com', '0', '', '', '1', '0', '1', '2013-01-03 22:32:47', '2013-01-03 22:33:29', '98.242.204.111', '0000-00-00 00:00:00', '2013-01-03 22:33:29', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 'default', '0bfe2215c3531c5508b939dc972f8e29b267a12b', '0', '0', 'Free Membership', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0.00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0');
  71. ('24', 'dylan163', '96b7f06c29819f2fb88bdcf9a8e4679a3f5be476', 'dylan', 'dylan', 'dylan_hund@hotmail.com', '0', '', '', '1', '0', '1', '2013-01-04 08:43:30', '2013-01-04 08:43:57', '213.89.24.247', '0000-00-00 00:00:00', '2013-01-04 08:43:57', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 'default', '0af8edf6355648eea9d3e292f21fabe0e41220e7', '0', '0', 'Free Membership', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0.00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0');
  72. ('27', 'winged wolf', '04db7effc8327675dba68ae074d1ba2ed6241eae', 'what is my real name?', 'shane', 'zammybunny@gmail.com', '0', '', '', '1', '0', '0', '2013-01-04 16:28:27', '2013-01-04 16:28:42', '24.247.216.226', '0000-00-00 00:00:00', '2013-01-04 16:28:42', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 'default', '63394080d354be97ce02f78098e0c8dcfbaa7e20', '0', '0', 'Free Membership', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0.00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0');
  73. ('25', 'dragon00', 'd6a0c699cc90a712760416c96c0c13f071098203', 'whats your name?', 'fuck all', 'zerofax007@hotmail.com', '0', '', '', '1', '0', '1', '2013-01-04 10:12:50', '2013-01-04 10:13:16', '46.185.212.178', '0000-00-00 00:00:00', '2013-01-04 10:13:16', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 'default', '3c8ea0a336b1450b1c8379488a74aa5a7333065f', '0', '0', 'Free Membership', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0.00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0');
  74. ('26', 'u22u', 'd58efbb19516287dc6a8a7def2037cc591f3b75e', 'how?', 'not.', 'u2isahaxor@gmail.com', '0', '', '', '1', '0', '1', '2013-01-04 15:31:58', '2013-01-04 15:32:10', '88.159.107.210', '0000-00-00 00:00:00', '2013-01-04 15:32:10', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 'default', 'c8cd410ae2f7dc3f81432ba091c693a3a15d8cd2', '0', '0', 'Free Membership', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0.00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0');
  75. ('28', 'unsolidarity', 'ec1e7fb8656dba32737acabc2e5a1fb2d02a973f', 'asjdkaj', 'asjfiasjfa', 'unsolidarity@mailinator.com', '0', '', '', '1', '0', '0', '2013-01-04 18:30:18', '0000-00-00 00:00:00', '', '0000-00-00 00:00:00', '2013-01-04 18:30:18', '0000-00-00 00:00:00', '0000-00-00 00:00:00', NULL, 'default', '9faf4a5c23a5dab506bb056e1ab55d5a096e829f', '0', '0', 'Free Membership', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0.00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0');
  76. ('29', '', 'ec1e7fb8656dba32737acabc2e5a1fb2d02a973f', '', '', '', '', '', '', '0', '0', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '', '', '0', '0', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0.00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0', '0000-00-00 00:00:00', '0');
  77.  
  78.  
  79.  
  80. INSERT INTO `shells` (`id`, `location`, `valid`, `date`, `type`) VALUES
  81. (1, 'http://184.168.116.156/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  82. ,(2, 'http://217.140.248.144/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  83. ,(3, 'http://186.42.188.34/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  84. ,(4, 'http://41.142.254.169/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  85. ,(5, 'http://165.228.105.150/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  86. ,(6, 'http://213.200.246.139/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  87. ,(7, 'http://124.17.124.8/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  88. ,(8, 'http://118.97.191.50/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  89. ,(9, 'http://210.212.255.228/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  90. ,(10, 'http://200.37.240.165/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  91. ,(11, 'http://124.125.128.142/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  92. ,(12, 'http://108.93.102.30/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  93. ,(13, 'http://202.171.42.177/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  94. ,(14, 'http://46.118.133.129/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  95. ,(15, 'http://153.96.23.18/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  96. ,(16, 'http://143.248.51.14/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  97. ,(17, 'http://212.29.226.169/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  98. ,(18, 'http://119.93.157.15/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  99. ,(19, 'http://118.67.250.31/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  100. ,(20, 'http://124.232.150.50/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  101. ,(21, 'http://119.15.169.58/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  102. ,(22, 'http://200.127.61.173/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  103. ,(23, 'http://180.244.27.168/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  104. ,(24, 'http://190.152.180.46/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  105. ,(25, 'http://103.12.84.56/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  106. ,(26, 'http://119.82.240.163/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  107. ,(27, 'http://86.110.30.249/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  108. ,(28, 'http://202.131.233.228/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  109. ,(29, 'http://84.243.24.178/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  110. ,(30, 'http://108.243.82.162/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  111. ,(31, 'http://115.111.228.99/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  112. ,(32, 'http://201.64.3.214/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  113. ,(33, 'http://70.25.101.94/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  114. ,(34, 'http://210.86.226.171/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  115. ,(35, 'http://89.122.148.30/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  116. ,(36, 'http://95.97.179.214/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  117. ,(37, 'http://187.157.9.76/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  118. ,(38, 'http://186.47.77.69/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  119. ,(39, 'http://83.206.16.26/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  120. ,(40, 'http://122.144.10.105/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  121. ,(41, 'http://180.243.34.20/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  122. ,(42, 'http://220.163.111.7/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  123. ,(43, 'http://222.254.76.36/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  124. ,(44, 'http://88.26.236.62/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  125. ,(45, 'http://119.46.171.250/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  126. ,(46, 'http://168.176.5.41/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  127. ,(47, 'http://186.147.240.68/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  128. ,(48, 'http://95.9.171.221/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  129. ,(49, 'http://212.60.250.73/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  130. ,(50, 'http://189.254.1.50/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  131. ,(51, 'http://118.96.122.14/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  132. ,(52, 'http://211.154.144.86/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  133. ,(53, 'http://18.98.7.156/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  134. ,(54, 'http://87.106.2.83/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  135. ,(55, 'http://222.222.179.137/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  136. ,(56, 'http://62.119.49.36/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  137. ,(57, 'http://196.44.111.140/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  138. ,(58, 'http://200.56.83.229/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  139. ,(59, 'http://116.255.141.134/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  140. ,(60, 'http://178.23.161.13/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  141. ,(61, 'http://95.160.1.9/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  142. ,(62, 'http://87.139.65.19/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  143. ,(63, 'http://96.245.87.164/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  144. ,(64, 'http://202.85.212.131/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  145. ,(65, 'http://141.117.68.123/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  146. ,(66, 'http://110.55.69.161/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  147. ,(67, 'http://84.232.177.165/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  148. ,(68, 'http://27.96.63.27/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  149. ,(69, 'http://213.136.105.243/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  150. ,(70, 'http://94.40.10.20/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  151. ,(71, 'http://103.12.84.56/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  152. ,(72, 'http://210.186.139.13/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  153. ,(73, 'http://77.92.84.127/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  154. ,(74, 'http://78.38.114.221/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  155. ,(75, 'http://213.126.23.226/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  156. ,(76, 'http://200.44.178.70/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  157. ,(77, 'http://70.25.101.94/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  158. ,(78, 'http://93.125.52.12/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  159. ,(79, 'http://143.248.51.14/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  160. ,(80, 'http://199.119.204.181/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  161. ,(81, 'http://202.59.161.223/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  162. ,(82, 'http://190.255.54.22/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  163. ,(83, 'http://220.163.111.7/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  164. ,(84, 'http://161.139.145.197/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  165. ,(85, 'http://187.115.25.136/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  166. ,(86, 'http://186.47.77.69/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  167. ,(87, 'http://186.0.191.89/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  168. ,(88, 'http://96.53.118.78/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  169. ,(89, 'http://180.241.83.207/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  170. ,(90, 'http://115.85.47.86/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  171. ,(91, 'http://200.81.215.125/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  172. ,(92, 'http://219.132.58.243/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  173. ,(93, 'http://82.245.25.176/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  174. ,(94, 'http://99.188.232.191/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  175. ,(95, 'http://61.219.81.217/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  176. ,(96, 'http://110.174.125.114/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  177. ,(97, 'http://78.38.171.3/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  178. ,(98, 'http://66.209.131.136/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  179. ,(99, 'http://108.243.82.162/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  180. ,(100, 'http://200.123.171.213/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  181. ,(101, 'http://124.232.150.50/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  182. ,(102, 'http://123.25.23.1/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  183. ,(103, 'http://80.34.201.196/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  184. ,(104, 'http://103.12.84.56/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  185. ,(105, 'http://119.15.169.58/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  186. ,(106, 'http://222.165.224.167/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  187. ,(107, 'http://189.203.101.76/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  188. ,(108, 'http://200.127.61.173/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  189. ,(109, 'http://180.169.104.254/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  190. ,(110, 'http://180.243.34.20/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  191. ,(111, 'http://122.201.20.196/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  192. ,(112, 'http://168.176.5.41/webdav/lg.php', 'FALSE', '2013-01-02', 'g')
  193. ,(113, 'http://121.200.60.242/webdav/lg.php', 'FALSE', '2013-01-02', 'g');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement