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] Setting up your web with XAMPP

Status
Not open for further replies.
Banned
Banned
Joined
Oct 19, 2006
Messages
400
Reaction score
1
In this little guide, I'll show you how to setup a your registrations using XAMPP which is basically a good, stable web server that is really easy to handle aswell. The purpose of this guide is to give knowledge of another web server you can use, instead of everyone using WAMP... there's other things out there. Oh and yeah, I hate WAMP. Anyway let's get started.

Go ahead and download XAMPP for Windows here
Code:
http://www.apachefriends.org/download.php?xampp-win32-1.6.6a-installer.exe

Install it. It may take a while, but we're not in a hurry, right?

Now go to your path, eg.
Code:
C:\XAMPP\

Now go to your "htdocs" folder, eg.
Code:
C:\XAMPP\htdocs

Download a CMS/registration script, and place your files in
Code:
C:\XAMPP\htdocs

Set your configs!

---

Now, to start XAMPP, press:
Code:
xampp_setup
If it says "sorry, nothing to do", don't worry, just jump to the next step!

Now press:
Code:
xampp_start

Now you should see a text:
Code:
### APACHE + MYSQL IS STARTING NOW ###

Now go to 127.0.0.1 which is your local host. You should see the index.


You're done now, but note, to stop your server you have to press "xampp_stop".. Or else you might corrupt the files.


FAQ

Q: Can I use this with my hamachi IP?
A: Yes, you can. As soon as they have connected to your network they go to

Q: Can I install XAMPP without removing my current MySQL?
A: The XAMPP MySQL will start as another MySQL service, or not start at all. Don't worry, it won't ruin your db.

Q: Is 127.0.0.1 and localhost the same thing?
A: Yes.

Q: Can I change the port apache is running on?
A: No.
 
Last edited:
Newbie Spellweaver
Joined
Jun 23, 2008
Messages
5
Reaction score
0
Re: [GUIDE] Setting up your web with XAMPP

umm... so what will be the link to the reg site that we make? ^^

O yh. i tried it and it doesn't work. when i open Xampp_setup it says 'sorry, but nothing to do'

any ideas? ^^
 
Banned
Banned
Joined
Oct 19, 2006
Messages
400
Reaction score
1
Re: [GUIDE] Setting up your web with XAMPP

If there's nothing to do, just start xampp_start,

Added it to the guide. Also you have to go to 127.0.0.1
 
Junior Spellweaver
Joined
May 27, 2008
Messages
196
Reaction score
0
Re: [GUIDE] Setting up your web with XAMPP

Hmm.. good guide.. I think xampp is better then wamp cause you dont have to "On" it 24/7 to get your website up.. just on your comp and it auto starts
 
Banned
Banned
Joined
Oct 19, 2006
Messages
400
Reaction score
1
Re: [GUIDE] Setting up your web with XAMPP

Hmm.. good guide.. I think xampp is better then wamp cause you dont have to "On" it 24/7 to get your website up.. just on your comp and it auto starts

Thanks for feedback. Glad you liked it.
 
Newbie Spellweaver
Joined
Jun 12, 2008
Messages
42
Reaction score
0
Re: [GUIDE] Setting up your web with XAMPP

Don't you have to go to your External ip and not 127.0.0.1?
 
Junior Spellweaver
Joined
May 27, 2008
Messages
196
Reaction score
0
Re: [GUIDE] Setting up your web with XAMPP

uuhhh ... 127.0.0.1 is your localhost 0.o both are accesible.
 
Experienced Elementalist
Joined
May 29, 2008
Messages
241
Reaction score
0
Re: [GUIDE] Setting up your web with XAMPP

anyway to change the port apache is running on?
 
Newbie Spellweaver
Joined
Jun 20, 2008
Messages
36
Reaction score
0
Re: [GUIDE] Setting up your web with XAMPP

hey, nice guide there. but i have a question.

127.0.0.1 or localhost is just the localhost computer to view. so how to i let other people to view the registration web? Let say im using hamachi ip.
 
Newbie Spellweaver
Joined
Sep 7, 2007
Messages
12
Reaction score
0
Re: [GUIDE] Setting up your web with XAMPP

Bump..
How Can i change it from 127.0.0.1 / Localhost to My external ip?--''
 
Newbie Spellweaver
Joined
Apr 2, 2006
Messages
73
Reaction score
0
Re: [GUIDE] Setting up your web with XAMPP

How do i change the adress 127.0.0.1/localhost to my hamachi IP or WLAN IP?
 
Newbie Spellweaver
Joined
Jul 7, 2004
Messages
74
Reaction score
0
Re: [GUIDE] Setting up your web with XAMPP

Can I download and install XAMP without uninstalling my current MySQL?
 
Newbie Spellweaver
Joined
Apr 2, 2006
Messages
73
Reaction score
0
Re: [GUIDE] Setting up your web with XAMPP

Does anyone have a working cms/registration script?
Mine doesn't work well.
 
Divine Celestial
Loyal Member
Joined
Apr 6, 2008
Messages
858
Reaction score
0
Re: [GUIDE] Setting up your web with XAMPP

Just search in the release section :)
 
Newbie Spellweaver
Joined
Apr 2, 2006
Messages
73
Reaction score
0
Re: [GUIDE] Setting up your web with XAMPP

I used them and it doesn't work.
All of them gave me errors.

Edited:
Nvm thx anyway. I got it =)
 
Newbie Spellweaver
Joined
Jun 27, 2008
Messages
54
Reaction score
0
Re: [GUIDE] Setting up your web with XAMPP

i get an error when i finish registering with the MCMSv1.1
also how can i let people download the client on the register page?
i also get these errors
PHP:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\wamp\www\register.php on line 80

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\wamp\www\register.php on line 82
 
Banned
Banned
Joined
Oct 19, 2006
Messages
400
Reaction score
1
Re: [GUIDE] Setting up your web with XAMPP

All current questions have been answered in the FAQ.
 
Newbie Spellweaver
Joined
Jun 27, 2008
Messages
54
Reaction score
0
Re: [GUIDE] Setting up your web with XAMPP

i get an error when i go to the hamachi link
PHP:
Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on 'localhost' (10061) in C:\xampp\htdocs\inc\config.inc.php on line 17
Can't connect to MySQL server on 'localhost' (10061)
 
Newbie Spellweaver
Joined
Sep 7, 2007
Messages
12
Reaction score
0
Re: [GUIDE] Setting up your web with XAMPP

How Can we change it from localhost to External ip etc. ?
 
Status
Not open for further replies.
Back
Top