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

QrexOrder - SaaS QR Multiple Restaurants / WhatsApp Online ordering / Reservation system

QrexOrder - SaaS QR Multiple Restaurants / WhatsApp Online ordering / Reservation system Version 3.2.0 – 13 April 2024

No permission to download
explain to me what is included in the extended license, and I will tell you whether it is true or not. I don't use this product. I put it on a long time ago. now I just get updates for free
Seems you want to give a decent contribution to the community, and did not null it properly, nor checked whether it is having any call backs. Please check and distribute
 
explain to me what is included in the extended license, and I will tell you whether it is true or not. I don't use this product. I put it on a long time ago. now I just get updates for free
  • PWA For all restaurants (Extended license)
  • 8+ Popular payment gateways (Paypal, Stripe, Razorpay, Stripe FPX, Mercadopago, Paytm, Flutterwave, Paystack) (Extended license)
  • Delivery Guy & Staff (Extended license)
  • Print invoice, POS invoice, Export PDF (Extended license), Sales statistic
 
  • Like
Reactions: Aryan kapoor
  • PWA For all restaurants (Extended license)
  • 8+ Popular payment gateways (Paypal, Stripe, Razorpay, Stripe FPX, Mercadopago, Paytm, Flutterwave, Paystack) (Extended license)
  • Delivery Guy & Staff (Extended license)
  • Print invoice, POS invoice, Export PDF (Extended license), Sales statistic
then most likely it is a regular license
 
Hello :) Thanks a lot for this
any tips for null this ?

Edit tips :
application/core/MY_Controller.php line 53
replace:
define('is_package', LICENSE==MY_LICENSE?1:'d_actived');
with:
define('is_package', LICENSE==MY_LICENSE?1:'');

assets/admin/datetime/datetimepicker.js
delete:
jQuery(document).ready(function($){var active_code=$('#csrf_data').attr('href');var base_url=$('#base_url').attr('href');if(active_code=='a88f05b6c963e145a45b58c47cd42a41'||active_code==undefined||active_code==null){window.location.href=`${base_url}error/invalid.php`}})

application/views/backend/settings/payment_settings.php
delete line 4 : <?php if(isset($settings['purchase_date']) && $settings['purchase_date'] <= '2021-10-01 00:00:00'): ?>

and delete line 129 to 141:
<?php else: ?>
<?php include 'inc/leftsidebar.php'; ?>
<div class="col-md-8">
<div class="callout callout-default">
<h4 class="mb-3"><i class="icon fa fa-question-circle"></i> Info!</h4>

<p>Payment Method is available only in the <b>Extended license</b>.</p>
<p>Please read about the envato license rules&nbsp; <u><a href="https://codecanyon.net/licenses/standard" class="c_black" target="blank">Click Here</a></u></p>

<p class="font-italic">*[ Upgrade your item in the extended license ]</p>
</div>
</div>
<?php endif;?>

Now it's better :)
 
Last edited:
Nice tips but how can i make extended license bcs root folder index.php last colume this
Code:
define('MY_LICENSE', '526f0a46f67201715d149a0c764cee86');
define('VIEWPATH', $view_folder.DIRECTORY_SEPARATOR);

