Jonthekiller les met a jour les lien du 1er post du topic??
Bon avec les liens du 1er post j'arrive pas à lancer manialive (manialive2_r251 + MLEPP_r961)
jretourne a mon ancienne version (je c'est pas laquelle c'est mais elle va un peu ^^)
[Tuto] Creation d'un serveur sur Windows
Moderator: French Moderator
Re: [Tuto] Creation d'un serveur sur Windows
Fernando is faster than you
Just leave me alone, I know what to do



Just leave me alone, I know what to do



Re: [Tuto] Creation d'un serveur sur Windows
bon j'ai un probleme pour les plugins ils sont installés manialive se lance correctement mais aucun plugin visible sur le serveur même pas avec la commande /PluginManager
si ca px aider
si ca px aider
;------------------
; ManiaLive
;------------------
; the default path is 'php.exe' on windows and 'php' on linux
; phpPath = /path/php
; the default is %application%/logs
; logsPath = /var/logs
; whether to write console output into a file, default is Off
; runtimeLog = On
;------------------
; Dedicated Server
;------------------
server.host = '127.0.0.1' ;adresse ou est heberger le serveur, par défault c'est localhost mais chez moi cela ne fonctionne qu'avec 127.0.0.1 qui veut dire locaclhost --'
server.port = 5001 ;port XLM-RPC du serveur dédié à modifier selon le port que vous utilisez
; standard user level is SuperAdmin
; server.user = '*******'
; server.password = '*******' ;mot de passe SuperAdmin à changer si vous l'avez modifiée dans les fichiers de configuration serveur
; when a connection can't be established after the given amount
; of time, it will timeout and manialive will shutdown.
; server.timeout = 1
;------------------
; Admins
;------------------
; Add admins, that shall be able to control your server from game.
admins.logins[] = '*******' ;rajoutez votre login entre les ''
;------------------
; Plugins
;------------------
plugins.load[] = 'Standard\PluginManager'
plugins.load[] = 'Standard\Menubar'
plugins.load[] = 'Standard\Profiler'
plugins.load[] = 'Standard\Admin'
plugins.load[] = 'Standard\Dedimania'
plugins.Standard\Dedimania.password = ******* ;mettez ici le mot de passe du compte serveur
plugins.Standard\Dedimania.notifications = On
plugins.Standard\Dedimania.notifyNewFirstRecord = '%player% drove new first Dedimania record with a time of %time%!'
plugins.Standard\Dedimania.notifyNewRecord = '%player% just ranked %rank% on Dedimania with a time of %time%!'
plugins.Standard\Dedimania.notifyImprovedFirstRecord = '%player% beat his own first Dedimania record with a time of %time%!'
plugins.Standard\Dedimania.notifyImprovedRecord = '%player% moved on the %rank% Dedimania rank by finishing with a time of %time%!'
plugins.Standard\Dedimania.notifyImprovedRecordTimeOnly = '%player% secured his %rank% Dedimania rank by driving a time of %time%!'
; Add plugins to load.
;plugins.load[] = 'nom de l'auteur\nom du plugin'
;------------------
; Threading
;------------------
; threading can improve performance of your application. it
; allows modules to push blocking work onto another processes,
; this can also improve stability, because timeouts or
; unexpected exceptions do not impact the main application.
; if you have stability problems try to deactivate threading first
threading.enabled = true ; je traduis : si vous avez des problème de stabilité desactivé le
; how long may a thread be busy until it is killed
; threading.busy_timeout = 20
; how long, if not busy, may it take for a thread to response to a ping
; threading.ping_timeout = 2
; how many jobs should be send on each loop.
; increasing this value will boost jobs/time
; decreasing it will result in a reaction time improvement.
; threading.chunk_size = 10
; if threading is disabled, then how much time should be spend on
; each application loop to process work that would have been assigned
; to other threads normally
; default value is 1 second.
; threading.sequential_timeout = 1
;------------------
; ManiaHome
;------------------
; enabling the maniahome feature allows other modules to send
; notifications about eg. records or other actions on your
; server to player's friends.
; disabled by default.
; maniahome.enabled = true
; maniahome.user = ''
; maniahome.password = ''
; maniahome.manialink = ''
;------------------
[hostname: **********]
;------------------
; put here the configuration specific to an host
- jonthekiller
- Translator
- Posts: 4629
- Joined: 15 Jun 2010, 11:07
- Manialink: maniaolympics
- Location: In Maniaplanet Alpha
- Contact:
Re: [Tuto] Creation d'un serveur sur Windows
Il faudrait le contenu du fichier runtime.log dans logs/
Re: [Tuto] Creation d'un serveur sur Windows
si tu parles de ca
[CONFIG LOADER] Starting runtime load
[CONFIG LOADER] Pre-load completed
[CONFIG LOADER] F:\TM2\ManiaLive\config\config.ini parsed
[CONFIG LOADER] Class admins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Loaded 2 class instances
[CONFIG LOADER] Load completed
[CONFIG LOADER] Data dump:
Array
(
[ManiaLive\DedicatedApi\Config] => ManiaLive\DedicatedApi\Config Object
(
[host] => 127.0.0.1
[port] => 5001
[user] => ******
[password] => ********
[timeout] => 1
)
[ManiaLive\Threading\Config] => ManiaLive\Threading\Config Object
(
[enabled] => 1
[busyTimeout] => 20
[pingTimeout] => 2
[sequentialTimeout] => 1
[chunkSize] => 10
)
)
[CONFIG LOADER] Runtime load completed in 5.94 milliseconds
j'ai l impression que les plugins ne se chargent pas[CONFIG LOADER] Starting runtime load
[CONFIG LOADER] Pre-load completed
[CONFIG LOADER] F:\ManiaLive\config\config.ini parsed
[CONFIG LOADER] Class admins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Loaded 2 class instances
[CONFIG LOADER] Load completed
[CONFIG LOADER] Data dump:
Array
(
[ManiaLive\DedicatedApi\Config] => ManiaLive\DedicatedApi\Config Object
(
[host] => 127.0.0.1
[port] => 5001
[user] => SuperAdmin
[password] => SuperAdmin
[timeout] => 1
)
[ManiaLive\Threading\Config] => ManiaLive\Threading\Config Object
(
[enabled] => 1
[busyTimeout] => 20
[pingTimeout] => 2
[sequentialTimeout] => 1
[chunkSize] => 10
)
)
[CONFIG LOADER] Runtime load completed in 4.64 milliseconds
[CONFIG LOADER] Starting runtime load
[CONFIG LOADER] Pre-load completed
[CONFIG LOADER] F:\TM2\ManiaLive\config\config.ini parsed
[CONFIG LOADER] Class admins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Loaded 2 class instances
[CONFIG LOADER] Load completed
[CONFIG LOADER] Data dump:
Array
(
[ManiaLive\DedicatedApi\Config] => ManiaLive\DedicatedApi\Config Object
(
[host] => 127.0.0.1
[port] => 5001
[user] => ******
[password] => ********
[timeout] => 1
)
[ManiaLive\Threading\Config] => ManiaLive\Threading\Config Object
(
[enabled] => 1
[busyTimeout] => 20
[pingTimeout] => 2
[sequentialTimeout] => 1
[chunkSize] => 10
)
)
[CONFIG LOADER] Runtime load completed in 5.94 milliseconds
- jonthekiller
- Translator
- Posts: 4629
- Joined: 15 Jun 2010, 11:07
- Manialink: maniaolympics
- Location: In Maniaplanet Alpha
- Contact:
Re: [Tuto] Creation d'un serveur sur Windows
Utilises-tu la version de Manialive que j'ai donné et pas la dernière? Car les fichiers de configuration ont changé et ne sont plus compatible.
Et ne fais pas de triple-post, la fonction Editer existe.
Et ne fais pas de triple-post, la fonction Editer existe.
Re: [Tuto] Creation d'un serveur sur Windows
ok désolé mon probleme est resolu.
Pour ceux qui auraient le même probleme faut rajouter manialive.plugins car plugins seul ca risquait pas de fonctionner.
Pour ceux qui auraient le même probleme faut rajouter manialive.plugins car plugins seul ca risquait pas de fonctionner.
Re: [Tuto] Creation d'un serveur sur Windows
Je me suis rendu compte aussi que MLEPP n'était pas compatible avec ManiaLive r255 en ce qui concerne la configuration des plugins. J'avais pas trop envie d'utiliser ManiaLive r251 sur du TM2 donc j'ai édité la conf "en dur" dans les quelques plugins qui en avaient
Le tout en attendant une version de MLEPP pour ManiaLive r255
PS: Quid de Dedimania ? J'ai vu dans les logs que les serveurs de Dedimania rejetaient l'environnement "canyon" !

