[PHP-DB] how to deal with this (hack) attack?

2003-11-09 Thread Merlin
Hi there, I am running a medium size php/mysql website. In the last days I recieved more and more mysql errors due to url tempering. Now my website went down for at least 5 minutes, or more detailed the database server mysql 3.x went down. In the apache logs I found requests like

Re: [PHP-DB] how to deal with this (hack) attack?

2003-11-09 Thread Peter Monk
Merlin wrote: I am running a medium size php/mysql website. In the last days I recieved more and more mysql errors due to url tempering. Now my website went down for at least 5 minutes, or more detailed the database server mysql 3.x went down. In the apache logs I found requests like

Re: [PHP-DB] how to deal with this (hack) attack?

2003-11-09 Thread Jordan S. Jones
On top of that, kill phpMyAdmin all together from the server. How do I update my database architecture? Using a combination or ssh port forwarding and a local Management Client. MySQL Front (Win32) - http://mysqlfront.venturemedia.de/index.php?act=STf=1t=2s=1a1c5747443deb838a59b393fd11ccc7

Re: [PHP-DB] phpmysql(which array function?)

2003-11-09 Thread Andrei Migatchev
$query = select column1, column2 from table order by column1; $result = mysql_query ($query) or die (Query Failed, . mysql_error ()); $column1 = 'Zilch'; $counter = 0; while ($line = mysql_fetch_array ($result)) { if ($column1 != $line[0]) { $column = $line[0];

Re: [PHP-DB] PHP 4.3.4 + Oracle 9i + Apache 2.0.47

2003-11-09 Thread Christopher Jones
I don't have this combo to test unfortunately. It may be an include path problem. Check the Makefile has a valid -I path for the Oracle headers. An unrelated issue to be aware of is http://bugs.php.net/bug.php?id=25980 Chris Daniel Sand wrote: Hello, The system is Solaris sun4u sparc