ציטוט:
נכתב במקור על ידי Hanan
PHP קוד:
<?php
$var = file_get_contents("http://www.yoururlhere.com/");
$newvar = str_replace("<script","",$var);
die($newvar);
?>
|
תודה אבל זה לא עוזר
זה הקוד שעושה את זה
PHP קוד:
<script type="text/javascript">
if (top.location!= self.location) {
top.location = 'http://www.co.il'
}
</script>