Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mancunia

    (@mancunia)

    I found the problem:

    Old versions of Opera browsers have functions to save and change website source (or something like this).

    in the source of my quiz page is written:

    <div class=”wpProQuiz_quizAnker” style=”display: none;”></div>
    </div>
    <script type=”text/javascript”>
    jQuery(document).ready(function($) {
    $(‘#wpProQuiz_1’).wpProQuizFront({
    quizId: 1,
    mode: 2,
    timelimit: 180,
    resultsGrade: [0],
    bo: 22595,
    qpp: 0,
    formPos: 0,
    lbn: “Finish quiz” });
    });
    </script>

    With Opera it is possible to change 180 seconds limit and have more time.

    How can I solve this?

    pv1y

    (@pv1y)

    Beka,

    Does this mean, it was not a hacking case?

    Regards,
    PV

    Thread Starter mancunia

    (@mancunia)

    No, It was hacking of course.

    There is an extension or something like this in Opera browser old versions, I do not know its name exactly, as I remember, Dragon, or something like this and with this extension, it is possible to disable javascript and stop timer of this plugin.

    If plugin author can correct this bug, I will be very grateful.

    Best Regards,

    Beka

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin Hack? please help’ is closed to new replies.