Jump to content


Browser Based MMORPG Games with PHP,MySQL and others


21 replies to this topic

#1 kid_4000

    New Member

  • Members
  • Pip
  • 2 posts

Posted 23 December 2005 - 07:25 PM

Hello,
I know PHP very well, and I want to implement my knowledge by developing a MMORPG game with PHP (+MySQL,HTML and others of course). But before, I would like to see your opinion about that:
1. What do you think about PHP based games generally?
2. What do you think about the advantages and the disadvantages by developing PHP based games?
3. What do you think I shall learn additionally to PHP,MySQL,HTML and JavaScript (that help me with the game, of course)?
4. If you have any tips or others..you're welcome :lol:

Thank you very much.

#2 GroundKeeper

    Valued Member

  • Members
  • PipPipPip
  • 110 posts

Posted 23 December 2005 - 08:50 PM

MMO sounds more like something interactive.. php is more turn based.. it would require some extension wouldn't it?!

#3 Jynks

    Member

  • Members
  • PipPip
  • 85 posts

Posted 23 December 2005 - 10:01 PM

There are a few phpbb mods for roleplaying... ... . charicter classes, skill development, items and battles..... all the code is for phpbb (a free bullitin board software) and as it is php you can read all the code directly might be a good place to start?


http://www.phpbb.com...ic.php?t=198579
http://www.phpbb-rpg...18716bc81f40f80

#4 kid_4000

    New Member

  • Members
  • Pip
  • 2 posts

Posted 24 December 2005 - 08:22 AM

GroundKeeper said:

MMO sounds more like something interactive.. php is more turn based.. it would require some extension wouldn't it?!
Oh..I suppose it would...Do you have any idea about how to turn it into "something interactive"?

Jynks - I want to develope the game myself, and not with mods to PHPBB (or other bulletin boards)..

#5 Methulah

    Senior Member

  • Members
  • PipPipPipPip
  • 727 posts

Posted 24 December 2005 - 11:33 AM

To make it interactive, you would have to use Javascript or Flash. neither are particularly appealing to a PHP programmer (I know because I am one). I made an MMORPG using PHP/MySQL and it was turn based, but it allows for interaction.
Django Merope-Synge :: django@white-epsilon.com
Lead Designer/Project Manager - White Epsilon

#6 marksman

    New Member

  • Members
  • Pip
  • 5 posts

Posted 17 January 2006 - 09:47 PM

does any1 no where i can learn to create turn based games and learn PHP and MySQL

#7 Methulah

    Senior Member

  • Members
  • PipPipPipPip
  • 727 posts

Posted 18 January 2006 - 12:22 AM

to learn PHP and PHP/MySQL, the best place I have found is http://www.freewebma....com/tutorials/.
Django Merope-Synge :: django@white-epsilon.com
Lead Designer/Project Manager - White Epsilon

#8 marksman

    New Member

  • Members
  • Pip
  • 5 posts

Posted 19 January 2006 - 02:24 AM

oh ok cool i wanna try to make a game like fallofnations if you want a link to it go to www.freewebs.com/area51rock and scroll down on the main page to find a link and then just sign up

#9 marksman

    New Member

  • Members
  • Pip
  • 5 posts

Posted 20 January 2006 - 02:54 AM

ok i dont really know PHP and MySQL very well ive been looking at it on that site in the link for freewebmastershelp but it hasnt helped me understand how to create my own codes and i need to find a way to create a turn based game if any of u have a place to learn PHP and MySQL then please tell me also if you have a turn based game on the internet based off of PHP tell me so i can see what you can do with PHP

#10 Nodlehs

    Valued Member

  • Members
  • PipPipPip
  • 152 posts

Posted 20 January 2006 - 06:34 PM

marksman said:

ok i dont really know PHP and MySQL very well ive been looking at it on that site in the link for freewebmastershelp but it hasnt helped me understand how to create my own codes and i need to find a way to create a turn based game if any of u have a place to learn PHP and MySQL then please tell me also if you have a turn based game on the internet based off of PHP tell me so i can see what you can do with PHP

Methulah already gave decent link.

