I had inoff of those treaths when people say that their "Web page cannot pe seen by others".So I decidet to make my self a guide for everybody that have this probleme.
1.Why the other ppl can't se my web page?
Because you internet provider block port 80, or you have a router and you didn't open it.
2.But I used a lot of programs like apache,wamp,xamp,etc. and did not work!
Guys use this one EASYPHP v1.7 or v1.8.I am using v1.7 and is working perfect.
Here is the link:
http://dw.com.com/redir?pid=10297309...-10297309.html:geek:
3.How to configure this tool?
ok this is the easyest part.Thx to =Master= who got me nervous cause he did not wanted to helm me, I did it my self.And I realised that is very simple.Ok,here are the steps:
a.After Download Easyphp v1.7 or 1.8, intall it.
- select "Language" and press "OK"
- press "Next"
- Select "I accept the terms" and Press "Next"
- "Next"
- Select where to put it ( I prefere in "C:\EasyPHP1-7")
- "Next"
- "Next"
- "Install"
- "Finish" and you are done with the installing (Simple isn't it?:drinks_ch )
(IF YOU HAVE A ROUTER OPEN PORT 8080 - OR THE PORT THAT YOU WILL CHOSE)
b.Now go in the main directory of "C:\Easyphp 1-7\apache\conf"(in my case) and
and modify only the file "httpd.conf".
If you are using Easyphp v1.8 search for this lines :
- "Listen 127.0.0.1:80" and modify into "Listen YourIp:8080". The port can be almost any numer (Ex: "Listen YourIp:3333")
- "Port 80" and change it with the number of the port that you put earlier after your ip.So it will be like "Port 8080" or the number that you have chosed.
- "ServerName localhost" and change the "localhost" into "YourIp" so the thing will look like this "ServerName YourIP"
(I AM NOT SURE THAT IS WORKING WITH EASYPHP 1.8, BUT 1.7 IS WORKING GEST PERFECT)
If you are using Easyphp v1.7 search for this lines :
- "#Listen 12.34.56.78:80" and modify into "#Listen YourIp:8080".
After you have done this delete "#" in front of the line, so it should apear after this operation like this "Listen YourIp:8080", and NO MORE "#" in front. The port can be amost any number (Ex: "Listen YourIp:3333")
- "Port 80" and change it with the number of the port that you put earlier after your ip.So it will be like "Port 8080" or the number that you have chosed.
- "ServerName localhost" and change the "localhost" into "YourIp" so the thing will look like this "ServerName YourIP"
After you are done restar Easyphp and open IE and write: http://YourIp:8080
Now if you want instead of http://YourIp:8080 to be htto://Name:8080 use No-Ip.
They will give you a free domain.So I know that someone put an GUIDE for NO-IP but I will make one my self fo you.
Now open IE and check this address : http://www.no-ip.com
- Make an account and after that log in.
- Go to "Hosts / Redirects" and select "ADD"
- Choose a "Hostname:" (EX: "Hostname:MuWarrior")
- Choose a free Domain
- Select "DNS Host (A)"
- Put your "IP Address:" the same that you have put in "httpd.conf"
- And press "Create Host"
It will tell you to wait like 5 minutes that the settings to be applied.
Now go in the same page to "Downloads" ,select the system that you have, and download the "Windows/Mac/Linux Dynamic Update Client Download"
This is the link to download it much faster:
http://dw.com.com/redir?pid=10375673...-10375673.html
After the download,open the program and put your email address that you providet for no-ip when you registered ,your password and press and OK
Now go into No-Ip program and and select the domain that you registered.After you will select it the program will start the domain automaticaly.
Done with this too.
Of course that I did not wasked you if you have any web files.
Ok...I will put one here too.
I sugest to you to use MuWeb 0.3.....This thing is released by =Master=
It's a great release adn you can find it here:
http://forum.ragezone.com/releases/r...-a-129530.html
Or you can chose from a little list from here:
http://forum.ragezone.com/releases/r...ns-108741.html
Scrol down until you find this line:"7.Websites:"...And downward from this line are some websites kits for your server.
Choose one of them, download it and after that unpack it.
Go to "C:\EasyPHP1-7\www" and delete everything from that folder,and put in there all the files from the webiste pack.
And you are Done.
No open IE and put again http://YourIp:8080 and see with your eyes the miracle.
And suprise ,anybody can see it.
if you are using the web pack from =Master= I can give you the guide to install it.
So here it is:
1. go to "C:\EasyPHP1-7\www" and in "config.php" you will find upward this originaly lines:
//=============IP AND LOGIN SETTINGS OF SQL SERVER==============
// Enter the IP or DSN of the database server to connect to
$dbhost = "127.0.0.1";
// Enter the username to connect to the db, default is sa
$dbuser = "db_user";
// Enter the password for your SQL Server
$dbpasswd = "db_password";
// Host. IP If working remotely, usually 127.0.0.1 works
$host = "127.0.0.1";
Now it must look like this:
//=============IP AND LOGIN SETTINGS OF SQL SERVER==============
// Enter the IP or DSN of the database server to connect to
$dbhost = "YourIP";
// Enter the username to connect to the db, default is sa
$dbuser = "sql username in most cases : sa";
// Enter the password for your SQL Server
$dbpasswd = "sql password";
// Host. IP If working remotely, usually 127.0.0.1 works
$host = "127.0.0.1";(this one change it ONLY if you do it remotely)---SO DON"T CAHNGE IT IF YOU HAVE THE WEB PAGE ON THE SAME COMPUTER WITH THE SERVER
(it's not my job to tell you how to do it remotely)
2.An other option to change is this one:
//=======POLL PASSWORD====
//Require when you set new polls
$pollpassword='poll_password';
//======END POLL PASSWORD==
Insteat of 'poll_password' put 'YourPassword'------This is the password for administrator,and only for him.You can put any password in there.
Now after you have done this Save and go in IE again and write:
Http://YourIp:8080/install/install.php
or
Http://YourDomain:8080/install/install.php
Configure in there,and after you are done go in "C:\EasyPHP1-7\www" and delete
"Install" Folder.This is for security reason.If don't delete the folder AFTER you install it, you will have some surprise.
DONE
Credits Goes to::zoo_donat
- Emperor(me) for the guide:admin:
- Master for WebPage:spidy:
- Ragezone Admins and people that helped me,and understood my noob questions.:throw:
NOW I AM ONE OF THEM:grabbounc
:drinks_ch RAGEZONE FOREVER :drinks_ch


Reply With Quote


