phpGameTracker Script
The script is using an API KEY from https://gamequery.dev/ so you need to register and create an API KEY.
An old script that i did buy from internet then the owner never offered support and deleted it from the market i have used it to create websites like gametracker in the past, still working with some work and money you can make something nice from it.
I do not offer free support, you have everything in the archive...
Tutorial (you also have an documentation folder inside the archive)
Select PHP 7.1.3 on your vps/host.
Upload the archive extract it, create this file .env and edit it with your details
###> symfony/framework-bundle ###
APP_ENV=prod
APP_SECRET=956e5d6574c516f7c779fc26cddb3996
###< symfony/framework-bundle ###
###> doctrine/doctrine-bundle ###
DATABASE_URL=mysql://gamefire:[email protected]:3306/gamefire
###< doctrine/doctrine-bundle ###
###> google/recaptcha ###
GOOGLE_RECAPTCHA_SITE_KEY=null
GOOGLE_RECAPTCHA_SECRET=null
GOOGLE_ANALYTICS_CODE=UA-132675860-7
###< google/recaptcha ###
###> symfony/mailer ###
MAILER_DSN=sendgrid://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@GAMESERVERSTRACKER
###< symfony/mailer ###
###> application ###
GAMEFIRE_PAYPAL_ENABLED=true
GAMEFIRE_PAYPAL_SANDBOX=false
GAMEFIRE_PAYPAL_EMAIL=gameserverstracker_api1.gmail.com
GAMEFIRE_PAYPAL_PASSWORD=RGFEDNM2VPDKUC47
GAMEFIRE_PAYPAL_SIGNATURE=AJBjrAOFeBi.IDmiOFQfhCvLWSn0ASCUlcBg3R1Db37KFD7p4Y-ZD.Hq
GAMEFIRE_GOOGLE_VERIFICATION_CODE=null
GAMEFIRE_GOOGLE_ANALYTICS=true
GAMEFIRE_GOOGLE_RECAPTCHA=false
GAMEFIRE_COOKIE_CONSENT=ture
###< application ###
Run the commands inside your directory where the .env file is located
php bin/console fos:js-routing:dump --format=json --target=public/js/fos_js_routes.json
php bin/console bazinga:js-translation:dump public/js/ --format=json
export NODE_OPTIONS=--openssl-legacy-provider
yarn build
php bin/console cache:clear --env=dev
php bin/console cache:clear --env=prod
Crontab (edit the path /home/bogdan/web/laravel.pbcv.dev/public_html with your own)
# GAMEFIRE TEST SCRIPT
0 12 15 * * cd /home/bogdan/web/laravel.pbcv.dev/public_html && php bin/console banner:delete-vip
0 */6 * * * cd /home/bogdan/web/laravel.pbcv.dev/public_html && php bin/console server:delete-history
0 * * * * cd /home/bogdan/web/laravel.pbcv.dev/public_html && php bin/console server:update-history
30 * * * * cd /home/bogdan/web/laravel.pbcv.dev/public_html && php bin/console server:update-rank
*/2 * * * * cd /home/bogdan/web/laravel.pbcv.dev/public_html && php bin/console server:update-servers
15 * * * * cd /home/bogdan/web/laravel.pbcv.dev/public_html && php bin/console server:update-average-uptime
20 * * * * cd /home/bogdan/web/laravel.pbcv.dev/public_html && php bin/console server:update-vip
0 0 * * * cd /home/bogdan/web/laravel.pbcv.dev/public_html && php bin/console user:delete-inactive-accounts
0 0 * * * cd /home/bogdan/web/laravel.pbcv.dev/public_html && php bin/console vip:delete-unprocessed-transactions
0,10,20,30,40,50 * * * * cd /home/bogdan/web/laravel.pbcv.dev/public_html && php bin/console stats:update
0 0 * * * cd /home/bogdan/web/laravel.pbcv.dev/public_html && php bin/console server:delete-inactive
Recent Demo of it working, https://gyazo.com/e411816896509bdcd91787bbb6ce36f0
I do not offer free support, you have everything in the archive...
You may only provide a review once you have downloaded the file.
There are no reviews to display.