Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Web [Tut] MapleStory Cms/ Registration Page

Newbie Spellweaver
Joined
Mar 10, 2007
Messages
91
Reaction score
0
This is a guide that is based on Superfun's register php script ( so thank him )

================================================== ====
Requirements:
================================================== ====

1. Wamp Server -
2. Superfun's PHP Registration Script -
3. PHP.ini ( I will post if needed )

================================================== ====
A. Installation of WampServer
================================================== ====

1. Install WampServer
2. After installing run Wamp
3. You will see a new mini icon on the lower right of your screen
4. Click it and press PHP then PHP extensions
5. After that, check the following: ( do not follow if already checked )
php_mysql
php_mysqli
php_gd2
================================================== ====
B. MS Registration Page setup
================================================== ====

1. Look for your Wamp folder
2. After that, look for the folder named "www"
3. Open it and delete all the files in it
4. Download Superfun's PHP registration script
5. Open and extract it to your "www" folder
6. Configure the Config.php ( if needed )
7. Now go to
 
Banned
Banned
Joined
Aug 29, 2007
Messages
33
Reaction score
0
Re: [GUIDE]MapleStory Cms/ Registration Page

Euh Nice guide ;)
 
Junior Spellweaver
Joined
Apr 8, 2008
Messages
146
Reaction score
0
Re: [GUIDE]MapleStory Cms/ Registration Page

nice but how do we let other people see it? this is only for local host, i tryed it with my external ip and it dosnt work for my friend.
 
Newbie Spellweaver
Joined
Mar 10, 2007
Messages
91
Reaction score
0
Re: [GUIDE]MapleStory Cms/ Registration Page

I suggest you use hamachi, the link to the site will be your ip address in hamachi ;)
Or you can use a host like no-ip ( applicable only with static IP )
I'll follow up a guide that uses no-ip.
 
Junior Spellweaver
Joined
Apr 6, 2008
Messages
140
Reaction score
0
Re: [GUIDE]MapleStory Cms/ Registration Page

thx for da gr8 tut but would i mind posting the no-ip tut??
 
Master Summoner
Joined
Apr 2, 2008
Messages
538
Reaction score
0
Re: [GUIDE]MapleStory Cms/ Registration Page

So does wampserver include PHP.ini?
 
Newbie Spellweaver
Joined
Mar 10, 2007
Messages
91
Reaction score
0
Re: [GUIDE]MapleStory Cms/ Registration Page

Yes I think the PHP5 is included in wampserver
 
Master Summoner
Joined
Apr 2, 2008
Messages
538
Reaction score
0
Re: [GUIDE]MapleStory Cms/ Registration Page

I'll try it out :]
 
Junior Spellweaver
Joined
Apr 4, 2007
Messages
164
Reaction score
2
Re: [GUIDE]MapleStory Cms/ Registration Page

Its not working for me...when im entering to my site i can download the files...
I dont see the site T______________T help me pl0x ;o pic:
Extremüs - [Tut] MapleStory Cms/ Registration Page - RaGEZONE Forums

When im clicking on maple story box shows up and asking me if i wanna download maplestory...
 
Newbie Spellweaver
Joined
Oct 19, 2006
Messages
41
Reaction score
0
Re: [GUIDE]MapleStory Cms/ Registration Page

I still got this error.
Fatal error: Call to undefined function mysql_connect() in C:\AppServ\www\config.php on line 7
I try a lot of time still cannot get it to work.
I really need someone to help.
 
Newbie Spellweaver
Joined
Oct 19, 2006
Messages
41
Reaction score
0
Re: [GUIDE]MapleStory Cms/ Registration Page

I installed le.
I installed mySQL Server 5.1.
 
Junior Spellweaver
Joined
Apr 6, 2008
Messages
177
Reaction score
0
Re: [GUIDE]MapleStory Cms/ Registration Page

When i do this, It goes perfectly, BUT when someone registers an account, It goes to this (On a different page)
Unknown column 'gm' in 'field list'
 
Newbie Spellweaver
Joined
Apr 8, 2008
Messages
14
Reaction score
0
Re: [GUIDE]MapleStory Cms/ Registration Page

I set it up, and I see it when I got to localhost/registration/

but if someone was to go to myip/registration/ nothing happenes. Why is that

(66.177.116.49/registration/)
 
Newbie Spellweaver
Joined
Mar 10, 2007
Messages
91
Reaction score
0
Re: [GUIDE]MapleStory Cms/ Registration Page

@iDeluxe
It doesn't work that way, you still have to find a host. Either no-ip, etc etc. I prefer hamachi though.
 
Newbie Spellweaver
Joined
Mar 10, 2007
Messages
91
Reaction score
0
Re: [GUIDE]MapleStory Cms/ Registration Page

I still got this error.
Fatal error: Call to undefined function mysql_connect() in C:\AppServ\www\config.php on line 7
I try a lot of time still cannot get it to work.
I really need someone to help.

You need the correct version of your: ( based on the version of your PHP )
ntwdblib.dll and php_mssql.dll
I'll provide it later after my summer classes
 
Back
Top