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!

[Tut] Setup your Web server Web 

Status
Not open for further replies.
Newbie Spellweaver
Joined
Apr 6, 2008
Messages
51
Reaction score
24
Re: [Guide] Setup your Web server

I used mine and hamachi one and they both dont work so, im guesss ill use diff tut.
 
Newbie Spellweaver
Joined
Mar 17, 2008
Messages
10
Reaction score
0
Re: [Guide] Setup your Web server

yo is it possible to host the web server through wireless internet or do you need a ethernet cable connected
 
Newbie Spellweaver
Joined
Apr 6, 2008
Messages
51
Reaction score
24
Re: [Guide] Setup your Web server

yo is it possible to host the web server through wireless internet or do you need a ethernet cable connected

Yes it would be possible but you would need your computer and wampserver on all the time.

My problem now, lol. I can get on and no one else can. Im using hamachi ip. I tryed to portforward and unblocked the port but nothing happens. An still doesnt work.

Lol, im listening to music.... XD :juggle:
 
Newbie Spellweaver
Joined
Apr 23, 2008
Messages
53
Reaction score
0
Re: [Guide] Setup your Web server

ok all i figured something out..
when he said change the 80 to 8080
well don't do it... it will block all your ports from other people.

then give all your ip (hamachi ip) hamachiip:8080 this will be your adders.
 
Last edited:
Newbie Spellweaver
Joined
Apr 7, 2008
Messages
13
Reaction score
0
Re: [Guide] Setup your Web server

pissed off ._.

hacker_kts - [Tut] Setup your Web server - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Apr 6, 2008
Messages
51
Reaction score
24
Re: [Guide] Setup your Web server

Lol, i got mine working. I had a stupid mistake. lol.

In the config.php

i had the ip as my global ip not localhost. So i changed to local host and now it works XD
 
Newbie Spellweaver
Joined
Apr 21, 2008
Messages
7
Reaction score
0
Re: [Guide] Setup your Web server

i need some help :| i can view the site fine when i click your cpanel thing. but i cant view the site by going to my global ip. im using hfcms.dyndns.org . im using port 80. when ever i go to it i get page cannot be display. in my config file i put hfcms.dyndns.org. the smtp for my mysql is localhost and my smtp on wamp is local host. what am i doing wrong?? btw this is a great tut. all the other site i couldnt even get this far. thanks


also for ranking can i have like top 50 instead of top 10??
 
Last edited:
Newbie Spellweaver
Joined
Apr 7, 2008
Messages
66
Reaction score
0
Re: [Guide] Setup your Web server

For ranking scroll through the config or some other stuff..

I STILL get Total accounts 0 Even though the WAMP Server's MySQL is loaded..And i closed the MySQL-nt.exe...No idea on how to fix this -.-
Total characters 0
Last character
 
Newbie Spellweaver
Joined
Apr 3, 2008
Messages
45
Reaction score
0
Re: [Guide] Setup your Web server

Thanks man ! Worked perfectly for me!
 
Junior Spellweaver
Joined
Apr 20, 2008
Messages
139
Reaction score
0
Re: [Guide] Setup your Web server

Could not execute menu item (internal error) [Exception] Could not perform service action: The service has nott been started. What do i do now??
 
Newbie Spellweaver
Joined
Apr 6, 2008
Messages
6
Reaction score
0
Re: [Guide] Setup your Web server

Only I can connect to the site, if someone else try to go the page wont show up.
 
Newbie Spellweaver
Joined
Jun 12, 2006
Messages
26
Reaction score
0
Re: [Guide] Setup your Web server

yea i hate portforwarding.. lol
 
Newbie Spellweaver
Joined
Feb 16, 2008
Messages
5
Reaction score
0
Re: [Guide] Setup your Web server

How do i make a download or forum link?
I tried, but i need a script for it i think >>
 
Initiate Mage
Joined
Apr 22, 2008
Messages
2
Reaction score
0
Re: [Guide] Setup your Web server

I read the "Make your server public" but it doesn't work for me my friend can't connect to my website :( can you help me please ?
 
Newbie Spellweaver
Joined
Apr 14, 2008
Messages
6
Reaction score
0
Re: [Guide] Setup your Web server

Could not execute menu item (internal error) [Exception] Could not perform service action: The service has nott been started. What do i do now??

I'm having trouble with the same thing :\
 
Newbie Spellweaver
Joined
Apr 13, 2008
Messages
27
Reaction score
0
Re: [Guide] Setup your Web server

Tool(s) required: , KearTS CMS (optional)
My other tutorials:
http://forum.ragezone.com/f428/guide-hex-edit-your-client-379958/
http://forum.ragezone.com/f428/guide-all-no-low-sql-knowledge-people-380729/
http://forum.ragezone.com/f428/guide-navicat-8-mysql-faqs-385036/

Download and install it, run WampServer.exe and put it online. Read my other tutorial on how to put it online at http://forum.ragezone.com/f428/guide-all-no-low-sql-knowledge-people-380729/

At this point you should your WampServer is put online and is running, the icon should looks like this.
hacker_kts - [Tut] Setup your Web server - RaGEZONE Forums


Some of the things you should know,
  • WampServer comes with MySQL and phpMyAdmin
  • Your default port for web is 80
  • Short open tag is disabled at default
  • URL rewrite module is disabled by default
  • The folder you should use for your web is X:/Wamp/www
Enable short open tag
Left click on the Wamp icon, move your mouse over to PHP > PHP settings > short open tag

Mine with a tick because I already enabled it, after you click it, it will automatically restart apache.

Change your default port 80
Left click on the Wamp icon, move your mouse to Apache and click httpd.conf

httpd.conf will open, search (Ctrl+F) for

Replace 80 wit hthe port you want, for this tutorial I will be using port 8080
so I will change it to


Now close and save the file, restart all your services.

If you want to view your page, it will be :8080/

Set up your page
By default when you install WampServer, they will install a homepage. We're not going need it so let's go to X:/Wamp/www
remove everything inside it, so now your www folder is empty. That's right.

I will use my own script for this example, download and extract KearTS CMS, you will see a folder (example: KearTS CMS v2.1), copy everything inside and past it to your www folder.
This is what your www folder should looks like for now,


Open up config.php and change the settings over there, and you're done.
To view your page you can go to

if you're using port 80,
 
Newbie Spellweaver
Joined
Feb 19, 2007
Messages
21
Reaction score
0
Re: [Guide] Setup your Web server

Hmm, could you give me your php files?


EDIT: I get these errors:

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\Program Files\EasyPHP 2.0b1\www\register.php on line 80

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\Program Files\EasyPHP 2.0b1\www\register_do.php on line 15
Table 'odinms.users' doesn't exist


EDIT AGAIN: Now it says Column count doesn't match value count at row 1
 
Last edited:
Newbie Spellweaver
Joined
Jun 30, 2007
Messages
22
Reaction score
0
Re: [Guide] Setup your Web server

what happens if the wamp symbol isnt white?

Edit:nvm fixed it
 
Status
Not open for further replies.
Back
Top