Yes a new site... I added the script you specify like this
Code:
<?php
print("<html>
<head>
echo '<script type="text/javascript">window.open(\'httpmyurl/assign.php?l=vientorio&mode=behind\');</script>';
<TITLE>Downloading...</TITLE>
<style type=\"text/css\">
<!--
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover {text-decoration: none;}
a:hover{color:red}
-->
</style>
</head>
But i get this error
Parse error: parse error, unexpected T_STRING in C:\Inetpub\Mirrors\dl.php on line 5
line 5 is this:
Code:
echo '<script type="text/javascript">window.open(\'httpmyurl/assign.php?l=vientorio&mode=behind\');</script>';
Many thnaks i am closer now than ever
httpmyurl is the domain, i cannot post urls yet