Advertisement
Guest User

Untitled

a guest
Jan 25th, 2014
2,141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 68.01 KB | None | 0 0
  1. CREATE TABLE `email_templates` (
  2. `id` int(5) NOT NULL AUTO_INCREMENT,
  3. `name` varchar(200) NOT NULL,
  4. `subject` varchar(255) NOT NULL,
  5. `help` text,
  6. `body` text,
  7. PRIMARY KEY (`id`)
  8. ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8;
  9. INSERT INTO `email_templates` (`id`, `name`, `subject`, `help`, `body`) VALUES
  10. (1, 'Registration Email', 'Please verify your email', 'This template is used to send Registration Verification Email, when Configuration->Registration Verification is set to YES', '<div align="center">\n<table cellspacing="5" cellpadding="5" border="0" width="600" style="background: none repeat scroll 0% 0% rgb(244, 244, 244); border: 1px solid rgb(102, 102, 102);">\n <tbody>\n <tr>\n <th style="background-color: rgb(204, 204, 204);">Welcome [NAME]! Thanks for registering.</th>\n </tr>\n <tr>\n <td valign="top" style="text-align: left;">Hello,<br/>\n <br/>\n You're now a member of [SITE_NAME].<br/>\n <br/>\n Here are your login details. Please keep them in a safe place:<br/>\n <br/>\n Username: <strong>[USERNAME]</strong><br/>\n Password: <strong>[PASSWORD]</strong> <hr/>\n The administrator of this site has requested all new accounts<br/>\n to be activated by the users who created them thus your account<br/>\n is currently inactive. To activate your account,<br/>\n please visit the link below and enter the following:<hr/>\n Token: <strong>[TOKEN]</strong><br/>\n Email: <strong>[EMAIL]</strong> <hr/>\n <a href="[LINK]">Click here to activate tour account</a></td>\n </tr>\n <tr>\n <td style="text-align: left;"><em>Thanks,<br/>\n [SITE_NAME] Team<br/>\n <a href="[URL]">[URL]</a></em></td>\n </tr>\n </tbody>\n</table>\n</div>')
  11. ,(2, 'Forgot Password Email', 'Password Reset', 'This template is used for retrieving lost user password', '<div align="center">\n<table width="600" cellspacing="5" cellpadding="5" border="0" style="background: none repeat scroll 0% 0% rgb(244, 244, 244); border: 1px solid rgb(102, 102, 102);">\n <tbody>\n <tr>\n <th style="background-color: rgb(204, 204, 204);">New password reset from [SITE_NAME]!</th>\n </tr>\n <tr>\n <td valign="top" style="text-align: left;">Hello, <strong>[USERNAME]</strong><br />\n <br />\n It seems that you or someone requested a new password for you.<br />\n We have generated a new password, as requested:<br />\n <br />\n Your new password: <strong>[PASSWORD]</strong><br />\n <br />\n To use the new password you need to activate it. To do this click the link provided below and login with your new password.<br />\n <a href="[LINK]">[LINK]</a><br />\n <br />\n You can change your password after you sign in.<hr />\n Password requested from IP: [IP]</td>\n </tr>\n <tr>\n <td style="text-align: left;"><em>Thanks,<br />\n [SITE_NAME] Team<br />\n <a href="[URL]">[URL]</a></em></td>\n </tr>\n </tbody>\n</table>\n</div>')
  12. ,(3, 'Welcome Mail From Admin', 'You have been registered', 'This template is used to send welcome email, when user is added by administrator', '<div align="center">\n<table cellspacing="5" cellpadding="5" border="0" width="600" style="background: none repeat scroll 0% 0% rgb(244, 244, 244); border: 1px solid rgb(102, 102, 102);">\n <tbody>\n <tr>\n <th style="background-color: rgb(204, 204, 204);">Welcome [NAME]! You have been Registered.</th>\n </tr>\n <tr>\n <td style="text-align: left;">Hello,<br />\n <br />\n You're now a member of [SITE_NAME].<br />\n <br />\n Here are your login details. Please keep them in a safe place:<br />\n <br />\n Username: <strong>[USERNAME]</strong><br />\n Password: <strong>[PASSWORD]</strong></td>\n </tr>\n <tr>\n <td style="text-align: left;"><em>Thanks,<br />\n [SITE_NAME] Team<br />\n <a href="[URL]">[URL]</a></em></td>\n </tr>\n </tbody>\n</table>\n</div>')
  13. ,(4, 'Default Newsletter', 'Newsletter', 'This is a default newsletter template', '<div align="center">\n<table width="600" cellspacing="5" cellpadding="5" border="0" style="background: none repeat scroll 0% 0% rgb(244, 244, 244); border: 1px solid rgb(102, 102, 102);">\n <tbody>\n <tr>\n <th style="background-color: rgb(204, 204, 204);">Hello [NAME]!</th>\n </tr>\n <tr>\n <td valign="top" style="text-align: left;">You are receiving this email as a part of your newsletter subscription. <hr />\n Here goes your newsletter content <hr />\n </td>\n </tr>\n <tr>\n <td style="text-align: left;"><em>Thanks,<br />\n [SITE_NAME] Team<br />\n <a href="[URL]">[URL]</a></em> <hr />\n <span style="font-size: 11px;"><em>To stop receiving future newsletters please login into your account and uncheck newsletter subscription box.</em></span></td>\n </tr>\n </tbody>\n</table>\n</div>')
  14. ,(5, 'Transaction Completed', 'Payment Completed', 'This template is used to notify administrator on successful payment transaction', '<div align="center">\n<table width="600" cellspacing="5" cellpadding="5" border="0" style="background: none repeat scroll 0% 0% rgb(244, 244, 244); border: 1px solid rgb(102, 102, 102);">\n <tbody>\n <tr>\n <th style="background-color: rgb(204, 204, 204);">Hello, Admin</th>\n </tr>\n <tr>\n <td valign="top" style="text-align: left;">You have received new payment following:<br />\n <br />\n Username: <strong>[USERNAME]</strong><br />\n Membership: <strong>[ITEMNAME]</strong><br />\n Price: <strong>[PRICE]</strong><br />\n Status: <strong>[STATUS] </strong><br />\r\n Processor: <strong>[PP] </strong><br />\n IP: <strong>[IP] </strong></td>\n </tr>\n <tr>\n <td valign="top" style="text-align: left;"><em>You can view this transaction from your admin panel</em></td>\n </tr>\n </tbody>\n</table>\n</div>')
  15. ,(6, 'Transaction Suspicious', 'Suspicious Transaction', 'This template is used to notify administrator on failed/suspicious payment transaction', '<div align="center">\n<table width="600" cellspacing="5" cellpadding="5" border="0" style="background: none repeat scroll 0% 0% rgb(244, 244, 244); border: 1px solid rgb(102, 102, 102);">\n <tbody>\n <tr>\n <th style="background-color:#ccc">Hello, Admin</th>\n </tr>\n <tr>\n <td valign="top" style="text-align:left">The following transaction has been disabled due to suspicious activity:<br />\n <br />\n Buyer: <strong>[USERNAME]</strong><br />\n Item: <strong>[ITEM]</strong><br />\n Price: <strong>[PRICE]</strong><br />\n Status: <strong>[STATUS]</strong></td>\r\n Processor: <strong>[PP] </strong><br />\n </tr>\n <tr>\n <td style="text-align:left"><em>Please verify this transaction is correct. If it is, please activate it in the transaction section of your site's <br />\n administration control panel. If not, it appears that someone tried to fraudulently obtain products from your site.</em></td>\n </tr>\n </tbody>\n</table>\n</div>')
  16. ,(7, 'Welcome Email', 'Welcome', 'This template is used to welcome newly registered user when Configuration->Registration Verification and Configuration->Auto Registration are both set to YES', '<div align="center">\n<table width="600" cellspacing="5" cellpadding="5" border="0" style="background: none repeat scroll 0% 0% rgb(244, 244, 244); border: 1px solid rgb(102, 102, 102);">\n <tbody>\n <tr>\n <th style="background-color: rgb(204, 204, 204);">Welcome [NAME]! Thanks for registering.</th>\n </tr>\n <tr>\n <td style="text-align: left;">Hello,<br />\n <br />\n You're now a member of [SITE_NAME].<br />\n <br />\n Here are your login details. Please keep them in a safe place:<br />\n <br />\n Username: <strong>[USERNAME]</strong><br />\n Password: <strong>[PASSWORD]</strong></td>\n </tr>\n <tr>\n <td style="text-align: left;"><em>Thanks,<br />\n [SITE_NAME] Team<br />\n <a href="[URL]">[URL]</a></em></td>\n </tr>\n </tbody>\n</table>\n</div>')
  17. ,(8, 'Membership Expire 7 days', 'Your membership will expire in 7 days', 'This template is used to remind user that membership will expire in 7 days', '<div align="center">\n<table cellspacing="5" cellpadding="5" border="0" width="600" style="background: none repeat scroll 0% 0% rgb(244, 244, 244); border: 1px solid rgb(102, 102, 102);">\n <tbody>\n <tr>\n <th style="background-color: rgb(204, 204, 204);">Hello, [NAME]</th>\n </tr>\n <tr>\n <td valign="top" style="text-align: left;">\n <h2 style="color: rgb(255, 0, 0);">Your current membership will expire in 7 days</h2>\n Please login to your user panel to extend or upgrade your membership.</td>\n </tr>\n <tr>\n <td style="text-align: left;"><em>Thanks,<br />\n [SITE_NAME] Team<br />\n <a href="[URL]">[URL]</a></em></td>\n </tr>\n </tbody>\n</table>\n</div>')
  18. ,(9, 'Membership Expired Today', 'Your membership has expired', 'This template is used to remind user that membership had expired', '<div align="center">\n<table width="600" cellspacing="5" cellpadding="5" border="0" style="background: none repeat scroll 0% 0% rgb(244, 244, 244); border: 1px solid rgb(102, 102, 102);">\n <tbody>\n <tr>\n <th style="background-color: rgb(204, 204, 204);">Hello, [NAME]</th>\n </tr>\n <tr>\n <td valign="top" style="text-align: left;">\n <h2 style="color: rgb(255, 0, 0);">Your current membership has expired!</h2>\n Please login to your user panel to extend or upgrade your membership.</td>\n </tr>\n <tr>\n <td style="text-align: left;"><em>Thanks,<br />\n [SITE_NAME] Team<br />\n <a href="[URL]">[URL]</a></em></td>\n </tr>\n </tbody>\n</table>\n</div>')
  19. ,(10, 'Contact Request', 'Contact Inquiry', 'This template is used to send default Contact Request Form', '<div align="center">\n<table width="600" cellspacing="5" cellpadding="5" border="0" style="background: none repeat scroll 0% 0% rgb(244, 244, 244); border: 1px solid rgb(102, 102, 102);">\n <tbody>\n <tr>\n <th style="background-color: rgb(204, 204, 204);">Hello Admin</th>\n </tr>\n <tr>\n <td valign="top" style="text-align: left;">You have a new contact request: <hr />\n [MESSAGE] <hr />\n From: <strong>[SENDER] - [NAME]</strong><br />\n Subject: <strong>[MAILSUBJECT]</strong><br />\n Senders IP: <strong>[IP]</strong></td>\n </tr>\n </tbody>\n</table>\n</div>')
  20. ,(12, 'Single Email', 'Single User Email', 'This template is used to email single user', '<div align="center">\n <table width="600" cellspacing="5" cellpadding="5" border="0" style="background: none repeat scroll 0% 0% rgb(244, 244, 244); border: 1px solid rgb(102, 102, 102);">\n <tbody>\n <tr>\n <th style="background-color:#ccc">Hello [NAME]</th>\n </tr>\n <tr>\n <td valign="top" style="text-align:left">Your message goes here...</td>\n </tr>\n <tr>\n <td style="text-align:left"><em>Thanks,<br />\n [SITE_NAME] Team<br />\n <a href="[URL]">[URL]</a></em></td>\n </tr>\n </tbody>\n </table>\n</div>')
  21. ,(13, 'Notify Admin', 'New User Registration', 'This template is used to notify admin of new registration when Configuration->Registration Notification is set to YES', '<div align="center">\n<table cellspacing="5" cellpadding="5" border="0" width="600" style="background: none repeat scroll 0% 0% rgb(244, 244, 244); border: 1px solid rgb(102, 102, 102);">\n <tbody>\n <tr>\n <th style="background-color: rgb(204, 204, 204);">Hello Admin</th>\n </tr>\n <tr>\n <td valign="top" style="text-align: left;">You have a new user registration. You can login into your admin panel to view details:<hr />\n Username: <strong>[USERNAME]</strong><br />\n Name: <strong>[NAME]</strong><br />\n IP: <strong>[IP]</strong></td>\n </tr>\n </tbody>\n</table>\n</div>')
  22. ,(14, 'Registration Pending', 'Registration Verification Pending', 'This template is used to send Registration Verification Email, when Configuration->Auto Registration is set to NO', '<div align="center">\n<table cellspacing="5" cellpadding="5" border="0" width="600" style="background: none repeat scroll 0% 0% rgb(244, 244, 244); border: 1px solid rgb(102, 102, 102);">\n <tbody>\n <tr>\n <th style="background-color: rgb(204, 204, 204);">Welcome [NAME]! Thanks for registering.</th>\n </tr>\n <tr>\n <td valign="top" style="text-align: left;">Hello,<br />\n <br />\n You're now a member of [SITE_NAME].<br />\n <br />\n Here are your login details. Please keep them in a safe place:<br />\n <br />\n Username: <strong>[USERNAME]</strong><br />\n Password: <strong>[PASSWORD]</strong> <hr />\n The administrator of this site has requested all new accounts<br />\n to be activated by the users who created them thus your account<br />\n is currently pending verification process.</td>\n </tr>\n <tr>\n <td style="text-align: left;"><em>Thanks,<br />\n [SITE_NAME] Team<br />\n <a href="[URL]">[URL]</a></em></td>\n </tr>\n </tbody>\n</table>\n</div>');
  23.  
  24. CREATE TABLE `gateways` (
  25. `id` int(11) NOT NULL AUTO_INCREMENT,
  26. `name` varchar(255) NOT NULL,
  27. `displayname` varchar(255) NOT NULL,
  28. `dir` varchar(255) NOT NULL,
  29. `demo` tinyint(1) NOT NULL DEFAULT '1',
  30. `extra_txt` varchar(255) NOT NULL,
  31. `extra_txt2` varchar(255) NOT NULL,
  32. `extra_txt3` varchar(255) DEFAULT NULL,
  33. `extra` varchar(255) NOT NULL,
  34. `extra2` varchar(255) NOT NULL,
  35. `extra3` varchar(255) DEFAULT NULL,
  36. `is_recurring` tinyint(1) NOT NULL DEFAULT '0',
  37. `active` tinyint(1) NOT NULL DEFAULT '1',
  38. PRIMARY KEY (`id`)
  39. ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
  40. INSERT INTO `gateways` (`id`, `name`, `displayname`, `dir`, `demo`, `extra_txt`, `extra_txt2`, `extra_txt3`, `extra`, `extra2`, `extra3`, `is_recurring`, `active`) VALUES
  41. (1, 'paypal', 'PayPal', 'paypal', 1, 'Paypal Email Address', 'Currency Code', 'Not in Use', '[email protected]', 'USD', NULL, 1, 1)
  42. ,(2, 'moneybookers', 'MoneyBookers', 'moneybookers', 1, 'MoneyBookers Email Address', 'Currency Code', 'Secret Passphrase', '[email protected]', 'USD', 'pandahax', 1, 1);
  43.  
  44. CREATE TABLE `getshells` (
  45. `URL` varchar(1000) NOT NULL,
  46. `online` int(1) NOT NULL DEFAULT '0',
  47. `lastChecked` int(10) NOT NULL DEFAULT '0'
  48. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  49. INSERT INTO `getshells` (`URL`, `online`, `lastChecked`) VALUES
  50. ('http://www.filbanken.nu/awstats/awstats/UDP.php', 0, 0)
  51. ,('http://www.indianethicalhacker.blackapplehost.com/xoep.php?', 0, 0)
  52. ,('http://www.indianethicalhacker.blackapplehost.com/xoep.php ', 0, 0)
  53. ,('http://www.indianethicalhacker.blackapplehost.com/xoep.php ', 0, 0)
  54. ,('http://163.178.170.74/webdav/greenshell.php', 0, 0)
  55. ,('http://mapi.co.kr/zb41pl7/bbs/data/mapi_bbs/settings.php', 0, 0)
  56. ,('http://indianethicalhacker.blackapplehost.com/xoep.php?act=phptools&host=/', 0, 0)
  57. ,('http://theresahackforthat.webs.com/shell.php', 0, 0)
  58. ,('http://www.ecofilms.gr/search_gr.asp', 0, 0)
  59. ,('http://mmx1.webs.com/shell.php', 0, 0)
  60. ,('http://mmx2.webs.com/shell.php', 0, 0)
  61. ,('http://www.ecofilms.gr/search_gr.asp ', 0, 0)
  62. ,('http://gfdgdfgfdgfd.co.cc/shell.php', 0, 0)
  63. ,('http://localhostr.t35.com/udp/ ', 0, 0)
  64. ,('http://shells.red-pill.eu', 0, 0)
  65. ,('http://shells.red-pill.eu/', 0, 0)
  66. ,('http://204.191.9.89/webdav/shell16182.php', 0, 0)
  67. ,('http://www.ecofilms.gr/search_gr.asp?', 0, 0)
  68. ,('http://www.theresahackforthat.webs.com/shell.php', 0, 0)
  69. ,('http://www.gfdgdfgfdgfd.co.cc/shell.php', 0, 0)
  70. ,('http://www.ecofilms.gr/search_gr.asp?act=phptools&.../', 0, 0)
  71. ,('http://www.ecofilms.gr/search_gr.asp?act...ols', 0, 0)
  72. ,('http://82.114.168.38/webdav/greenshell.php', 0, 0)
  73. ,('http://www.indianethicalhacker.blackapplehost.com/xoep.php', 0, 0)
  74. ,('http://www.indianethicalhacker.blackapplehost.com/xoep.php?act=phptools&host=/', 0, 0)
  75. ,('http://www.ecofilms.gr/search_gr.asp?act...ols&host=/', 0, 0)
  76. ,('http://www.ecofilms.gr/search_gr.asp?act=phptools&...', 0, 0)
  77. ,('http://shells.red-pill.eu/ ', 0, 0)
  78. ,('http://115.111.3.241/webdav/test.php', 0, 0)
  79. ,('http://www.windowsecurity.com/faqs/Trojans/', 0, 0)
  80. ,('http://www.ecofilms.gr/search_gr.asp?act=phptools', 0, 0)
  81. ,('http://www.ecofilms.gr/search_gr.asp ', 0, 0)
  82. ,(' http://82.114.168.38/webdav/greenshell.php', 0, 0)
  83. ,('http://www.ecofilms.gr/search_gr.asp ', 0, 0)
  84. ,('http://212.41.203.123/webdav/...php', 0, 0)
  85. ,('http://www.offensive-security.com/metasploit-unleashed/Antivirus_Bypass', 0, 0)
  86. ,(' http://www.indianethicalhacker.blackapplehost.com/xoep.php', 0, 0)
  87. ,('http://www.ecofilms.gr/search_gr.asp?act=phptools/', 0, 0)
  88. ,('http://212.182.69.18/webdav/panel.php', 0, 0)
  89. ,('http://217.92.11.24/webdav/.....php', 0, 0)
  90. ,('http://88.37.32.82/webdav/shell.php', 0, 0)
  91. ,('http://88.37.32.86/webdav/shell.php', 0, 0)
  92. ,('http://82.114.168.38/webdav/greenshell.php?act=phptools&host=/', 0, 0)
  93. ,('http://208.105.232.221/webdav/sectorx/udp.php', 0, 0)
  94. ,('http://laentrada.com.mx/images/laentrada/0x.php', 0, 0)
  95. ,('http://www.sargodhanews.com/ads/0x.php', 0, 0)
  96. ,('http://94.76.206.41/~mega/pek/0x.php', 0, 0)
  97. ,('http://www.pakistaniscandals.com/ads/0x.php', 0, 0)
  98. ,('http://spicyscandals.com/posts/0x.php', 0, 0)
  99. ,('http://johnbaptistchurch.org/0x.php', 0, 0)
  100. ,('http://www.starwelfare.org/banners/0x.php', 0, 0)
  101. ,('http://www.thehealthmag.com/editor-images/0x.php', 0, 0)
  102. ,('http://lajefa.fm/9odzx/0x.php', 0, 0)
  103. ,('http://colmexreuma.org.mx/curso_internacional/0x.php', 0, 0)
  104. ,('http://inglesaustralia.com/0x.php', 0, 0)
  105. ,('http://joomlaedge.com/upload/0x.php', 0, 0)
  106. ,('https://www.localoyb.com/webadmin/videos/0x.php', 0, 0)
  107. ,('http://teamunic.com/0x.php', 0, 0)
  108. ,('http://websad.ru/dump/0x.php', 0, 0)
  109. ,('http://pizzarma.com/0x.php', 0, 0)
  110. ,('http://offcourseclothing.com/0x.php', 0, 0)
  111. ,('http://www.aldaindia.com/0x.php', 0, 0)
  112. ,('http://80.98.58.55/webdav/ab.php', 0, 0)
  113. ,('http://80.152.166.212/webdav/ab.php', 0, 0)
  114. ,('http://www.pmfoz.com.br/0x.php', 0, 0)
  115. ,('http://gazteplo.ru/img/brands/0x.php', 0, 0)
  116. ,('http://80.14.62.174/webdav/ab.php', 0, 0)
  117. ,('http://bailey-button.org/x.php', 0, 0)
  118. ,('http://www.marpit.pl/x.php', 0, 0)
  119. ,('http://www.sadoun.net/0x.php', 0, 0)
  120. ,('http://expertisepc.com/df/x.php', 0, 0)
  121. ,('http://25uw05y0b.site.aplus.net/stats/x.php', 0, 0)
  122. ,('http://smart.wei-dong.com/tmp/x.php', 0, 0)
  123. ,('http://www.korenyzdravi.cz/wp-admin/x.php', 0, 0)
  124. ,('http://mahatour.co.id/administrator/x.php', 0, 0)
  125. ,('http://portal.bakerhughes.de/images/x.php', 0, 0)
  126. ,('http://bfaaa.net/x.php', 0, 0)
  127. ,('http://www.christinamultimedia.com/forum/YaBBHelp/x.php', 0, 0)
  128. ,('http://umutlu.bel.tr/yonetim/x.php', 0, 0)
  129. ,('http://redimpex.com/upload/x.php', 0, 0)
  130. ,('http://91.201.211.33/webdav/ab.php', 0, 0)
  131. ,('http://www.pureearthenergy.com.au/art/x.php', 0, 0)
  132. ,('http://revistavoto.com.br/site/xml/x.php', 0, 0)
  133. ,('http://bia2tak.com/includes/plugin/x.php', 0, 0)
  134. ,('http://tienda-aerografia.com/x.php', 0, 0)
  135. ,('http://91.217.254.134/webdav/ab.php', 0, 0)
  136. ,('http://aksharakashaayam.com/x.php', 0, 0)
  137. ,('http://www.mylilygirl.com/photos/tpl_c/x.php', 0, 0)
  138. ,('http://kerchopine.com/img/x.php', 0, 0)
  139. ,('http://www.isabellafiore.net/x.php', 0, 0)
  140. ,('http://vietsohoa.net/phpbasic_modules/user/search/x.php', 0, 0)
  141. ,('http://azarhosting.com/templates/beez/x.php', 0, 0)
  142. ,('http://allia-soft.com/forum/cache/.svn/tmp/props/x.php', 0, 0)
  143. ,('http://shortyandtheboyz.com/x.php', 0, 0)
  144. ,('http://www.sachdevfitness.com/x.php', 0, 0)
  145. ,('http://www.saipayadak.org/book/files/image/x.php', 0, 0)
  146. ,('http://www.alfagaia.com.br/areacliente/denso/x.php', 0, 0)
  147. ,('http://arlindocruz.com.br/loja/x.php', 0, 0)
  148. ,('http://jamgsm.net/up1/images/x.php', 0, 0)
  149. ,('http://esarn-chicago.com/UserFiles/File/x.php', 0, 0)
  150. ,('http://217.16.9.102/~atelie96/i/upload/users/x.php', 0, 0)
  151. ,('http://tourdelanostalgia.com/x.php', 0, 0)
  152. ,('http://www.care-vision.co.il/files/wordocs/x.php', 0, 0)
  153. ,('http://work.decoyinternational.com/littled/tmp/x.php', 0, 0)
  154. ,('http://www.daradaily.com/content/highlight/x.php', 0, 0)
  155. ,('http://www.autlancasas.com/categoria/images/x.php', 0, 0)
  156. ,('http://juststeppingforward.net/zen/x.php', 0, 0)
  157. ,('http://cutebabyvids.com/x.php', 0, 0)
  158. ,('http://idealhome.ir/x.php', 0, 0)
  159. ,('http://hostedwebsiteconcept.com/website_logo/x.php', 0, 0)
  160. ,('http://216.158.128.200/webdav/jboot.php', 0, 0)
  161. ,('http://giahung-jsc.com/x.php', 0, 0)
  162. ,('http://cwa3672.org/ulogs.php', 0, 0)
  163. ,('http://shopmientrung.com/includes/x.php', 0, 0)
  164. ,('http://85.17.159.77/~jbooter/whmcs/shell.php', 0, 0)
  165. ,('http://www.klccab.gov.tw/admin/Auth/x.php', 0, 0)
  166. ,('http://sanacyapidenetim.com/tmp/x.php', 0, 0)
  167. ,('http://sakon2.go.th/personal/calendardata/x.php', 0, 0)
  168. ,('http://www.infohouseavare.com/product_downloads/x/x.php', 0, 0)
  169. ,('http://208.105.232.221/webdav/sectorx/udp.php ', 0, 0)
  170. ,('http://120.127.14.41/webdav/greenshell.php', 0, 0)
  171. ,('http://www.paylizard.com/scripts/x.php', 0, 0)
  172. ,('http://gamecastel.info/2.php', 0, 0)
  173. ,('http://www.civitas.ru/subscribe/0x.php', 0, 0)
  174. ,('http://124.232.142.217/webdav/Vypor.php', 0, 0)
  175. ,('http://176.9.173.219/r2.php', 0, 0)
  176. ,('http://201.120.184.74/webdav/Vypor.php', 0, 0)
  177. ,('http://222.124.141.10/webdav/Vypor.php', 0, 0)
  178. ,('http://117.253.189.139/webdav/Vypor.php', 0, 0)
  179. ,('http://193.137.172.20/webdav/Vypor.php', 0, 0)
  180. ,('http://72.9.152.165/webdav/Vypor.php', 0, 0)
  181. ,('http://216.230.228.58/webdav/Vypor.php', 0, 0)
  182. ,('http://173.254.213.196/webdav/Vypor.php', 0, 0)
  183. ,('http://153.104.169.43/webdav/Vypor.php', 0, 0)
  184. ,('http://186.129.248.3/webdav/Vypor.php', 0, 0)
  185. ,('http://163.24.155.13/webdav/Vypor.php', 0, 0)
  186. ,('http://190.255.189.4/webdav/Vypor.php', 0, 0)
  187. ,('http://140.113.115.28/webdav/Vypor.php', 0, 0)
  188. ,('http://88.12.22.83/webdav/Vypor.php', 0, 0)
  189. ,('http://116.255.139.117/webdav/Vypor.php', 0, 0)
  190. ,('http://70.255.18.73/webdav/Vypor.php', 0, 0)
  191. ,('http://190.108.66.214/webdav/Vypor.php', 0, 0)
  192. ,('http://94.74.138.17/webdav/Vypor.php', 0, 0)
  193. ,('http://76.69.111.176/webdav/Vypor.php', 0, 0)
  194. ,('http://182.237.14.19/webdav/Vypor.php', 0, 0)
  195. ,('http://187.174.153.210/webdav/Vypor.php', 0, 0)
  196. ,('http://202.185.34.76/webdav/Vypor.php', 0, 0)
  197. ,('http://211.25.212.80/webdav/Vypor.php', 0, 0)
  198. ,('http://82.207.123.187/webdav/Vypor.php', 0, 0)
  199. ,('http://118.107.69.156/webdav/Vypor.php', 0, 0)
  200. ,('http://103.1.152.107/webdav/Vypor.php', 0, 0)
  201. ,('http://113.106.18.170/webdav/Vypor.php', 0, 0)
  202. ,('http://210.6.251.98/webdav/Vypor.php', 0, 0)
  203. ,('http://186.145.149.143/webdav/Vypor.php', 0, 0)
  204. ,('http://190.121.23.154/webdav/Vypor.php', 0, 0)
  205. ,('http://150.254.71.183/webdav/Vypor.php', 0, 0)
  206. ,('http://119.160.180.4/webdav/Vypor.php', 0, 0)
  207. ,('http://173.248.152.235/webdav/Vypor.php', 0, 0)
  208. ,('http://93.90.30.40/webdav/Vypor.php', 0, 0)
  209. ,('http://200.88.126.88/webdav/Vypor.php', 0, 0)
  210. ,('http://196.3.97.48/webdav/Vypor.php', 0, 0)
  211. ,('http://173.83.243.78/webdav/Vypor.php', 0, 0)
  212. ,('http://118.97.40.245/webdav/Vypor.php', 0, 0)
  213. ,('http://80.72.255.26/webdav/Vypor.php', 0, 0)
  214. ,('http://180.243.253.130/webdav/Vypor.php', 0, 0)
  215. ,('http://211.232.85.78/webdav/Vypor.php', 0, 0)
  216. ,('http://85.185.126.89/webdav/Vypor.php', 0, 0)
  217. ,('http://204.188.241.83/webdav/Vypor.php', 0, 0)
  218. ,('http://168.70.41.64/webdav/Vypor.php', 0, 0)
  219. ,('http://202.205.80.200/webdav/Vypor.php', 0, 0)
  220. ,('http://41.204.61.70/webdav/Vypor.php', 0, 0)
  221. ,('http://58.26.6.92/webdav/Vypor.php', 0, 0)
  222. ,('http://82.68.131.250/webdav/Vypor.php', 0, 0)
  223. ,('http://58.93.140.132/webdav/Vypor.php', 0, 0)
  224. ,('http://118.67.249.32/webdav/Vypor.php', 0, 0)
  225. ,('http://142.166.124.103/webdav/Vypor.php', 0, 0)
  226. ,('http://203.197.160.43/webdav/Vypor.php', 0, 0)
  227. ,('http://141.117.68.123/webdav/Vypor.php', 0, 0)
  228. ,('http://201.144.85.3/webdav/Vypor.php', 0, 0)
  229. ,('http://80.191.200.225/webdav/Vypor.php', 0, 0)
  230. ,('http://98.156.3.98/webdav/Vypor.php', 0, 0)
  231. ,('http://203.144.255.197/webdav/Vypor.php', 0, 0)
  232. ,('http://90.183.139.134/webdav/Vypor.php', 0, 0)
  233. ,('http://80.45.120.40/webdav/Vypor.php', 0, 0)
  234. ,('http://177.52.18.164/webdav/Vypor.php', 0, 0)
  235. ,('http://190.13.134.21/webdav/Vypor.php', 0, 0)
  236. ,('http://221.174.16.51/webdav/Vypor.php', 0, 0)
  237. ,('http://124.193.207.155/webdav/Vypor.php', 0, 0)
  238. ,('http://81.154.133.102/webdav/Vypor.php', 0, 0)
  239. ,('http://202.22.141.34/webdav/Vypor.php', 0, 0)
  240. ,('http://121.242.174.211/webdav/Vypor.php', 0, 0)
  241. ,('http://152.101.38.3/webdav/Vypor.php', 0, 0)
  242. ,('http://153.104.169.43/webdav/Shell.php', 0, 0)
  243. ,('http://150.254.71.183/webdav/Shell.php', 0, 0)
  244. ,('http://140.113.115.28/webdav/Shell.php', 0, 0)
  245. ,('http://124.232.142.217/webdav/Shell.php', 0, 0)
  246. ,('http://70.255.18.73/webdav/Shell.php', 0, 0)
  247. ,('http://94.74.138.17/webdav/Shell.php', 0, 0)
  248. ,('http://76.69.111.176/webdav/Shell.php', 0, 0)
  249. ,('http://190.108.66.214/webdav/Shell.php', 0, 0)
  250. ,('http://119.160.180.4/webdav/Shell.php', 0, 0)
  251. ,('http://203.144.255.197/webdav/Shell.php', 0, 0)
  252. ,('http://202.185.34.76/webdav/Shell.php', 0, 0)
  253. ,('http://103.1.152.107/webdav/Shell.php', 0, 0)
  254. ,('http://82.207.123.187/webdav/Shell.php', 0, 0)
  255. ,('http://211.25.212.80/webdav/Shell.php', 0, 0)
  256. ,('http://118.107.69.156/webdav/Shell.php', 0, 0)
  257. ,('http://93.90.30.40/webdav/Shell.php', 0, 0)
  258. ,('http://190.121.23.154/webdav/Shell.php', 0, 0)
  259. ,('http://187.174.153.210/webdav/Shell.php', 0, 0)
  260. ,('http://180.243.253.130/webdav/Shell.php', 0, 0)
  261. ,('http://85.185.126.89/webdav/Shell.php', 0, 0)
  262. ,('http://186.145.149.143/webdav/Shell.php', 0, 0)
  263. ,('http://173.83.243.78/webdav/Shell.php', 0, 0)
  264. ,('http://81.154.133.102/webdav/Shell.php', 0, 0)
  265. ,('http://201.144.85.3/webdav/Shell.php', 0, 0)
  266. ,('http://203.92.121.1/webdav/Shell.php', 0, 0)
  267. ,('http://196.3.97.48/webdav/Shell.php', 0, 0)
  268. ,('http://118.97.40.245/webdav/Shell.php', 0, 0)
  269. ,('http://142.166.124.103/webdav/Shell.php', 0, 0)
  270. ,('http://58.93.140.132/webdav/Shell.php', 0, 0)
  271. ,('http://203.197.160.43/webdav/Shell.php', 0, 0)
  272. ,('http://41.204.61.70/webdav/Shell.php', 0, 0)
  273. ,('http://71.184.200.8/grn.php', 0, 0)
  274. ,('http://200.88.126.88/grn.php', 0, 0)
  275. ,('http://124.106.114.243/grn.php', 0, 0)
  276. ,('http://124.124.212.73/grn.php', 0, 0)
  277. ,('http://1.9.5.231/grn.php', 0, 0)
  278. ,('http://125.212.36.245/grn.php', 0, 0)
  279. ,('http://220.134.151.155/grn.php', 0, 0)
  280. ,('http://diguardia.org/google.php', 0, 0)
  281. ,('http://blaasveld.info/home.php?id=666', 0, 0)
  282. ,('http://genealogie-baumann.de/IF.php', 0, 0)
  283. ,('http://snapsplash.com/IF.php', 0, 0)
  284. ,('http://tonersatisi.com/tmp/udp.php', 0, 0)
  285. ,('http://61.4.68.103/grn.php', 0, 0)
  286. ,('http://210.163.224.65/webdav/equality.php', 0, 0)
  287. ,('http://tschicaja.com/404.php', 0, 0)
  288. ,('http://217.6.136.144/webdav/greenshell.php', 0, 0)
  289. ,('http://www.theresahackforthat.webs.com/shell.php?host=91.125.123.105&port=80&time=60', 0, 0)
  290. ,('http://www.theresahackforthat.webs.com/shell.php?host=174.71.126.245&port=80&time=60', 0, 0)
  291. ,('http://www.theresahackforthat.webs.com/shell.php?host=192.168.0.156&port=80&time=35', 0, 0)
  292. ,('http://www.theresahackforthat.webs.com/shell.php?host=99.2.114.48&port=80&time=60', 0, 0)
  293. ,('http://69.13.40.82/webdav/x32.php', 0, 0)
  294. ,('http://amardhamashram.com/login2.php', 0, 0)
  295. ,('http://brightonwebdesign.co.uk/wp-content/themes/c99/alpha.php', 0, 0)
  296. ,('http://elementslb.com/ddos.php', 0, 0)
  297. ,('http://foreverart.in/alpha.php', 0, 0)
  298. ,('http://jennpaul.net/pics/config/BurnerTM.php', 0, 0)
  299. ,('http://202.190.74.200/webdav/x32.php', 0, 0)
  300. ,('http://www.sidarglobal.com/help.php', 0, 0)
  301. ,('http://sockslist.net/proxy/server-socks-hide-ip-address/2#proxylist', 0, 0)
  302. ,('http://www.windowsecurity.com/faqs/Trojans', 0, 0)
  303. ,('http://sockslist.net/proxy/server-socks-hide-ip-address/3', 0, 0)
  304. ,('http://140.127.52.24/webdav/greenshell.php', 0, 0)
  305. ,('http://161.139.194.77/webdav/shell38452.php', 0, 0)
  306. ,('http://www.superzahl.org/wp-content/themes/Minimal/cache/45feaec91d99f3893edd81a0a6e660b9.php', 0, 0)
  307. ,('http://lhendrey45.ulmb.com/1.php', 0, 0)
  308. ,('http://www.nafsiahasa.com/up/x.php', 0, 0)
  309. ,('http://www.lancohills.com/wp-content/themes/Modest/cache/e12f0d24d3844d7babe1953e06d0e005.php', 0, 0)
  310. ,('http://www.wegerecht.eu/cgi-bin.php', 0, 0)
  311. ,('http://www.kalitheamare.gr/english/rhodes.html', 0, 0)
  312. ,('http://rudolfbaumann.de/IF.php', 0, 0)
  313. ,('http://stells-kleintransporte.de/Bangin.php', 0, 0)
  314. ,('http://kzyle.com/blog/main.php', 0, 0)
  315. ,('http://www.up2light.nl/shel.php', 0, 0)
  316. ,('http://www.whiteoakhills.org/cgi--bin.php', 0, 0)
  317. ,('http://glitchedmatrix.webs.com/Beast4.php', 0, 0)
  318. ,('http://klassenshjemmeside.dk/404.php', 0, 0)
  319. ,('http://visualfoodplanner.com/404.php', 0, 0)
  320. ,('http://tools.rosinstrument.com/proxy/?rule1', 0, 0)
  321. ,('http://heyheyi.sultryserver.com', 0, 0)
  322. ,('http://178.18.19.107/rawr.php', 0, 0)
  323. ,('http://studion.laggbacken.se/404.php', 0, 0)
  324. ,('http://princetravel.eu/css/UDP.php', 0, 0)
  325. ,('http://70.88.133.185/grn.php', 0, 0)
  326. ,('http://modelrailroadvideo.com/HOME_files/green.php', 0, 0)
  327. ,('http://201.120.128.144/grn.php', 0, 0)
  328. ,('http://89.174.142.71/grn.php', 0, 0)
  329. ,('http://201.144.41.52/grn.php', 0, 0)
  330. ,('http://155.207.28.92/webdav/shell86818.php', 0, 0)
  331. ,('http://200.107.135.189/grn.php', 0, 0)
  332. ,('http://151.12.58.221/grn.php', 0, 0)
  333. ,('http://62.119.49.36/webdav/shell.php', 0, 0)
  334. ,('http://sloepzoepers.nl/404.php', 0, 0)
  335. ,('http://kinderfysiotherapieconnyoortwijn.nl/404.php', 0, 0)
  336. ,('http://201.46.135.13/grn.php', 0, 0)
  337. ,('http://traps-r-us.com/logs/green.php', 0, 0)
  338. ,('http://92.79.42.252/grn.php', 0, 0)
  339. ,('http://114.112.49.8/grn.php', 0, 0)
  340. ,('http://indyla.com/js/ClientAPITests/pp1.php', 0, 0)
  341. ,('http://182.71.238.197/backup.php', 0, 0)
  342. ,('http://bargam.pl/cgi-bin.php', 0, 0)
  343. ,('http://184.174.129.60/webdav/marijuana.php', 0, 0)
  344. ,('http://72.9.152.165/webdav/marijuana.php', 0, 0)
  345. ,('http://58.210.20.226/webdav/marijuana.php', 0, 0)
  346. ,('http://68.60.239.254/webdav/marijuana.php', 0, 0)
  347. ,('http://84.123.61.17/webdav/marijuana.php', 0, 0)
  348. ,('http://121.242.174.211/webdav/No12.php', 0, 0)
  349. ,('http://24.10.113.153/webdav/No12.php', 0, 0)
  350. ,('http://204.16.1.205/webdav/No12.php', 0, 0)
  351. ,('http://161.139.194.77/webdav/shell74205.php', 0, 0)
  352. ,('http://www.webadminblog.com/index.php/tag/network/', 0, 0)
  353. ,('http://67.134.12.12/webdav/udp.php', 0, 0)
  354. ,('http://218.87.136.9/webdav/config.php', 0, 0)
  355. ,('http://beritsjul.dk/taco.php', 0, 0)
  356. ,('http://iprocenter.pro/red.php', 0, 0)
  357. ,('http://kareltv.cz/count.php', 0, 0)
  358. ,('http://pugliesem.com.ar/fear.php', 0, 0)
  359. ,('http://www.wireshark.org/faq.html', 0, 0)
  360. ,('http://www.webadminblog.com/index.php/tag/network', 0, 0)
  361. ,('http://202.200.82.44/webdav/XR.php', 0, 0)
  362. ,('http://megaloventures.co.ke/preview.php', 0, 0)
  363. ,('http://www.empresasene.com.br/app.php', 0, 0)
  364. ,('http://iow360.co.cc/myshell-fuckoff13376787407.php', 0, 0)
  365. ,('http://200.107.120.147/grn.php', 0, 0)
  366. ,('http://booting-test.comyr.com/default.php', 0, 0)
  367. ,('http://booting-test.comyr.com/register.php', 0, 0)
  368. ,('http://booting-test.comyr.com/login.php', 0, 0)
  369. ,('http://booting-test.comyr.com/', 0, 0)
  370. ,('http://feeds2.feedburner.com/alivingtruth/DRwH', 0, 0)
  371. ,('http://feeds2.feedburner.com/alivingtruth/DRwH/', 0, 0)
  372. ,('http://urmybest.110mb.com/phpdos.php', 0, 0)
  373. ,('http://yogeshmehra1987.110mb.com/index.php', 0, 0)
  374. ,('http://d-dos.50webs.com/ddos.php', 0, 0)
  375. ,('http://www.fahriozturk.tr.gg/111.htm', 0, 0)
  376. ,('http://belakshell.50webs.com/index.php', 0, 0)
  377. ,('http://niyuavalon.webege.com/phpddos/control/', 0, 0)
  378. ,('http://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef/', 0, 0)
  379. ,('http://fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef', 0, 0)
  380. ,('http://www.fahriozturk.tr.gg/111.htm?PHP.../index.php', 0, 0)
  381. ,('http://beacheater.blogspot.com/2011/01/php-dos.html', 0, 0)
  382. ,('http://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef', 0, 0)
  383. ,('http://firman-mannte.blogspot.com/', 0, 0)
  384. ,('http://www.fahriozturk.tr.gg/111.htm/', 0, 0)
  385. ,('http://www.fahriozturk.tr.gg/111.htm?PHP...b1fb9bcef/', 0, 0)
  386. ,('http://www.fahriozturk.tr.gg/111.htm?PHPSESSID=8e7.../', 0, 0)
  387. ,('http://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9b.../', 0, 0)
  388. ,('http://www.1100f.com/member/', 0, 0)
  389. ,('http://www.fahriozturk.tr.gg/111.htm?PHP...b1fb9bcef', 0, 0)
  390. ,('http://eq22.weebly.com/', 0, 0)
  391. ,('http://www.fahriozturk.tr.gg/111.htm?PHPSESSID=8e7...', 0, 0)
  392. ,('http://firman-mannte.blogspot.com', 0, 0)
  393. ,('http://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9b...', 0, 0)
  394. ,('http://www.jinggai315.com/lys/', 0, 0)
  395. ,('http://fahriozturk.tr.gg/111.htm', 0, 0)
  396. ,('http://eq22.weebly.com', 0, 0)
  397. ,('http://pastebin.com/7qx7kust', 0, 0)
  398. ,('http://niyuavalon.webege.com/phpddos/control', 0, 0)
  399. ,('http://www.1100f.com/member', 0, 0)
  400. ,('http://blog-indonesia.com/blog-archive-5103-211.html', 0, 0)
  401. ,('http://k1x-hook.com/', 0, 0)
  402. ,('http://k1x-hook.com', 0, 0)
  403. ,('http://www.team-crowplay.de/', 0, 0)
  404. ,('http://k1x-hook.com/?host=', 0, 0)
  405. ,('http://www.1100f.com/member/index.php', 0, 0)
  406. ,('http://www.team-crowplay.de/index.php', 0, 0)
  407. ,('http://www.jinggai315.com/lys', 0, 0)
  408. ,('http://ashiyane.org/forums/showthread.php?p=154364', 0, 0)
  409. ,('http://ngl-1.com/', 0, 0)
  410. ,('http://www.team-crowplay.de/function.php', 0, 0)
  411. ,('http://zhan.liechesk.cn/hechihuagong.com.cn-domain', 0, 0)
  412. ,('http://201.120.184.74/webdav/Panda.php', 0, 0)
  413. ,('http://81.154.133.102/webdav/Panda.php', 0, 0)
  414. ,('http://193.137.172.20/webdav/Panda.php', 0, 0)
  415. ,('http://201.24.85.183/webdav/Panda.php', 0, 0)
  416. ,('http://212.83.92.39/webdav/Panda.php', 0, 0)
  417. ,('http://27.109.116.171/webdav/Panda.php', 0, 0)
  418. ,('http://72.9.152.165/webdav/Panda.php', 0, 0)
  419. ,('http://163.24.155.13/webdav/Panda.php', 0, 0)
  420. ,('http://150.254.71.183/webdav/Panda.php', 0, 0)
  421. ,('http://203.92.121.1/webdav/Panda.php', 0, 0)
  422. ,('http://216.230.228.58/webdav/Panda.php', 0, 0)
  423. ,('http://88.12.22.83/webdav/Panda.php', 0, 0)
  424. ,('http://116.255.139.117/webdav/Panda.php', 0, 0)
  425. ,('http://182.237.14.19/webdav/Panda.php', 0, 0)
  426. ,('http://70.255.18.73/webdav/Panda.php', 0, 0)
  427. ,('http://118.96.225.166/webdav/Panda.php', 0, 0)
  428. ,('http://76.69.111.176/webdav/Panda.php', 0, 0)
  429. ,('http://140.113.115.28/webdav/Panda.php', 0, 0)
  430. ,('http://124.232.142.217/webdav/Panda.php', 0, 0)
  431. ,('http://85.185.126.89/webdav/Panda.php', 0, 0)
  432. ,('http://118.97.93.14/webdav/Panda.php', 0, 0)
  433. ,('http://203.144.255.197/webdav/Panda.php', 0, 0)
  434. ,('http://94.74.138.17/webdav/Panda.php', 0, 0)
  435. ,('http://202.185.34.76/webdav/Panda.php', 0, 0)
  436. ,('http://103.1.152.107/webdav/Panda.php', 0, 0)
  437. ,('http://211.25.212.80/webdav/Panda.php', 0, 0)
  438. ,('http://82.207.123.187/webdav/Panda.php', 0, 0)
  439. ,('http://118.107.69.156/webdav/Panda.php', 0, 0)
  440. ,('http://200.88.126.88/webdav/Panda.php', 0, 0)
  441. ,('http://190.121.23.154/webdav/Panda.php', 0, 0)
  442. ,('http://93.90.30.40/webdav/Panda.php', 0, 0)
  443. ,('http://173.248.152.235/webdav/Panda.php', 0, 0)
  444. ,('http://173.83.243.78/webdav/Panda.php', 0, 0)
  445. ,('http://186.145.149.143/webdav/Panda.php', 0, 0)
  446. ,('http://196.3.97.48/webdav/Panda.php', 0, 0)
  447. ,('http://118.97.40.245/webdav/Panda.php', 0, 0)
  448. ,('http://203.197.160.43/webdav/Panda.php', 0, 0)
  449. ,('http://210.6.251.98/webdav/Panda.php', 0, 0)
  450. ,('http://113.106.18.170/webdav/Panda.php', 0, 0)
  451. ,('http://187.158.89.101/webdav/Panda.php', 0, 0)
  452. ,('http://62.99.109.219/webdav/Panda.php', 0, 0)
  453. ,('http://41.204.61.70/webdav/Panda.php', 0, 0)
  454. ,('http://70.239.9.195/webdav/Panda.php', 0, 0)
  455. ,('http://118.97.104.11/webdav/Panda.php', 0, 0)
  456. ,('http://80.191.200.225/webdav/Panda.php', 0, 0)
  457. ,('http://190.142.88.51/webdav/Panda.php', 0, 0)
  458. ,('http://201.144.85.3/webdav/Panda.php', 0, 0)
  459. ,('http://98.156.3.98/webdav/Panda.php', 0, 0)
  460. ,('http://204.188.241.83/webdav/Panda.php', 0, 0)
  461. ,('http://213.149.211.145/webdav/Panda.php', 0, 0)
  462. ,('http://203.74.133.177/webdav/Panda.php', 0, 0)
  463. ,('http://103.247.101.46/webdav/Panda.php', 0, 0)
  464. ,('http://115.31.185.7/webdav/Panda.php', 0, 0)
  465. ,('http://180.247.48.34/webdav/Panda.php', 0, 0)
  466. ,('http://90.183.139.134/webdav/Panda.php', 0, 0)
  467. ,('http://88.29.78.90/webdav/Panda.php', 0, 0)
  468. ,('http://80.45.120.40/webdav/Panda.php', 0, 0)
  469. ,('http://124.193.207.155/webdav/Panda.php', 0, 0)
  470. ,('http://221.174.16.51/webdav/Panda.php', 0, 0)
  471. ,('http://190.13.134.21/webdav/Panda.php', 0, 0)
  472. ,('http://46.5.193.145/webdav/Panda.php', 0, 0)
  473. ,('http://119.161.148.76/webdav/Panda.php', 0, 0)
  474. ,('http://121.242.174.211/webdav/Panda.php', 0, 0)
  475. ,('http://202.22.141.34/webdav/Panda.php', 0, 0)
  476. ,('http://80.78.70.247/webdav/Panda.php', 0, 0)
  477. ,('http://211.232.85.78/webdav/Panda.php', 0, 0)
  478. ,('http://152.101.38.3/webdav/Panda.php', 0, 0)
  479. ,('http://182.71.160.173/webdav/Panda.php', 0, 0)
  480. ,('http://190.69.66.10/webdav/Panda.php', 0, 0)
  481. ,('http://202.155.15.159/webdav/Panda.php', 0, 0)
  482. ,('http://187.115.53.29/webdav/Panda.php', 0, 0)
  483. ,('http://89.28.61.127/webdav/Panda.php', 0, 0)
  484. ,('http://190.191.182.45/webdav/Panda.php', 0, 0)
  485. ,('http://58.26.6.92/webdav/Panda.php', 0, 0)
  486. ,('http://178.25.140.126/webdav/Panda.php', 0, 0)
  487. ,('http://118.67.249.32/webdav/Panda.php', 0, 0)
  488. ,('http://202.205.80.200/webdav/Panda.php', 0, 0)
  489. ,('http://190.19.63.59/webdav/Panda.php', 0, 0)
  490. ,('http://186.129.248.3/webdav/Panda.php', 0, 0)
  491. ,('http://62.158.34.156/webdav/Panda.php', 0, 0)
  492. ,('http://122.116.28.151/webdav/Panda.php', 0, 0)
  493. ,('http://86.109.32.110/webdav/Panda.php', 0, 0)
  494. ,('http://125.76.248.52/webdav/Panda.php', 0, 0)
  495. ,('http://163.19.250.134/webdav/Panda.php', 0, 0)
  496. ,('http://140.135.100.190/webdav/Panda.php', 0, 0)
  497. ,('http://183.182.100.144/webdav/Panda.php', 0, 0)
  498. ,('http://217.123.143.104/webdav/Panda.php', 0, 0)
  499. ,('http://190.0.246.74/webdav/Panda.php', 0, 0)
  500. ,('http://24.10.113.153/webdav/Panda.php', 0, 0)
  501. ,('http://186.24.32.27/webdav/Panda.php', 0, 0)
  502. ,('http://220.132.216.187/webdav/Panda.php', 0, 0)
  503. ,('http://118.102.141.132/webdav/Panda.php', 0, 0)
  504. ,('http://219.133.59.238/webdav/Panda.php', 0, 0)
  505. ,('http://182.237.8.34/webdav/Panda.php', 0, 0)
  506. ,('http://190.85.48.102/webdav/Panda.php', 0, 0)
  507. ,('http://122.176.55.26/webdav/Panda.php', 0, 0)
  508. ,('http://138.199.66.214/webdav/Panda.php', 0, 0)
  509. ,('http://94.23.227.44/webdav/Panda.php', 0, 0)
  510. ,('http://64.151.104.14/webdav/Panda.php', 0, 0)
  511. ,('http://174.36.1.16/webdav/Panda.php', 0, 0)
  512. ,('http://217.218.175.38/webdav/Panda.php', 0, 0)
  513. ,('http://184.174.129.60/webdav/Panda.php', 0, 0)
  514. ,('http://207.190.82.245/webdav/Panda.php', 0, 0)
  515. ,('http://18.172.2.184/webdav/Panda.php', 0, 0);
  516.  
  517. CREATE TABLE `logs` (
  518. `username` text NOT NULL,
  519. `ip` text NOT NULL,
  520. `time` text NOT NULL,
  521. `port` text NOT NULL,
  522. `date` varchar(100) NOT NULL
  523. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  524. INSERT INTO `logs` (`username`, `ip`, `time`, `port`, `date`) VALUES
  525. ('Deceive', '174.143.55.236', 120, 80, '09-05-2011, 06:57:38 am')
  526. ,('Deceive', '71.85.210.57', 10, 80, '09-05-2011, 06:58:47 am')
  527. ,('Deceive', '71.85.210.57', 30, 80, '09-05-2011, 07:02:59 am')
  528. ,('Deceive', '71.85.210.57', 10, 80, '09-05-2011, 07:05:59 am')
  529. ,('Deceive', '71.85.210.57', 30, 80, '09-05-2011, 07:10:56 am')
  530. ,('Deceive', '71.85.212.244', 30, 80, '09-06-2011, 12:55:50 am')
  531. ,('MrdoPii', '184.27.173.69', 30, 80, '09-06-2011, 01:08:06 am')
  532. ,('MrdoPii', '70.95.48.252', 30, 80, '09-06-2011, 01:17:43 am')
  533. ,('MrdoPii', '68.231.155.71', 30, 80, '09-06-2011, 01:22:05 am')
  534. ,('MrdoPii', '96.2.25.88', 30, 80, '09-06-2011, 01:24:32 am')
  535. ,('MrdoPii', '68.82.146.172', 30, 80, '09-06-2011, 01:26:42 am')
  536. ,('MrdoPii', '75.66.179.130', 60, 80, '09-06-2011, 01:31:13 am')
  537. ,('MrdoPii', '75.66.179.130', 75, 80, '09-06-2011, 01:36:16 am')
  538. ,('MrdoPii', '75.66.176.172', 75, 80, '09-06-2011, 01:38:31 am')
  539. ,('MrdoPii', '68.231.155.71', 60, 80, '09-06-2011, 01:43:28 am')
  540. ,('MrdoPii', '98.249.246.100', 30, 80, '09-06-2011, 01:49:53 am')
  541. ,('MrdoPii', '68.174.40.97', 30, 80, '09-06-2011, 01:55:08 am')
  542. ,('MrdoPii', '97.114.27.4', 30, 80, '09-06-2011, 01:58:03 am')
  543. ,('MrdoPii', '76.28.74.105', 30, 80, '09-06-2011, 02:01:34 am')
  544. ,('MrdoPii', '65.55.42.52', 30, 80, '09-06-2011, 02:06:59 am')
  545. ,('MrdoPii', '65.55.42.52', 30, 80, '09-06-2011, 02:09:01 am')
  546. ,('MrdoPii', '72.70.13.97', 55, 80, '09-06-2011, 02:10:48 am')
  547. ,('MrdoPii', '99.140.91.31', 80, 80, '09-06-2011, 02:26:08 am')
  548. ,('MrdoPii', '99.140.91.31', 80, 80, '09-06-2011, 02:28:44 am')
  549. ,('MrdoPii', '66.229.174.86', 60, 80, '09-06-2011, 03:45:07 am')
  550. ,('MrdoPii', '66.229.174.86', 60, 80, '09-06-2011, 03:48:16 am')
  551. ,('MrdoPii', '66.229.174.86', 120, 80, '09-06-2011, 03:53:14 am')
  552. ,('MrdoPii', '66.229.174.86', 120, 80, '09-06-2011, 03:58:02 am')
  553. ,('Assassinator980', '67.231.247.3 ', 30, 80, '05-17-2012, 11:22:51 am')
  554. ,('Cudd', '188.165.1.61', 120, 80, '05-17-2012, 11:23:30 am')
  555. ,('Assassinator980', '69.64.39.206 ', 120, 80, '05-17-2012, 11:25:53 am')
  556. ,('Panda', '1.1.1.1', 900, 80, '05-17-2012, 11:29:07 am')
  557. ,('Assassinator980', '69.64.39.206 ', 60, 80, '05-17-2012, 11:29:49 am')
  558. ,('Green', '82.3.240.192', 30, 80, '05-17-2012, 11:32:14 am')
  559. ,('Assassinator980', '108.174.61.161 ', 120, 80, '05-17-2012, 11:33:43 am')
  560. ,('Panda', '1.1.1.1', 30, 80, '05-17-2012, 11:34:37 am')
  561. ,('I nfizr', '84.40.53.32 ', 500, 80, '05-17-2012, 02:39:28 pm')
  562. ,('Green', '212.44.42.66', 100, 80, '05-17-2012, 04:04:29 pm')
  563. ,('Panda', '128.204.202.111', 30, 4167, '05-17-2012, 04:29:42 pm')
  564. ,('Panda', '128.204.202.111', 30, 4167, '05-17-2012, 04:30:23 pm')
  565. ,('I nfizr', '84.84.176', 120, 80, '05-17-2012, 05:37:52 pm')
  566. ,('Booti23', '70.39.84.66', 600, 6005, '05-17-2012, 08:13:59 pm')
  567. ,('Brum', '83.222.240.254', 120, 31765, '05-17-2012, 08:41:44 pm')
  568. ,('Brum', '83.222.240.254', 120, 31765, '05-17-2012, 08:42:11 pm')
  569. ,('Brum', '83.222.240.254', 120, '31765 ', '05-17-2012, 08:43:15 pm')
  570. ,('Brum', '83.222.240.254', 120, 80, '05-17-2012, 08:57:43 pm')
  571. ,('V4MP1R3', '199.59.163.169 ', 120, 80, '05-17-2012, 11:06:13 pm')
  572. ,('MarkFortune', '176.31.147.53', 120, 80, '05-17-2012, 11:07:34 pm')
  573. ,('MarkFortune', '176.31.147.53', 120, 80, '05-17-2012, 11:08:03 pm')
  574. ,('Green', '204.188.198.59', 100, 80, '05-17-2012, 11:20:25 pm')
  575. ,('Panda', '65.55.42.52', 900, 3074, '05-17-2012, 11:35:40 pm')
  576. ,('Panda', '69.250.115.124', 900, 3074, '05-17-2012, 11:36:28 pm')
  577. ,('Brum', '84.29.122.148', 240, 80, '05-17-2012, 11:53:53 pm')
  578. ,('Brum', '84.29.122.148', 60, 80, '05-18-2012, 12:05:06 am')
  579. ,('Assassinator980', '69.64.39.206', 60, 25565, '05-18-2012, 01:22:43 am')
  580. ,('Assassinator980', '69.64.39.206', 30, 25565, '05-18-2012, 01:23:36 am')
  581. ,('Assassinator980', '69.64.39.206', 30, 25565, '05-18-2012, 01:25:09 am')
  582. ,('Assassinator980', '69.64.39.206', 30, 25565, '05-18-2012, 01:25:33 am')
  583. ,('Assassinator980', '69.64.39.206', 30, 25565, '05-18-2012, 01:25:55 am')
  584. ,('Assassinator980', '108.170.36.230', 60, 25565, '05-18-2012, 01:26:32 am')
  585. ,('Green', '72.29.64.190', 300, 80, '05-18-2012, 02:43:12 am')
  586. ,('Booti23', '92.5.252.248', 600, 80, '05-18-2012, 03:04:21 am')
  587. ,('Green', '78.31.111.13', 120, 80, '05-18-2012, 03:23:24 am')
  588. ,('Booti23', '176.227.198.43', 300, 6002, '05-18-2012, 03:27:23 am')
  589. ,('Booti23', '92.5.231.142', 240, 80, '05-18-2012, 03:34:19 am')
  590. ,('MarkFortune', '72.91.100.167', 120, 62243, '05-18-2012, 04:41:38 am')
  591. ,('Failedattempt', '174.134.137.214', 30, 3074, '05-18-2012, 04:54:36 am')
  592. ,('Failedattempt', '96.39.246.217', 30, 3074, '05-18-2012, 04:56:33 am')
  593. ,('Brum', '31.25.103.48', 120, 25595, '05-18-2012, 12:48:01 pm')
  594. ,('patrik2000', '76.70.34.14 ', 100, 80, '05-18-2012, 12:51:01 pm')
  595. ,('patrik2000', '76.70.34.14 ', 200, 80, '05-18-2012, 12:52:43 pm')
  596. ,('patrik2000', '76.70.34.14 ', 300, 80, '05-18-2012, 12:54:42 pm')
  597. ,('patrik2000', '46.249.48.152', 300, 80, '05-18-2012, 01:27:08 pm')
  598. ,('DutchConquerhf', '96.56.94.21', 120, 25565, '05-18-2012, 02:03:03 pm')
  599. ,('fredbetheking13', '210.148.52.225', 30, 80, '05-18-2012, 03:20:59 pm')
  600. ,('fredbetheking13', '210.148.52.142', 30, 80, '05-18-2012, 03:21:26 pm')
  601. ,('fredbetheking13', '210.148.52.225', 30, 80, '05-18-2012, 03:38:35 pm')
  602. ,('sodafiz10', '216.172.175.49', 300, 80, '05-18-2012, 03:56:47 pm')
  603. ,('sodafiz10', '216.172.175.49', 300, 80, '05-18-2012, 03:57:15 pm')
  604. ,('Booti23', '184.154.117.237', 300, 6005, '05-18-2012, 08:41:29 pm')
  605. ,('fredbetheking13', '74.220.215.228', 120, 80, '05-18-2012, 10:31:56 pm')
  606. ,('fredbetheking13', '96.43.238.212', 30, 80, '05-18-2012, 10:39:10 pm')
  607. ,('patrik2000', '72.20.56.47', 120, 80, '05-18-2012, 10:41:33 pm')
  608. ,('patrik2000', '37.58.71.141', 300, 80, '05-18-2012, 11:15:51 pm')
  609. ,('patrik2000', '37.58.71.141', 300, 80, '05-18-2012, 11:16:24 pm')
  610. ,('patrik2000', '50.61.225.203', 30, 80, '05-18-2012, 11:24:10 pm')
  611. ,('patrik2000', '46.249.48.152', 300, 80, '05-18-2012, 11:30:35 pm')
  612. ,('fredbetheking13', '67.82.200.197', 120, 80, '05-18-2012, 11:32:51 pm')
  613. ,('patrik2000', '72.20.56.47', 300, 80, '05-18-2012, 11:37:36 pm')
  614. ,('patrik2000', '37.58.71.141', 300, 80, '05-18-2012, 11:44:14 pm')
  615. ,('fredbetheking13', '67.85.37.40', 240, 80, '05-18-2012, 11:51:10 pm')
  616. ,('patrik2000', '50.61.225.203', 300, 80, '05-18-2012, 11:52:15 pm')
  617. ,('patrik2000', '46.249.48.152', 300, 80, '05-18-2012, 11:58:35 pm')
  618. ,('niko', '78.69.174.174', 30, 27015, '05-19-2012, 12:19:40 am')
  619. ,('niko', '78.69.174.174', 60, 27015, '05-19-2012, 12:21:33 am')
  620. ,('niko', '78.69.174.174', 120, 27015, '05-19-2012, 12:23:34 am')
  621. ,('Brum', '93.161.98.216', 120, 80, '05-19-2012, 12:30:28 am')
  622. ,('Booti23', '92.60.118.242', 600, 6005, '05-19-2012, 12:41:37 am')
  623. ,('Booti23', '69.197.32.55', 600, 6005, '05-19-2012, 01:25:49 am')
  624. ,('fredbetheking13', '187.168.25.75', 500, 80, '05-19-2012, 01:51:52 am')
  625. ,('sodafiz10', '50.56.194.55', 300, 80, '05-19-2012, 02:17:16 am')
  626. ,('Booti23', '46.7.95.34', 30, 80, '05-19-2012, 02:23:05 am')
  627. ,('Assassinator980', '108.174.61.160', 80, 2083, '05-20-2012, 09:15:56 am')
  628. ,('Assassinator980', '108.174.61.160', 120, 2083, '05-20-2012, 10:47:34 am');
  629.  
  630. CREATE TABLE `memberships` (
  631. `id` int(11) NOT NULL AUTO_INCREMENT,
  632. `title` varchar(255) NOT NULL,
  633. `description` text NOT NULL,
  634. `price` float(10,2) NOT NULL DEFAULT '0.00',
  635. `days` int(5) NOT NULL DEFAULT '0',
  636. `period` varchar(1) NOT NULL DEFAULT 'D',
  637. `trial` tinyint(1) NOT NULL DEFAULT '0',
  638. `recurring` tinyint(1) NOT NULL DEFAULT '0',
  639. `private` tinyint(1) NOT NULL DEFAULT '0',
  640. `active` tinyint(1) NOT NULL DEFAULT '1',
  641. PRIMARY KEY (`id`)
  642. ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8;
  643. INSERT INTO `memberships` (`id`, `title`, `description`, `price`, `days`, `period`, `trial`, `recurring`, `private`, `active`) VALUES
  644. (11, '1 Day', NULL, 1.00, 1, 'D', 0, 1, 0, 1)
  645. ,(12, 'Lifetime', NULL, 20.00, 2, 'Y', 0, 1, 0, 1)
  646. ,(13, '1 Month', NULL, 9.00, 1, 'M', 0, 1, 0, 1)
  647. ,(14, '3 Month', NULL, 13.00, 3, 'M', 0, 1, 0, 1);
  648.  
  649. CREATE TABLE `news` (
  650. `id` int(11) NOT NULL AUTO_INCREMENT,
  651. `title` varchar(55) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
  652. `body` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
  653. `author` varchar(55) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
  654. `created` date NOT NULL DEFAULT '0000-00-00',
  655. `active` tinyint(1) NOT NULL DEFAULT '0',
  656. PRIMARY KEY (`id`)
  657. ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
  658. INSERT INTO `news` (`id`, `title`, `body`, `author`, `created`, `active`) VALUES
  659. (1, 'Welcome to our Client Area!', '<p>We are pleased to announce the new release of PandaBooter WebBased Edition.<br/></p>', 'Yahh Daddy Panda', '0000-00-00', 0)
  660. ,(2, 'Please Vouch / Donate', 'I am currently getting no sales, and with that being said I will not be able too fund the servers and API's. I have already put one API down because of money problems.<br/>-Thanks', 'Panda', '2012-05-18', 1);
  661.  
  662. CREATE TABLE `payments` (
  663. `id` int(11) NOT NULL AUTO_INCREMENT,
  664. `txn_id` varchar(100) DEFAULT NULL,
  665. `membership_id` int(11) NOT NULL,
  666. `user_id` int(11) NOT NULL,
  667. `rate_amount` varchar(255) NOT NULL,
  668. `currency` varchar(4) DEFAULT NULL,
  669. `date` datetime NOT NULL,
  670. `pp` enum('PayPal','MoneyBookers') DEFAULT NULL,
  671. `ip` varchar(20) DEFAULT NULL,
  672. `status` int(1) NOT NULL DEFAULT '0',
  673. PRIMARY KEY (`id`)
  674. ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
  675. CREATE TABLE `postshells` (
  676. `URL` varchar(9001) NOT NULL,
  677. `online` int(1) NOT NULL DEFAULT '0',
  678. `lastChecked` int(10) NOT NULL DEFAULT '0'
  679. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  680. INSERT INTO `postshells` (`URL`, `online`, `lastChecked`) VALUES
  681. ('http://feeds2.feedburner.com/alivingtruth/DRwH', 0, 0)
  682. ,('http://d-dos.50webs.com/ddos.php', 0, 0)
  683. ,('http://belakshell.50webs.com/index.php', 0, 0)
  684. ,('http://reksa.indonesianhacker.com/php_dos/', 0, 0)
  685. ,('http://yogeshmehra1987.110mb.com/index.php', 0, 0)
  686. ,('http://kala13.110mb.com/dos/', 0, 0)
  687. ,('http://urmybest.110mb.com/phpdos.php', 0, 0)
  688. ,('http://urmybest.110mb.com/phpdos.php ', 0, 0)
  689. ,('http://yogeshmehra1987.110mb.com/index.php ', 0, 0)
  690. ,('http://firman-mannte.blogspot.com/2011_04_01_archive.html', 0, 0)
  691. ,('http://beacheater.blogspot.com/2011/01/php-dos.html ', 0, 0)
  692. ,('http://zhan.liechesk.cn/hechihuagong.com.cn-domain', 0, 0)
  693. ,('http://toutsourtous.webobo.biz/html.php?id_menu=3336677', 0, 0)
  694. ,('http://toutsourtous.webobo.com/html.php?id_menu=3336677', 0, 0)
  695. ,('http://www.anarchistcookbook.com/showthread.php/33795-PHP-DoS-Script ', 0, 0)
  696. ,('http://toutsourtous.anatoile.com/html.php?id_menu=3206841', 0, 0)
  697. ,('http://kala13.110mb.com/dos/index.php', 0, 0)
  698. ,('http://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef', 0, 0)
  699. ,('http://toutsourtous.webobo.biz/html.php?id_menu=3336677 ', 0, 0)
  700. ,('http://www.anarchistcookbook.com/showthread.php/33795-PHP-DoS-Script', 0, 0)
  701. ,('http://dot.biz.uz/hajar/ ', 0, 0)
  702. ,('http://www.tux-planet.fr/public/hack/ddos/php-dos.phps', 0, 0)
  703. ,('http://feeds2.feedburner.com/alivingtruth/DRwH/', 0, 0)
  704. ,('http://pastie.org/pastes/1044528/download', 0, 0)
  705. ,('http://kala13.110mb.com/dos/ ', 0, 0)
  706. ,('http://pastie.org/pastes/1044528/download/', 0, 0)
  707. ,('http://pickme.3x.ro/uploads/cyber.php', 0, 0)
  708. ,('http://eq22.weebly.com/', 0, 0)
  709. ,('http://firman-mannte.blogspot.com/', 0, 0)
  710. ,('http://feeds2.feedburner.com/alivingtruth/DRwH ', 0, 0)
  711. ,('http://reksa.indonesianhacker.com/php_dos/ ', 0, 0)
  712. ,(' http://pastie.org/pastes/1044528/download/', 0, 0)
  713. ,('http://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9b...', 0, 0)
  714. ,('http://dot.biz.uz/hajar/', 0, 0)
  715. ,(' http://feeds2.feedburner.com/alivingtruth/DRwH/', 0, 0)
  716. ,(' http://belakshell.50webs.com/index.php', 0, 0)
  717. ,(' http://reksa.indonesianhacker.com/php_dos/', 0, 0)
  718. ,(' http://d-dos.50webs.com/ddos.php', 0, 0)
  719. ,(' http://yogeshmehra1987.110mb.com/index.php', 0, 0)
  720. ,(' http://kala13.110mb.com/dos/', 0, 0)
  721. ,(' http://urmybest.110mb.com/phpdos.php', 0, 0)
  722. ,('http://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef/ ', 0, 0)
  723. ,('http://www.dinamo.com.nu/php/', 0, 0)
  724. ,('http://sxleton.awardspace.us/', 0, 0)
  725. ,('http://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef/index.php', 0, 0)
  726. ,('http://sxleton.awardspace.us/index.php', 0, 0)
  727. ,('http://www.fahriozturk.tr.gg/111.htm/', 0, 0)
  728. ,('http://sxleton.awardspace.us//', 0, 0)
  729. ,('http://sxleton.awardspace.us', 0, 0)
  730. ,('http://beacheater.blogspot.com/2011/01/php-dos.html', 0, 0)
  731. ,('http://sxleton.awardspace.us/index.php?a...ools&host=/', 0, 0)
  732. ,('http://sxleton.awardspace.us/index.php?act=phptools&host=/', 0, 0)
  733. ,('http://www.fahriozturk.tr.gg/111.htm?PHPSESSID=8e7.../', 0, 0)
  734. ,('http://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9b.../', 0, 0)
  735. ,('http://www.fahriozturk.tr.gg/111.htm', 0, 0)
  736. ,(' http://www.fahriozturk.tr.gg/111.htm', 0, 0)
  737. ,('http://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef/', 0, 0)
  738. ,('http://www.fahriozturk.tr.gg/111.htm?PHPSESSID=8e7...', 0, 0)
  739. ,('http://rahmat.tv/mount/php-dos-coded-by-exe.htm', 0, 0)
  740. ,('http://k1x-hook.com/', 0, 0)
  741. ,('http://k1x-hook.com', 0, 0)
  742. ,('http://mehdi4604.persiangig.com/vbulltien/ddos.php', 0, 0)
  743. ,('http://eq22.weebly.com', 0, 0)
  744. ,('http://firman-mannte.blogspot.com', 0, 0)
  745. ,('http://firman-mannte.blogspot.com/2011/04/packets-0-ip-post-rand-post.html', 0, 0)
  746. ,('http://k1x-hook.com/?host=', 0, 0)
  747. ,('http://203.76.126.68/webdav/uxampp.php', 0, 0)
  748. ,('http://81.82.250.117/webdav/uxampp.php', 0, 0)
  749. ,('http://121.242.174.211/webdav/No12.php', 0, 0)
  750. ,('http://24.10.113.153/webdav/No12.php', 0, 0)
  751. ,('http://204.16.1.205/webdav/No12.php', 0, 0)
  752. ,('http://www.sidarglobal.com/help.php', 0, 0)
  753. ,('http://217.6.136.144/webdav/greenshell.php', 0, 0)
  754. ,('http://blaasveld.info/home.php?id=666', 0, 0)
  755. ,('http://shells.red-pill.eu', 0, 0)
  756. ,('http://shells.red-pill.eu/', 0, 0)
  757. ,('http://25uw05y0b.site.aplus.net/stats/x.php', 0, 0)
  758. ,('http://202.190.74.200/webdav/x32.php', 0, 0)
  759. ,('http://69.13.40.82/webdav/x32.php', 0, 0)
  760. ,('http://161.139.194.77/webdav/shell74205.php', 0, 0)
  761. ,('http://www.daradaily.com/content/highlight/x.php', 0, 0)
  762. ,('http://161.139.194.77/webdav/shell38452.php', 0, 0)
  763. ,('http://208.105.232.221/webdav/sectorx/udp.php', 0, 0)
  764. ,('http://joomlaedge.com/upload/0x.php', 0, 0)
  765. ,('http://www.windowsecurity.com/faqs/Trojans/', 0, 0)
  766. ,('http://www.webadminblog.com/index.php/tag/network/', 0, 0)
  767. ,('http://140.127.52.24/webdav/greenshell.php', 0, 0)
  768. ,('http://kzyle.com/blog/main.php', 0, 0)
  769. ,('http://67.134.12.12/webdav/udp.php', 0, 0)
  770. ,('http://218.87.136.9/webdav/config.php', 0, 0)
  771. ,('http://www.wegerecht.eu/cgi-bin.php', 0, 0)
  772. ,('http://www.sargodhanews.com/ads/0x.php', 0, 0)
  773. ,('http://www.thehealthmag.com/editor-images/0x.php', 0, 0)
  774. ,('http://stells-kleintransporte.de/Bangin.php', 0, 0)
  775. ,('http://www.kalitheamare.gr/english/rhodes.html', 0, 0)
  776. ,('http://tools.rosinstrument.com/proxy/?rule1', 0, 0)
  777. ,('http://diguardia.org/google.php', 0, 0)
  778. ,('http://www.windowsecurity.com/faqs/Trojans', 0, 0)
  779. ,('http://beritsjul.dk/taco.php', 0, 0)
  780. ,('http://amardhamashram.com/login2.php', 0, 0)
  781. ,('http://elementslb.com/ddos.php', 0, 0)
  782. ,('http://www.pakistaniscandals.com/ads/0x.php', 0, 0)
  783. ,('http://iprocenter.pro/red.php', 0, 0)
  784. ,('http://kareltv.cz/count.php', 0, 0)
  785. ,('http://www.whiteoakhills.org/cgi--bin.php', 0, 0)
  786. ,('http://pugliesem.com.ar/fear.php', 0, 0)
  787. ,('http://modelrailroadvideo.com/HOME_files/green.php', 0, 0)
  788. ,('http://www.wireshark.org/faq.html', 0, 0)
  789. ,('http://www.nafsiahasa.com/up/x.php', 0, 0)
  790. ,('http://jamgsm.net/up1/images/x.php', 0, 0)
  791. ,('http://www.webadminblog.com/index.php/tag/network', 0, 0)
  792. ,('http://202.200.82.44/webdav/XR.php', 0, 0)
  793. ,('http://megaloventures.co.ke/preview.php', 0, 0)
  794. ,('http://www.empresasene.com.br/app.php', 0, 0)
  795. ,('http://iow360.co.cc/myshell-fuckoff13376787407.php', 0, 0)
  796. ,('http://200.107.120.147/grn.php', 0, 0)
  797. ,('http://booting-test.comyr.com/default.php', 0, 0)
  798. ,('http://booting-test.comyr.com/register.php', 0, 0)
  799. ,('http://booting-test.comyr.com/login.php', 0, 0)
  800. ,('http://booting-test.comyr.com/', 0, 0)
  801. ,('http://niyuavalon.webege.com/phpddos/control/', 0, 0)
  802. ,('http://fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef', 0, 0)
  803. ,('http://www.fahriozturk.tr.gg/111.htm?PHP.../index.php', 0, 0)
  804. ,('http://www.fahriozturk.tr.gg/111.htm?PHP...b1fb9bcef/', 0, 0)
  805. ,('http://www.1100f.com/member/', 0, 0)
  806. ,('http://www.fahriozturk.tr.gg/111.htm?PHP...b1fb9bcef', 0, 0)
  807. ,('http://www.jinggai315.com/lys/', 0, 0)
  808. ,('http://fahriozturk.tr.gg/111.htm', 0, 0)
  809. ,('http://pastebin.com/7qx7kust', 0, 0)
  810. ,('http://niyuavalon.webege.com/phpddos/control', 0, 0)
  811. ,('http://www.1100f.com/member', 0, 0)
  812. ,('http://blog-indonesia.com/blog-archive-5103-211.html', 0, 0)
  813. ,('http://www.team-crowplay.de/', 0, 0)
  814. ,('http://www.1100f.com/member/index.php', 0, 0)
  815. ,('http://www.team-crowplay.de/index.php', 0, 0)
  816. ,('http://www.jinggai315.com/lys', 0, 0)
  817. ,('http://ashiyane.org/forums/showthread.php?p=154364', 0, 0)
  818. ,('http://ngl-1.com/', 0, 0)
  819. ,('http://www.team-crowplay.de/function.php', 0, 0);
  820.  
  821. CREATE TABLE `settings` (
  822. `site_name` varchar(50) DEFAULT NULL,
  823. `site_email` varchar(40) DEFAULT NULL,
  824. `site_url` varchar(200) DEFAULT NULL,
  825. `reg_allowed` tinyint(1) NOT NULL DEFAULT '1',
  826. `user_limit` tinyint(1) NOT NULL DEFAULT '0',
  827. `reg_verify` tinyint(1) NOT NULL DEFAULT '0',
  828. `notify_admin` tinyint(1) NOT NULL DEFAULT '0',
  829. `auto_verify` tinyint(1) NOT NULL DEFAULT '0',
  830. `user_perpage` varchar(4) NOT NULL DEFAULT '10',
  831. `thumb_w` varchar(4) NOT NULL,
  832. `thumb_h` varchar(4) NOT NULL,
  833. `backup` varchar(60) DEFAULT NULL,
  834. `currency` varchar(4) DEFAULT NULL,
  835. `cur_symbol` varchar(3) DEFAULT NULL,
  836. `mailer` enum('PHP','SMTP') NOT NULL DEFAULT 'PHP',
  837. `smtp_host` varchar(100) DEFAULT NULL,
  838. `smtp_user` varchar(50) DEFAULT NULL,
  839. `smtp_pass` varchar(50) DEFAULT NULL,
  840. `smtp_port` varchar(6) DEFAULT NULL,
  841. `version` varchar(5) DEFAULT NULL
  842. ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  843. INSERT INTO `settings` (`site_name`, `site_email`, `site_url`, `reg_allowed`, `user_limit`, `reg_verify`, `notify_admin`, `auto_verify`, `user_perpage`, `thumb_w`, `thumb_h`, `backup`, `currency`, `cur_symbol`, `mailer`, `smtp_host`, `smtp_user`, `smtp_pass`, `smtp_port`, `version`) VALUES
  844. ('Panda Booter | Webbased Edition', '[email protected]', 'http://46.166.148.212/~pandabo1/', 1, 30, 0, 1, 1, 10, 100, 100, NULL, 'USD', '$', 'PHP', NULL, NULL, NULL, 0, 2.0);
  845.  
  846. CREATE TABLE `slowloris` (
  847. `URL` varchar(1000) NOT NULL,
  848. `online` int(1) NOT NULL DEFAULT '0',
  849. `lastChecked` int(10) NOT NULL DEFAULT '0'
  850. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  851. CREATE TABLE `users` (
  852. `id` int(11) NOT NULL AUTO_INCREMENT,
  853. `username` varchar(50) NOT NULL,
  854. `password` varchar(50) NOT NULL,
  855. `membership_id` tinyint(3) NOT NULL DEFAULT '0',
  856. `mem_expire` datetime DEFAULT '0000-00-00 00:00:00',
  857. `trial_used` tinyint(1) NOT NULL DEFAULT '0',
  858. `email` varchar(32) NOT NULL,
  859. `fname` varchar(32) NOT NULL,
  860. `lname` varchar(32) NOT NULL,
  861. `token` varchar(40) NOT NULL DEFAULT '0',
  862. `newsletter` tinyint(1) NOT NULL DEFAULT '0',
  863. `userlevel` tinyint(1) NOT NULL DEFAULT '1',
  864. `created` datetime DEFAULT '0000-00-00 00:00:00',
  865. `lastlogin` datetime DEFAULT '0000-00-00 00:00:00',
  866. `lastip` varchar(16) DEFAULT '0',
  867. `avatar` varchar(150) DEFAULT NULL,
  868. `active` enum('y','n','t','b') NOT NULL DEFAULT 'n',
  869. `myAttacks` varchar(5000) NOT NULL,
  870. PRIMARY KEY (`id`)
  871. ) ENGINE=MyISAM AUTO_INCREMENT=49 DEFAULT CHARSET=utf8;
  872. INSERT INTO `users` (`id`, `username`, `password`, `membership_id`, `mem_expire`, `trial_used`, `email`, `fname`, `lname`, `token`, `newsletter`, `userlevel`, `created`, `lastlogin`, `lastip`, `avatar`, `active`, `myAttacks`) VALUES
  873. (15, 'Assassinator980', 'd55bcc6b455abc01e8939d970168101a16f11898', 12, '2014-05-17 11:19:19', 0, '[email protected]', 'Liam', 'Edwards', 'e936c4a8e5b6230ed915a46a0009fe5e78ce8693', 0, 1, '2012-05-17 10:47:23', '2012-05-20 10:44:11', '58.106.28.31', NULL, 'y', 12)
  874. ,(17, 'Failedattempt', '56c37153fc1d06d3a198a39f82bdf8e17023669f', 12, '2014-05-17 11:30:54', 0, '[email protected]', 'Gary', 'J', 0, 0, 1, '2012-05-17 11:23:31', '2012-05-18 12:56:55', '184.10.176.32', NULL, 'y', 2)
  875. ,(20, 'I nfizr', 'd361c77d5fc37c45b35f1883d2b2b2127fcd3a25', 12, '2014-05-17 14:36:56', 0, '[email protected]', 'maurice', 'kleijwegt', 0, 0, 1, '2012-05-17 14:32:24', '2012-05-17 17:27:59', '84.84.176.106', 'IMG_1DD90F-1340AD-B16D6E-2D199F-54CF7B-C84F1F.jpg', 'y', 2)
  876. ,(12, 'Cudd', '7325e5b55758a26264dd7615be4157363bf46f39', 11, '2012-05-18 10:33:21', 0, '[email protected]', 'Joseph', 'Mariuana', 'f479f0b33757950b0c002e44bbee9ce411a6120c', 0, 1, '2012-05-17 10:32:08', '2012-05-17 10:36:44', '188.177.190.110', NULL, 'y', 1)
  877. ,(11, 'Panda', '0716b9029d0818cbabd7c69aa55d01c877982b54', 12, '2014-05-17 10:39:12', 0, '[email protected]', 'Panda', 'Admin', '3d6db250cb14beeae5648bc57b2479751471d660', 1, 9, '2012-05-17 10:03:10', '2012-05-20 12:13:53', '93.36.195.32', 'IMG_AF98D6-320F74-69A004-8C09A0-F13C43-CF0B26.png', 'y', 6)
  878. ,(18, 'Green', '5b0f274aa43672b66d5587baf63cf6d9354956bc', 12, '2014-05-17 11:30:40', 0, '[email protected]', 'Mike', 'Rw', 0, 0, 1, '2012-05-17 11:24:55', '2012-05-18 22:18:09', '86.133.207.153', NULL, 'y', 5)
  879. ,(19, 'DutchConquer', 'da7a3c650e218272c37e387104a571a8b374bb6a', 0, '0000-00-00 00:00:00', 0, '[email protected]', 'Martin', 'L', 0, 0, 1, '2012-05-17 13:44:15', '0000-00-00 00:00:00', 0, NULL, 'y', NULL)
  880. ,(21, 'wisdom', '27d769673277ad1659a3342e8c92ca84a95c4166', 12, '2014-05-17 18:21:38', 0, '[email protected]', 'budi', 'santoso', 0, 0, 1, '2012-05-17 14:37:43', '2012-05-17 14:40:44', '110.138.209.45', NULL, 'y', NULL)
  881. ,(22, 'Booti23', '55e663cb3685e142cdafe723776ded5a9d84b140', 12, '2014-05-17 18:07:51', 0, '[email protected]', 'Tara', 'Power', 0, 0, 1, '2012-05-17 15:26:55', '2012-05-19 01:02:53', '212.7.208.75', NULL, 'y', 8)
  882. ,(24, 'MarkFortune', '83a4a122db5812134055dcccfbdf31bf5dacfe62', 12, '2014-05-18 18:27:55', 0, '[email protected]', 'Mark', 'Fortune', 0, 0, 9, '2012-05-17 18:20:22', '2012-05-19 03:34:45', '72.91.100.167', NULL, 'y', 3)
  883. ,(25, 'Brum', '7bf741d478b68b88b1d227e248d2164176abccdf', 12, '2014-05-17 20:21:29', 0, '[email protected]', 'leslie', 'oost', 0, 0, 1, '2012-05-17 20:09:28', '2012-05-19 00:26:56', '87.208.217.41', NULL, 'y', 8)
  884. ,(26, 'theeldertrolls', '4c713ac8e4a648bbe16f0394eaaf60701d23fe4f', 12, '2014-05-18 18:08:47', 0, '[email protected]', 'Mees', 'van Dijk', 0, 0, 1, '2012-05-17 20:39:41', '2012-05-18 05:44:01', '80.126.150.152', NULL, 'y', NULL)
  885. ,(34, 'YungBaws', 'f3f434db8e395411a43e127677d6d5e818ef3d35', 0, '0000-00-00 00:00:00', 0, '[email protected]', 'Corey', 'Dyson', 0, 0, 1, '2012-05-18 00:08:26', '2012-05-19 01:50:49', '69.250.115.124', NULL, 'y', NULL)
  886. ,(31, 'hazan0608', '815d4c9b57ca7151e07165992dc9b668445dc4e9', 0, '0000-00-00 00:00:00', 0, '[email protected]', 'Lucas', 'Hazan', 0, 0, 1, '2012-05-17 23:56:33', '2012-05-18 17:08:58', '64.251.53.99', 'IMG_94FBC9-115202-9C087B-337D6A-812DF9-D9DFF1.jpeg', 'y', NULL)
  887. ,(30, 'xmathewx75', '4116af8efa0a7a95d32209ab715262edb15636c4', 0, '0000-00-00 00:00:00', 0, '[email protected]', 'Mathew', 'Banou', 0, 0, 1, '2012-05-17 23:18:20', '0000-00-00 00:00:00', 0, NULL, 'y', NULL)
  888. ,(29, 'V4MP1R3', 'ad9c76281fc645e9f012d285e601905f74e96486', 12, '2014-05-17 22:32:48', 0, '[email protected]', 'Vampire', 'Iscool', 0, 0, 1, '2012-05-17 21:57:37', '2012-05-17 21:58:10', '41.185.141.115', NULL, 'y', 1)
  889. ,(32, 'jordan59961', 'cc523024b889eda6cd094f52e16728fc72d33cc3', 0, '0000-00-00 00:00:00', 0, '[email protected]', 'Jordan', 'R', 0, 0, 1, '2012-05-18 00:02:54', '0000-00-00 00:00:00', 0, NULL, 'y', NULL)
  890. ,(33, 'cp52001', '84fb3059254bc482b85388acca05af84cc45598c', 12, '2014-05-18 00:05:55', 0, '[email protected]', 'cal', 'parr', 0, 0, 1, '2012-05-18 00:03:22', '2012-05-18 00:05:08', '76.97.57.204', NULL, 'y', NULL)
  891. ,(40, 'fredbetheking13', '69e0209a7cf76315761beb613ec311c877f1dcb5', 12, '2014-05-18 09:29:57', 0, '[email protected]', 'Yen', 'Friel', 0, 0, 1, '2012-05-18 08:57:44', '2012-05-19 03:34:51', '65.0.134.26', NULL, 'y', 8)
  892. ,(41, 'patrik2000', '9e489d4490f65a9fe7206c2c0b74bbf9e1bcc815', 13, '2012-06-17 12:02:56', 0, '[email protected]', 'bara', 'mikki', 0, 0, 1, '2012-05-18 10:12:34', '2012-05-18 22:37:21', '109.97.57.161', NULL, 'y', 13)
  893. ,(37, 'phanatic', '1f023c5edd9770f899a397aefd9e674041817c63', 12, '2014-05-18 06:50:01', 0, '[email protected]', 'Josh', 'Van Wingerden', 0, 0, 1, '2012-05-18 01:12:31', '0000-00-00 00:00:00', 0, NULL, 'y', NULL)
  894. ,(38, 'sodafiz10', '13837ebf5020fb1677f736eb4b5da38d3cc06fd5', 12, '2014-05-18 06:47:41', 0, '[email protected]', 'andrew', 'dew', 0, 0, 1, '2012-05-18 05:20:17', '2012-05-19 02:15:57', '68.81.132.229', NULL, 'y', 3)
  895. ,(42, 'DutchConquerhf', '2bb9408e98b39d1726c2b14e0ff590f896770344', 14, '2012-08-16 13:43:03', 0, '[email protected]', 'DutchConquer', 'HF', 0, 0, 1, '2012-05-18 13:21:35', '2012-05-18 16:45:28', '84.86.48.186', 'IMG_464BF7-CD3C68-722010-3A0294-30A5BB-023204.png', 'y', 1)
  896. ,(44, 'niko', 'ad680109b3e32ddca5074d001fd3878dc6af512b', 12, '2014-05-18 18:54:48', 0, '[email protected]', 'Emil', 'Nikolai', 0, 0, 1, '2012-05-18 18:52:12', '2012-05-19 00:18:05', '37.44.165.131', NULL, 'y', 3)
  897. ,(45, 'Saphire', '032366a99f67c6a48d2c5a4848fb9660202cf628', 12, '2014-05-18 21:31:21', 0, '[email protected]', 'Saphire', 'Superman', 0, 0, 1, '2012-05-18 21:26:19', '2012-05-18 21:26:58', '64.118.81.158', NULL, 'y', NULL)
  898. ,(46, 'Beehzy', 'ca858b4c6caf7465b8e02e2776b612276fa4bc71', 12, '2014-05-19 00:27:51', 0, '[email protected]', 'Michael', 'Said', 0, 0, 1, '2012-05-19 00:05:27', '2012-05-19 00:35:52', '99.228.150.17', NULL, 'y', NULL)
  899. ,(47, 'cheeseballs', '7bbe72d3a41cada65a12cdea1667670df679d851', 0, '0000-00-00 00:00:00', 0, '[email protected]', 'cheese', 'balls', 0, 0, 1, '2012-05-19 02:50:23', '0000-00-00 00:00:00', 0, NULL, 'y', NULL)
  900. ,(48, 'rube99', 'c6050b6a391899d8c3fe4453a714154b6b9bab81', 0, '0000-00-00 00:00:00', 0, '[email protected]', 'Michael', 'Rubesich', 0, 0, 1, '2012-05-19 03:39:23', '2012-05-20 10:32:25', '173.245.64.25', NULL, 'y', NULL);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement