• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Quizmaker - Create custom Tests and Exams online

Quizmaker - Create custom Tests and Exams online v2.1.1 Nulled

No permission to download

Babak

Well-known member
Staff member
Administrator
May 24, 2018
81,039
150,419
120
33
Babak submitted a new resource:

Quizmaker - Create custom Tests and Exams online - Download Quizmaker - Create custom Tests and Exams online Nulled Free ThemeForest 17192320

18753
Download Quizmaker - Create custom Tests and Exams online Nulled Free ThemeForest 17192320
Quizmaker
plugin allow you to easily create online Exams from question bank

Main features
  • Many types of questions
  • Unlimited tests, questions, answers
  • Questions are displayed in random order selected from the selected categories or fixed selected questions
  • Certificate composer
  • Download certificate after...

Read more about this resource...
 
  • Like
Reactions: Nabeel
It seems that it takes time to confirm the email, if it is too short it will be invalid. But i'm not sure :)
 
quizmaker invalid.JPG
Still there...
Code:
public static function view_activation() {

        $status = -1;

        if( isset($_GET['qm-activation']) && $_GET['qm-activation'] ) {

            if( $_GET['qm-activation'] == 'new' ) {

                $status = 0;

            }elseif( $_GET['qm-activation'] == 'required' ){

                $status = 1;

            }else{

                $user = qm_user_validate_activation_key($_GET['qm-activation']);

                if( $user ) {

                    $status = 2;

                }else{

                    $status = 3;

                }

            }
        }

        if( $status == -1 ) {

            wp_redirect( site_url('/') ); exit;

        }else{

            qm_get_template( 'myaccount/view-activation.php', ['status' => $status] );
        }
    }


$status = 2; // activation success
 
  • Like
Reactions: Babak
Code:
public static function view_activation() {

        $status = 2;

        

        if( $status == -1 ) {

            wp_redirect( site_url('/') ); exit;

        }else{

            qm_get_template( 'myaccount/view-activation.php', ['status' => $status] );
        }
    }
 
Code:
public static function view_activation() {

        $status = -1;

        if( isset($_GET['qm-activation']) && $_GET['qm-activation'] ) {

            if( $_GET['qm-activation'] == 'new' ) {

                $status = 0;

            }elseif( $_GET['qm-activation'] == 'required' ){

                $status = 1;

            }else{

                $user = qm_user_validate_activation_key($_GET['qm-activation']);

                if( $user ) {

                    $status = 2;

                }else{

                    $status = 3;

                }

            }
        }

        if( $status == -1 ) {

            wp_redirect( site_url('/') ); exit;

        }else{

            qm_get_template( 'myaccount/view-activation.php', ['status' => $status] );
        }
    }


$status = 2; // activation success
Then user don't need to click activation link. Am i right?
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock