What's new
  • The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!
PHPTRAVELS - PHP Booking Software

NULLED PHPTRAVELS - PHP Booking Software 9.1 NULLED

Thank you for this update. I installed and getting license verification error when I try to login as admin. Any help?
admin\login.php
just remove this code:
PHP:
                    <?php
                    $whitelist = array( '127.0.0.1', '::1' ); if(in_array($_SERVER['REMOTE_ADDR'], $whitelist)){ include "login_page.php"; } else { $settings = $db->select("settings", "*"); $license = ($settings[0]['license_key']); if (json_decode(f1($license))->status == true) { include "login_page.php"; } else { $_SESSION['license_msg'] = json_decode(f1($license))->message; include "login_license.php"; } }
                    ?>
 
raz0r 's signature
Reacted by:
  • Like
Reactions: Tawfiq
admin\login.php
just remove this code:
PHP:
                    <?php
                    $whitelist = array( '127.0.0.1', '::1' ); if(in_array($_SERVER['REMOTE_ADDR'], $whitelist)){ include "login_page.php"; } else { $settings = $db->select("settings", "*"); $license = ($settings[0]['license_key']); if (json_decode(f1($license))->status == true) { include "login_page.php"; } else { $_SESSION['license_msg'] = json_decode(f1($license))->message; include "login_license.php"; } }
                    ?>
Thank you @raz0r much appreciated
 
Reacted by:
admin\login.php
just remove this code:
PHP:
                    <?php
                    $whitelist = array( '127.0.0.1', '::1' ); if(in_array($_SERVER['REMOTE_ADDR'], $whitelist)){ include "login_page.php"; } else { $settings = $db->select("settings", "*"); $license = ($settings[0]['license_key']); if (json_decode(f1($license))->status == true) { include "login_page.php"; } else { $_SESSION['license_msg'] = json_decode(f1($license))->message; include "login_license.php"; } }
                    ?>

This method ain't working - the log.php page seems to get broken after removing the following line.
 
Reacted by:
admin\login.php
just remove this code:
PHP:
                    <?php
                    $whitelist = array( '127.0.0.1', '::1' ); if(in_array($_SERVER['REMOTE_ADDR'], $whitelist)){ include "login_page.php"; } else { $settings = $db->select("settings", "*"); $license = ($settings[0]['license_key']); if (json_decode(f1($license))->status == true) { include "login_page.php"; } else { $_SESSION['license_msg'] = json_decode(f1($license))->message; include "login_license.php"; } }
                    ?>
can change that with
<?php
include "login_page.php";
?>
and will work
love nullcave
 
Reacted by:
I can't add payment methods Can you help us owner?
// Change this:
<p><strong><?=T::credentials?></strong></p>

// To this:
<p><strong>Credentials</strong></p>

go to path : .com/admin/payment-gateway.php
 
Reacted by:
  • Like
Reactions: bsico
// Change this:
<p><strong><?=T::credentials?></strong></p>

// To this:
<p><strong>Credentials</strong></p>

go to path : .com/admin/payment-gateway.php
Thank you, I discovered this after I pasted the file from the previous version.
 
Reacted by:
If you have the 9.1 version just replace the login.php file in admin\ with the old login.php file from version 9.0. That should work fine
 
Reacted by:
Top