Quote:
Originally Posted by blackmonsters
Don't use that, I made a mistake.
I had to use this code so I didn't go into a loop :
Code:
<?php if ($page_model['sponsor'] == "chaturbate" && !isset($clean_req["reloaded"])) { ?>
<script>window.location.href += "/reloaded";</script>
<?php } ?>
<?php
if (isset($clean_req["reloaded"])) {
if ($clean_req["reloaded"] !== "reloaded") {
echo "Error not allowed parameter";
exit();
}
}
?>
I put this in my modelpage.php.
I had to also change my htaccess rules to add the reloaded parameter.

|
FUCK! Not working anymore.
The surfer has to reload the page manually.
