SERVPRO – On Demand Nearby Service Provider & Booking Finder Application Software (Web+Android+iOS)

SERVPRO – On Demand Nearby Service Provider & Booking Finder Application Software (Web+Android+iOS) 1.9.9 Lots of Bug

No permission to download
asa Master Sergeant
Bronze Member
badge id 27 First Resoruce badge id 28 10 Resources badge id 29 50 Resources badge id 30 100 Resources
Sep 11, 2021
1,175
1,721
$1,890
thanks to dear member @asa submitted a new resource:

SERVPRO – On Demand Nearby Service Provider & Booking Finder Application Software (Web+Android+iOS) - Servpro provides you with a variety of on-demand services

View attachment 49520
Servpro provides you with a variety of on-demand services. By using this app you can simply book a wide range of services and delivered by professional experts from nearby locations.

System Requirements:​

  • PHP Version: 8.1
  • MySQL Version: 5.x
  • MySQL Mode: NO_ZERO_IN_DATE,NO_ZERO_DATE,NO_ENGINE_SUBSTITUTION
  • Server: Apache/NGINX

Amazing Features​

  • Admin user with Access privilege...

Read more about this resource...
 
code like shit
1. require php 5.6 or <7.1
2. install can not finish because have bug in installer.php
3. user can not login ,because use sys_get_temp_dir() ,most hosting can not use it.
when i try to sloved it with database like
SQL:
CREATE TABLE `sessions` (
  `id` varchar(40) NOT NULL,
  `ip_address` varchar(45) NOT NULL,
  `timestamp` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `data` blob NOT NULL,
  `user_id` int(10) UNSIGNED DEFAULT '0'
) ENGINE=InnoDB

sessions was work
04202328_07.jpg

but default password with admin it is not work for me .
so i disabled check password .
04202328_06.jpg
backend was not work normal.
 
Back
Top