
08-08-2005, 08:48 PM
|
|
|
Join Date: Jun 2004
Posts: 373
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
// ###### ELITECODERS DOWNLOAD HACK ######
$_BITFIELD['usergroup']['ecdownloadpermissions'] = array(
'canviewfiles' => 1,
'candownloadfiles' => 2,
'canratefiles' => 4,
'canuploadimages' => 8,
'canlinktofiles' => 16,
'canuploadfiles' => 32,
'canavoidpurgatory' => 64,
'canmanagepurgatory' => 128,
'caneditownfiles' => 256,
'caneditallfiles' => 512,
'canviewdisabled' => 1024
);
// ###### ELITECODERS DOWNLOAD HACK ######
|
Fsk, yeak I reverted BACK to the old one when I added the fix  .
Quote:
Originally Posted by xfaethorx
the divide by zero error piddle off after you upload your first file...
HOWEVER i've noticed something wrong when i try to upload a file with the wrong extension type it DOESNT tell me the supported extension types. Also can someone tell me what the 2 missing phrases are at the BOTTOM of the usergroup permission block, all are there but those 2!  if someone can tell me I'll add the phrases by hand.
|
ecdownloads_can_edit_all_files and ecdownloads_can_view_disabled
|