We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
[ ! ] Dice Roll Edit
Topic Started: Jul 1 2012, 01:45 AM (569 Views)
Provehito
Member Avatar
Member
[ * ]
Board Address: Anicomix
Board Software: Zetaboards
Description: My request is basically the next.

I have found out that the dice roll code may be easily bypassed by just hitting "submit again" after the "Please do not attempt to cheat." message has appeared.

I do not handle javascript, but is there someone that has solved this problem?
I handle basic programming, so I suppose adding a
Code:
 
while
loop would be much better than the
Code:
 
if else if
being used here:
Code:
 
if (dr.regex.test(t.value) && !$('#menu_acp').length) {
$("<p id='cheat'>Please do not attempt to cheat.</p>").hide().insertBefore(t).fadeIn();
return false;
} else if (!dr.regex.test(t.value) && $('#cheat').length) {
$('#cheat').fadeOut(function () {
$(this).remove();
});
}


Has someone solved this or is there someone that could handle this?
Offline Profile Goto Top
 
Steve
Member Avatar
patriot
[ *  *  *  *  *  *  *  *  *  * ]
This request has gone a lengthy period of time without any new activity, therefore it is being marked as expired. This means that the request was typically too time-consuming or irritating for coders (who provide this service voluntarily in their free time) to complete.

Thank you.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic