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

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

No permission to download

snjhawar

Active member
Apr 22, 2019
175
28
28
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
 

sanptec

New member
Jan 8, 2021
11
4
3
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

Kimkakurushin

New member
Banned User
May 3, 2022
20
19
3
  • 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
 

jeer

New member
Dec 12, 2019
12
1
3
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:

superdizayn

Member
May 4, 2022
37
16
8
Turkey
www.superdizayn.com
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 :((
 

jeer

New member
Dec 12, 2019
12
1
3
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 :)
 

ghostriderrr

Well-known member
Babiato Lover
Null Master
Trusted Uploader
May 2, 2022
428
500
93
OutOfWorld
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
 

aloaax

Member
Feb 22, 2019
57
4
8
Egypt
aloaax.com
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
 

ghostriderrr

Well-known member
Babiato Lover
Null Master
Trusted Uploader
May 2, 2022
428
500
93
OutOfWorld
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 babiato.tech

As you can see in screenshot I'm using it properly.
 
  • Like
Reactions: elzahed

jabirkhanmayar

New member
Banned User
May 25, 2022
7
2
3
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.
 

Forum statistics

Threads
69,994
Messages
914,412
Members
244,407
Latest member
eubispo.dev

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