Thread: Security Rules?
View Single Post
  #2 (permalink)  
Old January 30th, 2005
GregorK GregorK is offline
Phex Developer
 
Join Date: May 8th, 2001
Location: Stuttgart, Germany
Posts: 988
GregorK is flying high
Default

In you user home directory there is a folder called phex or .phex

In windows this usually is c:\Documents and Settings\<YourLogin>\phex

In this folder is a file called security.xml

The format is:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<phex phex-version="2.1.4.80">
<security>


<ip-access-rule>
<description>Banned by user.</description>
<isDenyingRule>true</isDenyingRule>
<isDisabled>false</isDisabled>
<triggerCount>196</triggerCount>
<expiryDate>1143121516735</expiryDate>
<isDeletedOnExpiry>false</isDeletedOnExpiry>
<addressType>2</addressType>
<ip>CFEA0000</ip>
<compareIP>FFFF0000</compareIP>
</ip-access-rule>

... more rules
...
...


</security>
</phex>



Gregor
__________________
Reply With Quote