Hopefully this works, switching to the new way that the servers are used (not ported yet, just the newconnection() func was changed)

This commit is contained in:
2025-12-31 16:55:07 -07:00
parent 12c5b431cb
commit 56f92948fa
2 changed files with 18 additions and 7 deletions

View File

@@ -1,6 +1,11 @@
<?php
$db_host = "localhost";
$db_port = 3306;
$db_user = "";
$db_pass = "";
$db_name = "";
$games_db_host = "localhost";
$games_db_port = 3306;
$games_db_user = "";
$games_db_pass = "";
$games_db_name = "";
$bd_db_host = "localhost";
$bd_db_port = 3306;
$bd_db_user = "";
$bd_db_pass = "";
$bd_db_name = "";