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

Doctro - On-Demand Doctor Appointment Booking SaaS Marketplace Business Model

Doctro - On-Demand Doctor Appointment Booking SaaS Marketplace Business Model 6.0.0

No permission to download
Yes exactly lb_helper alone doesnt help. License reverified and gets deactivated when relogin to admin dashboard and db table settings back to 0. Someother file code needs to be removed

Code:
\app\Http\Controllers\SuperAdmin\AdminController.php
Found it:
Line 48:
Change from
Code:
if ($res['status'] != true)
                {
                    $data->license_verify = 0;
                    $data->save();
                }

to

Code:
 if (true)
                {
                    $data->license_verify = 1;
                    $data->save();
                }
Thank you @CyberLORD, you is very good
 
  • Like
Reactions: Bruno's
00SilEnt00 updated Doctro - On-Demand Doctor Appointment Booking SaaS Marketplace Business Model with a new update entry:

On-Demand Doctor Appointment Booking SaaS Marketplace Business Model Update 5.1.0

v5.1.0 Update 04-APR-2023

[ADMIN PANEL]
- [FIX] OTP Switch Issue
- [FIX] website through doctor signup then redirect panel issue
- [FIX] Signup DOB issue

[PATIENT WEBSITE]
- [FIX] Home Page UI: Content Width
- [FIX] Doctor Cards UI
- [FIX] Doctor Cards UI
- [FIX] OTP bypassing flow fix
- [FIX] Payment Value mistake in Paypal & Cash Payment Channel
- [FIX] Show-doctor grid-items Hover issue
- [FIX] all-pharmacies grid-items Hover UI issue
- [FIX] all-labs grid-items Hover UI...

Read the rest of this update entry...
 
  • Love
  • Like
Reactions: mark leon and ombre
00SilEnt00 updated Doctro - On-Demand Doctor Appointment Booking SaaS Marketplace Business Model with a new update entry:

v5.2.0 Update 29-MAY-2023

v5.2.0 Update 29-MAY-2023

[ADMIN PANEL]
- [FIX] Renamed some default images to be seen fine in new installations

[PATIENT WEBSITE]
- [ADD] Doctor & Pharmacy Phone & Email will be invisible for non logged in patients.
- [ADD] Added a Admin Defined Popup Image, Visible after admin defined seconds. Once per session
- [ADD] Birthdate Date Picker in website signup form
- [ADD] Doctor will get the default image the same as the patient
- [ADD] Hero image in mobile view.
- [FIX] Birthdate...

Read the rest of this update entry...
 
Installation and bypass is very simple despite author applying obstruction code for license you won't be able to read lb_helper.php

- Import the databse sql file
- Check that license_verify column is set to 1 for admin (otherwise you would get license disabled)
- Make sure to comment this part on
Code:
\SuperAdmin\AdminController.php

Edit : I'm also keeping the old lb_helper in here before it was obstructed it can be helpful later on

1691004257853.png
What comment in this part bro ?
SuperAdmin\AdminController.php
 
I got this error message:

[object] (TypeError(code: 0): htmlspecialchars(): Argument #1 ($string) must be of type string, Illuminate\\Routing\\UrlGenerator given at /vendor/laravel/framework/src/Illuminate/Support/helpers.php:118)
[stacktrace]

Any help with this?

Nevermind... you. need to run

database queries.txt

to make it work
 
Last edited:
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