well lets talk and get help if you have any problem while you updating server software and you might get some error due to changes in php mysql etc
so few forum or other script might get php error like
Deprecated: Function set_magic_quotes_runtime() is deprecated in.....etc
so just find in your script
find:
set_magic_quotes_runtime(0);
replace:
ini_set("magic_quotes_runtime", 0);
for security you may install mod_security and for view all logs without login by ssh you can install System Log Viewer (if your owner of dedicate or vps and have whm )
LogView - 3.0
you get from here
www.logview.org
for those who dont no how to use shh i would suggest you download putty
one thing more this topic is only for dedicate and vps owners dont try if you dont know about any thing about linux etc commands
some people getting hack by upload shell scripting so update your php verson turn on open_base dir and other security
about php
PHP 5.3.1 Released!
[19-Nov-2009]
The PHP development team would like to announce the immediate availability of PHP 5.3.1. This release focuses on improving the stability of the PHP 5.3.x branch with over 100 bug fixes, some of which are security related. All users of PHP are encouraged to upgrade to this release.
Security Enhancements and Fixes in PHP 5.3.1:
Added "max_file_uploads" INI directive, which can be set to limit the number of file uploads per-request to 20 by default, to prevent possible DOS via temporary file exhaustion.
Added missing sanity checks around exif processing.
Fixed a safe_mode bypass in tempnam().
Fixed a open_basedir bypass in posix_mkfifo().
Fixed failing safe_mode_include_dir.
so few forum or other script might get php error like
Deprecated: Function set_magic_quotes_runtime() is deprecated in.....etc
so just find in your script
find:
set_magic_quotes_runtime(0);
replace:
ini_set("magic_quotes_runtime", 0);
for security you may install mod_security and for view all logs without login by ssh you can install System Log Viewer (if your owner of dedicate or vps and have whm )
LogView - 3.0
you get from here
www.logview.org
for those who dont no how to use shh i would suggest you download putty
one thing more this topic is only for dedicate and vps owners dont try if you dont know about any thing about linux etc commands
some people getting hack by upload shell scripting so update your php verson turn on open_base dir and other security
about php
PHP 5.3.1 Released!
[19-Nov-2009]
The PHP development team would like to announce the immediate availability of PHP 5.3.1. This release focuses on improving the stability of the PHP 5.3.x branch with over 100 bug fixes, some of which are security related. All users of PHP are encouraged to upgrade to this release.
Security Enhancements and Fixes in PHP 5.3.1:
Added "max_file_uploads" INI directive, which can be set to limit the number of file uploads per-request to 20 by default, to prevent possible DOS via temporary file exhaustion.
Added missing sanity checks around exif processing.
Fixed a safe_mode bypass in tempnam().
Fixed a open_basedir bypass in posix_mkfifo().
Fixed failing safe_mode_include_dir.