• Resolved zakrpa

    (@zakrpa)


    Hi,
    I installed this plugin few months ago. Didn’t notice nothing strange until today I created new poll. My votes started to jumping up only for one specific answer. I knew that something is wrong because I didn’t have so much visits in last few months.

    https://youtu.be/S7qly_cQfBw

    This video shows how to execute command in console to get votes without security checks.
    Removing poll from post doesn’t help!!!
    Removing post doesn’t help!!!
    If you continue to execute command to specific answer anywhere on site it will executed!!!!

    Disabling plugin only works…

    Tested with IP and cookie options doesn’t help!

    Please any fix for this?

    Best Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello dear zakrpa.

    Thank you for contacting us and for reporting your request.

    When you select in plugin this option (Vote – yes, and One-time voting function – IP addresses) will be the same problem.?

    Do You can choose the answer again?

    Or is there another problem?

    Thank You.

    Thread Starter zakrpa

    (@zakrpa)

    Hello,
    I just reinstalled plugin…

    http://prntscr.com/ksuh9b
    http://prntscr.com/ksui4b
    http://prntscr.com/ksuhwd
    http://prntscr.com/ksuiew
    http://prntscr.com/ksuiop

    still same problem…
    Yesterday soon i reset the poll and activate it again got like 200 votes on one person… its impossible site is still under development…

    Regards

    Plugin Author totalsoft

    (@totalsoft)

    Hello dear zakrpa.

    How we seen You use the “Standart Without Button” version.

    To solve your problem, please edit the widget.js file of our plugin. Set this code after the 762 line.

    	if( window.localStorage.getItem("tot_selected"+Poll_ID) ){
    		return;
    	}

    After the 926 line put this code

    window.localStorage.setItem("tot_selected"+Poll_ID,"yes");

    And also edit the Ajax.php file of our plugin. Set this line after line 358.

    		if($_COOKIE["TotalSoft_Poll_Cookie_" . $Total_Soft_Poll_Question_ID]){
    			return;
    		}

    When You will do this all correctly, after that you will not have such a problem.

    Thank you very much

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fake votes!!! BUG!!!’ is closed to new replies.