[PHP] Create A Registration Website For An MMORPG Server
I need help creating a website for other people to register to connect to the server. The server is an emulator of Conquer Online. Can anyone create me a website?
I am using AppServ v2.5.9, PostgreSQL & PHP.
I was using one but there was too much errors.
This links might help you.
I need a nice website, please.
http://forum.ragezone.com/f300/guide...ii-how-270523/
http://forum.ragezone.com/f197/relea...package-52802/
http://forum.ragezone.com/f197/relea...on-page-67255/
If you got any question, please ask me.
Re: [PHP] Create A Registration Website For An MMORPG Server
Run the webserver using the same computer where your server is hosted, just do a simple php registration page and you're done.
Re: [PHP] Create A Registration Website For An MMORPG Server
What errors did the other packages give you? Mainly one error can look like it has loads of errors...
You mainly need to make a registration page (form) which is processed and checked for errors. Than it needs to be added to the database. Than you're actually done, right?
Take a look here: PHP: PostgreSQL - Manual it contains all postgre functions you can use, with examples.
And you can prolly google for a simple registration script, or if you're experience enough, you can write it yourself ;)
Re: [PHP] Create A Registration Website For An MMORPG Server
$con = pg_connect("host=".$pg." dbname=".$db." user=".$un." password=".$ps."", PGSQL_CONNECT_FORCE_NEW) or die("Error:".pg_last_error($con));
can anyone see any errors in this?
Re: [PHP] Create A Registration Website For An MMORPG Server
The error was that you didn't enabled the postgre extension. There is nothing wrong with the code. I explained you that 3 times now.
Re: [PHP] Create A Registration Website For An MMORPG Server
Fix the error. The problem was I was using php5 and the php.ini was for php4. Now I don't get the error but now people can't view the webpage only I can from the same computer. I am using Hamachi. IP is 5.21.117.132. Using Router. Currently using AppServ Version 2.4.5 for Windows Server 2003. When I use the another computer from the same connection, it takes too long to load page and I get error that it can't display page.
Re: [PHP] Create A Registration Website For An MMORPG Server
Are you sure that the router redirects everything on port 80 to your pc? And did you configure the server to be online/visible for outer lan connections?
Re: [PHP] Create A Registration Website For An MMORPG Server
Can you post the code around line 32 of that file? So not the whole file...
Else we cannot fix the problem.
Re: [PHP] Create A Registration Website For An MMORPG Server
[code]
</script>
<?PHP
include ("./include/config.php");
if (!isset($_POST['cp'])) {
?>
<center><h3>Change Password</center><?h3>
Please enter the current password and your new password below.
<form action='./?section=pass_change' method=post>
<table>
<tr>
<td><label for=cp>Current Password</label></td>
<td><input type=password name=cp id=cp></td>
</tr>
<tr>
<td><label for=ps1>New Password</label></td>
<td><input type=password name=ps1 id=ps1></td>
</tr>
<tr>
<td><label for=ps2>Confirm Password</label></td>
<td><input type=password name=ps2 id=ps2></td>
</tr>
Re: [PHP] Create A Registration Website For An MMORPG Server
First off that's some bad html lol
Secondly I don't see anything wrong. The only thing it might be is the include line but I don't see anything wrong with it. T_STRING usually happens when you have a string in a place where it doesn't belong.
Re: [PHP] Create A Registration Website For An MMORPG Server
Re: [PHP] Create A Registration Website For An MMORPG Server - 12-02-2007, 02:02 AM
$con = pg_connect("host=".$pg." dbname=".$db." user=".$un." password=".$ps."", PGSQL_CONNECT_FORCE_NEW) or die("Error:".pg_last_error($con));
can anyone see any errors in this?
Conquer Online Revolution
http://forum.ragezone.com/f115/co-co...ltuion-303636/
http://forum.ragezone.com/f206/team-...server-271801/
The Code is fine.
Re: [PHP] Create A Registration Website For An MMORPG Server
Hello guys. Lol I need help creating a website for my WoW server I dont want any special I just need it so people can go to it and register and account on my server. And will it be free?
Re: [PHP] Create A Registration Website For An MMORPG Server
Quote:
Originally Posted by
Wh005h
First off that's some bad html lol
Secondly I don't see anything wrong. The only thing it might be is the include line but I don't see anything wrong with it. T_STRING usually happens when you have a string in a place where it doesn't belong.
well then u create me a good simple account registration for my server
Re: [PHP] Create A Registration Website For An MMORPG Server
Quote:
Originally Posted by
aildcrazyjap
Hello guys. Lol I need help creating a website for my WoW server I dont want any special I just need it so people can go to it and register and account on my server. And will it be free?
Make a new thread someone will probably help you then (:<
Re: [PHP] Create A Registration Website For An MMORPG Server
i can make a site for you and all and i know how to make registering pages and conecting to servers! ( i looked at tutorials! XD LOL) anyway jus tell me the name of da site and ill start now and tell me waht theme and pm me
Re: [PHP] Create A Registration Website For An MMORPG Server
Quote:
Originally Posted by
medz03
i can make a site for you and all and i know how to make registering pages and conecting to servers! ( i looked at tutorials! XD LOL) anyway jus tell me the name of da site and ill start now and tell me waht theme and pm me
Thanks
Name Of The Site: Prototype Revolution
Theme: Whatever Theme You Think Looks Cool
Make me a simple one like http://forum.ragezone.com/attachment...blacktheme.jpg only with Username, Website Password, Comfirm Password. Also with server status.