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::
Palabre db mod - 2006/08/15 09:27 In responce to this thread and to some degree this one to I have created my own mod of the palabre server.

Grab the server
Grab the source

Theres a mod.txt where you can read about what it does in detail, but basiclly what it does is allow peoples name, password and data to be stored on the sever, though palabre.

when the person logs in, it gives them back their data they put in.
users have to sign up before they can log in. (optinal though, you can set it to have guests 'browsing a game')
users can update their own data, and nobody elses.

So, what can happen is when say a player creates a custom car, he can save it
to the server and the next time he logs in, he will get the same looking car back.

On the more technical side of things, it uses the pythons dictonaray ADT (wich uses hashing to get values) to get the data from the database. if you dont know what that means, it means that all insertions/ reqests /deletes happen in O(1) time. Thats really fast, but the space in RAM is O(N). the reason why i did this (instead of a orderd list & binaray serach O(log n)) is because in reality flash can only handle about 100 objects at once. so it would be safe to have 10,000 entrys in the data file (it would take up about 10 meg) but you wouldent want to have 1 million entrys. but by that time any person trying to connect to the server from flash would have their computer freeze on them anyway.

Questions?
  reply | quote
Re:Palabre db mod - 2006/08/15 21:38 Hi !

Thx a lot for your mod it sounds really great !
i'll try to have a look at it in details soon !

Célio
  reply | quote
Re:Palabre db mod - 2006/08/28 07:18 I've made a few ajustments to the mod, instead of sending <update data='stuff' room='Lobby' />

you can just say <update data='stuff' /> and it will send <updated nickname='bob' data='stuff'> to all the rooms the user is in.

I'm too lazy to upload the new version, but if you want it just tell me :P
  reply | quote
Re:Palabre db mod - 2006/09/12 14:28 Does anybody have this file?
The tcartoon.com Web site is not available anymore :-(
  reply | quote
Re:Palabre db mod - 2006/09/12 14:37 anybody have this?

this sounds very interesting!

it would be great to have a database abstraction layer in place on the server end.

I have created a seperate server pp for this at the oment, but if python could sor this then cool!

How do we get hold of the source anyhow?

Jamie
  reply | quote
Re:Palabre db mod - 2006/10/06 05:45 let me kidnap torleif on msn ;)
  reply | quote
Re:Palabre db mod - 2006/10/09 02:26 http://rapidshare.de/files/36035070/dist.zip.html

sorry for the rushed job, hopefully this contains the sauce and the exe.
this one is a newer version, and upon signing up, it will also connect you to the server
  reply | quote
Re:Palabre db mod - 2006/10/18 19:36 That site no longer carries the file(s). Any chance you could repost?
  reply | quote
Re:Palabre db mod - 2006/10/20 09:05 Hi

I've hosted this mod on the Palabre server => Download Section as "Torleif-db-mod"
http://palabre.gavroche.net/download/

Torleif if you're reading this, is this ok with you ?
Célio Conort
Lonesome Palabre developper
  reply | quote
Re:Palabre db mod - 2006/11/01 05:58 Excellent :D
  reply | quote
Re:Palabre db mod - 2006/12/13 19:27 This sounds cool. But is this for windows only or can I just replace the scripts?

thanks!!!
/andreas
  reply | quote
Re:Palabre db mod - 2007/02/07 03:10 its for any operating system with python
  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