ALex
Visitor
|
Windows palabre working , Linux Not - 2009/09/04 00:33
I've tried palabre with windows xp (no ip configuration, crossdomains specified) and it works Not the same on Ubuntu linux (python 2.6.2) I'm in a private net (192.168.1.xxx) and tried also with the localhost no firewall is active and the server logs indicate a connection : 2009-09-04 02:28:38,041 : INFO Connection initialized for 127.0.0.1 2009-09-04 02:28:38,081 : INFO Client connected: m605(127.0.0.1) 2009-09-04 02:28:38,083 : DEBUG Palabre room 'm' created by m605(127.0.0.1)
but nothing happens, can anyone suggest something ? thanks in advance
following the config file: ---------------- [daemon]
startdaemon = false
pidfile = /var/run/palabre.pid
ip =
port = 2468
[logging]
loglevel = debug
logfile =
[admin]
password =
[crossdomain]
alloweddomains = 127.0.0.1 localhost 192.168.1.103
[database]
usedatabase = false checkpassword = false
dbType = mysql dbHost = 192.168.1.234 dbUser = root dbPassword = secret dbDatabase = test
dBRequest = SELECT * FROM t_logins WHERE login_nickname LIKE [LOGIN] AND login_password LIKE MD5([PASSWORD])
[modules]
list = dbQueries,helloworld,simpleLogin
|