Gym Master - Gym Management System

Gym Master - Gym Management System 11-11-2022

No permission to download

sreidd13

New member
Jul 6, 2022
14
3
3

Update History​

  • 11-11-2022
    - Show membership-wise class in the User Register page
    - Fix some design issues and crashes
 

sreidd13

New member
Jul 6, 2022
14
3
3
Hello, could you share the gym master script in its latest version 🙏

 

Zer01ne

Well-known member
Mar 21, 2020
1,373
3,428
120
Was able to bypass the purchase key

Upload the .sql which is found in the db folder to your databases.
Go to the folder config > app.php

Modify line 237 to 240 with the details of your DB :

host | username | password | database

Code:
    'Datasources' => [
        'default' => [
            'className' => 'Cake\Database\Connection',
            'driver' => 'Cake\Database\Driver\Mysql',
            'persistent' => false,
            'host' => 'XXXXX',
            'username' => 'XXXXX',
            'password' => 'XXXXX',
            'database' => 'XXXXX',
            'encoding' => 'utf8',
            'timezone' => 'UTC',
            'flags' => [],
            'cacheMetadata' => true,
            'log' => false,
            'quoteIdentifiers' => false,
            'url' => env('DATABASE_URL', null),


After doing so, it should be okay and you be redirected to the login page i/o the installation page
@sreidd13 did you try this?
 
  • Like
Reactions: fernanvevo412

winstrol

New member
Nov 24, 2022
1
0
1
After i wanna do like everything (save or attend class or create something)
i am getting this
 

Attachments

  • imeid.png
    imeid.png
    31.1 KB · Views: 10
Last edited:

Allhailfloki

Member
Jan 6, 2021
55
12
8
Hi, getting this error on client side of gym master. None of the links in the dashboard work, they redirect to the Cake Php error... when checking the url, this address is added into the url of the users dashboard

https://yourdomain.com/work/gymmaster/gym etc

Anyone with any idea how to remove this work/gymmaster
 

anaxtech

Member
May 21, 2022
31
6
8
i tried installing the way you showed in app.php and importing db sql file from db folder ...when it comes to final stage it gives please enter correct purchase key doesn't bypass ...can you check

Aryan kapoor

 

Latest posts

Forum statistics

Threads
69,226
Messages
908,438
Members
237,027
Latest member
YoGGe

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu