Hi,
i just can't find any free hosts which would be with fsockopen() funcion enabled (or with cURL library).
Are there any other way to open page without any user being able to catch it's url in any way? It's the only problem which causes my script work not fully functional.
another way to do it?
Moderator: General Moderators
- akimm
- Forum Contributor
- Posts: 460
- Joined: Thu Apr 27, 2006 10:50 am
- Location: Ypsilanti Michigan, formally Clipsburgh
I'm not exactly sure how you mean this, but... check out this link it may be of interest
http://us2.php.net/manual/en/function.fsockopen.php
if not that,
http://us2.php.net/manual/en/function.s ... ntents.php
I hope this helped.
http://us2.php.net/manual/en/function.fsockopen.php
if not that,
http://us2.php.net/manual/en/function.s ... ntents.php
I hope this helped.
Re: another way to do it?
No free host is going to allow external access like that. People would upload scripts to do a denial of service attack on websites. I think you're going to have to pay for some hosting.arukomp wrote:i just can't find any free hosts which would be with fsockopen() funcion enabled (or with cURL library).
Are there any other way to open page without any user being able to catch it's url in any way? It's the only problem which causes my script work not fully functional.