Methulah said:

to learn PHP and PHP/MySQL, the best place I have found is http://www.freewebma....com/tutorials/.


#11 marksman

    New Member

  • Members
  • Pip
  • 5 posts

Posted 20 January 2006 - 09:17 PM

yeah but i read it all and it doesnt say how to make your own things like if i wanted to put a sign in thing for a game in i havent found out how to do that and i read all the PHP and MySQL things

#12 marksman

    New Member

  • Members
  • Pip
  • 5 posts

Posted 20 January 2006 - 09:19 PM

and have any of you made a turn based game from PHP/MySQL if so and if its on the internet can you pots a link to it so i can see what you can do with PHP and MySQL

#13 Nodlehs

    Valued Member

  • Members
  • PipPipPip
  • 152 posts

Posted 21 January 2006 - 12:49 AM

You should probably look for more online tutorials or read a good book, pretty sure this one is decent.

http://www.amazon.co...=books&v=glance

#14 deth4uall

    New Member

  • Members
  • Pip
  • 1 posts

Posted 24 January 2006 - 09:01 PM

How do you do the programming for stargatewars.com? I want mine to be like theirs...

#15 Ed Mack

    Senior Member

  • Members
  • PipPipPipPip
  • 1239 posts

Posted 24 January 2006 - 10:47 PM

When using php as the backend, look into php's socket server abilities. They allow you to connect to your php script via a socket from some custom client (i.e. flash or an app) and pass data back and forth. This does require more than php, but creates a truly interactive php backed game.

#16 Methulah

    Senior Member

  • Members
  • PipPipPipPip
  • 727 posts

Posted 28 January 2006 - 10:08 AM

Jah, also, the link I gave you gives you all you need to make a sign up form. For example, it shows you how to get data out of a form and stor it in a database. That is sign up right there. If you want to learn how to use cookies and session to allow players to log in, then I would recommend http://www.tutoriali...tutorials/PHP/1 as it provides a good list of tutorials. For more specific security/login ones, try http://www.tutoriali.../PHP/Security/1 or for what Ed Mack was talking about try http://www.tutoriali...Flash-and-PHP/1. Hope it works out for you.
Django Merope-Synge :: django@white-epsilon.com
Lead Designer/Project Manager - White Epsilon

#17 Nyzse

    New Member

  • Members
  • Pip
  • 4 posts

Posted 04 February 2006 - 06:56 AM

Flash would probobly be alot better option, once you learn one programing languge its not hard to learn others (although you also have ot learn all the gprahics stuff in flash ><). If you've ever programed forums then you probobly have alot of what it takes to make a turn based RPG. (so says a friend of mine who did his own online rpg, but it was basicly a clone of kings and knights or w/e that game was called where you had an army, and it got bigger the more people you got to click your link). and it makes sence that forums are alot like a turn based rpg (not really how it acts, but the logic required to do it).

#18 Methulah

    Senior Member

  • Members
  • PipPipPipPip
  • 727 posts

Posted 04 February 2006 - 10:54 PM

Oh hell yeah. All you really need is a PHP/MySQL reference book and you can quite easily create a browser based MMO game. It is quite fun and you can get results that are still impossible in interactive 3D.
Django Merope-Synge :: django@white-epsilon.com
Lead Designer/Project Manager - White Epsilon

#19 mattd8752

    New Member

  • Members
  • Pip
  • 2 posts

Posted 14 February 2006 - 12:57 PM

Good luck :) I am currently creating my own rpg, I also posted in these forums, but I am looking for someone experienced with flash.

#20 vampraist

    New Member

  • Members
  • Pip
  • 1 posts

Posted 18 February 2006 - 12:17 PM

On the subject of MMO PHP games I would like to direct anybody interested to a game I have written in PHP using a MySQL database.

It is a roleplay game set in the 1920s using the background of Lovecraft's Mythos. The game is entirely browser based, a kin to the old text driven MUD games though incorporating 2D graphics.

http://www.cthulhunation.co.uk

I hope this isn't too off topic but I thought I'd show any interested that PHP games can indeed be fun to make!





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users