Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 09-17-2003, 03:26 PM   #1
KaLi
Confirmed User
 
Industry Role:
Join Date: Aug 2003
Location: Lomita, CA
Posts: 4,371
Whats the code to direct no cookie traffic away?
__________________

icq:160-417-630
KaLi is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-17-2003, 06:15 PM   #2
KaLi
Confirmed User
 
Industry Role:
Join Date: Aug 2003
Location: Lomita, CA
Posts: 4,371
?
__________________

icq:160-417-630
KaLi is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-17-2003, 06:25 PM   #3
swedguy
Confirmed User
 
Industry Role:
Join Date: Jan 2002
Posts: 7,981
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/
swedguy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-17-2003, 08:27 PM   #4
Turboface
Back in Black
 
Turboface's Avatar
 
Industry Role:
Join Date: Mar 2002
Posts: 9,976
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?
Turboface is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-17-2003, 08:30 PM   #5
sandman!
Icq: 14420613
 
sandman!'s Avatar
 
Industry Role:
Join Date: Mar 2001
Location: chicago
Posts: 15,432
dialers
sandman! is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-17-2003, 08:31 PM   #6
Turboface
Back in Black
 
Turboface's Avatar
 
Industry Role:
Join Date: Mar 2002
Posts: 9,976
Quote:
Originally posted by sandman!
dialers
Don't dialers use cookies?
Turboface is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-17-2003, 08:33 PM   #7
pauliewalnutz
Confirmed User
 
Join Date: Jul 2003
Location: Hell
Posts: 486
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
__________________
<a href="http://netverifier.com/getpaid.asp?siteid=10018799"><img src="http://www.skyweb.net/~kgosselin/banners/newbanner.gif" border="0"></a><br><font color=white size=2> We provide the content to keep your members sticking around!<BR></font> <font color=white size=3>$45.00 per sale!</font>
pauliewalnutz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-17-2003, 08:38 PM   #8
sandman!
Icq: 14420613
 
sandman!'s Avatar
 
Industry Role:
Join Date: Mar 2001
Location: chicago
Posts: 15,432
Quote:
Originally posted by Turboface


Don't dialers use cookies?
I dont believe so.
sandman! is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.