VoteSystem ICPNetworks 2.8 by SageBR L2J L2O 

Newbie Spellweaver
Joined
Feb 20, 2009
Messages
35
Reaction score
14

This is my attempt to somehow make the script usable.
Remembering that the ideal is someone with real ability to work on it.
I'm just trying to improve it in my spare time.
Change in connection logic to work in php8
Organization of links I added my top rank next to l2jbrasil.​

Always configure it like this: line 1 = Top ID / line 2 = Token ID​
How does this VoteSystem work?
Roughly speaking, this VoteSystem via the API system checks within the TOP website if the Player voted on its server. If the Player has not voted, the TOP website informs the VoteSystem that the Player has not voted yet, so the VoteSystem does not allow the Player to receive the prize.

When the Player votes on the server, the TOP website "sends a message" telling the VoteSystem that the Player voted, then the VoteSystem allows the Player to choose the character and receive the prize item for the vote.


Download:
 
How to install it?
Can connect by ODBC?
 
  • L2JBrasil = The function that generates the playerid generated the incorrect id, now for l2jbrasil it uses "ID + Key" in the VoteAPI menu
  • L2Votes = Now use "ID + Key"
  • GameTOP200 = "Needs testing" Organized new API
  • Hopezone EU = Uses “ID + Key”
  • GameBytes = API fix, (So the API only returns FALSE or TRUE, I added logic using localstorage instead of a cookie to save the moment the API returned "true" and the counter generates it from there)
  • L2Top.co = API fix, (So the API only returns FALSE or TRUE, I added logic using localstorage instead of a cookie to save the moment the API returned "true" and the counter generates it from there)
  • GamingTop100 = API fix
  • GameStop200 = API fixU
Updated
 
Back