I'm currently using WebQuota by Flicks Software at www.flicks.com for
authenticating members. The product protects against dictionary attacks, and
it throttles bandwidth used by members. Does PHP have any equivalent
software?
Adam
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscrib
php-windows Digest 9 Jul 2003 04:39:26 - Issue 1816
Topics (messages 20729 through 20739):
Re: how to make the Apache recognize the c:/php/sapi/php4apache.dll -
http://localhost/_MMServerScript/MMHTTPDB.php
20729 by: Mark Clarkstone
20731 by: Stephen
Re: Php Cgi & Module
If I install Fast CGI on my Windows server to speed up PHP, will it have any
conflict with Active Perl? I've been using UBB, but I'm going to be dropping
it soon for a PHP-based bulletin board.
Adam
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/uns
I know this isn't the mysql area... but many of you seem very knowledgeable in this
area and I would appreciate your input...
What kind of field setup should I create if I want a field which will, essentially
hold several distinct items, but never a set number of them? I am going to be
selecti
Let's say I have a Web Server, which has a script that is accessing a
resource on another server, with a proper SSL certificate.
Where would I place these, or how would I specify a path through PHP code?
I think I require this to do an LDAP bind, it's via SSL. I can get this
to work with an LDAP
Hi,
I am new to PHP and I am somewhat frustrated at times, because I am having a
similar problem to Sebastian Baran, with Webserver4Everyone and PHP 4.2.3. under Win95
I would be grateful if anyone can throw some light on the problem, before I
give up on php.
Find below
$my_directory = "./stuff/morestuff")
$dir = dir($my_directory);
while($temp = $dir->read())
{
$dirarray[] = $temp;
}
- Original Message -
From: "Anthony" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 08, 2003 4:27 PM
Subject: [PHP-WIN] List files in a folder?
> Is t
I´m sending number to a mysql database via a php script and they are all
rounded although the field type in the database is set to double, and i
can´t seem to get where i am making the mistake.
anybody has any idea about this? I´m really a newbie in programming matters
so i would really apreciate
Is there a way I can get a list of files in a folder though PHP? I'd like
to use PHP to access certian folders on my system through the browser, but I
need a way that I can load a list of files in a folder into an array.
anyone have any ideas?
PHP 4.3.1, Apache 2.0.45 on Win2K
- Anthony
--
P
That's becasue on IIS the service runs under the IUSR_ user.
If you are running Apache, it defaults to run under a system account. If
you want IIS to be able to see more folders on the system, give the
IUSR_ user more rights. If you did something like
if (is_dir('C:\Inetpub\wwwroot'))
echo "It'
It is also worth noting that php4ts.dll must be in the same directory as
php4apache.dll. You can find php4ts.dll in the php root directory (In your
case it looks like it should be in c:/php)
Stephen
- Original Message -
From: "Ildiko Nyari" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sen
Its the same but if you use it for a web hosting server then don't even
think about it! If you use it as a cgi module then hackers who use your site
will love it!
"Michael G. Tracey" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Is there a danger if you install php as an Apach
Hello
Have you tried adding this
LoadFile C:/php/php4ts.dll
Loadmodule php4_module c:\php\sapi\php4apache.dll
AddType application/x-httpd-php .php4
AddType application/x-httpd-php-source .phps
instead of
LoadFile C:/www/php/php4ts.dll
Loadmodule php4_m
php-windows Digest 8 Jul 2003 13:12:37 - Issue 1815
Topics (messages 20726 through 20728):
Error with IIS
20726 by: Klaus Reichl
Unable to load dynamic library php_sqlite.dll
20727 by: Bahadir Kandemir
Re: [PHP] output compression and MSIE
20728 by: sebab.dialcom.co
Hello,
Good to see someone else met that "feature" of MS Internet
Exploder ;)
At really I don't put any headers with content info.
Only headers are:
header ('Last-Modified: '.gmdate("D, d M Y H:i:s").' GMT');
header ('Expires: '.gmdate("D, d M Y H:i:s").' GMT');
header ('Cache-Control: no-cac
Windows 98
Php 4.3.2
Warning: dl() [http://www.php.net/function.dl]: Unable to load dynamic
library 'c:/php/extensions\php_sqlite.dll' - A device attached to the system
is not functioning. in D:\Projects\Php\Test\test.php on line 10
--
PHP Windows Mailing List (http://www.php.net/)
To unsubsc
Hello everybody !
I want to run PHP 4.3.2 on my IIS 5 on Win2000 Server.
When i want to open an .php file I always receive the error message "The
specified module can't be found".
I assume it is an beginners error I made, I took all steps explained on MS
Technet
http://www.microsoft.com/technet/tr
17 matches
Mail list logo