API / Vote System

Iniciado por Sage, Jun 06, 2024, 01:08 PM

tópico anterior - próximo tópico

0 Membros e 1 Visitante estão vendo este tópico.

Sage

Lineage 2 VoteSystem JAVA:
CitarInfos: https://forum.4teambr.com/index.php/topic,2.0.html
Source GitHub: https://url.4teambr.com/hmcAF
Tutorial PT-BR: https://forum.4teambr.com/index.php/topic,3

Lineage 2 VoteSystem PHP
CitarSage-BR/icpn-votesystem
-----------------------------------------------------------------------------
API

Will return like:
Citar
{
    "votes": 0,
    "username": "",
    "voted": 0,
    "vote_date": "",
    "error": "Nome de usuário e IP são obrigatórios"
}

CitarVotes = all votes on you username
Username = You top ID
Voted = 1 or 0 (1 = voted | 0 = not voted)
Vote_date = Time and date of voting

Sage