RE: [PHP] how to calculate how much data does each ip address use ?

2013-02-05 Thread Bulent Malik
> >This task is not really suited for php. I would suggest looking into Ntop. > >It does exactly what you described. > > >> Hello > >> > >> I have a freebsdbox firewall . also I have some internet customers. > >> I want to save how much data they used in a table ( such as mysql > >>table ) for

RE: [PHP] how to calculate how much data does each ip address use ?

2013-02-01 Thread Bulent Malik
>This task is not really suited for php. I would suggest looking into Ntop. >It does exactly what you described. >> Hello >> >> I have a freebsdbox firewall . also I have some internet customers. >> I want to save how much data they used in a table ( such as mysql >> table ) for each ip addr

[PHP] how to calculate how much data does each ip address use ?

2013-02-01 Thread Bulent Malik
Hello I have a freebsdbox firewall . also I have some internet customers. I want to save how much data they used in a table ( such as mysql table ) for each ip address. Apache2, php5 and mysql5.5 work on the box. How can I do it ? any script or tool. Thanks -- PHP General Mailing List (htt

RE: [PHP] I can't execute pf commands

2011-07-28 Thread Bulent Malik
>> did you try it in shell? or just You tried it in PHP? Yeah, I tried it on shell and it works on it. Also if I execute it as command line, it works ; php test.php But when I try it on www ( internet explorer, firefox, chrome ..) it doesn't work.

[PHP] I can't execute pf commands

2011-07-28 Thread Bulent Malik
Hi I use php5.3 on freebsd I also use pf ( packet filter) on it. I need to execute pfctl in php script. But I couldn't execute . I don't get any errors about that. Shell commands is allowed in php.ini My My script is below, shell_exec('pfctl -s nat'); exec('pfctl -s nat'); If I execut

[PHP] How can I configure some values in iis6 like php_admin_value in httpd.conf ?

2007-09-28 Thread Bulent Kolay
I use iis6, php5.2 on windows2003 How can I configure some values in iis6 like php_admin_value in httpd.conf ? Also, What sort of security tool can I use in iis6 like mod_security ? Thanks

Re: [PHP] how can i get rid of this error ?

2005-09-27 Thread Bulent
(trim($row[$i])==trim($row3[0])) echo "$row3[0]"; else echo "$row3[0]"; } mysql_close($sonuc3); echo ""; echo ""; - Original Message - From: "Jochem Maas" <[EMAIL PROTECTED]> To: "Bulent" <[EMAIL PROTECTED]> Cc:

[PHP] how can i get rid of this error ?

2005-09-27 Thread Bulent
Hello I am a novice about that I use mysql4.0.24 with php4.3.10. When I upload jpeg/gif files to my webpage I get an error as below; PHP Warning: mysql_close(): supplied resource is not a valid MySQL-Link resource in /var/. What shall I do ? My php configuration as below; GD Suppor