Page 1 of 2

Maniaplanet website and New Player page for MP4!

Posted: 15 May 2017, 09:37
by Alinoa
Hi,

We now centralize information on the new maniaplanet website: https://www.maniaplanet.com/

Here you can manage your servers, your channel programs, write in game news thanks to Flash, etc and log in to your player page (https://www.maniaplanet.com/account).

Cheers :)

Re: Maniaplanet website and New Player page for MP4!

Posted: 17 May 2017, 01:23
by TMarc
Nice new page :) :thumbsup:
Unfortunately the link to reset the passwort is not working (tried with Firefox and Edge) on the login page. :|

I had to use a demo installation (or existing Maniaplanet setup with user selection at the start instead of a fixed user) to be able to reset the password from the user login menu. This might help users with a similar issue.

Re: Maniaplanet website and New Player page for MP4!

Posted: 20 May 2017, 21:34
by undef.de
Only HTTPS is working, HTTP don't answer at all. :?

Re: Maniaplanet website and New Player page for MP4!

Posted: 22 May 2017, 10:39
by gouxim
undef.de wrote: 20 May 2017, 21:34 Only HTTPS is working, HTTP don't answer at all. :?
When you access an HTTP part of the Website, eg. http://www.maniaplanet.com, you are automatically redirected to HTTPS ; what HTTP URL doesn't answer for you ?

Re: Maniaplanet website and New Player page for MP4!

Posted: 22 May 2017, 11:56
by jhs
Its same at my PC .. when you enter http://www.maniaplanet.com ... This site is not available :roflol:
undef.de wrote: 20 May 2017, 21:34 Only HTTPS is working, HTTP don't answer at all. :?

Re: Maniaplanet website and New Player page for MP4!

Posted: 22 May 2017, 12:12
by Xymph
undef.de wrote: 20 May 2017, 21:34 Only HTTPS is working, HTTP don't answer at all. :?
Tried it from three different IPs: no connection anywhere. DNS info:

Code: Select all

$ nslookup www.maniaplanet.com
Server:		192.31.131.199
Address:	192.31.131.199#53

Non-authoritative answer:
www.maniaplanet.com	canonical name = v4.live.maniaplanet.com.
Name:	v4.live.maniaplanet.com
Address: 54.77.211.162
which differs from maniaplanet.com:

Code: Select all

nslookup maniaplanet.com
Server:		192.31.131.199
Address:	192.31.131.199#53

Non-authoritative answer:
Name:	maniaplanet.com
Address: 52.30.47.192
The latter indeed redirects to https.

Re: Maniaplanet website and New Player page for MP4!

Posted: 22 May 2017, 12:26
by gouxim
Thank for the info. The IP differs but that shouldn't be an issue, all the following URLs are configured to redirect (just changed it from 302 to 301) to the cannonical URL, namely https://www.maniaplanet.com

http://maniaplanet.com
https://maniaplanet.com
http://www.maniaplanet.com
http://v4.live.maniaplanet.com

What browser(s) are your using? Is someone with the same issues has cURL installed, you might check you get the right response header (Location: https://www.maniaplanet.com):

Code: Select all

 $ curl -s http://www.maniaplanet.com -D -
 
HTTP/1.1 301 Moved Permanently
Location: https://www.maniaplanet.com/

...

Re: Maniaplanet website and New Player page for MP4!

Posted: 22 May 2017, 14:59
by undef.de
I've just tested it again with Waterfox/53.0.1, Internet Explorer/11.296.x, Edge/40.15063.0.0 and Vivaldi/1.9.818.50. All with the same result, no connection possible, as here too: http://www.downforeveryoneorjustme.com/ ... planet.com


ping www.maniaplanet.com

Code: Select all

Ping wird ausgeführt für v4.live.maniaplanet.com [54.77.211.162] mit 32 Bytes Daten:
Zeitüberschreitung der Anforderung.
Zeitüberschreitung der Anforderung.
Zeitüberschreitung der Anforderung.
Zeitüberschreitung der Anforderung.

Ping-Statistik für 54.77.211.162:
    Pakete: Gesendet = 4, Empfangen = 0, Verloren = 4 (100% Verlust)
And a connect to http://v4.live.maniaplanet.com/ doesn't work either, but https://v4.live.maniaplanet.com/ works.

Re: Maniaplanet website and New Player page for MP4!

Posted: 22 May 2017, 15:18
by gouxim
FYI we just made 2 changes:
- "maniaplanet.com" now points to the same IP "www.maniaplanet.com" and "v4.live.maniaplanet.com" does (namely 54.77.211.162).
- Pinging this IP is now allowed (this should have any impact on the current issue, but at least ping will respond now).

We'll keep on investigating the http/https issue :)

EDIT:

Nevermind it's fixed, it should all be okay now :thumbsup:

Re: Maniaplanet website and New Player page for MP4!

Posted: 22 May 2017, 17:12
by undef.de
Yes, it's fixed. :thx: