![]() |
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 :\ |
Dont the avs programs give you that info?
|
Quote:
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] |
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] |
Quote:
<-- 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