Dear 8th CCOWE delegate,
Greetings in the name of our blessed LORD!
We thank God that the 8thCCOWE has come to a conclusion in His almighty keeping. Although we've faced many challenges along the planning path, God's sufficient grace has walked us through this congress!
As we now come to the post-8thCCOWE time, please kindly note the followings:
In case you've visited CCCOWE booth and have your photo taken by our coworker, you should have received a special label. For retrieving your photo, please simply enter your designated code at http://www.cccowe.org/8ccowe/eng_content.php?page=participants_photo before 30 November 2011.
All messages (with exception of certain sessions in accordance with speakers' requests) as well as selected photos will be recorded in the Congress Digital Compendium Set, which is scheduled to be distributed to all 8thCCOWE delegates in October 2011 via surface mail. As such, please kindly keep us updated with your address should that be different from the one you used to register for the 8thCCOWE.
|
| |
//include("template/eng_main_countdown.php");
?>
include("template/eng_main_video.php");
?>
|
|
|
$remoteaddr = getenv('REMOTE_ADDR');
$same_ip_mins = 30;
$output = array();
$clear_outdated = exec("find counter_eng -amin +$same_ip_mins | awk '{print \"rm \" $0}' | sh",$output,$retval);
$counter = intval(file_get_contents("../../log/counter_ccowe8_eng.dat"));
$ls = exec("ls counter_eng/$remoteaddr-*",$output,$retval);
if($ls == ''){
$now_time = time();
touch("counter_eng/$remoteaddr-$now_time");
chmod("counter_eng/$remoteaddr-$now_time",777);
$counter++;
$fp = fopen("../../log/counter_ccowe8_eng.dat", "w");
flock($fp, LOCK_EX); // do an exclusive lock
fwrite($fp, $counter);
flock($fp, LOCK_UN); // release the lock
fclose($fp);
tmpWriteLog("COUNT\t$counter_eng\t".getenv("REMOTE_ADDR")."\t".date("Y-m-d h:i:s")."\t".getenv("REQUEST_URI")."\t".getenv("HTTP_REFERER")."\n");
} else {
tmpWriteLog("NTCNT\t$counter_eng\t".getenv("REMOTE_ADDR")."\t".date("Y-m-d h:i:s")."\t".getenv("REQUEST_URI")."\t".getenv("HTTP_REFERER")."\n");
}
// GET TOTAL FLAGS
$totals = exec("find counter_eng -type f | wc -l",$output,$retval);
$display_counter_online = lang_str($GLOBALS["COUNTER_ONLINE"]["CHI"],$GLOBALS["COUNTER_ONLINE"]["ENG"],$GLOBALS["COUNTER_ONLINE"]["INDO"]);
$display_counter_main = lang_str($GLOBALS["COUNTER_MAIN"]["CHI"],$GLOBALS["COUNTER_MAIN"]["ENG"],$GLOBALS["COUNTER_MAIN"]["INDO"]);
?>
echo $display_counter_online; ?>
echo $display_counter_main; ?>
function tmpWriteLog($str){
$tmpDate = date("Ymd");
if(file_exists("../../log/$tmpDate") == false){
mkdir("../../log/$tmpDate", 0777);
}
$LOG = fopen("../../log/$tmpDate/counter_ccowe8_eng_$tmpDate.log", "a");
fwrite($LOG,$str);
fclose($LOG);
chmod("../../log/$tmpDate/counter_ccowe8_eng_$tmpDate.log",0777);
}
?>
|
|