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

Easyqr.menu 2.0 [Untouched]

Easyqr.menu 2.0 Nulled

requires.png

To start install, just point :
http(s)://full-script-url/install

Download here:

Just finished the install and extend features are not enabled, still asks for a valid License.
Everything else is working 👍
 
The extended license is used to update de database with new tables (at least table "payments"
 
Full nulled version with Extended License features (last update 2020/11/17)

Tanks to @darkbeast for testing and feedback

payments-settings.png

ps: I guessed the schema of the tables from the source code. If you have issues just write a comment here.

Tables available in the Extended License:

DROP TABLE IF EXISTS `codes`;
CREATE TABLE IF NOT EXISTS `codes` (
`code_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`days` int(10) UNSIGNED DEFAULT NULL,
`plan_id` int(10) UNSIGNED DEFAULT NULL,
`code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`discount` int(10) UNSIGNED DEFAULT NULL,
`quantity` int(10) UNSIGNED DEFAULT NULL,
`date` datetime DEFAULT NULL,
`redeemed` int(10) UNSIGNED NOT NULL,
PRIMARY KEY (`code_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

DROP TABLE IF EXISTS `payments`;
CREATE TABLE IF NOT EXISTS `payments` (
`id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`user_id` int(10) UNSIGNED DEFAULT NULL,
`plan_id` int(10) UNSIGNED DEFAULT NULL,
`processor` varchar(255) DEFAULT NULL,
`type` varchar(255) DEFAULT NULL,
`frequency` varchar(255) DEFAULT NULL,
`code` varchar(255) DEFAULT NULL,
`discount_amount` decimal(20,2) UNSIGNED DEFAULT NULL,
`base_amount` decimal(20,2) UNSIGNED DEFAULT NULL,
`email` varchar(255) DEFAULT NULL,
`payment_id` varchar(255) DEFAULT NULL,
`subscription_id` varchar(255) DEFAULT NULL,
`payer_id` int(10) UNSIGNED DEFAULT NULL,
`name` varchar(255) DEFAULT NULL,
`billing` text DEFAULT NULL,
`taxes_ids` text DEFAULT NULL,
`total_amount` decimal(20,2) UNSIGNED DEFAULT NULL,
`currency` varchar(255) DEFAULT NULL,
`payment_proof` text DEFAULT NULL,
`status` char(1) NOT NULL,
`date` datetime DEFAULT NULL,
`formatted_date` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

DROP TABLE IF EXISTS `redeemed_codes`;
CREATE TABLE IF NOT EXISTS `redeemed_codes` (
`id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`code_id` int(10) UNSIGNED DEFAULT NULL,
`user_id` int(10) UNSIGNED DEFAULT NULL,
`date` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

DROP TABLE IF EXISTS `taxes`;
CREATE TABLE IF NOT EXISTS `taxes` (
`tax_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`internal_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`name` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`description` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`value` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`value_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`billing_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`countries` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`datetime` datetime DEFAULT NULL,
PRIMARY KEY (`tax_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

How to install ?
Just open "http(s)://full-url-to-easyqr" in your favorite browser and follow the install wizard

Your server is Nginx based ? Just do this:
The product was designed to work by default for Apache servers. This is an extra thing that I provide for NGINX users although support is NOT guaranteed for NGINX servers.

The rewrite rule for NGINX that you need to add so that the urls work is the following:

if (!-e $request_filename){ rewrite ^\/(.+)$ /index.php?altum=$1 last; }

This command should be added in your domain.conf nginx file in the location / { ... } field.


How to use, tips, FAQ:

The new version full patched (updated on 2020/11/17):
 

Attachments

  • payments-settings.png
    payments-settings.png
    29.6 KB · Views: 304
  • what-you-get.png
    what-you-get.png
    31.8 KB · Views: 24
Last edited:
i have install on nginx, but when login not direct link to dashboard

Simple fix, please read documentation it's very well explained.
 

Attachments

  • Screenshot 2020-11-17 at 09.26.07.png
    Screenshot 2020-11-17 at 09.26.07.png
    112.9 KB · Views: 21
New nulled version with payments enabled (an attempt)

payments-settings.png

ps: I guessed the schema of the table from the source code

Payment table:


The new version full patched:

Gives me corrupted files while extracting, could you check please?
 
Full nulled version with Extended License features (last update 2020/11/17)

Tanks to @darkbeast for testing and feedback

payments-settings.png

ps: I guessed the schema of the table from the source code

Tables available in the Extended License:



How to install ?
Just open "http(s)://full-url-to-easyqr" in your favorite browser and follow the install wizard

How to use, tips, FAQ:


The new version full patched (updated on 2020/11/17):

Tested and everything is working 100% so far! Thanks @phpcore for the hard work.
 
  • Like
Reactions: phpCore
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