GMDprivateServer icon indicating copy to clipboard operation
GMDprivateServer copied to clipboard

Something went wrong

Open hiimjustin000 opened this issue 4 years ago • 21 comments

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.

hiimjustin000 avatar Apr 05 '20 22:04 hiimjustin000

Contact with 7m.pl. It seems server sided error.

EMREOYUN avatar Apr 06 '20 06:04 EMREOYUN

you most likely edited connection.php wrong, $servername must be the hostname of the mysql server

Cvolton avatar Apr 06 '20 16:04 Cvolton

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.

EMREOYUN avatar Apr 06 '20 16:04 EMREOYUN

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

Cvolton avatar Apr 06 '20 17:04 Cvolton

Lemme show you connection.php

<?php
$servername = "sql1.7m.pl";
$username = "db-user31194";
$password = "censored";
$dbname = "db-user31194";
?>

hiimjustin000 avatar Apr 06 '20 17:04 hiimjustin000

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.

EMREOYUN avatar Apr 06 '20 18:04 EMREOYUN

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

Cvolton avatar Apr 06 '20 18:04 Cvolton

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

Cvolton avatar Apr 06 '20 18:04 Cvolton

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

DarkGD123 avatar Apr 08 '20 05:04 DarkGD123

But... they changed it to sql1...

hiimjustin000 avatar Apr 08 '20 19:04 hiimjustin000

It doesn't work @hiimjustin000 it's just the website name changed

DarkGD123 avatar Apr 09 '20 02:04 DarkGD123

That's why i always hate free hostings.

EMREOYUN avatar Apr 09 '20 06:04 EMREOYUN

lol same

DarkGD123 avatar Apr 13 '20 12:04 DarkGD123

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 avatar Apr 13 '20 21:04 Cvolton

@cvolton LMAO

EMREOYUN avatar Apr 14 '20 06:04 EMREOYUN

Mine worked when i replaced sql1.7m.pl with sql.7m.pl

ghost avatar Apr 15 '20 09:04 ghost

Use sql.7m.pl also when close issue

DarkGD123 avatar Apr 15 '20 11:04 DarkGD123

Are you using FileZilla?

Qu4ntvm avatar Jun 07 '20 06:06 Qu4ntvm

Stop assuming that's the issue.

fancythedeveloper avatar Jun 07 '20 14:06 fancythedeveloper

Stop assuming that's the issue.

It is RESOLVED and must be closed if unnecessary.

EMREOYUN avatar Jun 07 '20 16:06 EMREOYUN

k

Qu4ntvm avatar Jun 07 '20 20:06 Qu4ntvm