admirolas3 Posted August 14, 2018 Posted August 14, 2018 Hello to everyone. I am searching a while for a vote system, that i could adapt on my website. I found a server that uses something i am searching. Maybe someone understands a principle how it works? Here is that system Press me
0 Sinister Smile Posted August 15, 2018 Posted August 15, 2018 As i see the page have 4 top sites for vote, and when you click it redirect you to the topsite. So you need this?
0 SweeTs Posted August 15, 2018 Posted August 15, 2018 More like the description. Once you vote, the vote button disappears. So, you can only see sites, you did not vote.
0 admirolas3 Posted August 15, 2018 Author Posted August 15, 2018 3 hours ago, Sinister Smile said: As i see the page have 4 top sites for vote, and when you click it redirect you to the topsite. So you need this? Yup, i don't understand how code works. How it knows that player has voted and disapears from list? It saves ip address and 24h countdown? Maybe someone has a simulare code?
0 Sinister Smile Posted August 15, 2018 Posted August 15, 2018 This works like: For example, i click on the topzone img, and it redirect me to the page that i will vote, then i vote and the website is adding +1 vote to the server. Also, it has a vote systems that you can use to reward the players in the game, and also you can vote every 12h.
0 SweeTs Posted August 15, 2018 Posted August 15, 2018 He was asking about technical part :D The vote sites has API, at least most of them. So, once you vote they store your ip as mark it as VOTED. You can use that info to retrieve whatever you want, so if the site mark you as voted - skip the display. How you code that, it's up to you. If you are not good with php, you should hire someone to do it. Example l2network returns 0 or 1, if voted CLICK topzone/hopzone returns json result like voted:true or false. Can't show you an example as I don't have any valid API Key.
0 Kara Posted August 15, 2018 Posted August 15, 2018 14 minutes ago, SweeTs said: He was asking about technical part :D The vote sites has API, at least most of them. So, once you vote they store your ip as mark it as VOTED. You can use that info to retrieve whatever you want, so if the site mark you as voted - skip the display. How you code that, it's up to you. If you are not good with php, you should hire someone to do it. Example l2network returns 0 or 1, if voted CLICK topzone/hopzone returns json result like voted:true or false. Can't show you an example as I don't have any valid API Key. [Offtopic] Remind me why he is gold member again ? [/Offtopic]
Question
admirolas3
Hello to everyone. I am searching a while for a vote system, that i could adapt on my website. I found a server that uses something i am searching. Maybe someone understands a principle how it works? Here is that system Press me
6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now