PHP an safe_mod On.. But some customers....

hi all,
for security I set "On" the safe_mode in php.ini


but now some customer complains php and MySQL does not corretly adn recive the following errors below:
-----------
/home/userid/public_html/front_single/front_content.php(129) : eval()'d
code on line 28
----------
and:
----------
Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:userid_db:localhost","userid_lukiluk","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "userid_lukiluk", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("userid_db");
---------


Is there a way to let things work as befor but with safe_mod "On"
eg. changing variables in customers php files?

thanks

BTW: I also set magic_quotes to "On" Could this be the problem?

 

 

 

 

Top