Page 19 of 21

Re: [Tool]Dedicated Manager Web site

Posted: 23 Oct 2013, 15:47
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.

Re: [Tool]Dedicated Manager Web site

Posted: 23 Oct 2013, 15:52
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)

Re: [Tool]Dedicated Manager Web site

Posted: 23 Oct 2013, 16:18
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.

Re: [Tool]Dedicated Manager Web site

Posted: 23 Oct 2013, 16:56
by jonthekiller
Ok, thank you, I will test soon.

Re: [Tool]Dedicated Manager Web site

Posted: 09 Jun 2014, 00:11
by gimpymoo
Is this still being worked on?

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

?

Re: [Tool]Dedicated Manager Web site

Posted: 09 Jun 2014, 07:41
by jonthekiller
It wasn't updated since a moment but it still works.

Re: [Tool]Dedicated Manager Web site

Posted: 22 Oct 2014, 20:30
by w1lla
a update i am working on to implement several karma for maps.

http://tmrankings.com/mp/maniaplanet-de ... -karma.png

Re: [Tool]Dedicated Manager Web site

Posted: 27 Nov 2014, 23:36
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 ?

Re: [Tool]Dedicated Manager Web site

Posted: 28 Nov 2014, 09:14
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.

Re: [Tool]Dedicated Manager Web site

Posted: 28 Nov 2014, 15:21
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 ^^