Ryan McLean <[EMAIL PROTECTED]> writes: > I think you are talking about the wrong url field.
Oops. > I am talking about the one in the currencies table (url) not the users table > (skin_url). Ok. It's the URL of the script that is going to be used to get/put/change notes. > as it is in the format http://example.com/poker/currency_one.php > > I am just trying to establish how widespred its use is (eg in pok3d), as I > want > to "remove" it in favour of the name field and let the users (depending on > settings) choose the currency that they are to add cash to. This would completely break the currency handling. You don't want to do that. >>From a client view such as pok3d the new method will be > http://example.com/poker/index.php?name=<user>&action=cash_in&curr=<currency>&amount=<amount> You can't cash-in the server unless you give it a note that can be changed by the currency server. > which (after the user does what ever is need in teh program the poker server > using a master pw or user pw) basically says add <amount> to <currency> for > <user>. > > For the regualar users & admins they will select the currency from a drop down > list on the cash_in screen. This is a good idea. > Obv (maybe not in the 1st release) the majority of what i have just > said will be configured with options.. I am considering, extending > the pokernetwork db to cope with the additional options or creating > a seperate pokerweb db/tables or just keeping the options in the > config. You would be much better off creating an additional database instead of enhancing the poker-network database. Mainly because you need not be so strict with a web database. The poker server database need to stay consistent at all times and this is difficult. Cheers, -- +33 1 76 60 72 81 Loic Dachary mailto:[EMAIL PROTECTED] http://dachary.org/loic/gpg.txt sip:[EMAIL PROTECTED] Latitude: 48.86962325498033 Longitude: 2.3623046278953552 _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
