Hey guys,
So everything is working fine, I have my referrer spoof script setup, and almost finished with the blank.
All I need to do it figure out how this works and everything is fine, this seems to be giving me some trouble:
As you can see the $url variable is where I am redirecting to. Again, this is happening inside an iframe. It works fine in FF as I have just tested it, but the problem comes about when using in IE, as it does not forward the page.
A big HUGE thanks to anyone who can tell me how to solve this problem.
Thanks Again!
So everything is working fine, I have my referrer spoof script setup, and almost finished with the blank.
All I need to do it figure out how this works and everything is fine, this seems to be giving me some trouble:
Code:
echo "<meta http-equiv=\"refresh\" content=\"0;url=$url\">";
As you can see the $url variable is where I am redirecting to. Again, this is happening inside an iframe. It works fine in FF as I have just tested it, but the problem comes about when using in IE, as it does not forward the page.
A big HUGE thanks to anyone who can tell me how to solve this problem.
Thanks Again!