In previous post I explain about install wampserver. This step only install php5 not php4, to add php4 support in wampserver php4 add on must installed first. Here’s sthe steps : 1. Double click php4 add-on installer 2. Choose destination folder, in previous step I choose C
Category: PHP
Step by step install wamp in windows xp
With recent progress of php5 campaign and minimum windows xp deployment I think I should upgrade my appserv to wampserver mode. Wampserver can use dual php mode, php5 by default with php4 as addon. Latest release : WAMP5 1.7.2 with PHP 5.2.3 and MySQL 5.0.41 PHP4.4.7 ADD-ON for WAMP5 1.7.2 Latest release can be download […]
disable php function in vhost or multiple user environment
Providing php access to many user require patience plus security aware. People can damage server with some php function like system, passthru etc. php provide php.ini file, this file needed to disable some dangerous function. some option for disable php function are : system, exec, shell_exec, passthru, set_time_limit, error_log, ini_alter, dl, pfsockopen, openlog, syslog, readlink, […]
rthanks, wp-plugin for say thanks
In last few days after testing stumbleupon effect I see very good result, almost everyday stats log get visitor from stumbleupon. Other socialbookmark like digg also included, netscape etc. Google analytics also give interesting result, direct access very small while two other source come into major contributor : Search Engines Referring sites I also see […]
Operation is not allowed when the object is closed
New problem come with javascript 🙂 php and mysql script that proven to work suddenly pop error message and entire editing process get stuck 🙁 Error message : ” Operation is not allowed when the object is closed “ line 94 char 11 code 0 file display.php a few suspect come after : xmlchapter.php xmlsubchapter.php […]