Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CREATE TABLE `email_templates` (
- `id` int(5) NOT NULL AUTO_INCREMENT,
- `name` varchar(200) NOT NULL,
- `subject` varchar(255) NOT NULL,
- `help` text,
- `body` text,
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8;
- INSERT INTO `email_templates` (`id`, `name`, `subject`, `help`, `body`) VALUES
- (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>')
- ,(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>')
- ,(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>')
- ,(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>')
- ,(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>')
- ,(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>')
- ,(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>')
- ,(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>')
- ,(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>')
- ,(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>')
- ,(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>')
- ,(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>')
- ,(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>');
- CREATE TABLE `gateways` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `name` varchar(255) NOT NULL,
- `displayname` varchar(255) NOT NULL,
- `dir` varchar(255) NOT NULL,
- `demo` tinyint(1) NOT NULL DEFAULT '1',
- `extra_txt` varchar(255) NOT NULL,
- `extra_txt2` varchar(255) NOT NULL,
- `extra_txt3` varchar(255) DEFAULT NULL,
- `extra` varchar(255) NOT NULL,
- `extra2` varchar(255) NOT NULL,
- `extra3` varchar(255) DEFAULT NULL,
- `is_recurring` tinyint(1) NOT NULL DEFAULT '0',
- `active` tinyint(1) NOT NULL DEFAULT '1',
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
- INSERT INTO `gateways` (`id`, `name`, `displayname`, `dir`, `demo`, `extra_txt`, `extra_txt2`, `extra_txt3`, `extra`, `extra2`, `extra3`, `is_recurring`, `active`) VALUES
- (1, 'paypal', 'PayPal', 'paypal', 1, 'Paypal Email Address', 'Currency Code', 'Not in Use', '[email protected]', 'USD', NULL, 1, 1)
- ,(2, 'moneybookers', 'MoneyBookers', 'moneybookers', 1, 'MoneyBookers Email Address', 'Currency Code', 'Secret Passphrase', '[email protected]', 'USD', 'pandahax', 1, 1);
- CREATE TABLE `getshells` (
- `URL` varchar(1000) NOT NULL,
- `online` int(1) NOT NULL DEFAULT '0',
- `lastChecked` int(10) NOT NULL DEFAULT '0'
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
- INSERT INTO `getshells` (`URL`, `online`, `lastChecked`) VALUES
- ('http://www.filbanken.nu/awstats/awstats/UDP.php', 0, 0)
- ,('http://www.indianethicalhacker.blackapplehost.com/xoep.php?', 0, 0)
- ,('http://www.indianethicalhacker.blackapplehost.com/xoep.php ', 0, 0)
- ,('http://www.indianethicalhacker.blackapplehost.com/xoep.php ', 0, 0)
- ,('http://163.178.170.74/webdav/greenshell.php', 0, 0)
- ,('http://mapi.co.kr/zb41pl7/bbs/data/mapi_bbs/settings.php', 0, 0)
- ,('http://indianethicalhacker.blackapplehost.com/xoep.php?act=phptools&host=/', 0, 0)
- ,('http://theresahackforthat.webs.com/shell.php', 0, 0)
- ,('http://www.ecofilms.gr/search_gr.asp', 0, 0)
- ,('http://mmx1.webs.com/shell.php', 0, 0)
- ,('http://mmx2.webs.com/shell.php', 0, 0)
- ,('http://www.ecofilms.gr/search_gr.asp ', 0, 0)
- ,('http://gfdgdfgfdgfd.co.cc/shell.php', 0, 0)
- ,('http://localhostr.t35.com/udp/ ', 0, 0)
- ,('http://shells.red-pill.eu', 0, 0)
- ,('http://shells.red-pill.eu/', 0, 0)
- ,('http://204.191.9.89/webdav/shell16182.php', 0, 0)
- ,('http://www.ecofilms.gr/search_gr.asp?', 0, 0)
- ,('http://www.theresahackforthat.webs.com/shell.php', 0, 0)
- ,('http://www.gfdgdfgfdgfd.co.cc/shell.php', 0, 0)
- ,('http://www.ecofilms.gr/search_gr.asp?act=phptools&.../', 0, 0)
- ,('http://www.ecofilms.gr/search_gr.asp?act...ols', 0, 0)
- ,('http://82.114.168.38/webdav/greenshell.php', 0, 0)
- ,('http://www.indianethicalhacker.blackapplehost.com/xoep.php', 0, 0)
- ,('http://www.indianethicalhacker.blackapplehost.com/xoep.php?act=phptools&host=/', 0, 0)
- ,('http://www.ecofilms.gr/search_gr.asp?act...ols&host=/', 0, 0)
- ,('http://www.ecofilms.gr/search_gr.asp?act=phptools&...', 0, 0)
- ,('http://shells.red-pill.eu/ ', 0, 0)
- ,('http://115.111.3.241/webdav/test.php', 0, 0)
- ,('http://www.windowsecurity.com/faqs/Trojans/', 0, 0)
- ,('http://www.ecofilms.gr/search_gr.asp?act=phptools', 0, 0)
- ,('http://www.ecofilms.gr/search_gr.asp ', 0, 0)
- ,(' http://82.114.168.38/webdav/greenshell.php', 0, 0)
- ,('http://www.ecofilms.gr/search_gr.asp ', 0, 0)
- ,('http://212.41.203.123/webdav/...php', 0, 0)
- ,('http://www.offensive-security.com/metasploit-unleashed/Antivirus_Bypass', 0, 0)
- ,(' http://www.indianethicalhacker.blackapplehost.com/xoep.php', 0, 0)
- ,('http://www.ecofilms.gr/search_gr.asp?act=phptools/', 0, 0)
- ,('http://212.182.69.18/webdav/panel.php', 0, 0)
- ,('http://217.92.11.24/webdav/.....php', 0, 0)
- ,('http://88.37.32.82/webdav/shell.php', 0, 0)
- ,('http://88.37.32.86/webdav/shell.php', 0, 0)
- ,('http://82.114.168.38/webdav/greenshell.php?act=phptools&host=/', 0, 0)
- ,('http://208.105.232.221/webdav/sectorx/udp.php', 0, 0)
- ,('http://laentrada.com.mx/images/laentrada/0x.php', 0, 0)
- ,('http://www.sargodhanews.com/ads/0x.php', 0, 0)
- ,('http://94.76.206.41/~mega/pek/0x.php', 0, 0)
- ,('http://www.pakistaniscandals.com/ads/0x.php', 0, 0)
- ,('http://spicyscandals.com/posts/0x.php', 0, 0)
- ,('http://johnbaptistchurch.org/0x.php', 0, 0)
- ,('http://www.starwelfare.org/banners/0x.php', 0, 0)
- ,('http://www.thehealthmag.com/editor-images/0x.php', 0, 0)
- ,('http://lajefa.fm/9odzx/0x.php', 0, 0)
- ,('http://colmexreuma.org.mx/curso_internacional/0x.php', 0, 0)
- ,('http://inglesaustralia.com/0x.php', 0, 0)
- ,('http://joomlaedge.com/upload/0x.php', 0, 0)
- ,('https://www.localoyb.com/webadmin/videos/0x.php', 0, 0)
- ,('http://teamunic.com/0x.php', 0, 0)
- ,('http://websad.ru/dump/0x.php', 0, 0)
- ,('http://pizzarma.com/0x.php', 0, 0)
- ,('http://offcourseclothing.com/0x.php', 0, 0)
- ,('http://www.aldaindia.com/0x.php', 0, 0)
- ,('http://80.98.58.55/webdav/ab.php', 0, 0)
- ,('http://80.152.166.212/webdav/ab.php', 0, 0)
- ,('http://www.pmfoz.com.br/0x.php', 0, 0)
- ,('http://gazteplo.ru/img/brands/0x.php', 0, 0)
- ,('http://80.14.62.174/webdav/ab.php', 0, 0)
- ,('http://bailey-button.org/x.php', 0, 0)
- ,('http://www.marpit.pl/x.php', 0, 0)
- ,('http://www.sadoun.net/0x.php', 0, 0)
- ,('http://expertisepc.com/df/x.php', 0, 0)
- ,('http://25uw05y0b.site.aplus.net/stats/x.php', 0, 0)
- ,('http://smart.wei-dong.com/tmp/x.php', 0, 0)
- ,('http://www.korenyzdravi.cz/wp-admin/x.php', 0, 0)
- ,('http://mahatour.co.id/administrator/x.php', 0, 0)
- ,('http://portal.bakerhughes.de/images/x.php', 0, 0)
- ,('http://bfaaa.net/x.php', 0, 0)
- ,('http://www.christinamultimedia.com/forum/YaBBHelp/x.php', 0, 0)
- ,('http://umutlu.bel.tr/yonetim/x.php', 0, 0)
- ,('http://redimpex.com/upload/x.php', 0, 0)
- ,('http://91.201.211.33/webdav/ab.php', 0, 0)
- ,('http://www.pureearthenergy.com.au/art/x.php', 0, 0)
- ,('http://revistavoto.com.br/site/xml/x.php', 0, 0)
- ,('http://bia2tak.com/includes/plugin/x.php', 0, 0)
- ,('http://tienda-aerografia.com/x.php', 0, 0)
- ,('http://91.217.254.134/webdav/ab.php', 0, 0)
- ,('http://aksharakashaayam.com/x.php', 0, 0)
- ,('http://www.mylilygirl.com/photos/tpl_c/x.php', 0, 0)
- ,('http://kerchopine.com/img/x.php', 0, 0)
- ,('http://www.isabellafiore.net/x.php', 0, 0)
- ,('http://vietsohoa.net/phpbasic_modules/user/search/x.php', 0, 0)
- ,('http://azarhosting.com/templates/beez/x.php', 0, 0)
- ,('http://allia-soft.com/forum/cache/.svn/tmp/props/x.php', 0, 0)
- ,('http://shortyandtheboyz.com/x.php', 0, 0)
- ,('http://www.sachdevfitness.com/x.php', 0, 0)
- ,('http://www.saipayadak.org/book/files/image/x.php', 0, 0)
- ,('http://www.alfagaia.com.br/areacliente/denso/x.php', 0, 0)
- ,('http://arlindocruz.com.br/loja/x.php', 0, 0)
- ,('http://jamgsm.net/up1/images/x.php', 0, 0)
- ,('http://esarn-chicago.com/UserFiles/File/x.php', 0, 0)
- ,('http://217.16.9.102/~atelie96/i/upload/users/x.php', 0, 0)
- ,('http://tourdelanostalgia.com/x.php', 0, 0)
- ,('http://www.care-vision.co.il/files/wordocs/x.php', 0, 0)
- ,('http://work.decoyinternational.com/littled/tmp/x.php', 0, 0)
- ,('http://www.daradaily.com/content/highlight/x.php', 0, 0)
- ,('http://www.autlancasas.com/categoria/images/x.php', 0, 0)
- ,('http://juststeppingforward.net/zen/x.php', 0, 0)
- ,('http://cutebabyvids.com/x.php', 0, 0)
- ,('http://idealhome.ir/x.php', 0, 0)
- ,('http://hostedwebsiteconcept.com/website_logo/x.php', 0, 0)
- ,('http://216.158.128.200/webdav/jboot.php', 0, 0)
- ,('http://giahung-jsc.com/x.php', 0, 0)
- ,('http://cwa3672.org/ulogs.php', 0, 0)
- ,('http://shopmientrung.com/includes/x.php', 0, 0)
- ,('http://85.17.159.77/~jbooter/whmcs/shell.php', 0, 0)
- ,('http://www.klccab.gov.tw/admin/Auth/x.php', 0, 0)
- ,('http://sanacyapidenetim.com/tmp/x.php', 0, 0)
- ,('http://sakon2.go.th/personal/calendardata/x.php', 0, 0)
- ,('http://www.infohouseavare.com/product_downloads/x/x.php', 0, 0)
- ,('http://208.105.232.221/webdav/sectorx/udp.php ', 0, 0)
- ,('http://120.127.14.41/webdav/greenshell.php', 0, 0)
- ,('http://www.paylizard.com/scripts/x.php', 0, 0)
- ,('http://gamecastel.info/2.php', 0, 0)
- ,('http://www.civitas.ru/subscribe/0x.php', 0, 0)
- ,('http://124.232.142.217/webdav/Vypor.php', 0, 0)
- ,('http://176.9.173.219/r2.php', 0, 0)
- ,('http://201.120.184.74/webdav/Vypor.php', 0, 0)
- ,('http://222.124.141.10/webdav/Vypor.php', 0, 0)
- ,('http://117.253.189.139/webdav/Vypor.php', 0, 0)
- ,('http://193.137.172.20/webdav/Vypor.php', 0, 0)
- ,('http://72.9.152.165/webdav/Vypor.php', 0, 0)
- ,('http://216.230.228.58/webdav/Vypor.php', 0, 0)
- ,('http://173.254.213.196/webdav/Vypor.php', 0, 0)
- ,('http://153.104.169.43/webdav/Vypor.php', 0, 0)
- ,('http://186.129.248.3/webdav/Vypor.php', 0, 0)
- ,('http://163.24.155.13/webdav/Vypor.php', 0, 0)
- ,('http://190.255.189.4/webdav/Vypor.php', 0, 0)
- ,('http://140.113.115.28/webdav/Vypor.php', 0, 0)
- ,('http://88.12.22.83/webdav/Vypor.php', 0, 0)
- ,('http://116.255.139.117/webdav/Vypor.php', 0, 0)
- ,('http://70.255.18.73/webdav/Vypor.php', 0, 0)
- ,('http://190.108.66.214/webdav/Vypor.php', 0, 0)
- ,('http://94.74.138.17/webdav/Vypor.php', 0, 0)
- ,('http://76.69.111.176/webdav/Vypor.php', 0, 0)
- ,('http://182.237.14.19/webdav/Vypor.php', 0, 0)
- ,('http://187.174.153.210/webdav/Vypor.php', 0, 0)
- ,('http://202.185.34.76/webdav/Vypor.php', 0, 0)
- ,('http://211.25.212.80/webdav/Vypor.php', 0, 0)
- ,('http://82.207.123.187/webdav/Vypor.php', 0, 0)
- ,('http://118.107.69.156/webdav/Vypor.php', 0, 0)
- ,('http://103.1.152.107/webdav/Vypor.php', 0, 0)
- ,('http://113.106.18.170/webdav/Vypor.php', 0, 0)
- ,('http://210.6.251.98/webdav/Vypor.php', 0, 0)
- ,('http://186.145.149.143/webdav/Vypor.php', 0, 0)
- ,('http://190.121.23.154/webdav/Vypor.php', 0, 0)
- ,('http://150.254.71.183/webdav/Vypor.php', 0, 0)
- ,('http://119.160.180.4/webdav/Vypor.php', 0, 0)
- ,('http://173.248.152.235/webdav/Vypor.php', 0, 0)
- ,('http://93.90.30.40/webdav/Vypor.php', 0, 0)
- ,('http://200.88.126.88/webdav/Vypor.php', 0, 0)
- ,('http://196.3.97.48/webdav/Vypor.php', 0, 0)
- ,('http://173.83.243.78/webdav/Vypor.php', 0, 0)
- ,('http://118.97.40.245/webdav/Vypor.php', 0, 0)
- ,('http://80.72.255.26/webdav/Vypor.php', 0, 0)
- ,('http://180.243.253.130/webdav/Vypor.php', 0, 0)
- ,('http://211.232.85.78/webdav/Vypor.php', 0, 0)
- ,('http://85.185.126.89/webdav/Vypor.php', 0, 0)
- ,('http://204.188.241.83/webdav/Vypor.php', 0, 0)
- ,('http://168.70.41.64/webdav/Vypor.php', 0, 0)
- ,('http://202.205.80.200/webdav/Vypor.php', 0, 0)
- ,('http://41.204.61.70/webdav/Vypor.php', 0, 0)
- ,('http://58.26.6.92/webdav/Vypor.php', 0, 0)
- ,('http://82.68.131.250/webdav/Vypor.php', 0, 0)
- ,('http://58.93.140.132/webdav/Vypor.php', 0, 0)
- ,('http://118.67.249.32/webdav/Vypor.php', 0, 0)
- ,('http://142.166.124.103/webdav/Vypor.php', 0, 0)
- ,('http://203.197.160.43/webdav/Vypor.php', 0, 0)
- ,('http://141.117.68.123/webdav/Vypor.php', 0, 0)
- ,('http://201.144.85.3/webdav/Vypor.php', 0, 0)
- ,('http://80.191.200.225/webdav/Vypor.php', 0, 0)
- ,('http://98.156.3.98/webdav/Vypor.php', 0, 0)
- ,('http://203.144.255.197/webdav/Vypor.php', 0, 0)
- ,('http://90.183.139.134/webdav/Vypor.php', 0, 0)
- ,('http://80.45.120.40/webdav/Vypor.php', 0, 0)
- ,('http://177.52.18.164/webdav/Vypor.php', 0, 0)
- ,('http://190.13.134.21/webdav/Vypor.php', 0, 0)
- ,('http://221.174.16.51/webdav/Vypor.php', 0, 0)
- ,('http://124.193.207.155/webdav/Vypor.php', 0, 0)
- ,('http://81.154.133.102/webdav/Vypor.php', 0, 0)
- ,('http://202.22.141.34/webdav/Vypor.php', 0, 0)
- ,('http://121.242.174.211/webdav/Vypor.php', 0, 0)
- ,('http://152.101.38.3/webdav/Vypor.php', 0, 0)
- ,('http://153.104.169.43/webdav/Shell.php', 0, 0)
- ,('http://150.254.71.183/webdav/Shell.php', 0, 0)
- ,('http://140.113.115.28/webdav/Shell.php', 0, 0)
- ,('http://124.232.142.217/webdav/Shell.php', 0, 0)
- ,('http://70.255.18.73/webdav/Shell.php', 0, 0)
- ,('http://94.74.138.17/webdav/Shell.php', 0, 0)
- ,('http://76.69.111.176/webdav/Shell.php', 0, 0)
- ,('http://190.108.66.214/webdav/Shell.php', 0, 0)
- ,('http://119.160.180.4/webdav/Shell.php', 0, 0)
- ,('http://203.144.255.197/webdav/Shell.php', 0, 0)
- ,('http://202.185.34.76/webdav/Shell.php', 0, 0)
- ,('http://103.1.152.107/webdav/Shell.php', 0, 0)
- ,('http://82.207.123.187/webdav/Shell.php', 0, 0)
- ,('http://211.25.212.80/webdav/Shell.php', 0, 0)
- ,('http://118.107.69.156/webdav/Shell.php', 0, 0)
- ,('http://93.90.30.40/webdav/Shell.php', 0, 0)
- ,('http://190.121.23.154/webdav/Shell.php', 0, 0)
- ,('http://187.174.153.210/webdav/Shell.php', 0, 0)
- ,('http://180.243.253.130/webdav/Shell.php', 0, 0)
- ,('http://85.185.126.89/webdav/Shell.php', 0, 0)
- ,('http://186.145.149.143/webdav/Shell.php', 0, 0)
- ,('http://173.83.243.78/webdav/Shell.php', 0, 0)
- ,('http://81.154.133.102/webdav/Shell.php', 0, 0)
- ,('http://201.144.85.3/webdav/Shell.php', 0, 0)
- ,('http://203.92.121.1/webdav/Shell.php', 0, 0)
- ,('http://196.3.97.48/webdav/Shell.php', 0, 0)
- ,('http://118.97.40.245/webdav/Shell.php', 0, 0)
- ,('http://142.166.124.103/webdav/Shell.php', 0, 0)
- ,('http://58.93.140.132/webdav/Shell.php', 0, 0)
- ,('http://203.197.160.43/webdav/Shell.php', 0, 0)
- ,('http://41.204.61.70/webdav/Shell.php', 0, 0)
- ,('http://71.184.200.8/grn.php', 0, 0)
- ,('http://200.88.126.88/grn.php', 0, 0)
- ,('http://124.106.114.243/grn.php', 0, 0)
- ,('http://124.124.212.73/grn.php', 0, 0)
- ,('http://1.9.5.231/grn.php', 0, 0)
- ,('http://125.212.36.245/grn.php', 0, 0)
- ,('http://220.134.151.155/grn.php', 0, 0)
- ,('http://diguardia.org/google.php', 0, 0)
- ,('http://blaasveld.info/home.php?id=666', 0, 0)
- ,('http://genealogie-baumann.de/IF.php', 0, 0)
- ,('http://snapsplash.com/IF.php', 0, 0)
- ,('http://tonersatisi.com/tmp/udp.php', 0, 0)
- ,('http://61.4.68.103/grn.php', 0, 0)
- ,('http://210.163.224.65/webdav/equality.php', 0, 0)
- ,('http://tschicaja.com/404.php', 0, 0)
- ,('http://217.6.136.144/webdav/greenshell.php', 0, 0)
- ,('http://www.theresahackforthat.webs.com/shell.php?host=91.125.123.105&port=80&time=60', 0, 0)
- ,('http://www.theresahackforthat.webs.com/shell.php?host=174.71.126.245&port=80&time=60', 0, 0)
- ,('http://www.theresahackforthat.webs.com/shell.php?host=192.168.0.156&port=80&time=35', 0, 0)
- ,('http://www.theresahackforthat.webs.com/shell.php?host=99.2.114.48&port=80&time=60', 0, 0)
- ,('http://69.13.40.82/webdav/x32.php', 0, 0)
- ,('http://amardhamashram.com/login2.php', 0, 0)
- ,('http://brightonwebdesign.co.uk/wp-content/themes/c99/alpha.php', 0, 0)
- ,('http://elementslb.com/ddos.php', 0, 0)
- ,('http://foreverart.in/alpha.php', 0, 0)
- ,('http://jennpaul.net/pics/config/BurnerTM.php', 0, 0)
- ,('http://202.190.74.200/webdav/x32.php', 0, 0)
- ,('http://www.sidarglobal.com/help.php', 0, 0)
- ,('http://sockslist.net/proxy/server-socks-hide-ip-address/2#proxylist', 0, 0)
- ,('http://www.windowsecurity.com/faqs/Trojans', 0, 0)
- ,('http://sockslist.net/proxy/server-socks-hide-ip-address/3', 0, 0)
- ,('http://140.127.52.24/webdav/greenshell.php', 0, 0)
- ,('http://161.139.194.77/webdav/shell38452.php', 0, 0)
- ,('http://www.superzahl.org/wp-content/themes/Minimal/cache/45feaec91d99f3893edd81a0a6e660b9.php', 0, 0)
- ,('http://lhendrey45.ulmb.com/1.php', 0, 0)
- ,('http://www.nafsiahasa.com/up/x.php', 0, 0)
- ,('http://www.lancohills.com/wp-content/themes/Modest/cache/e12f0d24d3844d7babe1953e06d0e005.php', 0, 0)
- ,('http://www.wegerecht.eu/cgi-bin.php', 0, 0)
- ,('http://www.kalitheamare.gr/english/rhodes.html', 0, 0)
- ,('http://rudolfbaumann.de/IF.php', 0, 0)
- ,('http://stells-kleintransporte.de/Bangin.php', 0, 0)
- ,('http://kzyle.com/blog/main.php', 0, 0)
- ,('http://www.up2light.nl/shel.php', 0, 0)
- ,('http://www.whiteoakhills.org/cgi--bin.php', 0, 0)
- ,('http://glitchedmatrix.webs.com/Beast4.php', 0, 0)
- ,('http://klassenshjemmeside.dk/404.php', 0, 0)
- ,('http://visualfoodplanner.com/404.php', 0, 0)
- ,('http://tools.rosinstrument.com/proxy/?rule1', 0, 0)
- ,('http://heyheyi.sultryserver.com', 0, 0)
- ,('http://178.18.19.107/rawr.php', 0, 0)
- ,('http://studion.laggbacken.se/404.php', 0, 0)
- ,('http://princetravel.eu/css/UDP.php', 0, 0)
- ,('http://70.88.133.185/grn.php', 0, 0)
- ,('http://modelrailroadvideo.com/HOME_files/green.php', 0, 0)
- ,('http://201.120.128.144/grn.php', 0, 0)
- ,('http://89.174.142.71/grn.php', 0, 0)
- ,('http://201.144.41.52/grn.php', 0, 0)
- ,('http://155.207.28.92/webdav/shell86818.php', 0, 0)
- ,('http://200.107.135.189/grn.php', 0, 0)
- ,('http://151.12.58.221/grn.php', 0, 0)
- ,('http://62.119.49.36/webdav/shell.php', 0, 0)
- ,('http://sloepzoepers.nl/404.php', 0, 0)
- ,('http://kinderfysiotherapieconnyoortwijn.nl/404.php', 0, 0)
- ,('http://201.46.135.13/grn.php', 0, 0)
- ,('http://traps-r-us.com/logs/green.php', 0, 0)
- ,('http://92.79.42.252/grn.php', 0, 0)
- ,('http://114.112.49.8/grn.php', 0, 0)
- ,('http://indyla.com/js/ClientAPITests/pp1.php', 0, 0)
- ,('http://182.71.238.197/backup.php', 0, 0)
- ,('http://bargam.pl/cgi-bin.php', 0, 0)
- ,('http://184.174.129.60/webdav/marijuana.php', 0, 0)
- ,('http://72.9.152.165/webdav/marijuana.php', 0, 0)
- ,('http://58.210.20.226/webdav/marijuana.php', 0, 0)
- ,('http://68.60.239.254/webdav/marijuana.php', 0, 0)
- ,('http://84.123.61.17/webdav/marijuana.php', 0, 0)
- ,('http://121.242.174.211/webdav/No12.php', 0, 0)
- ,('http://24.10.113.153/webdav/No12.php', 0, 0)
- ,('http://204.16.1.205/webdav/No12.php', 0, 0)
- ,('http://161.139.194.77/webdav/shell74205.php', 0, 0)
- ,('http://www.webadminblog.com/index.php/tag/network/', 0, 0)
- ,('http://67.134.12.12/webdav/udp.php', 0, 0)
- ,('http://218.87.136.9/webdav/config.php', 0, 0)
- ,('http://beritsjul.dk/taco.php', 0, 0)
- ,('http://iprocenter.pro/red.php', 0, 0)
- ,('http://kareltv.cz/count.php', 0, 0)
- ,('http://pugliesem.com.ar/fear.php', 0, 0)
- ,('http://www.wireshark.org/faq.html', 0, 0)
- ,('http://www.webadminblog.com/index.php/tag/network', 0, 0)
- ,('http://202.200.82.44/webdav/XR.php', 0, 0)
- ,('http://megaloventures.co.ke/preview.php', 0, 0)
- ,('http://www.empresasene.com.br/app.php', 0, 0)
- ,('http://iow360.co.cc/myshell-fuckoff13376787407.php', 0, 0)
- ,('http://200.107.120.147/grn.php', 0, 0)
- ,('http://booting-test.comyr.com/default.php', 0, 0)
- ,('http://booting-test.comyr.com/register.php', 0, 0)
- ,('http://booting-test.comyr.com/login.php', 0, 0)
- ,('http://booting-test.comyr.com/', 0, 0)
- ,('http://feeds2.feedburner.com/alivingtruth/DRwH', 0, 0)
- ,('http://feeds2.feedburner.com/alivingtruth/DRwH/', 0, 0)
- ,('http://urmybest.110mb.com/phpdos.php', 0, 0)
- ,('http://yogeshmehra1987.110mb.com/index.php', 0, 0)
- ,('http://d-dos.50webs.com/ddos.php', 0, 0)
- ,('http://www.fahriozturk.tr.gg/111.htm', 0, 0)
- ,('http://belakshell.50webs.com/index.php', 0, 0)
- ,('http://niyuavalon.webege.com/phpddos/control/', 0, 0)
- ,('http://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef/', 0, 0)
- ,('http://fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef', 0, 0)
- ,('http://www.fahriozturk.tr.gg/111.htm?PHP.../index.php', 0, 0)
- ,('http://beacheater.blogspot.com/2011/01/php-dos.html', 0, 0)
- ,('http://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef', 0, 0)
- ,('http://firman-mannte.blogspot.com/', 0, 0)
- ,('http://www.fahriozturk.tr.gg/111.htm/', 0, 0)
- ,('http://www.fahriozturk.tr.gg/111.htm?PHP...b1fb9bcef/', 0, 0)
- ,('http://www.fahriozturk.tr.gg/111.htm?PHPSESSID=8e7.../', 0, 0)
- ,('http://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9b.../', 0, 0)
- ,('http://www.1100f.com/member/', 0, 0)
- ,('http://www.fahriozturk.tr.gg/111.htm?PHP...b1fb9bcef', 0, 0)
- ,('http://eq22.weebly.com/', 0, 0)
- ,('http://www.fahriozturk.tr.gg/111.htm?PHPSESSID=8e7...', 0, 0)
- ,('http://firman-mannte.blogspot.com', 0, 0)
- ,('http://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9b...', 0, 0)
- ,('http://www.jinggai315.com/lys/', 0, 0)
- ,('http://fahriozturk.tr.gg/111.htm', 0, 0)
- ,('http://eq22.weebly.com', 0, 0)
- ,('http://pastebin.com/7qx7kust', 0, 0)
- ,('http://niyuavalon.webege.com/phpddos/control', 0, 0)
- ,('http://www.1100f.com/member', 0, 0)
- ,('http://blog-indonesia.com/blog-archive-5103-211.html', 0, 0)
- ,('http://k1x-hook.com/', 0, 0)
- ,('http://k1x-hook.com', 0, 0)
- ,('http://www.team-crowplay.de/', 0, 0)
- ,('http://k1x-hook.com/?host=', 0, 0)
- ,('http://www.1100f.com/member/index.php', 0, 0)
- ,('http://www.team-crowplay.de/index.php', 0, 0)
- ,('http://www.jinggai315.com/lys', 0, 0)
- ,('http://ashiyane.org/forums/showthread.php?p=154364', 0, 0)
- ,('http://ngl-1.com/', 0, 0)
- ,('http://www.team-crowplay.de/function.php', 0, 0)
- ,('http://zhan.liechesk.cn/hechihuagong.com.cn-domain', 0, 0)
- ,('http://201.120.184.74/webdav/Panda.php', 0, 0)
- ,('http://81.154.133.102/webdav/Panda.php', 0, 0)
- ,('http://193.137.172.20/webdav/Panda.php', 0, 0)
- ,('http://201.24.85.183/webdav/Panda.php', 0, 0)
- ,('http://212.83.92.39/webdav/Panda.php', 0, 0)
- ,('http://27.109.116.171/webdav/Panda.php', 0, 0)
- ,('http://72.9.152.165/webdav/Panda.php', 0, 0)
- ,('http://163.24.155.13/webdav/Panda.php', 0, 0)
- ,('http://150.254.71.183/webdav/Panda.php', 0, 0)
- ,('http://203.92.121.1/webdav/Panda.php', 0, 0)
- ,('http://216.230.228.58/webdav/Panda.php', 0, 0)
- ,('http://88.12.22.83/webdav/Panda.php', 0, 0)
- ,('http://116.255.139.117/webdav/Panda.php', 0, 0)
- ,('http://182.237.14.19/webdav/Panda.php', 0, 0)
- ,('http://70.255.18.73/webdav/Panda.php', 0, 0)
- ,('http://118.96.225.166/webdav/Panda.php', 0, 0)
- ,('http://76.69.111.176/webdav/Panda.php', 0, 0)
- ,('http://140.113.115.28/webdav/Panda.php', 0, 0)
- ,('http://124.232.142.217/webdav/Panda.php', 0, 0)
- ,('http://85.185.126.89/webdav/Panda.php', 0, 0)
- ,('http://118.97.93.14/webdav/Panda.php', 0, 0)
- ,('http://203.144.255.197/webdav/Panda.php', 0, 0)
- ,('http://94.74.138.17/webdav/Panda.php', 0, 0)
- ,('http://202.185.34.76/webdav/Panda.php', 0, 0)
- ,('http://103.1.152.107/webdav/Panda.php', 0, 0)
- ,('http://211.25.212.80/webdav/Panda.php', 0, 0)
- ,('http://82.207.123.187/webdav/Panda.php', 0, 0)
- ,('http://118.107.69.156/webdav/Panda.php', 0, 0)
- ,('http://200.88.126.88/webdav/Panda.php', 0, 0)
- ,('http://190.121.23.154/webdav/Panda.php', 0, 0)
- ,('http://93.90.30.40/webdav/Panda.php', 0, 0)
- ,('http://173.248.152.235/webdav/Panda.php', 0, 0)
- ,('http://173.83.243.78/webdav/Panda.php', 0, 0)
- ,('http://186.145.149.143/webdav/Panda.php', 0, 0)
- ,('http://196.3.97.48/webdav/Panda.php', 0, 0)
- ,('http://118.97.40.245/webdav/Panda.php', 0, 0)
- ,('http://203.197.160.43/webdav/Panda.php', 0, 0)
- ,('http://210.6.251.98/webdav/Panda.php', 0, 0)
- ,('http://113.106.18.170/webdav/Panda.php', 0, 0)
- ,('http://187.158.89.101/webdav/Panda.php', 0, 0)
- ,('http://62.99.109.219/webdav/Panda.php', 0, 0)
- ,('http://41.204.61.70/webdav/Panda.php', 0, 0)
- ,('http://70.239.9.195/webdav/Panda.php', 0, 0)
- ,('http://118.97.104.11/webdav/Panda.php', 0, 0)
- ,('http://80.191.200.225/webdav/Panda.php', 0, 0)
- ,('http://190.142.88.51/webdav/Panda.php', 0, 0)
- ,('http://201.144.85.3/webdav/Panda.php', 0, 0)
- ,('http://98.156.3.98/webdav/Panda.php', 0, 0)
- ,('http://204.188.241.83/webdav/Panda.php', 0, 0)
- ,('http://213.149.211.145/webdav/Panda.php', 0, 0)
- ,('http://203.74.133.177/webdav/Panda.php', 0, 0)
- ,('http://103.247.101.46/webdav/Panda.php', 0, 0)
- ,('http://115.31.185.7/webdav/Panda.php', 0, 0)
- ,('http://180.247.48.34/webdav/Panda.php', 0, 0)
- ,('http://90.183.139.134/webdav/Panda.php', 0, 0)
- ,('http://88.29.78.90/webdav/Panda.php', 0, 0)
- ,('http://80.45.120.40/webdav/Panda.php', 0, 0)
- ,('http://124.193.207.155/webdav/Panda.php', 0, 0)
- ,('http://221.174.16.51/webdav/Panda.php', 0, 0)
- ,('http://190.13.134.21/webdav/Panda.php', 0, 0)
- ,('http://46.5.193.145/webdav/Panda.php', 0, 0)
- ,('http://119.161.148.76/webdav/Panda.php', 0, 0)
- ,('http://121.242.174.211/webdav/Panda.php', 0, 0)
- ,('http://202.22.141.34/webdav/Panda.php', 0, 0)
- ,('http://80.78.70.247/webdav/Panda.php', 0, 0)
- ,('http://211.232.85.78/webdav/Panda.php', 0, 0)
- ,('http://152.101.38.3/webdav/Panda.php', 0, 0)
- ,('http://182.71.160.173/webdav/Panda.php', 0, 0)
- ,('http://190.69.66.10/webdav/Panda.php', 0, 0)
- ,('http://202.155.15.159/webdav/Panda.php', 0, 0)
- ,('http://187.115.53.29/webdav/Panda.php', 0, 0)
- ,('http://89.28.61.127/webdav/Panda.php', 0, 0)
- ,('http://190.191.182.45/webdav/Panda.php', 0, 0)
- ,('http://58.26.6.92/webdav/Panda.php', 0, 0)
- ,('http://178.25.140.126/webdav/Panda.php', 0, 0)
- ,('http://118.67.249.32/webdav/Panda.php', 0, 0)
- ,('http://202.205.80.200/webdav/Panda.php', 0, 0)
- ,('http://190.19.63.59/webdav/Panda.php', 0, 0)
- ,('http://186.129.248.3/webdav/Panda.php', 0, 0)
- ,('http://62.158.34.156/webdav/Panda.php', 0, 0)
- ,('http://122.116.28.151/webdav/Panda.php', 0, 0)
- ,('http://86.109.32.110/webdav/Panda.php', 0, 0)
- ,('http://125.76.248.52/webdav/Panda.php', 0, 0)
- ,('http://163.19.250.134/webdav/Panda.php', 0, 0)
- ,('http://140.135.100.190/webdav/Panda.php', 0, 0)
- ,('http://183.182.100.144/webdav/Panda.php', 0, 0)
- ,('http://217.123.143.104/webdav/Panda.php', 0, 0)
- ,('http://190.0.246.74/webdav/Panda.php', 0, 0)
- ,('http://24.10.113.153/webdav/Panda.php', 0, 0)
- ,('http://186.24.32.27/webdav/Panda.php', 0, 0)
- ,('http://220.132.216.187/webdav/Panda.php', 0, 0)
- ,('http://118.102.141.132/webdav/Panda.php', 0, 0)
- ,('http://219.133.59.238/webdav/Panda.php', 0, 0)
- ,('http://182.237.8.34/webdav/Panda.php', 0, 0)
- ,('http://190.85.48.102/webdav/Panda.php', 0, 0)
- ,('http://122.176.55.26/webdav/Panda.php', 0, 0)
- ,('http://138.199.66.214/webdav/Panda.php', 0, 0)
- ,('http://94.23.227.44/webdav/Panda.php', 0, 0)
- ,('http://64.151.104.14/webdav/Panda.php', 0, 0)
- ,('http://174.36.1.16/webdav/Panda.php', 0, 0)
- ,('http://217.218.175.38/webdav/Panda.php', 0, 0)
- ,('http://184.174.129.60/webdav/Panda.php', 0, 0)
- ,('http://207.190.82.245/webdav/Panda.php', 0, 0)
- ,('http://18.172.2.184/webdav/Panda.php', 0, 0);
- CREATE TABLE `logs` (
- `username` text NOT NULL,
- `ip` text NOT NULL,
- `time` text NOT NULL,
- `port` text NOT NULL,
- `date` varchar(100) NOT NULL
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
- INSERT INTO `logs` (`username`, `ip`, `time`, `port`, `date`) VALUES
- ('Deceive', '174.143.55.236', 120, 80, '09-05-2011, 06:57:38 am')
- ,('Deceive', '71.85.210.57', 10, 80, '09-05-2011, 06:58:47 am')
- ,('Deceive', '71.85.210.57', 30, 80, '09-05-2011, 07:02:59 am')
- ,('Deceive', '71.85.210.57', 10, 80, '09-05-2011, 07:05:59 am')
- ,('Deceive', '71.85.210.57', 30, 80, '09-05-2011, 07:10:56 am')
- ,('Deceive', '71.85.212.244', 30, 80, '09-06-2011, 12:55:50 am')
- ,('MrdoPii', '184.27.173.69', 30, 80, '09-06-2011, 01:08:06 am')
- ,('MrdoPii', '70.95.48.252', 30, 80, '09-06-2011, 01:17:43 am')
- ,('MrdoPii', '68.231.155.71', 30, 80, '09-06-2011, 01:22:05 am')
- ,('MrdoPii', '96.2.25.88', 30, 80, '09-06-2011, 01:24:32 am')
- ,('MrdoPii', '68.82.146.172', 30, 80, '09-06-2011, 01:26:42 am')
- ,('MrdoPii', '75.66.179.130', 60, 80, '09-06-2011, 01:31:13 am')
- ,('MrdoPii', '75.66.179.130', 75, 80, '09-06-2011, 01:36:16 am')
- ,('MrdoPii', '75.66.176.172', 75, 80, '09-06-2011, 01:38:31 am')
- ,('MrdoPii', '68.231.155.71', 60, 80, '09-06-2011, 01:43:28 am')
- ,('MrdoPii', '98.249.246.100', 30, 80, '09-06-2011, 01:49:53 am')
- ,('MrdoPii', '68.174.40.97', 30, 80, '09-06-2011, 01:55:08 am')
- ,('MrdoPii', '97.114.27.4', 30, 80, '09-06-2011, 01:58:03 am')
- ,('MrdoPii', '76.28.74.105', 30, 80, '09-06-2011, 02:01:34 am')
- ,('MrdoPii', '65.55.42.52', 30, 80, '09-06-2011, 02:06:59 am')
- ,('MrdoPii', '65.55.42.52', 30, 80, '09-06-2011, 02:09:01 am')
- ,('MrdoPii', '72.70.13.97', 55, 80, '09-06-2011, 02:10:48 am')
- ,('MrdoPii', '99.140.91.31', 80, 80, '09-06-2011, 02:26:08 am')
- ,('MrdoPii', '99.140.91.31', 80, 80, '09-06-2011, 02:28:44 am')
- ,('MrdoPii', '66.229.174.86', 60, 80, '09-06-2011, 03:45:07 am')
- ,('MrdoPii', '66.229.174.86', 60, 80, '09-06-2011, 03:48:16 am')
- ,('MrdoPii', '66.229.174.86', 120, 80, '09-06-2011, 03:53:14 am')
- ,('MrdoPii', '66.229.174.86', 120, 80, '09-06-2011, 03:58:02 am')
- ,('Assassinator980', '67.231.247.3 ', 30, 80, '05-17-2012, 11:22:51 am')
- ,('Cudd', '188.165.1.61', 120, 80, '05-17-2012, 11:23:30 am')
- ,('Assassinator980', '69.64.39.206 ', 120, 80, '05-17-2012, 11:25:53 am')
- ,('Panda', '1.1.1.1', 900, 80, '05-17-2012, 11:29:07 am')
- ,('Assassinator980', '69.64.39.206 ', 60, 80, '05-17-2012, 11:29:49 am')
- ,('Green', '82.3.240.192', 30, 80, '05-17-2012, 11:32:14 am')
- ,('Assassinator980', '108.174.61.161 ', 120, 80, '05-17-2012, 11:33:43 am')
- ,('Panda', '1.1.1.1', 30, 80, '05-17-2012, 11:34:37 am')
- ,('I nfizr', '84.40.53.32 ', 500, 80, '05-17-2012, 02:39:28 pm')
- ,('Green', '212.44.42.66', 100, 80, '05-17-2012, 04:04:29 pm')
- ,('Panda', '128.204.202.111', 30, 4167, '05-17-2012, 04:29:42 pm')
- ,('Panda', '128.204.202.111', 30, 4167, '05-17-2012, 04:30:23 pm')
- ,('I nfizr', '84.84.176', 120, 80, '05-17-2012, 05:37:52 pm')
- ,('Booti23', '70.39.84.66', 600, 6005, '05-17-2012, 08:13:59 pm')
- ,('Brum', '83.222.240.254', 120, 31765, '05-17-2012, 08:41:44 pm')
- ,('Brum', '83.222.240.254', 120, 31765, '05-17-2012, 08:42:11 pm')
- ,('Brum', '83.222.240.254', 120, '31765 ', '05-17-2012, 08:43:15 pm')
- ,('Brum', '83.222.240.254', 120, 80, '05-17-2012, 08:57:43 pm')
- ,('V4MP1R3', '199.59.163.169 ', 120, 80, '05-17-2012, 11:06:13 pm')
- ,('MarkFortune', '176.31.147.53', 120, 80, '05-17-2012, 11:07:34 pm')
- ,('MarkFortune', '176.31.147.53', 120, 80, '05-17-2012, 11:08:03 pm')
- ,('Green', '204.188.198.59', 100, 80, '05-17-2012, 11:20:25 pm')
- ,('Panda', '65.55.42.52', 900, 3074, '05-17-2012, 11:35:40 pm')
- ,('Panda', '69.250.115.124', 900, 3074, '05-17-2012, 11:36:28 pm')
- ,('Brum', '84.29.122.148', 240, 80, '05-17-2012, 11:53:53 pm')
- ,('Brum', '84.29.122.148', 60, 80, '05-18-2012, 12:05:06 am')
- ,('Assassinator980', '69.64.39.206', 60, 25565, '05-18-2012, 01:22:43 am')
- ,('Assassinator980', '69.64.39.206', 30, 25565, '05-18-2012, 01:23:36 am')
- ,('Assassinator980', '69.64.39.206', 30, 25565, '05-18-2012, 01:25:09 am')
- ,('Assassinator980', '69.64.39.206', 30, 25565, '05-18-2012, 01:25:33 am')
- ,('Assassinator980', '69.64.39.206', 30, 25565, '05-18-2012, 01:25:55 am')
- ,('Assassinator980', '108.170.36.230', 60, 25565, '05-18-2012, 01:26:32 am')
- ,('Green', '72.29.64.190', 300, 80, '05-18-2012, 02:43:12 am')
- ,('Booti23', '92.5.252.248', 600, 80, '05-18-2012, 03:04:21 am')
- ,('Green', '78.31.111.13', 120, 80, '05-18-2012, 03:23:24 am')
- ,('Booti23', '176.227.198.43', 300, 6002, '05-18-2012, 03:27:23 am')
- ,('Booti23', '92.5.231.142', 240, 80, '05-18-2012, 03:34:19 am')
- ,('MarkFortune', '72.91.100.167', 120, 62243, '05-18-2012, 04:41:38 am')
- ,('Failedattempt', '174.134.137.214', 30, 3074, '05-18-2012, 04:54:36 am')
- ,('Failedattempt', '96.39.246.217', 30, 3074, '05-18-2012, 04:56:33 am')
- ,('Brum', '31.25.103.48', 120, 25595, '05-18-2012, 12:48:01 pm')
- ,('patrik2000', '76.70.34.14 ', 100, 80, '05-18-2012, 12:51:01 pm')
- ,('patrik2000', '76.70.34.14 ', 200, 80, '05-18-2012, 12:52:43 pm')
- ,('patrik2000', '76.70.34.14 ', 300, 80, '05-18-2012, 12:54:42 pm')
- ,('patrik2000', '46.249.48.152', 300, 80, '05-18-2012, 01:27:08 pm')
- ,('DutchConquerhf', '96.56.94.21', 120, 25565, '05-18-2012, 02:03:03 pm')
- ,('fredbetheking13', '210.148.52.225', 30, 80, '05-18-2012, 03:20:59 pm')
- ,('fredbetheking13', '210.148.52.142', 30, 80, '05-18-2012, 03:21:26 pm')
- ,('fredbetheking13', '210.148.52.225', 30, 80, '05-18-2012, 03:38:35 pm')
- ,('sodafiz10', '216.172.175.49', 300, 80, '05-18-2012, 03:56:47 pm')
- ,('sodafiz10', '216.172.175.49', 300, 80, '05-18-2012, 03:57:15 pm')
- ,('Booti23', '184.154.117.237', 300, 6005, '05-18-2012, 08:41:29 pm')
- ,('fredbetheking13', '74.220.215.228', 120, 80, '05-18-2012, 10:31:56 pm')
- ,('fredbetheking13', '96.43.238.212', 30, 80, '05-18-2012, 10:39:10 pm')
- ,('patrik2000', '72.20.56.47', 120, 80, '05-18-2012, 10:41:33 pm')
- ,('patrik2000', '37.58.71.141', 300, 80, '05-18-2012, 11:15:51 pm')
- ,('patrik2000', '37.58.71.141', 300, 80, '05-18-2012, 11:16:24 pm')
- ,('patrik2000', '50.61.225.203', 30, 80, '05-18-2012, 11:24:10 pm')
- ,('patrik2000', '46.249.48.152', 300, 80, '05-18-2012, 11:30:35 pm')
- ,('fredbetheking13', '67.82.200.197', 120, 80, '05-18-2012, 11:32:51 pm')
- ,('patrik2000', '72.20.56.47', 300, 80, '05-18-2012, 11:37:36 pm')
- ,('patrik2000', '37.58.71.141', 300, 80, '05-18-2012, 11:44:14 pm')
- ,('fredbetheking13', '67.85.37.40', 240, 80, '05-18-2012, 11:51:10 pm')
- ,('patrik2000', '50.61.225.203', 300, 80, '05-18-2012, 11:52:15 pm')
- ,('patrik2000', '46.249.48.152', 300, 80, '05-18-2012, 11:58:35 pm')
- ,('niko', '78.69.174.174', 30, 27015, '05-19-2012, 12:19:40 am')
- ,('niko', '78.69.174.174', 60, 27015, '05-19-2012, 12:21:33 am')
- ,('niko', '78.69.174.174', 120, 27015, '05-19-2012, 12:23:34 am')
- ,('Brum', '93.161.98.216', 120, 80, '05-19-2012, 12:30:28 am')
- ,('Booti23', '92.60.118.242', 600, 6005, '05-19-2012, 12:41:37 am')
- ,('Booti23', '69.197.32.55', 600, 6005, '05-19-2012, 01:25:49 am')
- ,('fredbetheking13', '187.168.25.75', 500, 80, '05-19-2012, 01:51:52 am')
- ,('sodafiz10', '50.56.194.55', 300, 80, '05-19-2012, 02:17:16 am')
- ,('Booti23', '46.7.95.34', 30, 80, '05-19-2012, 02:23:05 am')
- ,('Assassinator980', '108.174.61.160', 80, 2083, '05-20-2012, 09:15:56 am')
- ,('Assassinator980', '108.174.61.160', 120, 2083, '05-20-2012, 10:47:34 am');
- CREATE TABLE `memberships` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `title` varchar(255) NOT NULL,
- `description` text NOT NULL,
- `price` float(10,2) NOT NULL DEFAULT '0.00',
- `days` int(5) NOT NULL DEFAULT '0',
- `period` varchar(1) NOT NULL DEFAULT 'D',
- `trial` tinyint(1) NOT NULL DEFAULT '0',
- `recurring` tinyint(1) NOT NULL DEFAULT '0',
- `private` tinyint(1) NOT NULL DEFAULT '0',
- `active` tinyint(1) NOT NULL DEFAULT '1',
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8;
- INSERT INTO `memberships` (`id`, `title`, `description`, `price`, `days`, `period`, `trial`, `recurring`, `private`, `active`) VALUES
- (11, '1 Day', NULL, 1.00, 1, 'D', 0, 1, 0, 1)
- ,(12, 'Lifetime', NULL, 20.00, 2, 'Y', 0, 1, 0, 1)
- ,(13, '1 Month', NULL, 9.00, 1, 'M', 0, 1, 0, 1)
- ,(14, '3 Month', NULL, 13.00, 3, 'M', 0, 1, 0, 1);
- CREATE TABLE `news` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `title` varchar(55) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `body` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `author` varchar(55) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
- `created` date NOT NULL DEFAULT '0000-00-00',
- `active` tinyint(1) NOT NULL DEFAULT '0',
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
- INSERT INTO `news` (`id`, `title`, `body`, `author`, `created`, `active`) VALUES
- (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)
- ,(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);
- CREATE TABLE `payments` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `txn_id` varchar(100) DEFAULT NULL,
- `membership_id` int(11) NOT NULL,
- `user_id` int(11) NOT NULL,
- `rate_amount` varchar(255) NOT NULL,
- `currency` varchar(4) DEFAULT NULL,
- `date` datetime NOT NULL,
- `pp` enum('PayPal','MoneyBookers') DEFAULT NULL,
- `ip` varchar(20) DEFAULT NULL,
- `status` int(1) NOT NULL DEFAULT '0',
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
- CREATE TABLE `postshells` (
- `URL` varchar(9001) NOT NULL,
- `online` int(1) NOT NULL DEFAULT '0',
- `lastChecked` int(10) NOT NULL DEFAULT '0'
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
- INSERT INTO `postshells` (`URL`, `online`, `lastChecked`) VALUES
- ('http://feeds2.feedburner.com/alivingtruth/DRwH', 0, 0)
- ,('http://d-dos.50webs.com/ddos.php', 0, 0)
- ,('http://belakshell.50webs.com/index.php', 0, 0)
- ,('http://reksa.indonesianhacker.com/php_dos/', 0, 0)
- ,('http://yogeshmehra1987.110mb.com/index.php', 0, 0)
- ,('http://kala13.110mb.com/dos/', 0, 0)
- ,('http://urmybest.110mb.com/phpdos.php', 0, 0)
- ,('http://urmybest.110mb.com/phpdos.php ', 0, 0)
- ,('http://yogeshmehra1987.110mb.com/index.php ', 0, 0)
- ,('http://firman-mannte.blogspot.com/2011_04_01_archive.html', 0, 0)
- ,('http://beacheater.blogspot.com/2011/01/php-dos.html ', 0, 0)
- ,('http://zhan.liechesk.cn/hechihuagong.com.cn-domain', 0, 0)
- ,('http://toutsourtous.webobo.biz/html.php?id_menu=3336677', 0, 0)
- ,('http://toutsourtous.webobo.com/html.php?id_menu=3336677', 0, 0)
- ,('http://www.anarchistcookbook.com/showthread.php/33795-PHP-DoS-Script ', 0, 0)
- ,('http://toutsourtous.anatoile.com/html.php?id_menu=3206841', 0, 0)
- ,('http://kala13.110mb.com/dos/index.php', 0, 0)
- ,('http://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef', 0, 0)
- ,('http://toutsourtous.webobo.biz/html.php?id_menu=3336677 ', 0, 0)
- ,('http://www.anarchistcookbook.com/showthread.php/33795-PHP-DoS-Script', 0, 0)
- ,('http://dot.biz.uz/hajar/ ', 0, 0)
- ,('http://www.tux-planet.fr/public/hack/ddos/php-dos.phps', 0, 0)
- ,('http://feeds2.feedburner.com/alivingtruth/DRwH/', 0, 0)
- ,('http://pastie.org/pastes/1044528/download', 0, 0)
- ,('http://kala13.110mb.com/dos/ ', 0, 0)
- ,('http://pastie.org/pastes/1044528/download/', 0, 0)
- ,('http://pickme.3x.ro/uploads/cyber.php', 0, 0)
- ,('http://eq22.weebly.com/', 0, 0)
- ,('http://firman-mannte.blogspot.com/', 0, 0)
- ,('http://feeds2.feedburner.com/alivingtruth/DRwH ', 0, 0)
- ,('http://reksa.indonesianhacker.com/php_dos/ ', 0, 0)
- ,(' http://pastie.org/pastes/1044528/download/', 0, 0)
- ,('http://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9b...', 0, 0)
- ,('http://dot.biz.uz/hajar/', 0, 0)
- ,(' http://feeds2.feedburner.com/alivingtruth/DRwH/', 0, 0)
- ,(' http://belakshell.50webs.com/index.php', 0, 0)
- ,(' http://reksa.indonesianhacker.com/php_dos/', 0, 0)
- ,(' http://d-dos.50webs.com/ddos.php', 0, 0)
- ,(' http://yogeshmehra1987.110mb.com/index.php', 0, 0)
- ,(' http://kala13.110mb.com/dos/', 0, 0)
- ,(' http://urmybest.110mb.com/phpdos.php', 0, 0)
- ,('http://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef/ ', 0, 0)
- ,('http://www.dinamo.com.nu/php/', 0, 0)
- ,('http://sxleton.awardspace.us/', 0, 0)
- ,('http://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef/index.php', 0, 0)
- ,('http://sxleton.awardspace.us/index.php', 0, 0)
- ,('http://www.fahriozturk.tr.gg/111.htm/', 0, 0)
- ,('http://sxleton.awardspace.us//', 0, 0)
- ,('http://sxleton.awardspace.us', 0, 0)
- ,('http://beacheater.blogspot.com/2011/01/php-dos.html', 0, 0)
- ,('http://sxleton.awardspace.us/index.php?a...ools&host=/', 0, 0)
- ,('http://sxleton.awardspace.us/index.php?act=phptools&host=/', 0, 0)
- ,('http://www.fahriozturk.tr.gg/111.htm?PHPSESSID=8e7.../', 0, 0)
- ,('http://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9b.../', 0, 0)
- ,('http://www.fahriozturk.tr.gg/111.htm', 0, 0)
- ,(' http://www.fahriozturk.tr.gg/111.htm', 0, 0)
- ,('http://www.fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef/', 0, 0)
- ,('http://www.fahriozturk.tr.gg/111.htm?PHPSESSID=8e7...', 0, 0)
- ,('http://rahmat.tv/mount/php-dos-coded-by-exe.htm', 0, 0)
- ,('http://k1x-hook.com/', 0, 0)
- ,('http://k1x-hook.com', 0, 0)
- ,('http://mehdi4604.persiangig.com/vbulltien/ddos.php', 0, 0)
- ,('http://eq22.weebly.com', 0, 0)
- ,('http://firman-mannte.blogspot.com', 0, 0)
- ,('http://firman-mannte.blogspot.com/2011/04/packets-0-ip-post-rand-post.html', 0, 0)
- ,('http://k1x-hook.com/?host=', 0, 0)
- ,('http://203.76.126.68/webdav/uxampp.php', 0, 0)
- ,('http://81.82.250.117/webdav/uxampp.php', 0, 0)
- ,('http://121.242.174.211/webdav/No12.php', 0, 0)
- ,('http://24.10.113.153/webdav/No12.php', 0, 0)
- ,('http://204.16.1.205/webdav/No12.php', 0, 0)
- ,('http://www.sidarglobal.com/help.php', 0, 0)
- ,('http://217.6.136.144/webdav/greenshell.php', 0, 0)
- ,('http://blaasveld.info/home.php?id=666', 0, 0)
- ,('http://shells.red-pill.eu', 0, 0)
- ,('http://shells.red-pill.eu/', 0, 0)
- ,('http://25uw05y0b.site.aplus.net/stats/x.php', 0, 0)
- ,('http://202.190.74.200/webdav/x32.php', 0, 0)
- ,('http://69.13.40.82/webdav/x32.php', 0, 0)
- ,('http://161.139.194.77/webdav/shell74205.php', 0, 0)
- ,('http://www.daradaily.com/content/highlight/x.php', 0, 0)
- ,('http://161.139.194.77/webdav/shell38452.php', 0, 0)
- ,('http://208.105.232.221/webdav/sectorx/udp.php', 0, 0)
- ,('http://joomlaedge.com/upload/0x.php', 0, 0)
- ,('http://www.windowsecurity.com/faqs/Trojans/', 0, 0)
- ,('http://www.webadminblog.com/index.php/tag/network/', 0, 0)
- ,('http://140.127.52.24/webdav/greenshell.php', 0, 0)
- ,('http://kzyle.com/blog/main.php', 0, 0)
- ,('http://67.134.12.12/webdav/udp.php', 0, 0)
- ,('http://218.87.136.9/webdav/config.php', 0, 0)
- ,('http://www.wegerecht.eu/cgi-bin.php', 0, 0)
- ,('http://www.sargodhanews.com/ads/0x.php', 0, 0)
- ,('http://www.thehealthmag.com/editor-images/0x.php', 0, 0)
- ,('http://stells-kleintransporte.de/Bangin.php', 0, 0)
- ,('http://www.kalitheamare.gr/english/rhodes.html', 0, 0)
- ,('http://tools.rosinstrument.com/proxy/?rule1', 0, 0)
- ,('http://diguardia.org/google.php', 0, 0)
- ,('http://www.windowsecurity.com/faqs/Trojans', 0, 0)
- ,('http://beritsjul.dk/taco.php', 0, 0)
- ,('http://amardhamashram.com/login2.php', 0, 0)
- ,('http://elementslb.com/ddos.php', 0, 0)
- ,('http://www.pakistaniscandals.com/ads/0x.php', 0, 0)
- ,('http://iprocenter.pro/red.php', 0, 0)
- ,('http://kareltv.cz/count.php', 0, 0)
- ,('http://www.whiteoakhills.org/cgi--bin.php', 0, 0)
- ,('http://pugliesem.com.ar/fear.php', 0, 0)
- ,('http://modelrailroadvideo.com/HOME_files/green.php', 0, 0)
- ,('http://www.wireshark.org/faq.html', 0, 0)
- ,('http://www.nafsiahasa.com/up/x.php', 0, 0)
- ,('http://jamgsm.net/up1/images/x.php', 0, 0)
- ,('http://www.webadminblog.com/index.php/tag/network', 0, 0)
- ,('http://202.200.82.44/webdav/XR.php', 0, 0)
- ,('http://megaloventures.co.ke/preview.php', 0, 0)
- ,('http://www.empresasene.com.br/app.php', 0, 0)
- ,('http://iow360.co.cc/myshell-fuckoff13376787407.php', 0, 0)
- ,('http://200.107.120.147/grn.php', 0, 0)
- ,('http://booting-test.comyr.com/default.php', 0, 0)
- ,('http://booting-test.comyr.com/register.php', 0, 0)
- ,('http://booting-test.comyr.com/login.php', 0, 0)
- ,('http://booting-test.comyr.com/', 0, 0)
- ,('http://niyuavalon.webege.com/phpddos/control/', 0, 0)
- ,('http://fahriozturk.tr.gg/111.htm?PHP...7b1fb9bcef', 0, 0)
- ,('http://www.fahriozturk.tr.gg/111.htm?PHP.../index.php', 0, 0)
- ,('http://www.fahriozturk.tr.gg/111.htm?PHP...b1fb9bcef/', 0, 0)
- ,('http://www.1100f.com/member/', 0, 0)
- ,('http://www.fahriozturk.tr.gg/111.htm?PHP...b1fb9bcef', 0, 0)
- ,('http://www.jinggai315.com/lys/', 0, 0)
- ,('http://fahriozturk.tr.gg/111.htm', 0, 0)
- ,('http://pastebin.com/7qx7kust', 0, 0)
- ,('http://niyuavalon.webege.com/phpddos/control', 0, 0)
- ,('http://www.1100f.com/member', 0, 0)
- ,('http://blog-indonesia.com/blog-archive-5103-211.html', 0, 0)
- ,('http://www.team-crowplay.de/', 0, 0)
- ,('http://www.1100f.com/member/index.php', 0, 0)
- ,('http://www.team-crowplay.de/index.php', 0, 0)
- ,('http://www.jinggai315.com/lys', 0, 0)
- ,('http://ashiyane.org/forums/showthread.php?p=154364', 0, 0)
- ,('http://ngl-1.com/', 0, 0)
- ,('http://www.team-crowplay.de/function.php', 0, 0);
- CREATE TABLE `settings` (
- `site_name` varchar(50) DEFAULT NULL,
- `site_email` varchar(40) DEFAULT NULL,
- `site_url` varchar(200) DEFAULT NULL,
- `reg_allowed` tinyint(1) NOT NULL DEFAULT '1',
- `user_limit` tinyint(1) NOT NULL DEFAULT '0',
- `reg_verify` tinyint(1) NOT NULL DEFAULT '0',
- `notify_admin` tinyint(1) NOT NULL DEFAULT '0',
- `auto_verify` tinyint(1) NOT NULL DEFAULT '0',
- `user_perpage` varchar(4) NOT NULL DEFAULT '10',
- `thumb_w` varchar(4) NOT NULL,
- `thumb_h` varchar(4) NOT NULL,
- `backup` varchar(60) DEFAULT NULL,
- `currency` varchar(4) DEFAULT NULL,
- `cur_symbol` varchar(3) DEFAULT NULL,
- `mailer` enum('PHP','SMTP') NOT NULL DEFAULT 'PHP',
- `smtp_host` varchar(100) DEFAULT NULL,
- `smtp_user` varchar(50) DEFAULT NULL,
- `smtp_pass` varchar(50) DEFAULT NULL,
- `smtp_port` varchar(6) DEFAULT NULL,
- `version` varchar(5) DEFAULT NULL
- ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
- 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
- ('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);
- CREATE TABLE `slowloris` (
- `URL` varchar(1000) NOT NULL,
- `online` int(1) NOT NULL DEFAULT '0',
- `lastChecked` int(10) NOT NULL DEFAULT '0'
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
- CREATE TABLE `users` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `username` varchar(50) NOT NULL,
- `password` varchar(50) NOT NULL,
- `membership_id` tinyint(3) NOT NULL DEFAULT '0',
- `mem_expire` datetime DEFAULT '0000-00-00 00:00:00',
- `trial_used` tinyint(1) NOT NULL DEFAULT '0',
- `email` varchar(32) NOT NULL,
- `fname` varchar(32) NOT NULL,
- `lname` varchar(32) NOT NULL,
- `token` varchar(40) NOT NULL DEFAULT '0',
- `newsletter` tinyint(1) NOT NULL DEFAULT '0',
- `userlevel` tinyint(1) NOT NULL DEFAULT '1',
- `created` datetime DEFAULT '0000-00-00 00:00:00',
- `lastlogin` datetime DEFAULT '0000-00-00 00:00:00',
- `lastip` varchar(16) DEFAULT '0',
- `avatar` varchar(150) DEFAULT NULL,
- `active` enum('y','n','t','b') NOT NULL DEFAULT 'n',
- `myAttacks` varchar(5000) NOT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=MyISAM AUTO_INCREMENT=49 DEFAULT CHARSET=utf8;
- 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
- (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)
- ,(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)
- ,(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)
- ,(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)
- ,(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)
- ,(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)
- ,(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)
- ,(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)
- ,(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)
- ,(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)
- ,(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)
- ,(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)
- ,(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)
- ,(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)
- ,(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)
- ,(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)
- ,(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)
- ,(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)
- ,(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)
- ,(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)
- ,(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)
- ,(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)
- ,(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)
- ,(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)
- ,(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)
- ,(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)
- ,(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)
- ,(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