home *** CD-ROM | disk | FTP | other *** search
- --***********************************************************************************************
-
- Insert Into SubSysIn (id,typeid,instparam,descript) VALUES (0, 0, 'main.sht', 'Main');
- Insert Into SubSysIn (id,typeid,instparam,descript,bannergraphic) VALUES (1, 0, 'area.sht', 'New Users', 'newuser.gif');
- Insert Into SubSysIn (id,typeid,instparam,descript) VALUES (4, 2, '4&DOCUMENT=filelist.sht', 'Main Board: Files');
- Insert Into SubSysIn (id,typeid,instparam,descript) VALUES (6, 2, '6&DOCUMENT=filelist.sht', 'New User: Files');
-
-
- Insert Into SubSysTP (Id, Descript, QueryScript, TypeParam, Button) VALUES (0, 'Area','area','area?DOCUMENT=','subarea2.gif');
- Insert Into SubSysTP (Id, Descript, QueryScript, TypeParam, Button) VALUES (2, 'File Base','filebase','filebase?id=','filarea1.gif');
- Insert Into SubSysTP (Id, Descript, QueryScript, TypeParam, Button) VALUES (3, 'Configuration','','confcgi?','subarea2.gif');
- Insert Into SubSysTP (Id, Descript, QueryScript, TypeParam, Button) VALUES (6, 'PCBoard File Base','','filebase?fbtype=pcbfb&id=','filarea1.gif');
-
-
- --************************************************************************************************
- -- Configuration stuff
- --************************************************************************************************
- Insert Into SubSysIn (id,typeid,instparam,descript) VALUES (-1, 3, 'confmain.sht', 'Sysop Configuration');
- Insert Into SubSysIn (id,typeid,descript) VALUES (-2, 3, 'Modem Server Access');
- Insert Into SubSysIn (id,typeid,descript) VALUES (-3, 3, 'E-Mail Server Access');
- Insert Into SubSysIn (id,typeid,descript) VALUES (-4, 3, 'Read All Messages');
- Insert Into sub_prof (InstanceID, ProfileId) VALUES (-1, 1);
- Insert Into Area_Sub (AreaId, InstanceId) VALUES (0, -1);
- Insert Into Area_Sub (AreaId, InstanceId) VALUES (-1, -2);
- Insert Into Area_Sub (AreaId, InstanceId) VALUES (-1, -3);
- Insert Into Area_Sub (AreaId, InstanceId) VALUES (-1, -4);
-
-
- --************************************************************************************************
- -- Use this file to insert sample Data into the Users Table
- Insert Into Users (id,alias,passwd,account) VALUES (0, 'guest', 'guest', 0);
- Insert Into Users (id,alias,passwd,account) VALUES (1, 'user', 'user', 0);
- Insert Into Users (id,alias,passwd,account) VALUES (2, 'sysop', 'sysop', 0);
-
-
- Insert Into User_Profile (UserID, ProfileID ) VALUES (0, 2);
- Insert Into User_Profile (UserID, ProfileID ) VALUES (1, 0);
- Insert Into User_Profile (UserID, ProfileID ) VALUES (2, 1);
-
-
-
- Insert Into Files(ID,URL,Descript) VALUES (0,'testfile.zip','MetaWorlds Test File');
-
- Insert Into FLB_File(FbID,FID) VALUES (4,0);
- Insert Into FLB_File(FbID,FID) VALUES (6,0);
-
-
- Insert into cgi_path (cgi, location) values ('imagemap', '.\');
- Insert into cgi_path (cgi, location) values ('whocgi', '.\');
- Insert into cgi_path (cgi, location) values ('newuser', '.\');
- Insert into cgi_path (cgi, location) values ('filebase', '.\');
- Insert into cgi_path (cgi, location) values ('msgbase', '.\');
- Insert into cgi_path (cgi, location) values ('area', '.\');
-
- commit work;
-
-