PHP Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<bitfields product="vbulletin">
<bitfielddefs>
<group name="ugp">
<group name="imghost">
<bitfield name="canupload" group="imghost" phrase="can_upload_img" install="">1</bitfield>
<bitfield name="canadmin" group="imghost" phrase="can_admin_img" install="">2</bitfield>
<bitfield intperm="true" name="imghostset" group="imghost" phrase="max_file_size">100</bitfield>
</group>
if i do permissions['imghost'] it will return true i think i need to work out the value and settings myself if this is right can some1 give me an example?