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)
-   -   How do I prevent spoofers? (https://gfy.com/showthread.php?t=200818)

Project-Shadow 11-23-2003 11:56 AM

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 :\

Dirty F 11-23-2003 11:58 AM

Dont the avs programs give you that info?

Project-Shadow 11-23-2003 12:02 PM

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]

icedemon 11-23-2003 12:03 PM

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]

Project-Shadow 11-23-2003 12:05 PM

Quote:

Originally posted by icedemon
Take this part out

RewriteCond %{HTTP_REFERER} !^$

Thanks.. I just saw it -_-''

<-- Complete dumbass!


All times are GMT -7. The time now is 07:17 PM.

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