Advertisement
verygoodplugins

Untitled

Mar 3rd, 2021
812
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. if ( ! empty( $_GET['affiliate'] ) ) {
  2.     setcookie( 'is_aff', $_GET['affiliate'], time() + ( 30 * DAY_IN_SECONDS ), COOKIEPATH, COOKIE_DOMAIN );
  3. }
  4.  
  5. if ( ! empty( $_GET['aff'] ) ) {
  6.     setcookie( 'is_affcode', $_GET['aff'], time() + ( 30 * DAY_IN_SECONDS ), COOKIEPATH, COOKIE_DOMAIN );
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement