NukeXchange Network

          

Nuke Sites Link Directory
Nuke Fixes · NukeForums · NukeZone Hosting · NukeUnited · Nuke Sites · Nuke Skins · NukeLance
Nuke Resources
 :: Home  :: Downloads  :: Your Account  :: Forums  :: Advertise :: 
Login or Register
Main Menu
General
 Main
 AvantGo
 Banner_Clients
 cfaq
 Donations
 Downloads
 Forums
 Members_List
 Private_Messages
 Search
 Stories_Archive
 Submit_News
 Surveys
 Topics
 Web_Links
 Your_Account

Your Account
 Login
 Register
 Lost Pass

Modules
Quick Links
· CMS Focus
· Domain Names
. Game Quest
· Learning Linux
. MateMaker
· NukeFixes
· NukeForums
· NukeLance
· Nuke Sites
· Nuke Skins
· NukeZone Hosting
. SearchDevil
Other Options

Download Resources
· Nuke Downloads
· Add a Link
· New Files
· Top Rated
· Most Popular

Web Site Resources
· Nuke Sites
· Add A Site
· New Sites
· Top Rated
· Most Popular

Support
· NukeZone Hosting
· NukeSkins.com
· NukeForums.com
· phpnuke.org
· NukeFixes.com
Information
NukeForums
·decompressing EN-Book-Nuke.tar.tar
·How to allow spaces/gaps/"-" in allowed usernames
·How to Setup PHPNUKE on win2k
·cannot save changes
·voting?
·Nuke forum picture problem
·How to change smtp port on wampserver and windows
·yet another 301 redirect problem
·Image display? - newbie
·php nuke help

read more...
Top10 Links
· 1: Nuke Forums
· 2: PHPNukeFiles
· 3: NukeSkins
· 4: Nuke Templates
· 5: EcomJunk
· 6: MDesign
· 7: Windows Installation: PHP
· 8: FLASH-FOR-NUKE
· 9: Dezina
· 10: Global Dream News Sharing Portal!
Site Visitors
User Login:

Nickname:
Password:
Security Code: Security Code
Type Security Code Here:

Members List Membership:
Latest: Vanquistador
Today: 1
Yesterday: 1
Overall: 15103

Visitation:
Guests: 578
Members: 1
Total: 579


You are Anonymous user. You can register for free by clicking here
Sponsor Links
Nuke Sites Link Directory
Nuke Sites Link Directory

NukeResources :: View topic - IP blocked
NukeResources Forum Index

NukeResources Forum Index -> Random Thoughts -> IP blocked
Post new topic  Reply to topic    View previous topic :: View next topic 
IP blocked
PostPosted: Tue Mar 21, 2006 2:13 am Reply with quote
pjeff
Resource Newbie
Resource Newbie
 
Joined: Mar 13, 2006
Posts: 24




Urgent.


I've been trying to block some IP addresses from accessing my site, however some bold-headed included hackers manage to bypass the program by using the complete address.

Which means that they use:

www.sitename.com


Using my Deny IP program i block it.


Then they come back using:

http://www.sitename.com

or

http://sitename.com



Since using this form they know the program can not block their IP, so they continue with their arrassments. Some people just don't have nothing else to do...

How can i stop them from accessing the site?


If you can help, please do.

Anyone.

Thank you.
View user's profile Send private message
PostPosted: Tue Mar 21, 2006 10:55 am Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1785




Hmm not sure why that would happen? What security program are you using?

I suggest using a server solution - either .htaccess or possibly a server-level ban. You would need to talk to your host about it

_________________
- Star Wars Rebellion Network - Evaders Squadron Coding -

Need help? Nuke Patched Core, Coding Services, Webmaster Services
View user's profile Send private message Visit poster's website AIM Address
PostPosted: Tue Mar 21, 2006 11:21 pm Reply with quote
pjeff
Resource Newbie
Resource Newbie
 
Joined: Mar 13, 2006
Posts: 24




The IPs that i wanted to block i found them after this block:

-------------
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^$ [NC]
RewriteCond %{HTTP_REFERER} !^/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^$ [NC]
RewriteCond %{HTTP_REFERER} !^/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^$ [NC]
RewriteCond %{HTTP_REFERER} !^/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www./.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.$ [NC]
RewriteCond %{HTTP_REFERER} !^https:///.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://$ [NC]
RewriteCond %{HTTP_REFERER} !^https:///.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www..com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]

-------------------

... I removed them and place them to the top along with the other deny IPs. Now i have to wait to find out if it works.


Thanks again.


ps.: The missing info from the block is my site name.
View user's profile Send private message
PostPosted: Tue Mar 21, 2006 11:25 pm Reply with quote
pjeff
Resource Newbie
Resource Newbie
 
Joined: Mar 13, 2006
Posts: 24




I went and took a look at my .htaccess.
The IPs that i wanted to block i found them after this block:

-------------
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^$ [NC]
RewriteCond %{HTTP_REFERER} !^/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^$ [NC]
RewriteCond %{HTTP_REFERER} !^/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^$ [NC]
RewriteCond %{HTTP_REFERER} !^/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www./.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.$ [NC]
RewriteCond %{HTTP_REFERER} !^https:///.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://$ [NC]
RewriteCond %{HTTP_REFERER} !^https:///.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www..com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]

-------------------

... I removed them and place them to the top along with the other deny IPs. Now i have to wait to find out if it works.


Thanks again.


ps.: The missing info from the block is my site name.
View user's profile Send private message
PostPosted: Sun Mar 26, 2006 6:59 pm Reply with quote
kenn209
Resource Seeker
Resource Seeker
 
Joined: Dec 03, 2005
Posts: 11




I have a question, where is the .htaccess and the .staccess files supposed to be?
View user's profile Send private message
PostPosted: Mon Mar 27, 2006 12:58 am Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1785




Your phpNuke root

_________________
- Star Wars Rebellion Network - Evaders Squadron Coding -

Need help? Nuke Patched Core, Coding Services, Webmaster Services
View user's profile Send private message Visit poster's website AIM Address
IP blocked
 NukeResources Forum Index -> Random Thoughts
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 4 Hours  
Page 1 of 1  

  
  
 Post new topic  Reply to topic     



Powered by phpBB © 2001-2005 phpBB Group.     Theme created by Vjacheslav Trushkin.
There have been 132 unique hit(s) in the past 24 hours.
Forums ©
Nuke Sites Link Directory


Best viewed with a Browser
All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2001 - 2007 by NukeResources.com
You can syndicate our news using the file .backend.php or ultramode.txt
PHP-Nuke Copyright © 2004 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.87 Seconds

:: Eos phpbb2 style by Cyberalien :: PHP-Nuke theme by www.nukemods.com ::