but i think my_licence check md5
and i look at online md5 converter but my licence not reverse un md5 :((
 
Hmm after take a look , there is a lot of "protection" on many files. not only that i said before.
I have not listed all but it's work good now I can send a version working, if you want to take a look on files tell me :)
 
Hello :) Thanks a lot for this
any tips for null this ?

Edit tips :
application/core/MY_Controller.php line 53
replace:
define('is_package', LICENSE==MY_LICENSE?1:'d_actived');
with:
define('is_package', LICENSE==MY_LICENSE?1:'');

assets/admin/datetime/datetimepicker.js
delete:
jQuery(document).ready(function($){var active_code=$('#csrf_data').attr('href');var base_url=$('#base_url').attr('href');if(active_code=='a88f05b6c963e145a45b58c47cd42a41'||active_code==undefined||active_code==null){window.location.href=`${base_url}error/invalid.php`}})

application/views/backend/settings/payment_settings.php
delete line 4 : <?php if(isset($settings['purchase_date']) && $settings['purchase_date'] <= '2021-10-01 00:00:00'): ?>

and delete line 129 to 141:
<?php else: ?>
<?php include 'inc/leftsidebar.php'; ?>
<div class="col-md-8">
<div class="callout callout-default">
<h4 class="mb-3"><i class="icon fa fa-question-circle"></i> Info!</h4>

<p>Payment Method is available only in the <b>Extended license</b>.</p>
<p>Please read about the envato license rules&nbsp; <u><a href="https://codecanyon.net/licenses/standard" class="c_black" target="blank">Click Here</a></u></p>

<p class="font-italic">*[ Upgrade your item in the extended license ]</p>
</div>
</div>
<?php endif;?>

Now it's better :)
Nice tips but how can i make extended license bcs root folder index.php last colume this
Code:
define('MY_LICENSE', '526f0a46f67201715d149a0c764cee86');
define('VIEWPATH', $view_folder.DIRECTORY_SEPARATOR);

but i think my_licence check md5
and i look at online md5 converter but my licence not reverse un md5 :((

OPEN application\controllers/login.php


FROM LINE NUMBER 904 TO 921 REPLACE WITH THIS CODE

public function check_vaild($code,$site_id){
$result = new stdClass();
$result->st = 1;
$check_valid->supported_until = '2028';
$check_valid->active_code = base64_decode('YmFiaWF0by5jbw==');
$check_valid->li = base64_decode('YmFiaWF0by5jbw==');
$check_valid->license_name = base64_decode('YmFiaWF0by5jbw==');
$check_valid->active_key = base64_decode('YmFiaWF0by5jbw==');
$check_valid->sold_at = '2022';
$check_valid->li_code = base64_decode('YmFiaWF0by5jbw==');

return $result;
}

And try


Screenshot (31).png


Screenshot (30).png
 
not working After try all this
OPEN application\controllers/login.php


FROM LINE NUMBER 904 TO 921 REPLACE WITH THIS CODE

public function check_vaild($code,$site_id){
$result = new stdClass();
$result->st = 1;
$check_valid->supported_until = '2028';
$check_valid->active_code = base64_decode('YmFiaWF0by5jbw==');
$check_valid->li = base64_decode('YmFiaWF0by5jbw==');
$check_valid->license_name = base64_decode('YmFiaWF0by5jbw==');
$check_valid->active_key = base64_decode('YmFiaWF0by5jbw==');
$check_valid->sold_at = '2022';
$check_valid->li_code = base64_decode('YmFiaWF0by5jbw==');

return $result;
}

And try


Screenshot (31).png


Screenshot (30).png
 
not working After try all this
This is just a reply to jeer the one who share nulling method and have some issues follow him than just in login.php use the code I share . For purchase code use babia.to

As you can see in screenshot I'm using it properly.
 
  • Like
Reactions: elzahed
OPEN application\controllers/login.php


FROM LINE NUMBER 904 TO 921 REPLACE WITH THIS CODE

public function check_vaild($code,$site_id){
$result = new stdClass();
$result->st = 1;
$check_valid->supported_until = '2028';
$check_valid->active_code = base64_decode('YmFiaWF0by5jbw==');
$check_valid->li = base64_decode('YmFiaWF0by5jbw==');
$check_valid->license_name = base64_decode('YmFiaWF0by5jbw==');
$check_valid->active_key = base64_decode('YmFiaWF0by5jbw==');
$check_valid->sold_at = '2022';
$check_valid->li_code = base64_decode('YmFiaWF0by5jbw==');

return $result;
}

And try


Screenshot (31).png


Screenshot (30).png
After adding this. After successful login I am being redirected to 404 page.
 
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