Extreamer Posted August 21, 2013 Posted August 21, 2013 I looked everywhere, unless i missed something, most of the vote rewards here are missing something, usually the sql part or the main html patch... http://maxcheaters.com/forum/index.php?topic=234816.0 I found this, if anyone has the sql to this i will be more than happy, thank you !
0 ^Wyatt Posted August 21, 2013 Posted August 21, 2013 I guess it will work... SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `votes` -- ---------------------------- DROP TABLE IF EXISTS `votes`; CREATE TABLE `votes` ( `id` int(6) NOT NULL, `vote` int(6) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of votes -- ---------------------------- INSERT INTO `votes` VALUES ('1', '0');
Question
Extreamer
I looked everywhere, unless i missed something, most of the vote rewards here are missing something, usually the sql part or the main html patch...
http://maxcheaters.com/forum/index.php?topic=234816.0
I found this, if anyone has the sql to this i will be more than happy, thank you !
3 answers to this question
Recommended Posts