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 new topic::
Number of online - 2006/10/02 13:43 I would like to get the online list from palabre, can I do it without connecting with a socket and send the XML?

Do palabre store the information somewhere?

If I have to connect with sockets, I would prefer PHP or Python - But I have recently failed to achieve that goal..

I have to make a TCP socket, right?

My PHP and Python scripts connect to the server, at least the palabre.log tells me that, but palabre doesn't recieve or send any XML, even that my scripts tries to..

Any idea?
  reply | quote
Re:Number of online - 2006/10/02 14:09 Hi

If I understand well, you want an external application to connect to palabre to get the list of all online users ?

Palabre only stores thoose informations in memory, so the only way to access them is to connect through a socket

Python or PHP can do that, but when you send the XML nodes, you have to end the "xml string" with a "NULL BYTE" (often writen : - backslash zero)
example in PHP :
Code:

  $myxmlstring '<connect nickname="ApplicationCheckingList" />'."\0";



I hope this would help :)
Célio Conort
Lonesome Palabre developper
  reply | quote
Re:Number of online - 2006/10/02 14:36 Thanks mate :)

That really helped, now everything suddenly works :D
  reply | quote
::post new topic::
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