Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8199653
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T06:12:54+00:00 2026-06-07T06:12:54+00:00

Orginal Question I want to implement a voting system on my page that is

  • 0

Orginal Question

I want to implement a voting system on my page that is open to visitors and users i.e. non-authenticated users can vote.

Is there a rails/rack (or other) solution to identify visitors for this purpose?

Summary/Result:

If you want to implement a system where a visitor can take a certain action only once, i.e. a voting system. You have to divide your visitors into two groups:

Visitors that don’t want to/don’t have the tools to trick voting

Visitors that don’t manipulate the result can be tracked using techniques such as: evercookie, Webbrowser Fingerprinting (panopticklick) and IP-Blocking.

Gems:

  • https://github.com/daddyz/evercookie
  • https://github.com/Valve/fingerprintjs

JS:

  • https://github.com/carlo/jquery-browser-fingerprint

Paid-Services:

  • http://threatmetrix.com

Visitors that want and can trick voting

Visitors that want to manipulate the result will and can do this. Here’s a example. You can set the barrier high for those visitors, but its usually easier for them to bypass those than for you to implement them. The reasons for this are perfectly outlined by the answers to this question.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T06:12:55+00:00Added an answer on June 7, 2026 at 6:12 am

    Client software identification

    Web browser fingerprinting

    panopticklick only identify browser configuration, not human beings. Just using a different browser (IE/FF/Opera/Chrome) on the same computer, using the same browser on a different user account on the same computer (different set of installed plug-ins, so different browser fingerprint) or using a different computer will “fool” panopticklick.

    This is not a weakness of panopticklick, as panopticklick does not try to identify human beings, only Web browsers.

    “Private browsing mode” should make the browser fingerprint less unique.

    Cookies

    evercookie, just like any sort of cookie, is specific to a user account (or a computer) : just using a different account or a different computer would give you a different identity. (Different users cannot access each other cookies because of file permissions.)

    “Private browsing mode”, if implemented properly, will clear all cookies, including “super cookies”.

    IP address

    Changing IP address

    Some subscribers have :

    • a fixed IP address;
    • an IP address which changes rarely;
    • an IP address which changes if they unplug their modem for hour, days, or weeks;
    • an IP address which changes almost every time they reboot their modem;
    • an IP address which changes every 24 h, even if they do not want that (as the IP address change will break TCP connexions).

    This is not made-up. I know ISP with all these different IP allocation policies. I have no statistics about the number of users in these different categories, however.

    Some ISP will make you pay just to have a fixed IP address. So I believe a changing IP address is pretty much the norm in practice for most Internet users.

    Proxies

    Using an anonymous proxy (including Tor) will give a different IP address, just as a VPN.

    But all the proxy users (or all users of a Tor exit node) will probably have the same IP address.

    Shared IP address

    In almost all cases, family members will share an IP address.

    Most small/medium businesses have only one outside address. This has been a problem in practice with per-IP anti-spam limit for webmails.

    Almost all mobile IP users share the same IP address with a few or a lot of other users. This has been a problem in practice with per-IP anti-DOS limit! The server administrator had to list outgoing IP addresses and white-list them! Whenever the mobile ISP uses a new outgoing IP address, its clients are blocked again until the server administrator adds the new IP address.

    You probably do not want to play this “game”.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

>> Question summary I want to implement a resettable, over-ridable, default cell value in
I want to generate Javascript code from an existing Java project ( original question
Original Question: i read that for RESTful websites. it is not good to use
My original question can be found here , for which I've gotten some great
Edit: original question below, but I revise it now that I have some code
I want to use Regex.Replace() to loop through a string containing words that are
I want to create a collection of classes that behave like math vectors, so
No offence intended, but let's not discuss that licensing schemes can be cracked (I
My problem is that I want to execute a python file with an argument
I'm using GIT to manage a Content Management System (CMS) project. The CMS can

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.