You don't need frames to view this website. Flash communication server. Flash mx xml socket server.
Home
Main Menu
Home
- - - - - - -
What is Palabre ?
Features
News
FAQ
Forum
DEMO
- - - - - - -
Downloads !
Browse SVN
- - - - - - -
Search
Contact Us
- - - - - - -
Sourceforge Project Page
Python
Links
Palabre on Facebook






Actionscript for Multiplayer games
 
Download Palabre Flash Xml Socket Server DOWNLOAD Download Palabre Flash Xml Socket Server FORUM Download Palabre Flash Xml Socket Server FAQ Download Palabre Flash Xml Socket Server WHAT IS IT
 



Using Palabre ? Coming here for Support ? Please consider making an (even small) donation :)
Palabre Forum  


Post a new message in "Default Forum"
Name:
Subject:
topic icon:
no
boardcode:
 Colour:  Size:   Close all tags
Message:
CAPTCHA: How much is 3 added to 10

Topic History of: Palabre 0.6 + Mysql
Max. showing the last posts - (Last post first)
Author Message
Thrapple Hi Célio !



Thank you very much and sorry for my later answer.

I'm a big looser, I don't see this details -_-''



I put :



Code:

 dBRequest SELECT FROM t_logins WHERE login_nickname LIKE [LOGIN] AND login_password LIKE [PASSWORD]





And Now, all is good.

Thank you so much.

Thrapple,
celio Hi



What is returned by the server after you sent :



Code:

 
_root
.mysend("<connect nickname='"+_root.mnick.text+"' password='"+_root.mnick2.text+"' />");




In the ouput you pasted I see no trace of login

And are your passwords encoded as MD5 in the database ? In the config file you posted, you still use the MD5() function in the SQL query, but in the database export this isn't MD5
So if it's that either encode your passwords or remove the MD5() function in the SQL query
Thrapple Carlos say :



I have the same problem in the past (i think).

Before everything: are you trying to connect local or from your IP?

Look, in the .conf, in the IP, try to put the IP you have locally (i mean, 192.168.??.??) if you're a windows user: WINDOWS BUTTON + R, then you writte CMD, then you write IPCONFIG and where it says "direction" or something like that, you'll have the IP. Copy that IP and paste it in the .conf.

Then, go to your connection in flash and put that IP if you wan't to work local or your REAL ip ( andy21.com/ip ) if you want to connect from another computer.

Finally, you must to OPEN the PORT (2468) in your firewall, and, if you use WIRELESS with ROUTER, you have to enter your router and configure it so you say him that if someone is trying to enter the por 2468, it must go to your computer.

I don't know if this was what you were asking.




Hi Carlos,

Thanks for the answer !



I think my connection palabre/client is good.

Beceause when I put "usedatabase = false checkpassword = false" in my palabre.conf I can connect to my palabre server with my flash client.
Thrapple Now, nobody can connect to palabre :(

And I don't understand why...



Have you got an idea ?
Thrapple No it's not work.

I try without :



2008-09-09 16:46:27,779 : INFO No log file has been specified

2008-09-09 16:46:27,779 : INFO Palabre will only print log to console

2008-09-09 16:46:27,825 : INFO Running on: 127.0.0.1

2008-09-09 16:46:27,825 : INFO Port: 2468

2008-09-09 16:46:27,825 : INFO Palabre is running on local Interface

2008-09-09 16:46:27,825 : INFO No other computer will be able to access it

2008-09-09 16:46:27,825 : INFO 1 Module(s) to load

2008-09-09 16:46:27,857 : INFO Module : helloworld Loaded

2008-09-09 16:46:27,857 : INFO 1 Module(s) loaded

2008-09-09 16:46:27,888 : INFO Connection to BDD OK

2008-09-09 16:46:59,460 : INFO Connection initialized for 127.0.0.1

2008-09-09 16:47:12,997 : INFO Connection lost for (127.0.0.1)

2008-09-09 16:47:12,997 : INFO Disconnection asked by (127.0.0.1)

2008-09-09 16:47:12,997 : INFO Client left:




So in the client I've got it :



*8963* Incoming :

<error>You must login first</error>

*6182* Sending :

<join room='Canal Principal' />

Hello !

Please connect, join a room and enjoy !




For more informations :



- code in my flash client :

px.onConnect = function(succes)

{

if(succes) {

_root.mysend("<connect nickname='"+_root.mnick.text+"' password='"+_root.mnick2.text+"' />");

gotoAndStop(2);

}

else

gotoAndStop(4);





}




- my database in phpmyadmin:





test (1)



* t_logins





login_nickname login_password id

minus 111111 1

pomme pomme 2




-__-"
admin Hi



I think the problem is that you use the "simpleLogin" plugin that overides the default password check.



Try without it and it should work
SORRY, website is currently mostly broken due to software changes on the server.
Hope to fix it soon ...

In the meantime you may still download palabre or use the forum