can not login ADCHPP

Asked by comet

hi,
I'm new to adch++ and I got it to compile and run on my ubuntu server 12.04 i386:

~/adchpp_2.9.0_source/build/release-default/bin# ./adchppd
Starting..Processing HubName
Processing Description
Processing Log
Processing LogFile
Processing MaxCommandSize
Processing BufferSize
Processing MaxBufferSize
Processing OverflowTimeout
Processing LogTimeout
.
2.9.0 (r0) Release running, press ctrl-c to exit...

dc++ client:

[01:35] *** Connecting to <172.18.175.161>...
[01:35] *** Connected

and do not display anything else, can somebody help?
Thanks in advance!

Question information

Language:
English Edit question
Status:
Solved
For:
ADCH++ Edit question
Assignee:
No assignee Edit question
Solved by:
eMTee
Solved:
Last query:
Last reply:
Revision history for this message
eMTee (realprogger) said :
#1
Revision history for this message
comet (iamcomet) said :
#2

cat /etc/adchpp/adchpp.xml

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<ADCHubPlusPlus>
 <Settings>
<HubName type="string">ADCH++</HubName>
<Description type="string">ADCH++ Test hub</Description>
<Log type="int">1</Log>
<LogFile type="string">logs/adchpp%Y%m.log</LogFile>
<MaxCommandSize type="int">16384</MaxCommandSize>
<BufferSize type="int">1024</BufferSize>
<MaxBufferSize type="int">16384</MaxBufferSize>
<OverflowTimeout type="int">60000</OverflowTimeout>
<LogTimeout>10000</LogTimeout>
 </Settings>
<Servers>
 <Server Port="2780"/>
</Servers>
<Plugins Path="/home/comet/adchpp/"/>
        <Plugins>
                <Plugin>Script</Plugin>
                <Plugin>Bloom</Plugin>
        </Plugins>
</ADCHubPlusPlus>

------------------------------------------------------------
cat /etc/adchpp/Script.xml
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--Ensure that you load the scripts in this order so that they work correctly.-->
<ScriptPlugin>
        <Engine language="lua" scriptPath="Scripts/">
                <Script>json.lua</Script>
                <Script>aio.lua</Script>
                <Script>autil.lua</Script>
                <Script>access.lua</Script>
                <Script>access.bans.lua</Script>
                <Script>access.guard.lua</Script>
                <Script>access.op.lua</Script>
                <Script>access.bot.lua</Script>
                <Script>motd.lua</Script>
                <Script>history.lua</Script>
        </Engine>
</ScriptPlugin>
------------------------------------------------------------
I had changed <Plugins Path="/home/comet/adchpp/"/> , but not work .

Revision history for this message
Best eMTee (realprogger) said :
#3

"Example:
        <Servers>
                <Server Port="2113"/>
        </Servers>

In this example you will use the address adc://yourdomain:2113 to connect to your hub."

http://adchpp.sourceforge.net/user_guide/basic_guide.html#_setting_up_ports

Revision history for this message
comet (iamcomet) said :
#4

Thanks eMTee, that solved my question.

Revision history for this message
andrew (ajbleck) said :
#5

emtee i'm having a similar problem but on windows. i'e already done everything in the basic setup guide

Revision history for this message
comet (iamcomet) said :
#6

        <Servers>
                <Server Port="2113"/>
        </Servers>
In this example you will use the address adc://yourdomain:2113 to connect to your hub.