Search found 17 matches
Re: Direction
halls, from what I read asSQL encrypt the information in swf format, regarding on data security... how secured is it?
Re: Direction
hmm, in your opinion is it better to go ASP (which I am not really familiar of)
or try integrating php and mysql?
I found this on kiruma, http://www.kirupa.com/developer/actions ... ration.htm.
or try integrating php and mysql?
I found this on kiruma, http://www.kirupa.com/developer/actions ... ration.htm.
Direction
Need some help for directions from fellow forumers here, previously I followed halls' tutorial for creating a game via php. currently, I am learning how to create a flash based game, I noticed that the scritping for AS3 and php is really different. and I am wondering if SQL database works with AS3 s...
- Wed Feb 03, 2010 8:54 am
- Forum: Older Browser MMO Videos
- Topic: hashed info
- Replies: 8
- Views: 1631
hashed info
guys,
if some of the information say e-mail or password is hashed or encoded with salt
how are we suppose to retrieve the information if player requires for password or email recovery?
thanks.
if some of the information say e-mail or password is hashed or encoded with salt
how are we suppose to retrieve the information if player requires for password or email recovery?
thanks.
- Tue Feb 02, 2010 11:43 pm
- Forum: Older Browser MMO Videos
- Topic: Question related to database
- Replies: 6
- Views: 1317
Re: Question related to database
sorry for the late reply, but I got the idea.
currently going backwards, starting from scratch again trying to build my register and login page.
I'll get there within a few days of time, until then we shall discuss about this further.
and thanks jack,
currently going backwards, starting from scratch again trying to build my register and login page.
I'll get there within a few days of time, until then we shall discuss about this further.
and thanks jack,

- Sun Jan 31, 2010 7:34 pm
- Forum: Older Browser MMO Videos
- Topic: Question related to database
- Replies: 6
- Views: 1317
Re: Question related to database
jack, help me figure out how to route this. currently we have a store layout in which, if players need to buy anything, the script draws data as such: $invinfo="SELECT * from store where amount > 0"; $invinfo2=mysql_query($invinfo) or die ("Could not select anything from the store.&qu...
- Fri Jan 29, 2010 5:45 pm
- Forum: Tutorials
- Topic: Help Creating The User Levels!
- Replies: 7
- Views: 1997
Re: Help Creating The User Levels!
halls, I have some questions regarding on user levels as well. currently the formula or equation is equals to $playerinfo3['level'] * 100 * $playerinfo3['level'] what if I want to add some difficulties into it $playerinfo3['level'] * 100 * $playerinfo3['level'] + previous levels experience that way,...
- Fri Jan 29, 2010 3:01 pm
- Forum: Older Browser MMO Videos
- Topic: Question related to database
- Replies: 6
- Views: 1317
Re: Question related to database
Hmm, is it something similar to this? http://buildingbrowsergames.com/2008/05/05/designing-browsergames-a-flexible-stats-system/ ////////// Another Question////////// Jack, are you familiar with hall's tutorial video? Currently for items alone, we have several tables. say, store, weapons, armors and...
- Fri Jan 29, 2010 7:20 am
- Forum: Older Browser MMO Videos
- Topic: Question related to database
- Replies: 6
- Views: 1317
Question related to database
is there a way that we can assign a primary id to the items, weapons or armors so that whenever we change the details (eg: rating or damage), it will automatically changes the players' item details as well?
Update weapon 1 details under table weapon
All weapon 1 under playerweapon will be updated
Update weapon 1 details under table weapon
All weapon 1 under playerweapon will be updated
- Sun Jan 24, 2010 8:57 am
- Forum: Older Browser MMO Videos
- Topic: Using Magic
- Replies: 2
- Views: 630
Re: Using Magic
Case solved!
downloaded the the psp files from tutorial 14, opened up the attack.php
filled in the 2 variables
$pid = $playerinfo3['id']
and as for playerpass
$playerpass = 0
downloaded the the psp files from tutorial 14, opened up the attack.php
filled in the 2 variables
$pid = $playerinfo3['id']
and as for playerpass
$playerpass = 0