• 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"

PHP Trusted Reviews

PHP Trusted Reviews v1.0.7

No permission to download
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
 
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
 
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
I have one also... It works well but I'm having problems with Screenshot API, It asks to validate the license to get the API working. 🤦🏾‍♂️
 
  • Like
Reactions: SyntaxErr
I have one also... It works well but I'm having problems with Screenshot API, It asks to validate the license to get the API working. 🤦🏾‍♂️
Please can you share?

The one above doesn't work well especially the email
 
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