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 11-23-2003, 11:56 AM   #1
Project-Shadow
Confirmed User
 
Industry Role:
Join Date: Feb 2003
Posts: 7,340
How do I prevent spoofers?

Alright here's the 'scoop'
I joined one of those free avs sites [hentaikey].
Most of the sites using that site seem to be really easy to access [90% of the time all it requires it typing in www.yoururl.com/members/index.html] and you're in.

I wish to make it so that only www.yoururl.com/whatever.html can access www.yoururl.com/members.index.html I know this leaves it open to spoofers but I need to start somewhere.

Would this involve editing my .htaccess? If so how.

Thanks for anyone's help.. although this is GFY :\
Project-Shadow is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-23-2003, 11:58 AM   #2
Dirty F
Too lazy to set a custom title
 
Dirty F's Avatar
 
Industry Role:
Join Date: Jul 2001
Posts: 59,204
Dont the avs programs give you that info?
Dirty F is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-23-2003, 12:02 PM   #3
Project-Shadow
Confirmed User
 
Industry Role:
Join Date: Feb 2003
Posts: 7,340
Quote:
Originally posted by Battuss
Dont the avs programs give you that info?
Nope they just give me a login script, and a .htaccess that seems not to be working.

AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?hentaikey.com(/)?.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?myurl.com(/)?.*$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ http://www.myurl.com/cheat.html [R,NC]
Project-Shadow is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-23-2003, 12:03 PM   #4
icedemon
Confirmed User
 
Join Date: Jun 2003
Location: Lutz, FL
Posts: 1,022
Take this part out

RewriteCond %{HTTP_REFERER} !^$

Also this line
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ http://www.myurl.com/cheat.html [R,NC]
should be
RewriteRule /* http://www.myurl.com/cheat.html [R,NC]
__________________
Clips4Sale.com

Last edited by icedemon; 11-23-2003 at 12:06 PM..
icedemon is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-23-2003, 12:05 PM   #5
Project-Shadow
Confirmed User
 
Industry Role:
Join Date: Feb 2003
Posts: 7,340
Quote:
Originally posted by icedemon
Take this part out

RewriteCond %{HTTP_REFERER} !^$
Thanks.. I just saw it -_-''

<-- Complete dumbass!
Project-Shadow 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.