Im gonna give you a hint.
In the PtokaxNew file you will have this --->
local tbl={[0]={ [-1] = 1, [0] = 5, [1] = 4, [2] = 3, [3] = 2, [4] = 2, [5] = 2, [6] = 2, [7] = 2, [8] = 2, [9] = 2 },[1]={[5]=7, [0]=6, [4]=5, [1]=4, [2]=3, [3]=2, [-1]=1},[2]={ [-1] = 1, [0] = 5, [1] = 4, [2] = 3, [3] = 2 ,[4] = 6, [5] = 7}}
userlevels=tbl[ProfilesUsed] or { [-1] = 1, [0] = 5, [1] = 4, [2] = 3, [3] = 2 }
at line 24
Local tbl.. that is the one you will have to change. My profiles looks like this in ptokax -->
Owner
OP
Dump
KVIP
VIP
50-100Mbit
10-50Mbit
5.0-10Mbit
1.0-5.0Mbit
0.1-1.0Mbit
And if the OP is second in line on your ptokax profiles this is the one to change -->
[1] = 5,
and if the third in line in your ptokax profiles, then this is the one to change -->
[2] = 4,
What it stands for :
[0] = Owner
[1] = OP
[2] = Dump
[3] = KVIP
And so on...
hope it helps you out.