PS: Quid de Dedimania ? J'ai vu dans les logs que les serveurs de Dedimania rejetaient l'environnement "canyon" !


- jonthekiller
- Translator
- Posts: 4629
- Joined: 15 Jun 2010, 11:07
- Manialink: maniaolympics
- Location: In Maniaplanet Alpha
- Contact:
Re: [Tuto] Creation d'un serveur sur Windows
Slig travaille dessus, il faut attendre qu'il est fini.
Re: [Tuto] Creation d'un serveur sur Windows
Jai Manialive2 r251 avec MLEPPr961 et jai toujours pas les tableau des local ni l'heure --'
jai oublier une config peut être ??
jai oublier une config peut être ??
Fernando is faster than you
Just leave me alone, I know what to do



Just leave me alone, I know what to do



- jonthekiller
- Translator
- Posts: 4629
- Joined: 15 Jun 2010, 11:07
- Manialink: maniaolympics
- Location: In Maniaplanet Alpha
- Contact:
Re: [Tuto] Creation d'un serveur sur Windows
MLEPP/Widgetsflodab62 wrote:Jai Manialive2 r251 avec MLEPPr961 et jai toujours pas les tableau des local ni l'heure --'
jai oublier une config peut être ??
Who is online
Users browsing this forum: No registered users and 1 guest