How to make an web if you have port 80 blocked !
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
Re: [Guide] How to make an web if you have port 80 blocked !
Error #122
Loading php_gd2.dll Falied!
Please Enable php_gd2.dll in ur php.ini
Help plz
Re: [Guide] How to make an web if you have port 80 blocked !
Error #123
Loading php_mssql.dll Falied!
Please Enable php_mssql.dll in ur php.ini
and when i enebled it restarted easy php and he said >>> [COLOR="black"][COLOR="SeaGreen"]unknown(): unuble to load dynamic library c:\program files\ easyphp1-7\php\exentions\php_mssql.dll - The specified module could not be found
Re: [Guide] How to make an web if you have port 80 blocked !
alex u have also guide for fileserver coz i have problem when im use my global ip my server dsnt work..then if i use my local ip its work 100% i think it also port blocked..u have guide to solve my big problem..???by the way im not use a router..thx
Re: How to make an web if you have port 80 blocked !
well im not sure but changing a port wont help there is a cmd.exe that you can find a port for a website and you still able to ddos it
Re: How to make an web if you have port 80 blocked !
seems good i will try this later
Re: How to make an web if you have port 80 blocked !
why replying 3 years old threads .
just off ur firewalls and u have it unblocked
Re: How to make an web if you have port 80 blocked !
Re: How to make an web if you have port 80 blocked !
failed to start, ports are already used by other web. how to fix this?
nice!.. i got it!
Re: How to make an web if you have port 80 blocked !
How about you all people use 8080 WTF what soo hard about port 80 O.o lol LMAO just use 8080 is fine./
Re: How to make an web if you have port 80 blocked !
sir how about im not using router! how to open my sites do you have any suggestion?