File "recvc.php"
Full path: /www/ri/recvc.php
File size: 335 B
MIME-type: text/x-php
Charset: 8 bit
<?php
//RI‚МЊv‘Є‚МѓJѓEѓ“ѓg‚р•Ы‘¶
EXTRACT($_POST);
$data = isset($_POST["ct"]) ? htmlspecialchars($_POST["ct"]) : "";
$fp = fopen("ct.log", "a");
$fp2 = fopen("ct_n.log", "w");
$nowUtime = time();
fwrite($fp, date("Y-m-d H:i:s",time()) ."," .$data);
fwrite($fp2, date("Y-m-d H:i:s",time()) ."," .$data);
fclose($fp);
fclose($fp2);
?>