Well,
I have running at home webserver at port 22999 because my isp blocks all incoming port till 9000.
Now what I thought to do is use a free php service like lycos or something and set a php file.
That it can change the traffic from port 80 to 22999 at home.
Like this:
ex:
surf to www.lycos.com/username/
wich passes my webpages from home to there on port 22999 and that php file on lycos fetches the data from 22999 to 80.
I want to do this because at school only port 80 are allowed to surf.
I have to use this to tranfers files from school to my webserver.
Does anybody know if this possible or know such a free script?
Thanks in advance