PHP Trusted Reviews

PHP Trusted Reviews v1.0.7

No permission to download

crazypoker

New member
Oct 1, 2020
4
1
3
Null guide. Follow this to null and activate the script with any random key.

Step 1: Navigate to /your_directory/app/Http/Controllers
Step 2: Open the file PageController.php
Step 3: Change the function public function activate_product( Request $r ) with coder given below

PHP:
public function activate_product( Request $r ) {

        $this->validate( $r, [ 'license' => 'required', 'domain' => 'required|url' ]);

        $result = $this->check_license( $r->license, $r->domain );

        //if LICENSE_VALID_AUTOUPDATE_ENABLED
        if( $result != 'LICENSE_VALID_AUTOUPDATE_ENABLED' )  {

            Options::update_option( 'license_key', $r->license );
      
            return redirect( 'validate-license' )->with( 'message', 'Successfully validated. You can now continue using the product!' );

        }
        else {
            return redirect('validate-license')->with('message', $result);
        }
  
    }

Alternatively download the file attached and replace it in the directory stated above
Hey, have Last version ? 1.3.2 ? Thanks
 

saraj

New member
Aug 20, 2022
1
0
1
Here it is V1.3.2 of php trusted reviews, I found it on the net and haven't tested it. Someone can check/test it.
The link here
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu