how create register page with user conquer

06/11/2012 20:58 Bosuul#1
plzzz Help me i need Tutorial plzz

tutorial with register page php where connection player for accounts

character for play game conquer
source 5165 you need help

plz help me thx you :):mofo:

look Ex: Fantasy co Register page

_________
User:|________|
_________
Password:|________|

end tutorial with mysql connection , connection site with server thx ...

end play game

___________
User: |__________|
____________
password:|___________|


thx :)
06/11/2012 22:37 pro4never#2
Register pages are related to your database system rather then the source or even the game they are used for.

Google some php examples and you'll be able to write one in about 5 minutes... or take a minute to actually look through the released ones to understand how they work.

If the database system is SQL then it's simply a mater of validating user input, then checking if entry exists in database (returning result) and then running your sql query assuming everything passes the checks.
06/12/2012 01:29 Zeroxelli#3
Something I made a long time ago, and it's VERY simple, but you can easily make something from it: [Only registered and activated users can see links. Click Here To Register...]
06/12/2012 10:31 Bosuul#4
thx
06/12/2012 21:36 Zeroxelli#5
No problem, hopefully it helps.