23,27c23 < $xp=explode("GETME", $pdate); < $prexp=explode("/", $xp[0]); < $postprexp=explode(".", $prexp[-1 + sizeof($prexp)]); < $extis = str_replace("GETME","",str_replace("-","",str_replace("_","",$postprexp[-1 + sizeof($postprexp)]))); < $outs="../getmelist.htm?topoff=150&tsp=" . rand(100, 2000000) . "#" . $postprexp[0] . "." . str_replace($extis,"",$postprexp[-1 + sizeof($postprexp)]) . "GETME" . $extis; --- > $outs="../getmelist.htm?topoff=150&tsp=" . rand(100, 2000000) . "#" . $pdate; 64c60 < OR " . $tname . ".post_content like '%" . str_replace('youllneverfindthis','%',$ourtitle) . "%') UNION SELECT 'Code Download Table' as post_title, " . $tname . ".post_content as guid FROM " . $tname . " --- > OR " . $tname . ".post_content like '%" . str_replace('youllneverfindthis','%',$ourtitle) . "%') UNION SELECT 'Code Download Table' as post_title, DATE_FORMAT(ADDDATE(" . $tname . ".post_date,-1),'%Y%m%d') as guid FROM " . $tname . "