|
|
|
|
|
|
![]() |
#26 | |
Don't get discouraged; it's usually the last key that opens the lock...
|
Quote:
RewriteCond %{HTTP_REFERER} eonsex\.com [NC] RewriteRule .* - [F] |
|
![]() |
![]() |
![]() |
#27 |
Certified Nice Person
|
I'm thinking we need to kill both of their domains in order to block as much of their slime as we can.
RewriteCond %{HTTP_REFERER} eonpal\.com [NC,OR] RewriteCond %{HTTP_REFERER} eonsex\.com [NC] RewriteRule .* - [F] If anyone has something a better than that - or corrections - let us know. Every htaccess site I go to gives me a something different from the last. ![]() EDIT- Remember to test your site immediately after editing your .htaccess file. LadyD - I don't know of any frame killing methods with .htaccess. I think the standard javascript framebuster is all we have at our disposal. Last edited by Useless; 2006-12-24 at 09:41 PM.. |
![]() |
![]() |
![]() |
#28 |
~Serving Up Sinful Sex ~
Join Date: Apr 2003
Location: Missouri City, Texas
Posts: 1,928
|
Thanks guys. I guess I'll be editing htaccess files in the morning.
![]() |
![]() |
![]() |
![]() |
#29 |
I want to set the record straight - I thought the cop was a prostitute
|
Since my fusker saga from last spring I block first and ask questions later. Thanks everyone for heads up!
![]() |
![]() |
![]() |
![]() |
#30 | |
Don't get discouraged; it's usually the last key that opens the lock...
|
Quote:
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, postmaster@planet-xxx.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. |shocking| |
|
![]() |
![]() |
![]() |
#31 |
That which does not kill us, will try, try again.
|
Lowry - I haven't seen your htaccess file to know what's already in there, but you may need to add this above the first RewriteCond:
RewriteEngine on Some (few?) servers may need both of these lines added above the first RewriteCond: RewriteEngine on Options +FollowSymlinks That second line would be used if your server isn't configured with FollowSymLinks in its <directory> section in httpd.conf, and you get a 500 Internal Server error when using the code without the second line. ~~ Another option could be to use something like this: order allow,deny deny from . eonpal.com deny from . eonsex.com allow from all The denied users in this case will get a 403 error saying something like "You do not have permission to access this site." Or if you configure a custom error page for 403 errors, you can show them whatever you like.
__________________
"If you're happy and you know it, think again." -- Guru Pitka Last edited by Simon; 2006-12-26 at 07:20 AM.. Reason: added the allow,deny method |
![]() |
![]() |
![]() |
#32 |
Don't get discouraged; it's usually the last key that opens the lock...
|
Thank You Simon!!
That worked. Here is my htaccess, it's basic but it should do the job. RewriteEngine on RewriteCond %{HTTP_REFERER} eonpal\.com [NC,OR] RewriteCond %{HTTP_REFERER} eonsex\.com [NC] RewriteRule .* - [F] ErrorDocument 400 http://www.triplexworld.com/ ErrorDocument 401 http://www.triplexworld.com/ ErrorDocument 403 http://www.triplexworld.com/ ErrorDocument 404 http://www.triplexworld.com/ ErrorDocument 500 http://www.triplexworld.com/ AddHandler server-parsed .htm .html |
![]() |
![]() |
![]() |
#33 |
Certified Nice Person
|
|
![]() |
![]() |
![]() |
#34 |
You can now put whatever you want in this space :)
Join Date: Nov 2006
Location: Vulcan
Posts: 695
|
I noticed these guys in my stats as well - Do I need to block them from each freesite that I have created.
How easy is it it to edit my htaccess file? I know zip about it! |
![]() |
![]() |
![]() |
#35 |
A woman is like beer. They look good, they smell good, and you'd step over your own mother just to get one!
Join Date: Dec 2006
Posts: 51
|
I figured something like that was going on because no gives you something for nothing.
I have been doing alot of seo research on my sites stats as of late and that source was next on the list to find out about. Thanks for making my job alot easier guys ![]()
__________________
At least 5 trades a day keeps the doctors away. |
![]() |
![]() |
![]() |
#36 | |
I want to set the record straight - I thought the cop was a prostitute
|
Quote:
First, check out if you already have .htaccess file on your server. If you do, download it locally. Note the dot at the beginning of file name - it needs to be there. Use simple text editor, copy/paste the code posted by UW, upload that file and you're set. Remember to test several of your sites if everything is working. If something is wrong you can just undo the changes you made. |
|
![]() |
![]() |
![]() |
#37 |
You can now put whatever you want in this space :)
Join Date: Nov 2006
Location: Vulcan
Posts: 695
|
Thanks Johnybg - sounds reasonably idiot proof.
|
![]() |
![]() |
![]() |
#38 |
I can spearhead the whole begging thing
|
I wanted to change the .htaccess on cumshotspecialist but I did not make this one.
Normaly I use this one for fusker: AuthUserFile /dev/null AuthGroupFile /dev/null RewriteEngine On ErrorDocument 400 http://www.cumshotspecialist.com/ ErrorDocument 403 http://www.cumshotspecialist.com/ ErrorDocument 404 http://www.cumshotspecialist.com/ ErrorDocument 500 http://www.cumshotspecialist.com/ ErrorDocument 501 http://www.cumshotspecialist.com/ ErrorDocument 503 http://www.cumshotspecialist.com/ RewriteCond %{HTTP_REFERER} !^http://www.cumshotspecialist.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.cumshotspecialist.com/:80/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.cumshotspecialist.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.cumshotspecialist.com/:80/.*$ [NC] ReWriteRule .*\.(JPG|jpg|JPg|Jpg|GIF|gif|GIf|Gif)$ http://www.mlilahsporndimension.com/hotlink.htm [R,L] But when I opened the .htaccess on cumshotspecialist there is this: # -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* Options +Includes XBitHack on <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName www.cumshotspecialist.com AuthUserFile /home/cumshots/public_html/_vti_pvt/service.pwd AuthGroupFile /home/cumshots/public_html/_vti_pvt/service.grp I am not sure what do, I don't know shit about .htaccess. Can I use just the first or do I have to adjust the last one ![]() DangerDave made my link list 4 years ago and I don't know if he wrote it. Can anyone please help me with this? |
![]() |
![]() |
![]() |
|
|