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

ONNO - Laravel News & Magazine Script

ONNO - Laravel News & Magazine Script v1.4.3 Untouched

No permission to download

Eitwork

New member
May 9, 2022
9
15
3
Bangladesh
eitwork.com
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...
 
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;

    }





  }

?>
 
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
 
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 Babak mentioned.
Follow the installation and where it ask for purchase code, type anything and proceed.

Thanks again man.
 
  • Love
Reactions: Babak
  • Like
Reactions: Babak
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: Babak
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