aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: serwer web brak dostepu  (Read 5871 times)

wilq

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
serwer web brak dostepu
« on: August 02, 2005, 02:46:32 PM »

Witam mam maly problem
zainstalowalem na mandrake 10.1 amule z rpm i webserwer
gdy wlanczam web serwer w amule niestety nie dziala wyskakuje komunikat zeby ponownie skompilowac amule ale jak wlanczam w konsoli amuleweb to sie uruchamia i na porcie 4712 mam strone logowania amule lecz zadne chaslo nie dziala tak jakby nie bylo skonfigurowane w samym programie jak rozwiazac ten problem bez kompilacji amule???
Logged

KeRn

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 32
Re: serwer web brak dostepu
« Reply #1 on: August 08, 2005, 12:10:53 PM »

hi,

to z haslem to pestka (dla czytajacych wiki :) )

Quote
   Shutdown aMule if it is still running.
    Edit your ~/.eMule file, locate the [ExternalConnect] section and change:

        AcceptExternalConnections=1 <-- To enable aMule listening for External Connections.
        ECUseTCPPort=1 <-- To use the TCP port. Very important since Unix sockets are disabled.
        ECPassword=ca3c365274907c6fd527068788e14639 <-- To find the MD5 string for your password, do:

            $ echo -n yourpasswordhere | md5sum | cut -d ' ' -f 1
            ca3c365274907c6fd527068788e14639

czyli - wylacz amule; wpisz w console

echo -n | md5sum | cut -d ' ' -f 1

i to co ci w consoli sie ukaze wklej do ~/.aMule/amule.conf (w miejsce Password= - linijka 209)

powodzenia

tutaj ten artykul >> http://www.amule.org/wiki/index.php/Webserver
Logged