View Single Post
Old 03-24-2017, 07:48 AM  
sarettah
see you later, I'm gone
 
Industry Role:
Join Date: Oct 2002
Posts: 14,058
Quote:
Originally Posted by Bladewire View Post



Quote:
Originally Posted by freecartoonporn View Post


Is there a problem with my solution? Or am I mis-interpreting something?

Proof of concept:

http://www.hatterasdesigns.com/testr...test_redir.php

Code:
<html>
<head>
<meta http-equiv="refresh" content="0; url=<?php echo $_SERVER['QUERY_STRING']; ?>"> 
</head>
<body>
</body>
</html>

The madspiders.com page simply echoes the referer

Code:
<?php
echo "referer is " . $_SERVER['HTTP_REFERER'];
?>
.
__________________
All cookies cleared!
sarettah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote