Upload site files

This commit is contained in:
Bluzume 2021-10-24 00:33:34 -04:00
parent 9a5ad7a62f
commit 056805a3b8
926 changed files with 10709 additions and 0 deletions

14
master-site/config.php Normal file
View file

@ -0,0 +1,14 @@
<?php
$dbname = 'master';
$dbuser = 'root';
$dbpass = 'test123';
$dbhost = '127.0.0.1';
$pp_uri = '[GAMESITE]/web/ppemu.php'; # location of paypal emulator on game-servers
# [GAMESITE] is replaced with the URL for the game-site, as specified in servers.php
# original is https://www.paypal.com/cgi-bin/webscr which obviously wont do
# Dont set it to that though, as the paypalgateway.php is not implemented.
#should be same as all game-site's
$hmac_secret = 'c81f9522b9ecd84ad95af26d845a78d25208861555d4b18bf707eccf7b839d7c4cd635a38167552418e26838745336e7';
?>