23) { header("Location: http://www.u-buy.net/cgi-bin/ubdirect.pl?store=phon"); /* Redirect browser */ /* Make sure that code below does not get executed when we redirect. */ exit; } $url='http://www.u-buy.net/shops/hooked-on-phonics/phonics-'.$arg.'.html'; $handle=fopen($url,"rb"); while($data = fread($handle, 100000)) { $text.=$data; } $text1=preg_replace('/www.u-buy.net\/shops\/hooked-on-phonics\/phonics-/','www.navigator6.com/shop/phonics/buy-hooked-on-phonics-',$text); $text =preg_replace('/\.\/include/' , 'http://www.navigator6.com/shop/phonics/include',$text1); $text1=preg_replace('/\.\/stylesheet/','http://www.navigator6.com/shop/phonics/stylesheet',$text); $text2=preg_replace('/ -, /',' - ',$text1); print $text2; ?>