So del
[Sections]
## Maximum of 10 different credit sections ##
#
# <alias> = <credit section #> <path>
# <alias> = <credit section #> <stats section #> <path>
#
APPS = 0 1 /APPS/*
DOX = 0 2 /DOX/*
GAMES = 0 3 /GAMES/*
REQUEST = 0 4 /REQUEST/*
SPEED = 0 5 /SPEED/*
SVCD = 0 6 /SVCD/*
VCD = 0 7 /VCD/*
XVID = 0 8 /XVID/*
And replace with: (all users will be 1:3 every section)
[Sections]
## Maximum of 10 different credit sections ##
#
# <alias> = <credit section #> <path>
# <alias> = <credit section #> <stats section #> <path>
#
Home = 0 1 /home/*
Default = 0 *
|