[Tool]Dedicated Manager Web site

Moderator: NADEO

User avatar
magnetik
Nadeo
Nadeo
Posts: 1678
Joined: 01 Feb 2012, 19:13
Location: Bordeaux
Contact:

Re: [Tool]Dedicated Manager Web site

Post by magnetik »

Deprecated does not mean that it cannot be used.

Although if you spot specific errors related to PHP 5.5 I would be glad to correct them.
ManiaPlanet technical documentation portal (Dedicated, ManiaLink, ManiaScript, Titles...) -- contribute!
User avatar
jonthekiller
Translator
Translator
Posts: 4702
Joined: 15 Jun 2010, 11:07
Location: In Maniaplanet Alpha
Contact:

Re: [Tool]Dedicated Manager Web site

Post by jonthekiller »

I will see with my VM, but when I tried to use the Manager, I had this error (mysql_connect is deprecated...) and cannot use the manager. (upgrade Ubuntu 13.10 with Apache 2.4 and PHP 5.5.1)
Image
User avatar
magnetik
Nadeo
Nadeo
Posts: 1678
Joined: 01 Feb 2012, 19:13
Location: Bordeaux
Contact:

Re: [Tool]Dedicated Manager Web site

Post by magnetik »

I've described a way to avoid theses "errors" : http://forum.maniaplanet.com/viewtopic. ... 74#p192374

I've also added to our todo list to move to mysqli extension.
ManiaPlanet technical documentation portal (Dedicated, ManiaLink, ManiaScript, Titles...) -- contribute!
User avatar
jonthekiller
Translator
Translator
Posts: 4702
Joined: 15 Jun 2010, 11:07
Location: In Maniaplanet Alpha
Contact:

Re: [Tool]Dedicated Manager Web site

Post by jonthekiller »

Ok, thank you, I will test soon.
Image
gimpymoo
Posts: 89
Joined: 15 Aug 2011, 22:54

Re: [Tool]Dedicated Manager Web site

Post by gimpymoo »

Is this still being worked on?

I see it got moved to here:
https://github.com/maniaplanet/dedicated-manager

?
User avatar
jonthekiller
Translator
Translator
Posts: 4702
Joined: 15 Jun 2010, 11:07
Location: In Maniaplanet Alpha
Contact:

Re: [Tool]Dedicated Manager Web site

Post by jonthekiller »

It wasn't updated since a moment but it still works.
Image
User avatar
w1lla
Posts: 2396
Joined: 15 Jun 2010, 11:09
Location: Netherlands
Contact:

Re: [Tool]Dedicated Manager Web site

Post by w1lla »

a update i am working on to implement several karma for maps.

http://tmrankings.com/mp/maniaplanet-de ... -karma.png
TM² Info
SM Info
QM Info

OS: Windows 10 x64 Professional
MB: MSI 970A-G46
Processor: AMD FX-6300 3500 mHz
RAM Memory: 16 GB DDR3
Video: SAPPHIRE DUAL-X R9 280X 3GB GDDR5
KB: Logitech G510s
Mouse: Logitech G300s
Mode Creation
ManiaScript Docs
User avatar
BestNoob
Posts: 226
Joined: 08 Mar 2013, 12:04
Contact:

Re: [Tool]Dedicated Manager Web site

Post by BestNoob »

- how to get this to work with xampp ?
- is manialive required or is it usable with xaseco2 ?
- is composer needed to run this ?
- gettext needed or is it already included in xampp ?
- do i need redirection (
- what do you mean with commandline ? linux ? what is with windows users ?
- what for an alias do i need to create ?
- do i need to set listening on port 81 and set Port 81 in the httpd-vhosts.conf ?
- how du i use the webmanager ? http://localhost:81/ or http://127.0.0.1/manager/
- API creation process has changed a littlebit can you fix this in your documentation ?

You have the half information here and another half information there ? :roflol:
http://wiki.maniaplanet.com/en/Dedicated_manager
https://github.com/maniaplanet/dedicated-manager

and another part of information is inside the readme file ?
Are you joking ...... do you like it to confuse people xD ?
To join my TM Servers, search for: bestnoob :thumbsup:
farfa
Nadeo
Nadeo
Posts: 601
Joined: 14 Jun 2010, 16:15
Location: In front of your hood with one lap late

Re: [Tool]Dedicated Manager Web site

Post by farfa »

Hi Bestnoob,
here is the response to all your questions:
  • This should work with xampp.
    Just extract the dedicated manager anywhere on your computer
  • ManiaLive is not a requirement for the dedicated manager. The dedicated manager is not compatble with xaseco2 at the moment.
  • You don't need composer if you get the latest release from here: https://github.com/maniaplanet/dedicate ... r/releases
  • gettext is needed and included in xampp
  • What do you mean with this question ?
  • Command line on windows is the dos interface (cmd.exe)
  • An Alias is a configuration that allows you to associate a folder on your computer to a path on your web server
    Here you have to create a link between the folder named "www" in the dedicated manager folder and http://127.0.0.1/manager/
    To do that, on the Xampp Control Panel:
    • click on "config" in the apache line
    • then on Apache (httpd.conf)
    • search the line with "<Directory "c:/xampp/htdocs">"
    • Just bellow this line put the following line

      Code: Select all

      Alias /manager c:/path/to/the/dedicated/manager
      <Directory c:/path/to/the/dedicated/manager>
        Options -Indexes +FollowSymLinks
        AllowOverride All
        Require all granted
      </Directory>
      
    • Restart Apache and you should be able to access to the manager with http://127.0.0.1/manager/
  • By default xampp should be listening on port 80, if this one is already used apache won't start
    You can change this port by clicking in your XAMPP Control Panel on "Config" then "Service and Port Settings"
    Then change Main Port on the Apache tab
  • You can use the manager with http://127.0.0.1/manager/
  • I'll fix this
For your case you just have to follow steps described in the readme.md.
The wiki page is not up to date.
Also known as: satanasdiabolo
User avatar
BestNoob
Posts: 226
Joined: 08 Mar 2013, 12:04
Contact:

Re: [Tool]Dedicated Manager Web site

Post by BestNoob »

Okay thank you. So it is not a tool for me i use xaseco and expansion and wanna have 1 manager for both.

Would be great when you add support for xaseco ^^
To join my TM Servers, search for: bestnoob :thumbsup:
Post Reply

Return to “Dedicated Server”

Who is online

Users browsing this forum: No registered users and 1 guest