Kariton Revolution Posted March 12, 2012 Posted March 12, 2012 (edited) fix on SQL but when i click the icon of Xtremetop 100 after i vote and go back to V4P i can click the Xtremetop 100 logo again how to disable the icon when i click once?? this topic that i followed http://www.eathena.ws/board/release-Vote-4-Coins-V-107-t195150.html Edited March 14, 2012 by Kariton Revolution
simplemhan Posted March 12, 2012 Posted March 12, 2012 the answer is in your post. just read your post.
Asura Posted March 12, 2012 Posted March 12, 2012 (edited) Hi Kariton Revolution, simplehan is right. Here's a hint: /************* * SQL Table * CREATE TABLE `vote_point` ( `account_id` int(11) NOT NULL default '0', `point` int(11) NOT NULL default '0', `last_vote1` int(11) NOT NULL default '0', `last_vote2` int(11) NOT NULL default '0', `last_vote3` int(11) NOT NULL default '0', `last_vote4` int(11) NOT NULL default '0', `last_vote5` int(11) NOT NULL default '0', `date` text NOT NULL, PRIMARY KEY (`account_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; * * *************/ Good luck. Edited March 12, 2012 by Asura
Emistry Posted March 12, 2012 Posted March 12, 2012 i think he is refer to how to make a Table content in his website to show the vote information and not the mysql table.
Kariton Revolution Posted March 13, 2012 Author Posted March 13, 2012 (edited) fix on SQL but when i click the icon of Xtremetop 100 after i vote and go back to V4P i can click the Xtremetop 100 logo again how to disable the icon when i click once Edited March 13, 2012 by Kariton Revolution
JayPee Posted March 14, 2012 Posted March 14, 2012 you should have the unlock date data where it should be unlock like this algorithm if unlock_date >= current_date unlock the link else lock the link
Kariton Revolution Posted March 15, 2012 Author Posted March 15, 2012 fix on SQL but when i click the icon of Xtremetop 100 after i vote and go back to V4P i can click the Xtremetop 100 logo again how to disable the icon when i click once?? this topic that i followed http://www.eathena.w...07-t195150.html you should have the unlock date data where it should be unlock like this algorithm if unlock_date >= current_date unlock the link else lock the link where i can find that ??
Hayate Yoshida Posted March 16, 2012 Posted March 16, 2012 (edited) An algorithm is just a way of solving a problem, a format of logical thinking. He was just showing you a general example of how it would kinda be done. Edited March 16, 2012 by Shinon Yoshida
Hayate Yoshida Posted March 20, 2012 Posted March 20, 2012 He gave you help, an algorithm, a simple one at that. I might be able to make something as an example tomorrow, however, you need to do a lot more research on PHP, I'm not gonna simply write the code for you, you gotta learn to do it.
Question
Kariton Revolution
fix on SQL but when i click the icon of Xtremetop 100 after i vote and go back to V4P i can click the Xtremetop 100 logo again how to disable the icon when i click once??
this topic that i followed http://www.eathena.ws/board/release-Vote-4-Coins-V-107-t195150.html
Edited by Kariton Revolution10 answers to this question
Recommended Posts