
Search found 25 matches
- Fri Jul 23, 2010 3:18 pm
- Forum: General Development
- Topic: 75% done with the authentication system
- Replies: -1
- Views: 3134
Re: 75% done with the authentication system
Very nice. I'm still learning the basics of AJAX. For now, my login/register system is plain. 

- Thu Jul 22, 2010 8:53 am
- Forum: Game Design
- Topic: A high Fantasy Browser MMO - Planning phase
- Replies: -1
- Views: 1172
Re: A high Fantasy Browser MMO - Planning phase
I like your ideas. I am designing a game similar to that, in which the player "evolves"... he chooses only his user name, then he evolves into classes as the game goes by depending on the way he plays, with the tools provided in the game... I really like your family idea.
- Thu Jul 22, 2010 7:00 am
- Forum: Say Hello
- Topic: New to the site - Interested in meeting people
- Replies: -1
- Views: 2595
Re: New to the site - Interested in meeting people
Hi,
First of all Welcome to the site.
2ndly, you are in the right place, there are some strong programmers here with who you can discuss all those matters that interest you.
First of all Welcome to the site.
2ndly, you are in the right place, there are some strong programmers here with who you can discuss all those matters that interest you.
- Tue Jul 20, 2010 5:24 am
- Forum: Art Showoff
- Topic: crate
- Replies: -1
- Views: 5028
Re: crate
It looks like it's just about to transform into something.
Looks great!
Looks great!
- Mon Jul 19, 2010 4:55 am
- Forum: Announcements and Site Discussion
- Topic: Congrats 20k!!!!!!!
- Replies: -1
- Views: 4704
Re: Congrats 20k!!!!!!!
Here's one more post for 40k. 

- Thu Jul 08, 2010 12:19 pm
- Forum: Off-Topic
- Topic: WE ARE IN THE FINAL!!!!!
- Replies: 14
- Views: 2931
Re: WE ARE IN THE FINAL!!!!!
Chris wrote:WE ARE IN THE FINAL!!!!!
Everybody cheer for Holland!
Congrats!

- Mon Jun 14, 2010 2:14 pm
- Forum: Coding
- Topic: simplistic question: changing a character to caps?
- Replies: 3
- Views: 1116
Re: simplistic question: changing a character to caps?
This is what you might be looking for.
- Sat May 22, 2010 8:16 am
- Forum: Off-Topic
- Topic: google pac man
- Replies: 11
- Views: 3100
Re: google pac man
hehehe 

- Fri May 21, 2010 7:43 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1083613
Re: Video#5
Halls whats the differenace between the two? ( { ) } I thought it would read the script either way. Regards, Hardtime81 ( ) are used for function parameters or for statements [ ] are used for vectors - arrays { } are used to define the begining and the end of a function; A short example: function y...
- Thu May 20, 2010 9:05 pm
- Forum: Older Browser MMO Videos
- Topic: Videos 1-20
- Replies: 80
- Views: 81239
Re: Videos 1-20
this is why $query = "select name,password from players where name='$player' and '$password'"; needs to be $query = "select name,password from players where name='$player' and password = '$password'"; this error I MADE has been biting me in the arse since I made it :) lol... i m...