• 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

ramo

Well-known member
Trusted Uploader
Jun 18, 2018
140
208
50
ramo submitted a new resource:

PHP Trusted Reviews - PHP Trusted Reviews – Saas makes you money

Image Description


PHP Trusted Reviews – Saas makes you money
Earn by charging a subscription fee to serious companies – the monthly, 6 months or yearly packages will potentially help you gather a nice income from your website.
We have added Stripe & PayPal for your convenience and ability to take either Credit Card payments or PayPal ( or even both for the sake of flexibility ) ...

Read more about this resource...
 
Hi Babak,

You have approved the resource but the script on initial stage is asking for a License Key and random keys are not working, please help to get this sorted out.

Thanks.
Who said it would be nulled..?
 
Hi Babak,

You have approved the resource but the script on initial stage is asking for a License Key and random keys are not working, please help to get this sorted out.

Thanks.
How about null it yourselves? I never said this is nulled
 
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
 
Quick question, can you provide key?
Because I am not able to null script or buy script.
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
 
  • Like
Reactions: Sajmon
User email verification does not work. And without that the script doesn't work.
 
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