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)
-   -   Htaccess (https://gfy.com/showthread.php?t=247392)

Juicy D. Links 03-04-2004 06:15 PM

Htaccess
 
Yo

Someone post a htaccess here for a freebsd system

I need to compare something

Dont tell me to search I am good looking

Anothers 03-04-2004 06:25 PM

Isn't htaccess related to apache web server ?

What do you want to know?

SoundMan 03-04-2004 06:27 PM

Quote:

Originally posted by juicylinks
Yo

Someone post a htaccess here for a freebsd system

I need to compare something

Dont tell me to search I am good looking

search hahahahhaa

whee 03-04-2004 06:29 PM

Goddamnit Mr.

http://www.freebsddiary.org

Anothers 03-04-2004 06:31 PM

try this link :winkwink:

Juicy D. Links 03-04-2004 06:31 PM

ErrorDocument 400 http://www.juicylinks.com
ErrorDocument 401 /index.shtml
ErrorDocument 402 http://www.juicylinks.com
ErrorDocument 403 http://www.juicylinks.com
ErrorDocument 404 http://www.juicylinks.com
ErrorDocument 500 http://www.juicylinks.com
ErrorDocument 501 http://www.juicylinks.com
ErrorDocument 502 http://www.juicylinks.com
ErrorDocument 503 http://www.juicylinks.com


RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://(www\.)?juicylinks.com(/)?.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?gofuckyourself.com(/)?.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?gfyboard.com(/)?.*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp)$ http://www.juicylinks.com [R,NC]


how come norton firewall shows red x;s for images on moderate settings but when i disable htaccess evrythng works like normal?

cluck 03-04-2004 06:31 PM

You really want it for your SE spam scripts so you can cloak with stealthness :Graucho

Anothers 03-04-2004 06:33 PM

maybe because firewall doesnt sends refferer?

add this line

RewriteCond %{HTTP_REFERER} !^$

after RewriteEngine on


then everyone going thru firewall will see images

Edited: removed hash

SomeCreep 03-04-2004 06:34 PM

Quote:

Originally posted by juicylinks

how come norton firewall shows red x;s for images on moderate settings but when i disable htaccess evrythng works like normal?

Norton blocks http referrer headers, hence htaccess will think you/the surfer is hotlinking.

Anothers 03-04-2004 06:45 PM

there is one more thing

you can modify your htaccess line to something
like this


RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://cgi.(aol\.)?ebay\.com [NC]
RewriteCond %{HTTP_REFERER} !^(wy[sc]iwyg://[0-9]*/)?http://(www\.)?juicylinks.com(/)?.*$ [NC]
RewriteCond %{HTTP_REFERER} !^(wy[sc]iwyg://[0-9]*/)?http://(www\.)?gofuckyourself.com(/)?.*$ [NC]
RewriteCond %{HTTP_REFERER} !^(wy[sc]iwyg://[0-9]*/)?http://(www\.)?gfyboard.com(/)?.*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp)$ http://www.juicylinks.com [R,NC]


and what is it all about:
- line with cgi.(aol).. - has something with aol users (some kind of proxy) I don't remember exactly but works
- funny (wy[sc]iwyg://[0-9]*/)? is for users with some netscape versions (there is problem when images are called thru j a v a s c r i p t - like o n m o u s e o v e r)

and you should add one line with your server (juicylinks.com) ip

RewriteCond %{HTTP_REFERER} !^(wy[sc]iwyg://[0-9]*/)?http://69.42.74.68(/)?.*$ [NC]

cashman 03-04-2004 06:55 PM

There are many parameters and variables you can use

Anothers 03-04-2004 06:55 PM

i must be blind

last line

RewriteRule .*\.(gif|jpg|jpeg|bmp)$ http://www.juicylinks.com [R,NC]

EDITED: I'm tired and I make simple mistakes

when you are using this line user on hotlinker page will see red x
but this red x will be your whole html code of index page on juicylinks so this will also update your stats etc. etc.

Jer 03-04-2004 07:21 PM

Try this one

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://(www\.)?juicylinks.com(/)?.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://.*gofuckyourself.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://*.gfyboard.com.*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp)$ http://www.juicylinks.com [R,NC]

exspamr 03-04-2004 07:25 PM

Quote:

Originally posted by juicylinks


Dont tell me to search I am good looking

:1orglaugh :thumbsup


All times are GMT -7. The time now is 06:20 AM.

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