Jump to content
  • 0

Website vote system


Question

Posted

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

  • 0
Posted
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
Posted

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
Posted

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
Posted
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]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...