ONNO - Laravel News & Magazine Script

ONNO - Laravel News & Magazine Script 1.4.3 (UT)

No permission to download

White Devil

Well-known member
Trusted Seller
Trusted Uploader
Jan 6, 2019
3,075
6,047
120
world
babiato.tech
White Devil submitted a new resource:

ONNO - Laravel News & Magazine Script - ONNO - Laravel News & Magazine Script

photo_2020-10-22_22-35-34.jpg

ONNO is complete News & Magazine CMS to easily start your online news & magazine platform. It has most powerful admin panel for manage article, videos, pulls, widget and many more. ONNO is build with one of the best web application framework — Laravel. Strat online news and magazine site with ONNO to manage upto 100B article easily.
Core Features
  • Post Unlimited News/Article
  • Create Unlimited Videos Post/News/Article...

Read more about this resource...
 

Kaczewski

New member
Nov 16, 2019
16
3
3
asking for purchase code. any ideas on how to null this?


Code:
namespace Modules\Installer\Envato;

class Envato
{
    private static $bearer = "KmUlbULx0axuyoeRXGy6c3ZYRm8sDGdS";
    static function getPurchaseData($code) {
      $bearer   = 'bearer ' . self::$bearer;
      $header   = array();
      $header[] = 'Content-length: 0';
      $header[] = 'Content-type: application/json; charset=utf-8';
      $header[] = 'Authorization: ' . $bearer;

      $verify_url = 'https://api.envato.com/v1/market/private/user/verify-purchase:'.$code.'.json';
      $ch_verify = curl_init( $verify_url . '?code=' . $code );

      curl_setopt( $ch_verify, CURLOPT_HTTPHEADER, $header );
      curl_setopt( $ch_verify, CURLOPT_SSL_VERIFYPEER, false );
      curl_setopt( $ch_verify, CURLOPT_RETURNTRANSFER, 1 );
      curl_setopt( $ch_verify, CURLOPT_CONNECTTIMEOUT, 5 );
      curl_setopt( $ch_verify, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13');

      $cinit_verify_data = curl_exec( $ch_verify );
      curl_close( $ch_verify );

      if ($cinit_verify_data != "")
        return json_decode($cinit_verify_data,true);
      else
        return false;
    }

    static function verifyPurchase($code) {
      $verify_obj = self::getPurchaseData($code);
      return $verify_obj;

    }

    static function aci($code) {
      $verify_obj = self::getPurchaseData($code);
      return $verify_obj;

    }





  }

?>
 

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
73,008
110,703
120
purchase code needed.. :(
asking for purchase code. any ideas on how to null this?


Code:
namespace Modules\Installer\Envato;

class Envato
{
    private static $bearer = "KmUlbULx0axuyoeRXGy6c3ZYRm8sDGdS";
    static function getPurchaseData($code) {
      $bearer   = 'bearer ' . self::$bearer;
      $header   = array();
      $header[] = 'Content-length: 0';
      $header[] = 'Content-type: application/json; charset=utf-8';
      $header[] = 'Authorization: ' . $bearer;

      $verify_url = 'https://api.envato.com/v1/market/private/user/verify-purchase:'.$code.'.json';
      $ch_verify = curl_init( $verify_url . '?code=' . $code );

      curl_setopt( $ch_verify, CURLOPT_HTTPHEADER, $header );
      curl_setopt( $ch_verify, CURLOPT_SSL_VERIFYPEER, false );
      curl_setopt( $ch_verify, CURLOPT_RETURNTRANSFER, 1 );
      curl_setopt( $ch_verify, CURLOPT_CONNECTTIMEOUT, 5 );
      curl_setopt( $ch_verify, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13');

      $cinit_verify_data = curl_exec( $ch_verify );
      curl_close( $ch_verify );

      if ($cinit_verify_data != "")
        return json_decode($cinit_verify_data,true);
      else
        return false;
    }

    static function verifyPurchase($code) {
      $verify_obj = self::getPurchaseData($code);
      return $verify_obj;

    }

    static function aci($code) {
      $verify_obj = self::getPurchaseData($code);
      return $verify_obj;

    }





  }

?>
Go To
onno\Modules\Installer\Http\Controllers\InstallerController.php
Open InstallerController.php
after line 253 add this code
PHP:
return 'verified';
Like THis:
nulled.jpg
 

nannu7993

Member
Sep 26, 2020
45
12
8
Go To
onno\Modules\Installer\Http\Controllers\InstallerController.php
Open InstallerController.php
after line 253 add this code
PHP:
return 'verified';
Like THis:
nulled.jpg

Thanks man it worked.
Just follow the steps Tomz mentioned.
Follow the installation and where it ask for purchase code, type anything and proceed.

Thanks again man.
 
  • Love
Reactions: tanierlyons

White Devil

Well-known member
Trusted Seller
Trusted Uploader
Jan 6, 2019
3,075
6,047
120
world
babiato.tech
  • Like
Reactions: tanierlyons

White Devil

Well-known member
Trusted Seller
Trusted Uploader
Jan 6, 2019
3,075
6,047
120
world
babiato.tech
White Devil updated ONNO - Laravel News & Magazine Script with a new update entry:

ONNO - Laravel News & Magazine Script

22 December 2020 V110

Added social login for facebook and google+.
Added 3 new header layout.
Added 2 new article template.
Added author panel.
Added author show/hide option.
Added author social links.
Added articles show by author.
Added articles show by date.
Added articles show by category.
Added preloader enable/disable.
Added functionalities for show subcategory to menu.
Added submit news enable/disable option.
Added mkv/webm support for video.
Added multiple poll system option.
Added...

Read the rest of this update entry...
 
  • Love
Reactions: tanierlyons

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