PHP Trusted Reviews

PHP Trusted Reviews v1.0.7

No permission to download

ramo

Well-known member
Trusted Uploader
Jun 18, 2018
136
207
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...
 

TheViking

Well-known member
Trusted Uploader
Apr 22, 2019
1,224
792
113
Hi Tomz,

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..?
 

ramo

Well-known member
Trusted Uploader
Jun 18, 2018
136
207
50
Hi Tomz,

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
 

ramo

Well-known member
Trusted Uploader
Jun 18, 2018
136
207
50
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
 

ramo

Well-known member
Trusted Uploader
Jun 18, 2018
136
207
50
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

xacall

Active member
May 15, 2019
146
30
28
User email verification does not work. And without that the script doesn't work.
 

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