[PHP-WIN] Re: restrictions on file_get_contents()

2005-08-02 Thread Irvin Piraman
Working it off on another webhost revealed the error: Temporary error in name resolution. Apparently file_get_contents("http://www.offsiteserver.com";) didn't work but file_get_contents("http://XXX.XXX.XXX.XXX";) did. On 8/3/05, Irvin Piraman <[EMAIL PROTECTED]&g

[PHP-WIN] restrictions on file_get_contents()

2005-08-02 Thread Irvin Piraman
Hello! I have a script that uses file_get_contents() to pull off an .html page on two different remote servers. This was working perfectly before, but now file_get_contents() returns false when pulling off the page from one of the sites, but successfully returns the contents from the other site

[PHP-WIN] echo delayed?

2005-04-27 Thread Irvin Piraman
Hi all! I have the following script: # date/time stamp $dt_stamp = date("Ymd.H.i.s"); # the directories $basedir = str_replace("/","\\",dirname($_SERVER['SCRIPT_FILENAME'])); $shotdir = $basedir."\\sat.shots\\"; echo "downloading satellite snapshots..."; # load the images $satloc = file_get_c

[suspicious - maybe spam] [PHP-WIN] [suspicious - maybe spam] Re: [suspicious - maybe spam] [PHP-WIN] Re: dynamic -> static html

2005-03-14 Thread Irvin Piraman
Just to add... > file_get_contents(http://www.blabla.com/index.php); does the job it seems. This doesn't work through proxy with NTLM authentication. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP Development Environments

2005-02-10 Thread Irvin Piraman
st*a or if you're lazy, here goes... http://marc.theaimsgroup.com/?l=php-windows&w=2&r=1&s=php+editor&q=b hth irvin -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] any scripts to manage APACHE's HTPASSWD/AUTH file?

2005-01-03 Thread Irvin Piraman
just feed the appropriate parameters to htpasswd through shell execution. there are a number of functions to do this: htpasswd -b[cmdpsD] passwordfile username password HTH Irvin On Mon, 03 Jan 2005 20:48:27 -0800, Leo G. Divinagracia III <[EMAIL PROTECTED]> wrote: > i guess i'd asked first be

[PHP-WIN] php code auditing tool

2004-12-11 Thread Irvin Piraman
Is there a free PHP code auditing tool available for windows? Thanks. Irvin -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php