Don't like ads? PRO users don't see any ads ;-)

Hacked 3cards.sql By GrenXparta

By: grenalio on Jan 25th, 2013  |  syntax: SQL  |  size: 5.17 KB  |  hits: 103  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.                 ::::::::::::::::::::::HACKED BY GRENXPARTA:::::::::::::::::::
  2.  
  3.                                 Hacked BY Anonymous GrenXparta
  4.  
  5. Hey Admin !
  6. This website's security is too low.
  7. Please upgrade you security now !
  8.  
  9.  
  10. __^__                                                              __^__
  11. ( ___ ) -----------------------------------------------------------( ___ )
  12. | / |  ☠    GrenXparta Was here Come Back©    ☠                    | \ |
  13. | / |                                                              | \ |
  14. | / |  Email: grenalio.kristian@hotmail.com Twitter: @gren_siahaan | \ |
  15. | / |                                                              | \ |
  16. | / |            http://gren_stevevai.phpnet.us                    | \ |
  17. | / |--------------------------------------------------------------| \ |
  18. | / | Hacking is not be a crime                                    | \ |
  19. |___|       Regard's GrenXparta                                    |___|
  20. (_____)------------------------------------------------------------(_____)
  21.  
  22.  
  23. /*
  24. Navicat MySQL Data Transfer
  25.  
  26. Source Server         : root
  27. Source Server Version : 50130
  28. Source Host           : localhost:3306
  29. Source Database       : 3cards
  30.  
  31. Target Server Type    : MYSQL
  32. Target Server Version : 50130
  33. File Encoding         : 65001
  34.  
  35. Date: 2012-03-25 22:20:33
  36. */
  37.  
  38. SET FOREIGN_KEY_CHECKS=0;
  39. -- ----------------------------
  40. -- Table structure for `sessioninfo`
  41. -- ----------------------------
  42. DROP TABLE IF EXISTS `sessioninfo`;
  43. CREATE TABLE `sessioninfo` (
  44.   `SID` INT(32) NOT NULL AUTO_INCREMENT,
  45.   `expiration` INT(11) NOT NULL,
  46.   `value` text NOT NULL,
  47.   `token` text NOT NULL,
  48.   PRIMARY KEY (`SID`)
  49. ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1;
  50.  
  51. -- ----------------------------
  52. -- Records of sessioninfo
  53. -- ----------------------------
  54. INSERT INTO `sessioninfo` VALUES ('1', '1332485006', 'abce10adc3949ba59abbe56e057f20f883e', '830bebe3ad9b3873080d7ac7646978a2');
  55. INSERT INTO `sessioninfo` VALUES ('2', '1332518945', 'xxxe10adc3949ba59abbe56e057f20f883e', '6b99b3b40fd94cea79752309038f9fd4');
  56. INSERT INTO `sessioninfo` VALUES ('3', '1332519002', 'abc123456e10adc3949ba59abbe56e057f20f883e', 'b221d470b44794e9de7425a0b46ab558');
  57. INSERT INTO `sessioninfo` VALUES ('4', '1332519026', 'abcxyze10adc3949ba59abbe56e057f20f883e', 'd268e36611f64eb747d4d8b67929eb97');
  58. INSERT INTO `sessioninfo` VALUES ('5', '1332521081', 'xxx123e10adc3949ba59abbe56e057f20f883e', 'cf962c1f09f2cac4e99e1b84e8c46c01');
  59.  
  60. -- ----------------------------
  61. -- Table structure for `tbl_matchinfo`
  62. -- ----------------------------
  63. DROP TABLE IF EXISTS `tbl_matchinfo`;
  64. CREATE TABLE `tbl_matchinfo` (
  65.   `roomID` INT(11) NOT NULL,
  66.   `Player1` CHAR(255) NOT NULL,
  67.   `Player2` CHAR(255) NOT NULL,
  68.   `Player3` CHAR(255) NOT NULL,
  69.   `Player4` CHAR(255) NOT NULL,
  70.   PRIMARY KEY (`roomID`)
  71. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  72.  
  73. -- ----------------------------
  74. -- Records of tbl_matchinfo
  75. -- ----------------------------
  76.  
  77. -- ----------------------------
  78. -- Table structure for `tbl_roominfo`
  79. -- ----------------------------
  80. DROP TABLE IF EXISTS `tbl_roominfo`;
  81. CREATE TABLE `tbl_roominfo` (
  82.   `roomID` INT(11) NOT NULL AUTO_INCREMENT,
  83.   `roomMaster` CHAR(255) NOT NULL,
  84.   `roomPlayer1` CHAR(255) DEFAULT NULL,
  85.   `roomPlayer2` CHAR(255) DEFAULT NULL,
  86.   `roomPlayer3` CHAR(255) DEFAULT NULL,
  87.   `roomStatus` CHAR(255) NOT NULL,
  88.   PRIMARY KEY (`roomID`)
  89. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  90.  
  91. -- ----------------------------
  92. -- Records of tbl_roominfo
  93. -- ----------------------------
  94.  
  95. -- ----------------------------
  96. -- Table structure for `tbl_sever1`
  97. -- ----------------------------
  98. DROP TABLE IF EXISTS `tbl_sever1`;
  99. CREATE TABLE `tbl_sever1` (
  100.   `onlinePlayer` INT(11) NOT NULL,
  101.   `totalRoom` INT(11) NOT NULL,
  102.   `listRoomWaiting` CHAR(32) NOT NULL,
  103.   `listRoomPlaying` CHAR(32) NOT NULL
  104. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  105.  
  106. -- ----------------------------
  107. -- Records of tbl_sever1
  108. -- ----------------------------
  109.  
  110. -- ----------------------------
  111. -- Table structure for `tbl_user`
  112. -- ----------------------------
  113. DROP TABLE IF EXISTS `tbl_user`;
  114. CREATE TABLE `tbl_user` (
  115.   `id` INT(255) UNSIGNED NOT NULL AUTO_INCREMENT,
  116.   `username` VARCHAR(255) NOT NULL,
  117.   `password` VARCHAR(255) NOT NULL,
  118.   `ecash` DOUBLE NOT NULL,
  119.   `rank` INT(255) NOT NULL,
  120.   `email` VARCHAR(255) NOT NULL,
  121.   PRIMARY KEY (`id`),
  122.   KEY `id` (`id`)
  123. ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=latin1;
  124.  
  125. -- ----------------------------
  126. -- Records of tbl_user
  127. -- ----------------------------
  128. INSERT INTO `tbl_user` VALUES ('2', 'xxx123', 'e10adc3949ba59abbe56e057f20f883e', '100', '2', 'xxx@xmail.com');
  129. INSERT INTO `tbl_user` VALUES ('3', 'tien', 'e10adc3949ba59abbe56e057f20f883e', '100', '3', 'xyz@xmail.com');
  130. INSERT INTO `tbl_user` VALUES ('7', 'abcxyz', 'e10adc3949ba59abbe56e057f20f883e', '100', '0', 'xxxzzz@xmail.com');
  131. INSERT INTO `tbl_user` VALUES ('8', 'abc123', 'e10adc3949ba59abbe56e057f20f883e', '100', '0', 'kkkk@gmail.com');
  132. INSERT INTO `tbl_user` VALUES ('9', 'abc123456', 'e10adc3949ba59abbe56e057f20f883e', '100', '0', 'k54ca@hotmail.com');
  133.  
  134.  
  135. BY : -̶̶•-̶̶•̸Ϟ•̸GrenXparta_Hacker ™•̸Ϟ•̸-̶̶•-̶