Php Behind Router

Website Scripts for your Helbreath Server.
Post Reply
666666
Regular
Posts: 39
Joined: Thu Nov 24, 2005 1:14 pm

Post by 666666 »

hello, after inserting all the php scripts and downloading apache. I try them out. They do work, although only with my internal ip. When I write the external, it wont work. I am behind a router, so therefore I port forward the port 80. Then try the script again, but still doesn't work.

Can anyone tell me how to fix this? Or can it be fixed at all?

It would help if you told me how to change the port the EasyPHP program reads.

thanks
diuuude
Outpost bitch
Posts: 592
Joined: Wed Dec 28, 2005 11:57 pm

Post by diuuude »

try this file :

C:/your_install_path_easyphp/apache/conf/httpd.conf
<a href='http://www.technohell.net' target='_blank'><b><span style='color:red'>>>> Helbreath Ressources Website Here <<<</span></b></a><br>C++ Sources, Tools, Server Files, Help on Forum, C++ Snippets, Toplist... Updated often, come visit us !
lollulf
noob
Posts: 27
Joined: Thu Apr 28, 2005 8:57 am

Post by lollulf »

Got this prob myself...I only know easyphp so download the 1.7 version www.easyphp.org...Go to router screen forward port 45 - 46.
Open the program and rightclick it on the taskbar - Configuration - Apache...Search for 80 in the cfg doc and changle it to 46. U will find two results of 80. then it is 68.88.88.88:46

= THISISMYIP:46/PHPSCRIPT.php
SlammeR
Loyal fan
Posts: 219
Joined: Fri Nov 04, 2005 1:52 am
Location: Brazil

Post by SlammeR »

Try to make one LoopBack this should fix your problem...

Go On Folder

Windows 2000:
C:\WINNT\system32\drivers\etc

Windows XP or Other
C:\Windows\system32\drivers\etc

Open the File hosts with the note pad you will see something like this:

Code: Select all

# Copyright (c) 1993-1999 Microsoft Corp.
#
# Este é um arquivo HOSTS de exemplo usado pelo Microsoft TCP/IP para Windows.
#
# Este arquivo contém os mapeamentos de endereços IP para nomes de host. Cada
# entrada deve ser mantida em uma linha individual. O endereço IP deve
# ser colocado na primeira coluna, seguido do nome de host correspondente.
# O endereço IP e o nome do host devem ser separados por pelo menos um
# espaço.
#
# Adicionalmente, comentários (como estes) podem ser inseridos em linhas
# individuais ou após o nome de computador indicado por um símbolo '#'.
#
# Por exemplo:
#
#      102.54.94.97     rino.acme.com           # servidor de origem
#       38.25.63.10     x.acme.com              # host cliente x

127.0.0.1       localhost
192.168.200.1       slaaaam.no-ip.org       
Add your Lan IP And Your DNS like mine 192.168.200.1 >> Dns then save then try to connect...

<a href='http://YOURDSN.no-ip.org:46' target='_blank'>http://YOURDSN.no-ip.org:46</a> in case it should work
works fine to me x]~
OWNED!<br><img src='http://img50.imageshack.us/img50/1386/p ... 3vsqn2.gif' border='0' alt='user posted image' /><br><br><img src="http://hbtop50.com/button.php?u=hbuonline" alt="Helbreath Top 50 - Keepin' it real." border="0" /><br><a href='http://www.hbuonline.net' target='_blank'>Helbreath United</a>
Post Reply