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

Relaxly - Unlimited Hotel Booking Platform

Relaxly - Unlimited Hotel Booking Platform 1.1.1

No permission to download

tsr

Member
May 2, 2022
51
52
18
tsr submitted a new resource:

Relaxly - Unlimited Hotel Booking Platform - Hotel Booking Management Web Software

Relaxly is a unlimited hotel booking platform. If you have planned to buy a hotel booking platform. You can choose relaxly as the most suitable hotel booking platform. It will be the perfect solution for your current or future booking system.

Features​

  • Online Room Booking
  • Offline Room Booking
  • Admin Panel
  • Receptionist Panel
  • Easy Room Distribution
  • Merge Booking
  • Multi-language
  • RTL Support
  • 4+ Payment Gateway
  • Support many...

Read more about this resource...
 
hımm.. i found a solution

helpers.php


function verifyPurchase($code) {
return 1;
$verify_obj = getPurchaseData($code);

$itemCode = 43741291; //Item Code for relaxly

$verifyItemCode = isset($verify_obj->item->id) ? $verify_obj->item->id : 0;

if ((false === $verify_obj) || !is_object($verify_obj) || isset($verify_obj->error) || !isset($verify_obj->sold_at)){
return 0;
}
else{
//This code open for item approved

if($itemCode == $verifyItemCode){
return 1;
}
else{
return 0;
}
}
}
 
Last edited:
hımm.. i found a solution

helpers.php


function verifyPurchase($code) {
return 1;
$verify_obj = getPurchaseData($code);

$itemCode = 43741291; //Item Code for relaxly

$verifyItemCode = isset($verify_obj->item->id) ? $verify_obj->item->id : 0;

if ((false === $verify_obj) || !is_object($verify_obj) || isset($verify_obj->error) || !isset($verify_obj->sold_at)){
return 0;
}
else{
//This code open for item approved

if($itemCode == $verifyItemCode){
return 1;
}
else{
return 0;
}
}

hımm.. i found a solution

helpers.php


function verifyPurchase($code) {
return 1;
$verify_obj = getPurchaseData($code);

$itemCode = 43741291; //Item Code for relaxly

$verifyItemCode = isset($verify_obj->item->id) ? $verify_obj->item->id : 0;

if ((false === $verify_obj) || !is_object($verify_obj) || isset($verify_obj->error) || !isset($verify_obj->sold_at)){
return 0;
}
else{
//This code open for item approved

if($itemCode == $verifyItemCode){
return 1;
}
else{
return 0;
}
}
}

Should we remove this verification part or how to null this, help me please
 
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