GMDprivateServer
GMDprivateServer copied to clipboard
Something went wrong
I edited the base64 encoded strings and the plaintext strings, I uploaded the files and the database, I edited connection.php, and I still get an error when registering an account. "Something went wrong".
I went to http://thequadgdps.7m.pl/database/accounts/registerGJAccount.php
on my web browser, and I am hit with a 503. Why is the 503 there? It's not there on the other GDPSes I made.
Contact with 7m.pl. It seems server sided error.
you most likely edited connection.php wrong, $servername must be the hostname of the mysql server
you most likely edited connection.php wrong, $servername must be the hostname of the mysql server
I think it is not force a 503 error.
I think it is not force a 503 error.
the 503 error happens because the server times out while running the php script, this is usually caused by the web server not being able to connect to the mysql server
Lemme show you connection.php
<?php
$servername = "sql1.7m.pl";
$username = "db-user31194";
$password = "censored";
$dbname = "db-user31194";
?>
I think it is not force a 503 error.
the 503 error happens because the server times out while running the php script, this is usually caused by the web server not being able to connect to the mysql server
Weird, mine website goes 500 when fails to connect database.
Lemme show you connection.php
<?php $servername = "sql1.7m.pl"; $username = "db-user31194"; $password = "censored"; $dbname = "db-user31194"; ?>
this seems correct, you can try sql1.7m.pl with localhost
I think it is not force a 503 error.
the 503 error happens because the server times out while running the php script, this is usually caused by the web server not being able to connect to the mysql server
Weird, mine website goes 500 when fails to connect database.
it depends on the server configuration, 7m.pl is behind a reverse proxy, which times out in a shorther amount of time than the actual php script
Lemme show you connection.php
<?php $servername = "sql1.7m.pl"; $username = "db-user31194"; $password = "censored"; $dbname = "db-user31194"; ?>
It should be sql.7m.pl
not sql1.7m.pl
But... they changed it to sql1...
It doesn't work @hiimjustin000 it's just the website name changed
That's why i always hate free hostings.
lol same
Lemme show you connection.php
<?php $servername = "sql1.7m.pl"; $username = "db-user31194"; $password = "censored"; $dbname = "db-user31194"; ?>
this seems correct, you can try sql1.7m.pl with localhost
you can try replacing sql1.7m.pl with localhost
just noticed I missed a word there
@cvolton LMAO
Mine worked when i replaced sql1.7m.pl with sql.7m.pl
Use sql.7m.pl
also when close issue
Are you using FileZilla?
Stop assuming that's the issue.
Stop assuming that's the issue.
It is RESOLVED and must be closed if unnecessary.
k