GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   No cookie traffic - Where to send it? (https://gfy.com/showthread.php?t=175677)

KaLi 09-17-2003 03:26 PM

Whats the code to direct no cookie traffic away? :Graucho

KaLi 09-17-2003 06:15 PM

?

swedguy 09-17-2003 06:25 PM

This one is made for UCJ

---
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/cgi-bin/ucj/c.cgi$
RewriteCond %{HTTP_COOKIE} !^ucjc=.+$
RewriteRule .* http://www.somewhere.com/ [R,L]
---
1. It makes sure that the accessed file is the out script
2. It makes sure there's an empty/non existant ucjc cookie


If you want to redirect to what ever you have in url=, good if you want to send all nocookie traffic to your galleries and not yur trades.

---
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/cgi-bin/ucj/c.cgi$
RewriteCond %{HTTP_COOKIE} !^ucjc=.+$
RewriteCond %{QUERY_STRING} p=[^&]+
RewriteCond %{QUERY_STRING} url=([^&]+)
RewriteRule .* %1? [R,L]

RewriteCond %{REQUEST_URI} ^/cgi-bin/ucj/c.cgi$
RewriteCond %{HTTP_COOKIE} !^ucjc=.+$
RewriteCond %{QUERY_STRING} !p=[^&]+
RewriteCond %{QUERY_STRING} ^$ [OR]
RewriteCond %{QUERY_STRING} url=[^&]+ [OR]
RewriteCond %{QUERY_STRING} link=[^&]+
RewriteRule .* http://www.yoursite.com/? [R,L]
---

First parts checks if there's an url= and p= present (then it's most likely a gallery link). It redirect to what ever is in url=

Second parts checks if the link looks like this....
/cgi-bin/ucj/c.cgi
/cgi-bin/ucj/c.cgi?url=something
/cgi-bin/ucj/c.cgi?link=something

If it does, it redirects to http://www.yoursite.com/

Turboface 09-17-2003 08:27 PM

No cookie traffic - Where to send it?
 
I've been sending my no cookie traffic to CECash's email program, but that uses cookies, as do all the affiliate programs out there, it seems.

Any ideas?

sandman! 09-17-2003 08:30 PM

dialers

Turboface 09-17-2003 08:31 PM

Quote:

Originally posted by sandman!
dialers
Don't dialers use cookies?

pauliewalnutz 09-17-2003 08:33 PM

Quote:

Originally posted by Turboface
I've been sending my no cookie traffic to CECash's email program, but that uses cookies, as do all the affiliate programs out there, it seems.

Any ideas?

check out my sig they dont use cookies as far as i know

sandman! 09-17-2003 08:38 PM

Quote:

Originally posted by Turboface


Don't dialers use cookies?

I dont believe so.


All times are GMT -7. The time now is 10:11 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123