Download Mania door by P0T-NOoDLE - custom util for Dream Warrior! A program to restrict certain users from downloading at certain times. All the usual features of Gods'Gift: Nice looking, residentable, 100% Asm. To install, install it over the "D" command (or even better "*D") Files used by the util: Doors:DM/DM.Cfg This is the config file (see example included). Line 1 MUST have a 5 digit time string which specifies the START of when period 1 begins. e.g. "18:00", return. Line 2 MUST have a 5 digit time string which specified the END of when period 1 ends. e.g. "19:00", return. Line 3 MUST have a 5 digit time string which specifies the START of when period 2 begins. e.g. "18:00", return. Line 4 MUST have a 5 digit time string which specified the END of when period 2 ends. e.g. "20:00", return. All lines after the first two are taken as names of users. Before each username given you must either have "**" or "P2" All users not given in the file will not be able to download during Period 1. All users given with "P2" before their name will not be able to download during Period 2. All users given with "**" before their name will be able to download at any time. Case doesn't matter, but make sure all lines have a return at the end. Doors:DM/DM_Allowed.Txt This text file is shown when they're allowed to download. I'm not sure if /X will mind if the file doesn't exist, so if you don't want any message sent, just have an empty file, or put a return in or something. Doors:DM/DM_Denied.Txt This text file is shown when they're not allowed to download. Same applies to this as the file above. Other things: Features/Bugs: Two versions are included. The "normal" one will run the internal "D" command once it has finished and worked out that the user is allowed to download. The other "extra" version will not run anything after finishing. This allows you to run other doors that previously replaced the "D" command (Such as confscan's download door) via MCI from DW_Allowed.Txt. The argument string given to the door (as it replaces the D command this will be a list of files to download) is added to the flagged files. If it is Saturday or Sunday, everyone can download all the time. (Wasn't sure if you wanted this, it's easy to remove if you don't) It WILL pass the filenames given to it to the internal "D" command, so users can still type "D FILE1.DMS FILE2.DMS" from the commandline OK. Messages are written to the callerslog saying the time and whether their request to download was granted or not. Will not work for time periods that cross midnight. If you need this (which I assume you don't!) let me know. If, at the command prompt, they type "D FILE1.DMS FILE2.DMS..." etc and use all 200 chars available, the last five chars of the commandline will be ignored. It appears that this is NOT a bug in this program but a bug in /X (I have only used v2.39 which is getting very old now!) as when given the BB_MAINLINE command, /X only appears to return up to 195 chars! That's it! Enjoy!!