You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 52 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Exclude system - Bugs? [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
DarkSchneider
Nuke Cadet
Nuke Cadet


Joined: Nov 15, 2004
Posts: 1


PostPosted: Mon Nov 15, 2004 2:24 pm Reply with quoteBack to top

In the first place excuse for my English...

I'm a PHP-Nuke tester and developer of the community Italian of phpnukefordonkeys.
For ours community I have written up a tutorial appropriate, drawn from the present material in package of Asec and translate the addon in Italian.

Premised this I go to expose my problem.
I'm in the condition for using the option exclude system rather than an other method in order to allow the access to determines IPs in a module (in specific the Sections).
Therefore I find myself to having to insert a range of IP (255 IPs in total) that they can approach the aforesaid module. All the others will come "cut" outside but they will be able to navigate the site.
This has been a good reason in order to test the famous option as well as ignored how much adviced against to times.

Well, here that we find ourselves in the panel of the exclude:
we can see 3 lines (IP, strings, modules).
Perhaps of these 3 only the last one work (...) In fact the first two do not insert neither the IPs that I go to write neither the strings for paths.

Forcing the insertion from the database here that it is begun to see some result, but it seems useless.
Trying to exclude before a single IP then a range and then other solutions, I do not come blocked in no way.

Then they I asked to me if this is truly the way in order to prevent that sure IPs sees one block.
I don't want to create users not to use of the groups.
I use a patched version 6.9.

Exists an other way through Asec or as I was proceeding it is right?

There are other cases that demonstrate that the insertion of IPs or strings from the exclude system not functions?

Whichever aid very is accepted.

Hello

Darsch Wink
Find all posts by DarkSchneiderView user's profileSend private message
madman
Support Mod
Support Mod


Joined: Feb 15, 2004
Posts: 806


PostPosted: Tue Nov 16, 2004 10:27 am Reply with quoteBack to top

First, consider to refer to /docs/exclude_system.txt provided in Admin Secure compressed package. Admin Secure take multiple check on submitted input, either on IP, script path/file, or modules. For IP exclusion, there's a known bug (parse error within regular expression) on v1.7 when you submit IP address. The fix already published in this forum.

Note: Admin Secure always perform two-sides checking on both input sources (user submitted data) and database entries. If you alter db table directly that does not seem to meet valid data, Admin Secure will discard them (for security reason).

For IP exclusion, upon submitting IP address (and range) take a look at the following input rules (taken from exclude_system.txt):
Code:
   12.34.56.78            -> valid
   127.0.0.1-127.0.0.50   -> valid
   0.0.0.0-0.255.255.255  -> valid
   12.34.56               -> invalid, not fully qualified IPv4
   127.0.0.271            -> invalid, 271 larger than 255
   127.0.0.1 - 127.0.0.8  -> invalid, separator contains whitespaces


For script exclusion, be sure to always prepend the path with a slash (/). The path must be relative to your www document root. For example if you want to exclude the script path from the following URL:
Code:
http://yoursite/html/modules/Downloads/upload.php

Submit the path as follow:
Code:
/html/modules/Downloads/upload.php


If you supplied query string on script exclusion, be sure to put ampersands as "&" and not "&". The following example will demonstrate on how to ignore Admin Secure activity log from the following request:
Code:
http://yoursite/html/modules.php?name=NoLogging&op=nop

Script name: /html/modules.php?name=NoLogging&op=nop
L (exclude logging): checked

_________________
I'm Image
Find all posts by madmanView user's profileSend private messageVisit poster's websiteYahoo MessengerMSN Messenger
Display posts from previous:      
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
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



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.170 Seconds - 405 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::