Vote Check COOKIE

magnum

Member
Ich bin kein Profi im Programmieren, und ich kann nur Deutsch. :)

Dieses Plugin setzt zusätzlich ein Cookie, wenn erfolgreich ein Vote abgegeben wurde.

Dieser Cookie ist bis Ende des Tages gültig.
Solange dieser Cookie gültig und vorhanden ist, bekommt der User keinen Vote Button angezeigt.

Anleitung:
Plugin hochladen. (Es muss nichts installiert werden)

öffne skins/parabola/gateway.html und suche:
Code:
<a href="{$list_url}/" class="visio_button large_button red"><span>{$lng->gateway_no_vote}</span></a>
        <a href="{$list_url}/index.php?a=in&amp;u={$username}&amp;sid={$sid}" class="visio_button large_button green"><span>{$lng->gateway_vote}</span></a>
Ersetzen durch:
Code:
{$gate_check_ip}
 

Attachments

kapearl

Member
I am just seeing this and am super intrigued. Cookie + proxy prevention (found here) would be a great combo but it looks like it's one or the other since they replace the same button. I was just using Google translator to read the OP so I am hoping I'm wrong. I'm going to tinker and try to see if they could be combined!

Was there not a cookie before?
 

Mark

Administrator
Staff member
cookie protection is unfortunately wildly ineffective against a motivated cheater. Incognito is built into all browsers, not to mention deleting a cookie is trivial for even the newest of internet users.
 

Mark

Administrator
Staff member
It is safe :) It's just not very effective, like putting up a 3 foot high fence around your house to keep people out. Very easy to step over.
 

magnum

Member
Dies ist nur ein zusätzlicher Schutz zum Voten, wenn der User seine IP Adresse wechselt.

Es wird beim Voten ein Cookie geschrieben, der für den Rest vom Tag gültig ist ( 0:00 Uhr ). Danach kann man wieder Voten.

100% sicher ist es nicht. Der User hat immer noch die Möglichkeit den Browser zu wechseln.

Es erschwert das Faken von Votes. ;)
 
Top