From b69ca6b4296588a3d0e28ca324efca8f9b6028d2 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Fri, 19 Jul 2002 01:25:45 +0000 Subject: [PATCH] Preparing for 4.4.0 release. --- docs/create.sql | 690 ++++++++++++++++++++++++++---------------------- 1 file changed, 371 insertions(+), 319 deletions(-) diff --git a/docs/create.sql b/docs/create.sql index 99e1b2815..3ddb14213 100644 --- a/docs/create.sql +++ b/docs/create.sql @@ -1,12 +1,12 @@ -# MySQL dump 8.14 -# -# Host: localhost Database: WebGUI -#-------------------------------------------------------- -# Server version 3.23.41 +-- MySQL dump 8.21 +-- +-- Host: localhost Database: WebGUI +--------------------------------------------------------- +-- Server version 3.23.49 -# -# Table structure for table 'Article' -# +-- +-- Table structure for table 'Article' +-- CREATE TABLE Article ( wobjectId int(11) NOT NULL default '0', @@ -20,15 +20,16 @@ CREATE TABLE Article ( PRIMARY KEY (wobjectId) ) TYPE=MyISAM; -# -# Dumping data for table 'Article' -# +-- +-- Dumping data for table 'Article' +-- + INSERT INTO Article VALUES (-2,NULL,'','',NULL,0,'right',0); -# -# Table structure for table 'DownloadManager' -# +-- +-- Table structure for table 'DownloadManager' +-- CREATE TABLE DownloadManager ( wobjectId int(11) NOT NULL default '0', @@ -37,14 +38,15 @@ CREATE TABLE DownloadManager ( PRIMARY KEY (wobjectId) ) TYPE=MyISAM; -# -# Dumping data for table 'DownloadManager' -# +-- +-- Dumping data for table 'DownloadManager' +-- -# -# Table structure for table 'DownloadManager_file' -# + +-- +-- Table structure for table 'DownloadManager_file' +-- CREATE TABLE DownloadManager_file ( downloadId int(11) NOT NULL default '0', @@ -60,14 +62,15 @@ CREATE TABLE DownloadManager_file ( PRIMARY KEY (downloadId) ) TYPE=MyISAM; -# -# Dumping data for table 'DownloadManager_file' -# +-- +-- Dumping data for table 'DownloadManager_file' +-- -# -# Table structure for table 'EventsCalendar' -# + +-- +-- Table structure for table 'EventsCalendar' +-- CREATE TABLE EventsCalendar ( wobjectId int(11) NOT NULL default '0', @@ -76,14 +79,15 @@ CREATE TABLE EventsCalendar ( PRIMARY KEY (wobjectId) ) TYPE=MyISAM; -# -# Dumping data for table 'EventsCalendar' -# +-- +-- Dumping data for table 'EventsCalendar' +-- -# -# Table structure for table 'EventsCalendar_event' -# + +-- +-- Table structure for table 'EventsCalendar_event' +-- CREATE TABLE EventsCalendar_event ( eventId int(11) NOT NULL default '1', @@ -96,14 +100,15 @@ CREATE TABLE EventsCalendar_event ( PRIMARY KEY (eventId) ) TYPE=MyISAM; -# -# Dumping data for table 'EventsCalendar_event' -# +-- +-- Dumping data for table 'EventsCalendar_event' +-- -# -# Table structure for table 'ExtraColumn' -# + +-- +-- Table structure for table 'ExtraColumn' +-- CREATE TABLE ExtraColumn ( wobjectId int(11) NOT NULL default '0', @@ -113,14 +118,15 @@ CREATE TABLE ExtraColumn ( PRIMARY KEY (wobjectId) ) TYPE=MyISAM; -# -# Dumping data for table 'ExtraColumn' -# +-- +-- Dumping data for table 'ExtraColumn' +-- -# -# Table structure for table 'FAQ' -# + +-- +-- Table structure for table 'FAQ' +-- CREATE TABLE FAQ ( wobjectId int(11) NOT NULL default '0', @@ -130,14 +136,15 @@ CREATE TABLE FAQ ( PRIMARY KEY (wobjectId) ) TYPE=MyISAM; -# -# Dumping data for table 'FAQ' -# +-- +-- Dumping data for table 'FAQ' +-- -# -# Table structure for table 'FAQ_question' -# + +-- +-- Table structure for table 'FAQ_question' +-- CREATE TABLE FAQ_question ( wobjectId int(11) NOT NULL default '0', @@ -148,14 +155,15 @@ CREATE TABLE FAQ_question ( PRIMARY KEY (questionId) ) TYPE=MyISAM; -# -# Dumping data for table 'FAQ_question' -# +-- +-- Dumping data for table 'FAQ_question' +-- -# -# Table structure for table 'Item' -# + +-- +-- Table structure for table 'Item' +-- CREATE TABLE Item ( wobjectId int(11) NOT NULL default '0', @@ -164,14 +172,15 @@ CREATE TABLE Item ( PRIMARY KEY (wobjectId) ) TYPE=MyISAM; -# -# Dumping data for table 'Item' -# +-- +-- Dumping data for table 'Item' +-- -# -# Table structure for table 'LinkList' -# + +-- +-- Table structure for table 'LinkList' +-- CREATE TABLE LinkList ( wobjectId int(11) NOT NULL default '0', @@ -181,14 +190,15 @@ CREATE TABLE LinkList ( PRIMARY KEY (wobjectId) ) TYPE=MyISAM; -# -# Dumping data for table 'LinkList' -# +-- +-- Dumping data for table 'LinkList' +-- -# -# Table structure for table 'LinkList_link' -# + +-- +-- Table structure for table 'LinkList_link' +-- CREATE TABLE LinkList_link ( wobjectId int(11) NOT NULL default '0', @@ -201,14 +211,15 @@ CREATE TABLE LinkList_link ( PRIMARY KEY (linkId) ) TYPE=MyISAM; -# -# Dumping data for table 'LinkList_link' -# +-- +-- Dumping data for table 'LinkList_link' +-- -# -# Table structure for table 'MailForm' -# + +-- +-- Table structure for table 'MailForm' +-- CREATE TABLE MailForm ( wobjectId int(11) NOT NULL default '0', @@ -227,14 +238,15 @@ CREATE TABLE MailForm ( storeEntries char(1) default NULL ) TYPE=MyISAM; -# -# Dumping data for table 'MailForm' -# +-- +-- Dumping data for table 'MailForm' +-- -# -# Table structure for table 'MailForm_entry' -# + +-- +-- Table structure for table 'MailForm_entry' +-- CREATE TABLE MailForm_entry ( entryId int(11) NOT NULL default '0', @@ -246,14 +258,15 @@ CREATE TABLE MailForm_entry ( PRIMARY KEY (entryId) ) TYPE=MyISAM; -# -# Dumping data for table 'MailForm_entry' -# +-- +-- Dumping data for table 'MailForm_entry' +-- -# -# Table structure for table 'MailForm_entry_data' -# + +-- +-- Table structure for table 'MailForm_entry_data' +-- CREATE TABLE MailForm_entry_data ( entryId int(11) NOT NULL default '0', @@ -263,14 +276,15 @@ CREATE TABLE MailForm_entry_data ( value text ) TYPE=MyISAM; -# -# Dumping data for table 'MailForm_entry_data' -# +-- +-- Dumping data for table 'MailForm_entry_data' +-- -# -# Table structure for table 'MailForm_field' -# + +-- +-- Table structure for table 'MailForm_field' +-- CREATE TABLE MailForm_field ( wobjectId int(11) NOT NULL default '0', @@ -284,14 +298,15 @@ CREATE TABLE MailForm_field ( PRIMARY KEY (mailFieldId) ) TYPE=MyISAM; -# -# Dumping data for table 'MailForm_field' -# +-- +-- Dumping data for table 'MailForm_field' +-- -# -# Table structure for table 'MessageBoard' -# + +-- +-- Table structure for table 'MessageBoard' +-- CREATE TABLE MessageBoard ( wobjectId int(11) NOT NULL default '0', @@ -299,14 +314,15 @@ CREATE TABLE MessageBoard ( PRIMARY KEY (wobjectId) ) TYPE=MyISAM; -# -# Dumping data for table 'MessageBoard' -# +-- +-- Dumping data for table 'MessageBoard' +-- -# -# Table structure for table 'Poll' -# + +-- +-- Table structure for table 'Poll' +-- CREATE TABLE Poll ( wobjectId int(11) NOT NULL default '0', @@ -338,14 +354,15 @@ CREATE TABLE Poll ( PRIMARY KEY (wobjectId) ) TYPE=MyISAM; -# -# Dumping data for table 'Poll' -# +-- +-- Dumping data for table 'Poll' +-- -# -# Table structure for table 'Poll_answer' -# + +-- +-- Table structure for table 'Poll_answer' +-- CREATE TABLE Poll_answer ( wobjectId int(11) NOT NULL default '0', @@ -354,14 +371,15 @@ CREATE TABLE Poll_answer ( ipAddress varchar(50) default NULL ) TYPE=MyISAM; -# -# Dumping data for table 'Poll_answer' -# +-- +-- Dumping data for table 'Poll_answer' +-- -# -# Table structure for table 'Product' -# + +-- +-- Table structure for table 'Product' +-- CREATE TABLE Product ( wobjectId int(11) NOT NULL default '0', @@ -376,14 +394,15 @@ CREATE TABLE Product ( PRIMARY KEY (wobjectId) ) TYPE=MyISAM; -# -# Dumping data for table 'Product' -# +-- +-- Dumping data for table 'Product' +-- -# -# Table structure for table 'Product_accessory' -# + +-- +-- Table structure for table 'Product_accessory' +-- CREATE TABLE Product_accessory ( wobjectId int(11) NOT NULL default '0', @@ -392,14 +411,15 @@ CREATE TABLE Product_accessory ( PRIMARY KEY (wobjectId,AccessoryWobjectId) ) TYPE=MyISAM; -# -# Dumping data for table 'Product_accessory' -# +-- +-- Dumping data for table 'Product_accessory' +-- -# -# Table structure for table 'Product_feature' -# + +-- +-- Table structure for table 'Product_feature' +-- CREATE TABLE Product_feature ( wobjectId int(11) NOT NULL default '0', @@ -409,14 +429,15 @@ CREATE TABLE Product_feature ( PRIMARY KEY (productFeatureId) ) TYPE=MyISAM; -# -# Dumping data for table 'Product_feature' -# +-- +-- Dumping data for table 'Product_feature' +-- -# -# Table structure for table 'Product_related' -# + +-- +-- Table structure for table 'Product_related' +-- CREATE TABLE Product_related ( wobjectId int(11) NOT NULL default '0', @@ -425,14 +446,15 @@ CREATE TABLE Product_related ( PRIMARY KEY (wobjectId,RelatedWobjectId) ) TYPE=MyISAM; -# -# Dumping data for table 'Product_related' -# +-- +-- Dumping data for table 'Product_related' +-- -# -# Table structure for table 'Product_specification' -# + +-- +-- Table structure for table 'Product_specification' +-- CREATE TABLE Product_specification ( wobjectId int(11) NOT NULL default '0', @@ -444,14 +466,15 @@ CREATE TABLE Product_specification ( PRIMARY KEY (productSpecificationId) ) TYPE=MyISAM; -# -# Dumping data for table 'Product_specification' -# +-- +-- Dumping data for table 'Product_specification' +-- -# -# Table structure for table 'SQLReport' -# + +-- +-- Table structure for table 'SQLReport' +-- CREATE TABLE SQLReport ( wobjectId int(11) NOT NULL default '0', @@ -467,14 +490,15 @@ CREATE TABLE SQLReport ( PRIMARY KEY (wobjectId) ) TYPE=MyISAM; -# -# Dumping data for table 'SQLReport' -# +-- +-- Dumping data for table 'SQLReport' +-- -# -# Table structure for table 'SiteMap' -# + +-- +-- Table structure for table 'SiteMap' +-- CREATE TABLE SiteMap ( wobjectId int(11) NOT NULL default '0', @@ -487,15 +511,16 @@ CREATE TABLE SiteMap ( PRIMARY KEY (wobjectId) ) TYPE=MyISAM; -# -# Dumping data for table 'SiteMap' -# +-- +-- Dumping data for table 'SiteMap' +-- + INSERT INTO SiteMap VALUES (-1,0,0,5,'·',1,1); -# -# Table structure for table 'SyndicatedContent' -# +-- +-- Table structure for table 'SyndicatedContent' +-- CREATE TABLE SyndicatedContent ( wobjectId int(11) NOT NULL default '0', @@ -505,14 +530,15 @@ CREATE TABLE SyndicatedContent ( PRIMARY KEY (wobjectId) ) TYPE=MyISAM; -# -# Dumping data for table 'SyndicatedContent' -# +-- +-- Dumping data for table 'SyndicatedContent' +-- -# -# Table structure for table 'UserSubmission' -# + +-- +-- Table structure for table 'UserSubmission' +-- CREATE TABLE UserSubmission ( wobjectId int(11) NOT NULL default '0', @@ -527,14 +553,15 @@ CREATE TABLE UserSubmission ( PRIMARY KEY (wobjectId) ) TYPE=MyISAM; -# -# Dumping data for table 'UserSubmission' -# +-- +-- Dumping data for table 'UserSubmission' +-- -# -# Table structure for table 'UserSubmission_submission' -# + +-- +-- Table structure for table 'UserSubmission_submission' +-- CREATE TABLE UserSubmission_submission ( wobjectId int(11) NOT NULL default '0', @@ -552,14 +579,15 @@ CREATE TABLE UserSubmission_submission ( PRIMARY KEY (submissionId) ) TYPE=MyISAM; -# -# Dumping data for table 'UserSubmission_submission' -# +-- +-- Dumping data for table 'UserSubmission_submission' +-- -# -# Table structure for table 'WobjectProxy' -# + +-- +-- Table structure for table 'WobjectProxy' +-- CREATE TABLE WobjectProxy ( wobjectId int(11) NOT NULL default '0', @@ -567,14 +595,15 @@ CREATE TABLE WobjectProxy ( PRIMARY KEY (wobjectId) ) TYPE=MyISAM; -# -# Dumping data for table 'WobjectProxy' -# +-- +-- Dumping data for table 'WobjectProxy' +-- -# -# Table structure for table 'discussion' -# + +-- +-- Table structure for table 'discussion' +-- CREATE TABLE discussion ( messageId int(11) NOT NULL default '0', @@ -593,14 +622,15 @@ CREATE TABLE discussion ( PRIMARY KEY (messageId) ) TYPE=MyISAM; -# -# Dumping data for table 'discussion' -# +-- +-- Dumping data for table 'discussion' +-- -# -# Table structure for table 'groupings' -# + +-- +-- Table structure for table 'groupings' +-- CREATE TABLE groupings ( groupId int(11) NOT NULL default '0', @@ -609,18 +639,19 @@ CREATE TABLE groupings ( PRIMARY KEY (groupId,userId) ) TYPE=MyISAM; -# -# Dumping data for table 'groupings' -# +-- +-- Dumping data for table 'groupings' +-- + INSERT INTO groupings VALUES (5,3,2114402400); INSERT INTO groupings VALUES (4,3,2114402400); INSERT INTO groupings VALUES (3,3,2114402400); INSERT INTO groupings VALUES (6,3,2114402400); -# -# Table structure for table 'groups' -# +-- +-- Table structure for table 'groups' +-- CREATE TABLE groups ( groupId int(11) NOT NULL default '0', @@ -631,9 +662,10 @@ CREATE TABLE groups ( PRIMARY KEY (groupId) ) TYPE=MyISAM; -# -# Dumping data for table 'groups' -# +-- +-- Dumping data for table 'groups' +-- + INSERT INTO groups VALUES (1,'Visitors','This is the public group that has no privileges.',314496000,1000000000); INSERT INTO groups VALUES (2,'Registered Users','All registered users belong to this group automatically. There are no associated privileges other than that the user has an account and is logged in.',314496000,1000000000); @@ -645,9 +677,9 @@ INSERT INTO groups VALUES (7,'Everyone','A group that automatically includes all INSERT INTO groups VALUES (8,'Template Managers','Users that have privileges to edit templates for this site.',314496000,1000000000); INSERT INTO groups VALUES (9,'Image Managers','Users that have privileges to add, edit, and delete images from the image manager. Content managers can view by default',314496000,1000000000); -# -# Table structure for table 'help' -# +-- +-- Table structure for table 'help' +-- CREATE TABLE help ( helpId int(11) NOT NULL default '0', @@ -659,9 +691,10 @@ CREATE TABLE help ( KEY helpId (helpId) ) TYPE=MyISAM; -# -# Dumping data for table 'help' -# +-- +-- Dumping data for table 'help' +-- + INSERT INTO help VALUES (20,'WebGUI',670,625,'26,WebGUI;'); INSERT INTO help VALUES (1,'DownloadManager',61,71,'2,DownloadManager;21,WebGUI;'); @@ -726,9 +759,9 @@ INSERT INTO help VALUES (3,'Product',42,43,'1,Product;'); INSERT INTO help VALUES (4,'Product',44,45,'1,Product;'); INSERT INTO help VALUES (5,'Product',46,47,'1,Product;'); -# -# Table structure for table 'imageGroup' -# +-- +-- Table structure for table 'imageGroup' +-- CREATE TABLE imageGroup ( imageGroupId int(11) NOT NULL default '0', @@ -737,15 +770,16 @@ CREATE TABLE imageGroup ( description varchar(255) default NULL ) TYPE=MyISAM; -# -# Dumping data for table 'imageGroup' -# +-- +-- Dumping data for table 'imageGroup' +-- + INSERT INTO imageGroup VALUES (0,'Root',0,'Top level'); -# -# Table structure for table 'images' -# +-- +-- Table structure for table 'images' +-- CREATE TABLE images ( imageId int(11) NOT NULL default '0', @@ -759,14 +793,15 @@ CREATE TABLE images ( PRIMARY KEY (imageId) ) TYPE=MyISAM; -# -# Dumping data for table 'images' -# +-- +-- Dumping data for table 'images' +-- -# -# Table structure for table 'incrementer' -# + +-- +-- Table structure for table 'incrementer' +-- CREATE TABLE incrementer ( incrementerId varchar(50) NOT NULL default '', @@ -774,9 +809,10 @@ CREATE TABLE incrementer ( PRIMARY KEY (incrementerId) ) TYPE=MyISAM; -# -# Dumping data for table 'incrementer' -# +-- +-- Dumping data for table 'incrementer' +-- + INSERT INTO incrementer VALUES ('groupId',26); INSERT INTO incrementer VALUES ('messageId',1); @@ -801,9 +837,9 @@ INSERT INTO incrementer VALUES ('languageId',1000); INSERT INTO incrementer VALUES ('mailFieldId',1000); INSERT INTO incrementer VALUES ('mailEntryId',1000); -# -# Table structure for table 'international' -# +-- +-- Table structure for table 'international' +-- CREATE TABLE international ( internationalId int(11) NOT NULL default '0', @@ -813,9 +849,10 @@ CREATE TABLE international ( PRIMARY KEY (internationalId,namespace,languageId) ) TYPE=MyISAM; -# -# Dumping data for table 'international' -# +-- +-- Dumping data for table 'international' +-- + INSERT INTO international VALUES (367,'WebGUI',1,'Expire After'); INSERT INTO international VALUES (1,'Article',3,'Artikel'); @@ -5684,7 +5721,7 @@ INSERT INTO international VALUES (634,'WebGUI',1,'Default Home Page
\r INSERT INTO international VALUES (638,'WebGUI',1,'Templates are used to affect how pages are laid out in WebGUI. For instance, most sites these days have more than just a menu and one big text area. Many of them have three or four columns preceeded by several headers and/or banner areas. WebGUI accomodates complex layouts through the use of Templates. There are several templates that come with WebGUI to make life easier for you, but you can create as many as you\'d like.'); INSERT INTO international VALUES (639,'WebGUI',1,'Template Name
\r\nGive this template a descriptive name so that you\'ll know what it is when you\'re applying the template to a page.\r\n

\r\n\r\nTemplate
\r\nCreate your template by placing the special macros ^0; ^1; ^2; and so on in your template to represent the different content areas. Typically this is done by using a table to position the content. The following is an example of a template with two content areas side by side:\r\n

\r\n

\r\n<table>\r\n  <tr>\r\n    <td>^0;</td>\r\n    <td>^1;</td>\r\n  </tr>\r\n</table>\r\n
\r\n

\r\nAlso be sure to take a look at the templates that come with WebGUI for ideas.\r\n'); INSERT INTO international VALUES (640,'WebGUI',1,'It is not a good idea to delete templates as you never know what kind of adverse affect it may have on your site (some pages may still be using the template). If you should choose to delete a template, all the pages still using the template will be set to the \"Default\" template.'); -INSERT INTO international VALUES (624,'WebGUI',1,'WebGUI macros are used to create dynamic content within otherwise static content. For instance, you may wish to show which user is logged in on every page, or you may wish to have a dynamically built menu or crumb trail. \r\n

\r\nMacros always begin with a carat (^) and follow with at least one other character and ended with w semicolon (;). Some macros can be extended/configured by taking the format of ^x(\"config text\");. The following is a description of all the macros in the WebGUI system.\r\n

\r\n\r\n^a; or ^a(); - My Account Link
\r\nA link to your account information. In addition you can change the link text by creating a macro like this ^a(\"Account Info\");. \r\n

\r\nNotes: You can also use the special case ^a(linkonly); to return only the URL to the account page and nothing more. Also, the .myAccountLink style sheet class is tied to this macro.\r\n

\r\n\r\n^AdminBar;
\r\nPlaces the administrative tool bar on the page. This is a required element in the \"body\" segment of the Style Manager.\r\n

\r\n\r\n^AdminText();
\r\nDisplays a small text message to a user who is in admin mode. Example: ^AdminText(\"You are in admin mode!\");\r\n

\r\n\r\n^AdminToggle;
\r\nPlaces a link on the page which is only visible to content managers and adminstrators. The link toggles on/off admin mode.\r\n

\r\n\r\n^C; or ^C(); - Crumb Trail
\r\nA dynamically generated crumb trail to the current page. You can optionally specify a delimeter to be used between page names by using ^C(::);. The default delimeter is >.\r\n

\r\nNote: The .crumbTrail style sheet class is tied to this macro.\r\n

\r\n\r\n^c; - Company Name
\r\nThe name of your company specified in the settings by your Administrator.\r\n

\r\n\r\n^D; or ^D(); - Date
\r\nThe current date and time.\r\n

\r\nYou can configure the date by using date formatting symbols. For instance, if you created a macro like this ^D(\"%c %D, %y\"); it would output September 26, 2001. The following are the available date formatting symbols:\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
%%%
%y4 digit year
%Y2 digit year
%m2 digit month
%Mvariable digit month
%cmonth name
%d2 digit day of month
%Dvariable digit day of month
%wday of week name
%h2 digit base 12 hour
%Hvariable digit base 12 hour
%j2 digit base 24 hour
%Jvariable digit base 24 hour
%plower case am/pm
%Pupper case AM/PM
%zuser preference date format
%Zuser preference time format
\r\n

\r\n\r\n^e; - Company Email Address
\r\nThe email address for your company specified in the settings by your Administrator.\r\n

\r\n\r\n^Env()
\r\nCan be used to display a web server environment variable on a page. The environment variables available on each server are different, but you can find out which ones your web server has by going to: http://www.yourwebguisite.com/env.pl\r\n

\r\nThe macro should be specified like this ^Env(\"REMOTE_ADDR\");\r\n

\r\n\r\n^Execute();
\r\nAllows a content manager or administrator to execute an external program. Takes the format of ^Execute(\"/this/file.sh\");.\r\n

\r\n\r\n^Extras;
\r\nReturns the path to the WebGUI \"extras\" folder, which contains things like WebGUI icons.\r\n

\r\n\r\n^FlexMenu;
\r\nThis menu macro creates a top-level menu that expands as the user selects each menu item.\r\n

\r\n\r\n^FormParam();
\r\nThis macro is mainly used in generating dynamic queries in SQL Reports. Using this macro you can pull the value of any form field simply by specifing the name of the form field, like this: ^FormParam(\"phoneNumber\");\r\n

\r\n\r\n^GroupText();
\r\nDisplays a small text message to the user if they belong to the specified group. Example: ^GroupText(\"Visitors\",\"You need an account to do anything cool on this site!\");\r\n

\r\n\r\n\r\n^H; or ^H(); - Home Link
\r\nA link to the home page of this site. In addition you can change the link text by creating a macro like this ^H(\"Go Home\");.\r\n

\r\nNotes: You can also use the special case ^H(linkonly); to return only the URL to the home page and nothing more. Also, the .homeLink style sheet class is tied to this macro.\r\n

\r\n\r\n^I(); - Image Manager Image with Tag
\r\nThis macro returns an image tag with the parameters for an image defined in the image manager. Specify the name of the image using a tag like this ^I(\"imageName\");.\r\n

\r\n\r\n^i(); - Image Manager Image Path
\r\nThis macro returns the path of an image uploaded using the Image Manager. Specify the name of the image using a tag like this ^i(\"imageName\");.\r\n

\r\n\r\n^Include();
\r\nAllows a content manager or administrator to include a file from the local filesystem. Takes the format of ^Include(\"/this/file.html\");\r\n

\r\n\r\n^L; or ^L(); - Login
\r\nA small login form. You can also configure this macro. You can set the width of the login box like this ^L(20);. You can also set the message displayed after the user is logged in like this ^L(20,Hi ^a(^@;);. Click %here% if you wanna log out!)\r\n

\r\nNote: The .loginBox style sheet class is tied to this macro.\r\n

\r\n\r\n^M; or ^M(); - Current Menu (Vertical)
\r\nA vertical menu containing the sub-pages at the current level. In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this ^M(3);. If you set the macro to \"0\" it will track the entire site tree.\r\n

\r\n\r\n^m; - Current Menu (Horizontal)
\r\nA horizontal menu containing the sub-pages at the current level. You can optionally specify a delimeter to be used between page names by using ^m(:--:);. The default delimeter is ·.\r\n

\r\n\r\n^P; or ^P(); - Previous Menu (Vertical)
\r\nA vertical menu containing the sub-pages at the previous level. In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this ^P(3);. If you set the macro to \"0\" it will track the entire site tree.\r\n

\r\n\r\n^p; - Previous Menu (Horizontal)
\r\nA horizontal menu containing the sub-pages at the previous level. You can optionally specify a delimeter to be used between page names by using ^p(:--:);. The default delimeter is ·.\r\n

\r\n\r\n^Page();
\r\nThis can be used to retrieve information about the current page. For instance it could be used to get the page URL like this ^Page(\"urlizedTitle\"); or to get the menu title like this ^Page(\"menuTitle\");.\r\n

\r\n\r\n^PageTitle;
\r\nDisplays the title of the current page.\r\n

\r\nNote: If you begin using admin functions or the indepth functions of any wobject, the page title will become a link that will quickly bring you back to the page.\r\n

\r\n\r\n^r; or ^r(); - Make Page Printable
\r\nCreates a link to remove the style from a page to make it printable. In addition, you can change the link text by creating a macro like this ^r(\"Print Me!\");.\r\n

\r\nBy default, when this link is clicked, the current page\'s style is replaced with the \"Make Page Printable\" style in the Style Manager. However, that can be overridden by specifying the name of another style as the second parameter, like this: ^r(\"Print!\",\"WebGUI\");\r\n

\r\nNotes: You can also use the special case ^r(linkonly); to return only the URL to the make printable page and nothing more. Also, the .makePrintableLink style sheet class is tied to this macro.\r\n

\r\n\r\n\r\n^rootmenu; or ^rootmenu(); (Horizontal)
\r\nCreates a horizontal menu of the various roots on your system (except for the WebGUI system roots). You can optionally specify a menu delimiter like this: ^rootmenu(|);\r\n

\r\n\r\n\r\n^RootTitle;
\r\nReturns the title of the root of the current page. For instance, the main root in WebGUI is the \"Home\" page. Many advanced sites have many roots and thus need a way to display to the user which root they are in.\r\n

\r\n\r\n^S(); - Specific SubMenu (Vertical)
\r\nThis macro allows you to get the submenu of any page, starting with the page you specified. For instance, you could get the home page submenu by creating a macro that looks like this ^S(\"home\",0);. The first value is the urlized title of the page and the second value is the depth you\'d like the menu to go. By default it will show only the first level. To go three levels deep create a macro like this ^S(\"home\",3);.\r\n

\r\n\r\n^s(); - Specific SubMenu (Horizontal)
\r\nThis macro allows you to get the submenu of any page, starting with the page you specified. For instance, you could get the home page submenu by creating a macro that looks like this ^s(\"home\");. The value is the urlized title of the page. You can optionally specify a delimeter to be used between page names by using ^s(\"home\",\":--:\");. The default delimeter is ·.\r\n

\r\n\r\n^Synopsis; or ^Synopsis(); Menu
\r\nThis macro allows you to get the submenu of a page along with the synopsis of each link. You may specify an integer to specify how many levels deep to traverse the page tree.\r\n

\r\nNotes: The .synopsis_sub, .synopsis_summary, and .synopsis_title style sheet classes are tied to this macro.\r\n

\r\n\r\n^T; or ^T(); - Top Level Menu (Vertical)
\r\nA vertical menu containing the main pages of the site (aka the sub-pages from the home page). In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this ^T(3);. If you set the macro to \"0\" it will track the entire site tree.\r\n

\r\n\r\n^t; - Top Level Menu (Horizontal)
\r\nA vertical menu containing the main pages of the site (aka the sub-pages from the home page). You can optionally specify a delimeter to be used between page names by using ^t(:--:);. The default delimeter is ·.\r\n

\r\n\r\n^Thumbnail();
\r\nReturns the URL of a thumbnail for an image from the image manager. Specify the name of the image like this ^Thumbnail(\"imageName\");.\r\n

\r\n\r\n^ThumbnailLinker();
\r\nThis is a good way to create a quick and dirty screenshots page or a simple photo gallery. Simply specify the name of an image in the Image Manager like this: ^ThumbnailLinker(\"My Grandmother\"); and this macro will create a thumnail image with a title under it that links to the full size version of the image.\r\n

\r\n\r\n^u; - Company URL
\r\nThe URL for your company specified in the settings by your Administrator.\r\n

\r\n\r\n^URLEncode();
\r\nThis macro is mainly useful in SQL reports, but it could be useful elsewhere as well. It takes the input of a string and URL Encodes it so that the string can be passed through a URL. It\'s syntax looks like this: ^URLEncode(\"Is this my string?\");

\r\n\r\n^/; - System URL
\r\nThe URL to the gateway script (example: /index.pl/).\r\n

\r\n\r\n^\\; - Page URL
\r\nThe URL to the current page (example: /index.pl/pagename).\r\n

\r\n\r\n^@; - Username
\r\nThe username of the currently logged in user.\r\n

\r\n\r\n^?; - Search
\r\nAdd a search box to the page. The search box is tied to WebGUI\'s built-in search engine.\r\n

\r\nNote: The .searchBox style sheet class is tied to this macro.\r\n

\r\n\r\n^#; - User ID
\r\nThe user id of the currently logged in user.\r\n

\r\n\r\n^*; or ^*(); - Random Number
\r\nA randomly generated number. This is often used on images (such as banner ads) that you want to ensure do not cache. In addition, you may configure this macro like this ^*(100); to create a random number between 0 and 100.\r\n

\r\n\r\n^-;,^0;,^1;,^2;,^3;, etc.
\r\nThese macros are reserved for system/wobject-specific functions as in the SQL Report wobject and the Body in the Style Manager.\r\n'); +INSERT INTO international VALUES (624,'WebGUI',1,'WebGUI macros are used to create dynamic content within otherwise static content. For instance, you may wish to show which user is logged in on every page, or you may wish to have a dynamically built menu or crumb trail. \r\n

\r\nMacros always begin with a carat (^) and follow with at least one other character and ended with w semicolon (;). Some macros can be extended/configured by taking the format of ^x(\"config text\");. The following is a description of all the macros in the WebGUI system.\r\n

\r\n\r\n^a; or ^a(); - My Account Link
\r\nA link to your account information. In addition you can change the link text by creating a macro like this ^a(\"Account Info\");. \r\n

\r\nNotes: You can also use the special case ^a(linkonly); to return only the URL to the account page and nothing more. Also, the .myAccountLink style sheet class is tied to this macro.\r\n

\r\n\r\n^AdminBar;
\r\nPlaces the administrative tool bar on the page. This is a required element in the \"body\" segment of the Style Manager.\r\n

\r\n\r\n^AdminText();
\r\nDisplays a small text message to a user who is in admin mode. Example: ^AdminText(\"You are in admin mode!\");\r\n

\r\n\r\n^AdminToggle;
\r\nPlaces a link on the page which is only visible to content managers and adminstrators. The link toggles on/off admin mode.\r\n

\r\n\r\n^C; or ^C(); - Crumb Trail
\r\nA dynamically generated crumb trail to the current page. You can optionally specify a delimeter to be used between page names by using ^C(::);. The default delimeter is >.\r\n

\r\nNote: The .crumbTrail style sheet class is tied to this macro.\r\n

\r\n\r\n^c; - Company Name
\r\nThe name of your company specified in the settings by your Administrator.\r\n

\r\n\r\n^D; or ^D(); - Date
\r\nThe current date and time.\r\n

\r\nYou can configure the date by using date formatting symbols. For instance, if you created a macro like this ^D(\"%c %D, %y\"); it would output September 26, 2001. The following are the available date formatting symbols:\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
%%%
%y4 digit year
%Y2 digit year
%m2 digit month
%Mvariable digit month
%cmonth name
%d2 digit day of month
%Dvariable digit day of month
%wday of week name
%h2 digit base 12 hour
%Hvariable digit base 12 hour
%j2 digit base 24 hour
%Jvariable digit base 24 hour
%plower case am/pm
%Pupper case AM/PM
%zuser preference date format
%Zuser preference time format
\r\n

\r\n\r\n^e; - Company Email Address
\r\nThe email address for your company specified in the settings by your Administrator.\r\n

\r\n\r\n^Env()
\r\nCan be used to display a web server environment variable on a page. The environment variables available on each server are different, but you can find out which ones your web server has by going to: http://www.yourwebguisite.com/env.pl\r\n

\r\nThe macro should be specified like this ^Env(\"REMOTE_ADDR\");\r\n

\r\n\r\n^Execute();
\r\nAllows a content manager or administrator to execute an external program. Takes the format of ^Execute(\"/this/file.sh\");.\r\n

\r\n\r\n^Extras;
\r\nReturns the path to the WebGUI \"extras\" folder, which contains things like WebGUI icons.\r\n

\r\n\r\n^FlexMenu;
\r\nThis menu macro creates a top-level menu that expands as the user selects each menu item.\r\n

\r\n\r\n^FormParam();
\r\nThis macro is mainly used in generating dynamic queries in SQL Reports. Using this macro you can pull the value of any form field simply by specifing the name of the form field, like this: ^FormParam(\"phoneNumber\");\r\n

\r\n\r\n^GroupText();
\r\nDisplays a small text message to the user if they belong to the specified group. Example: ^GroupText(\"Visitors\",\"You need an account to do anything cool on this site!\");\r\n

\r\n\r\n\r\n^H; or ^H(); - Home Link
\r\nA link to the home page of this site. In addition you can change the link text by creating a macro like this ^H(\"Go Home\");.\r\n

\r\nNotes: You can also use the special case ^H(linkonly); to return only the URL to the home page and nothing more. Also, the .homeLink style sheet class is tied to this macro.\r\n

\r\n\r\n^I(); - Image Manager Image with Tag
\r\nThis macro returns an image tag with the parameters for an image defined in the image manager. Specify the name of the image using a tag like this ^I(\"imageName\");.\r\n

\r\n\r\n^i(); - Image Manager Image Path
\r\nThis macro returns the path of an image uploaded using the Image Manager. Specify the name of the image using a tag like this ^i(\"imageName\");.\r\n

\r\n\r\n^Include();
\r\nAllows a content manager or administrator to include a file from the local filesystem. Takes the format of ^Include(\"/this/file.html\");\r\n

\r\n\r\n^L; or ^L(); - Login
\r\nA small login form. You can also configure this macro. You can set the width of the login box like this ^L(20);. You can also set the message displayed after the user is logged in like this ^L(20,Hi ^a(^@;);. Click %here% if you wanna log out!)\r\n

\r\nNote: The .loginBox style sheet class is tied to this macro.\r\n

\r\n\r\n^M; or ^M(); - Current Menu (Vertical)
\r\nA vertical menu containing the sub-pages at the current level. In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this ^M(3);. If you set the macro to \"0\" it will track the entire site tree.\r\n

\r\n\r\n^m; - Current Menu (Horizontal)
\r\nA horizontal menu containing the sub-pages at the current level. You can optionally specify a delimeter to be used between page names by using ^m(:--:);. The default delimeter is ·.\r\n

\r\n\r\n^P; or ^P(); - Previous Menu (Vertical)
\r\nA vertical menu containing the sub-pages at the previous level. In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this ^P(3);. If you set the macro to \"0\" it will track the entire site tree.\r\n

\r\n\r\n^p; - Previous Menu (Horizontal)
\r\nA horizontal menu containing the sub-pages at the previous level. You can optionally specify a delimeter to be used between page names by using ^p(:--:);. The default delimeter is ·.\r\n

\r\n\r\n^Page();
\r\nThis can be used to retrieve information about the current page. For instance it could be used to get the page URL like this ^Page(\"urlizedTitle\"); or to get the menu title like this ^Page(\"menuTitle\");.\r\n

\r\n\r\n^PageTitle;
\r\nDisplays the title of the current page.\r\n

\r\nNote: If you begin using admin functions or the indepth functions of any wobject, the page title will become a link that will quickly bring you back to the page.\r\n

\r\n\r\n^r; or ^r(); - Make Page Printable
\r\nCreates a link to remove the style from a page to make it printable. In addition, you can change the link text by creating a macro like this ^r(\"Print Me!\");.\r\n

\r\nBy default, when this link is clicked, the current page\'s style is replaced with the \"Make Page Printable\" style in the Style Manager. However, that can be overridden by specifying the name of another style as the second parameter, like this: ^r(\"Print!\",\"WebGUI\");\r\n

\r\nNotes: You can also use the special case ^r(linkonly); to return only the URL to the make printable page and nothing more. Also, the .makePrintableLink style sheet class is tied to this macro.\r\n

\r\n\r\n\r\n^rootmenu; or ^rootmenu(); (Horizontal)
\r\nCreates a horizontal menu of the various roots on your system (except for the WebGUI system roots). You can optionally specify a menu delimiter like this: ^rootmenu(|);\r\n

\r\n\r\n\r\n^RootTitle;
\r\nReturns the title of the root of the current page. For instance, the main root in WebGUI is the \"Home\" page. Many advanced sites have many roots and thus need a way to display to the user which root they are in.\r\n

\r\n\r\n^S(); - Specific SubMenu (Vertical)
\r\nThis macro allows you to get the submenu of any page, starting with the page you specified. For instance, you could get the home page submenu by creating a macro that looks like this ^S(\"home\",0);. The first value is the urlized title of the page and the second value is the depth you\'d like the menu to go. By default it will show only the first level. To go three levels deep create a macro like this ^S(\"home\",3);.\r\n

\r\n\r\n^s(); - Specific SubMenu (Horizontal)
\r\nThis macro allows you to get the submenu of any page, starting with the page you specified. For instance, you could get the home page submenu by creating a macro that looks like this ^s(\"home\");. The value is the urlized title of the page. You can optionally specify a delimeter to be used between page names by using ^s(\"home\",\":--:\");. The default delimeter is ·.\r\n

\r\n\r\n^Synopsis; or ^Synopsis(); Menu
\r\nThis macro allows you to get the submenu of a page along with the synopsis of each link. You may specify an integer to specify how many levels deep to traverse the page tree.\r\n

\r\nNotes: The .synopsis_sub, .synopsis_summary, and .synopsis_title style sheet classes are tied to this macro.\r\n

\r\n\r\n^T; or ^T(); - Top Level Menu (Vertical)
\r\nA vertical menu containing the main pages of the site (aka the sub-pages from the home page). In addition, you may configure this macro by specifying how many levels deep the menu should go. By default it will show only the first level. To go three levels deep create a macro like this ^T(3);. If you set the macro to \"0\" it will track the entire site tree.\r\n

\r\n\r\n^t; - Top Level Menu (Horizontal)
\r\nA vertical menu containing the main pages of the site (aka the sub-pages from the home page). You can optionally specify a delimeter to be used between page names by using ^t(:--:);. The default delimeter is ·.\r\n

\r\n\r\n^Thumbnail();
\r\nReturns the URL of a thumbnail for an image from the image manager. Specify the name of the image like this ^Thumbnail(\"imageName\");.\r\n

\r\n\r\n^ThumbnailLinker();
\r\nThis is a good way to create a quick and dirty screenshots page or a simple photo gallery. Simply specify the name of an image in the Image Manager like this: ^ThumbnailLinker(\"My Grandmother\"); and this macro will create a thumnail image with a title under it that links to the full size version of the image.\r\n

\r\n\r\n^u; - Company URL
\r\nThe URL for your company specified in the settings by your Administrator.\r\n

\r\n\r\n^URLEncode();
\r\nThis macro is mainly useful in SQL reports, but it could be useful elsewhere as well. It takes the input of a string and URL Encodes it so that the string can be passed through a URL. It\'s syntax looks like this: ^URLEncode(\"Is this my string?\");

\r\n\r\n^User();
\r\nThis macro will allow you to display any information from a user\'s account or profile. For instance, if you wanted to display a user\'s email address you\'d create this macro: ^User(\"email\");\r\n

\r\n\r\n^/; - System URL
\r\nThe URL to the gateway script (example: /index.pl/).\r\n

\r\n\r\n^\\; - Page URL
\r\nThe URL to the current page (example: /index.pl/pagename).\r\n

\r\n\r\n^@; - Username
\r\nThe username of the currently logged in user.\r\n

\r\n\r\n^?; - Search
\r\nAdd a search box to the page. The search box is tied to WebGUI\'s built-in search engine.\r\n

\r\nNote: The .searchBox style sheet class is tied to this macro.\r\n

\r\n\r\n^#; - User ID
\r\nThe user id of the currently logged in user.\r\n

\r\n\r\n^*; or ^*(); - Random Number
\r\nA randomly generated number. This is often used on images (such as banner ads) that you want to ensure do not cache. In addition, you may configure this macro like this ^*(100); to create a random number between 0 and 100.\r\n

\r\n\r\n^-;,^0;,^1;,^2;,^3;, etc.
\r\nThese macros are reserved for system/wobject-specific functions as in the SQL Report wobject and the Body in the Style Manager.\r\n'); INSERT INTO international VALUES (670,'WebGUI',1,'Image, Add/Edit'); INSERT INTO international VALUES (673,'WebGUI',1,'Image, Delete'); INSERT INTO international VALUES (676,'WebGUI',1,'Images, Manage'); @@ -5746,9 +5783,9 @@ INSERT INTO international VALUES (46,'Product',1,'Related Product, Add/Edit'); INSERT INTO international VALUES (47,'Product',1,'Related products are products that are comparable or complimentary to other products.\r\n

\r\n\r\nRelated products
\r\nChoose from the list of products you\'ve already entered.\r\n

\r\n\r\nAdd another related product?
\r\nSelect \"Yes\" if you have another related product to add.'); INSERT INTO international VALUES (30,'UserSubmission',1,'Karma Per Submission'); -# -# Table structure for table 'karmaLog' -# +-- +-- Table structure for table 'karmaLog' +-- CREATE TABLE karmaLog ( userId int(11) NOT NULL default '0', @@ -5758,14 +5795,15 @@ CREATE TABLE karmaLog ( dateModified int(11) NOT NULL default '1026097656' ) TYPE=MyISAM; -# -# Dumping data for table 'karmaLog' -# +-- +-- Dumping data for table 'karmaLog' +-- -# -# Table structure for table 'language' -# + +-- +-- Table structure for table 'language' +-- CREATE TABLE language ( languageId int(11) NOT NULL default '0', @@ -5774,9 +5812,10 @@ CREATE TABLE language ( PRIMARY KEY (languageId) ) TYPE=MyISAM; -# -# Dumping data for table 'language' -# +-- +-- Dumping data for table 'language' +-- + INSERT INTO language VALUES (1,'English','ISO-8859-1'); INSERT INTO language VALUES (2,'Deutsch','ISO-8859-1'); @@ -5787,9 +5826,9 @@ INSERT INTO language VALUES (6,'Svenska','ISO-8859-1'); INSERT INTO language VALUES (7,'¼òÌåÖÐÎÄ (Chinese Simple)','gb2312'); INSERT INTO language VALUES (8,'Italiano','ISO-8859-1'); -# -# Table structure for table 'messageLog' -# +-- +-- Table structure for table 'messageLog' +-- CREATE TABLE messageLog ( messageLogId int(11) NOT NULL default '0', @@ -5802,14 +5841,15 @@ CREATE TABLE messageLog ( PRIMARY KEY (messageLogId,userId) ) TYPE=MyISAM; -# -# Dumping data for table 'messageLog' -# +-- +-- Dumping data for table 'messageLog' +-- -# -# Table structure for table 'page' -# + +-- +-- Table structure for table 'page' +-- CREATE TABLE page ( pageId int(11) NOT NULL default '0', @@ -5836,9 +5876,10 @@ CREATE TABLE page ( PRIMARY KEY (pageId) ) TYPE=MyISAM; -# -# Dumping data for table 'page' -# +-- +-- Dumping data for table 'page' +-- + INSERT INTO page VALUES (1,0,'Home',-6,3,1,1,1,1,0,1,0,0,'','home',1,'Home',NULL,1,946710000,2082783600); INSERT INTO page VALUES (4,0,'Page Not Found',-6,3,1,1,1,1,0,1,0,21,'','page_not_found',0,'Page Not Found',NULL,1,946710000,2082783600); @@ -5846,9 +5887,9 @@ INSERT INTO page VALUES (3,0,'Trash',5,3,1,1,3,1,1,0,0,22,'','trash',0,'Trash',N INSERT INTO page VALUES (2,0,'Clipboard',4,3,1,1,4,1,1,0,0,23,'','clipboard',0,'Clipboard',NULL,1,946710000,2082783600); INSERT INTO page VALUES (5,0,'Packages',1,3,0,0,6,1,1,0,0,24,'','packages',0,'Packages',NULL,1,946710000,2082783600); -# -# Table structure for table 'settings' -# +-- +-- Table structure for table 'settings' +-- CREATE TABLE settings ( name varchar(255) NOT NULL default '', @@ -5856,9 +5897,10 @@ CREATE TABLE settings ( PRIMARY KEY (name) ) TYPE=MyISAM; -# -# Dumping data for table 'settings' -# +-- +-- Dumping data for table 'settings' +-- + INSERT INTO settings VALUES ('maxAttachmentSize','300'); INSERT INTO settings VALUES ('sessionTimeout','28000'); @@ -5898,9 +5940,9 @@ INSERT INTO settings VALUES ('karmaPerLogin','1'); INSERT INTO settings VALUES ('runOnRegistration',''); INSERT INTO settings VALUES ('maxImageSize','100000'); -# -# Table structure for table 'style' -# +-- +-- Table structure for table 'style' +-- CREATE TABLE style ( styleId int(11) NOT NULL default '0', @@ -5910,9 +5952,10 @@ CREATE TABLE style ( PRIMARY KEY (styleId) ) TYPE=MyISAM; -# -# Dumping data for table 'style' -# +-- +-- Dumping data for table 'style' +-- + INSERT INTO style VALUES (-3,'WebGUI','','^AdminBar;\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n\r\n\r\n\r\n \r\n \r\n \r\n\r\n\r\n
^FlexMenu;
\r\n^L;\r\n
\r\n\r\n\r\n\r\n^-;\r\n\r\n
\r\n

\r\n

\r\n
\r\n©2001-2002 Plain Black Software
\r\n
\r\n'); INSERT INTO style VALUES (2,'Fail Safe','','^AdminBar;\n\n\r\n^H; / ^t; / ^m; / ^a;\r\n
\n\n^-;\n\n
\r\n^H; / ^t; / ^m; / ^a;\r\n'); @@ -5926,9 +5969,9 @@ INSERT INTO style VALUES (5,'Trash','','^AdminBar;\n\n\r\n\r\n\r\n\r\n\r\n
Packages\r\n^H; / ^a;
\r\n
PACKAGES
^FlexMenu;
CONTENT
\n\n^-;\n\n
\r\n\r\n\r\n
\r\n^H; / ^a;\r\n'); INSERT INTO style VALUES (-6,'WebGUI 4','\r\n','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
^AdminBar;\r\n\"Print!\"\r\n
\r\n\r\n\r\n \r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n
\r\n
User:\r\n ^a(^@;);
Location: ^C;
\r\n
\r\n\r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n\r\n \r\n\r\n
\r\n \r\n \r\n \r\n \r\n
^FlexMenu;
\r\n \r\n
\r\n\r\n\r\n^-;\r\n\r\n\r\n\r\n

\r\n

\r\n
^D(\"%c %D %y\");Powered by WebGUI
\r\n\r\n\r\n'); -# -# Table structure for table 'template' -# +-- +-- Table structure for table 'template' +-- CREATE TABLE template ( templateId int(11) NOT NULL default '0', @@ -5937,9 +5980,10 @@ CREATE TABLE template ( PRIMARY KEY (templateId) ) TYPE=MyISAM; -# -# Dumping data for table 'template' -# +-- +-- Dumping data for table 'template' +-- + INSERT INTO template VALUES (1,'Default','\r\n\r\n \r\n\r\n
^0;
'); INSERT INTO template VALUES (2,'News','\r\n\r\n \r\n\r\n \r\n \r\n\r\n\r\n \r\n\r\n
^0;
^1;^2;
^3;
\r\n'); @@ -5949,9 +5993,9 @@ INSERT INTO template VALUES (5,'Left Column','\r\n\r\n \r\n \r\n\r\n
^0;^1;
\r\n'); INSERT INTO template VALUES (7,'Side By Side','\r\n\r\n \r\n \r\n\r\n
^0;^1;
\r\n'); -# -# Table structure for table 'userLoginLog' -# +-- +-- Table structure for table 'userLoginLog' +-- CREATE TABLE userLoginLog ( userId int(11) default NULL, @@ -5961,14 +6005,15 @@ CREATE TABLE userLoginLog ( userAgent text ) TYPE=MyISAM; -# -# Dumping data for table 'userLoginLog' -# +-- +-- Dumping data for table 'userLoginLog' +-- -# -# Table structure for table 'userProfileCategory' -# + +-- +-- Table structure for table 'userProfileCategory' +-- CREATE TABLE userProfileCategory ( profileCategoryId int(11) NOT NULL default '0', @@ -5977,9 +6022,10 @@ CREATE TABLE userProfileCategory ( PRIMARY KEY (profileCategoryId) ) TYPE=MyISAM; -# -# Dumping data for table 'userProfileCategory' -# +-- +-- Dumping data for table 'userProfileCategory' +-- + INSERT INTO userProfileCategory VALUES (1,'WebGUI::International::get(449,\"WebGUI\");',6); INSERT INTO userProfileCategory VALUES (2,'WebGUI::International::get(440,\"WebGUI\");',2); @@ -5989,9 +6035,9 @@ INSERT INTO userProfileCategory VALUES (5,'WebGUI::International::get(443,\"WebG INSERT INTO userProfileCategory VALUES (6,'WebGUI::International::get(442,\"WebGUI\");',4); INSERT INTO userProfileCategory VALUES (7,'WebGUI::International::get(444,\"WebGUI\");',5); -# -# Table structure for table 'userProfileData' -# +-- +-- Table structure for table 'userProfileData' +-- CREATE TABLE userProfileData ( userId int(11) NOT NULL default '0', @@ -6000,16 +6046,17 @@ CREATE TABLE userProfileData ( PRIMARY KEY (userId,fieldName) ) TYPE=MyISAM; -# -# Dumping data for table 'userProfileData' -# +-- +-- Dumping data for table 'userProfileData' +-- + INSERT INTO userProfileData VALUES (1,'language','1'); INSERT INTO userProfileData VALUES (3,'language','1'); -# -# Table structure for table 'userProfileField' -# +-- +-- Table structure for table 'userProfileField' +-- CREATE TABLE userProfileField ( fieldName varchar(128) NOT NULL default '', @@ -6025,9 +6072,10 @@ CREATE TABLE userProfileField ( PRIMARY KEY (fieldName) ) TYPE=MyISAM; -# -# Dumping data for table 'userProfileField' -# +-- +-- Dumping data for table 'userProfileField' +-- + INSERT INTO userProfileField VALUES ('email','WebGUI::International::get(56,\"WebGUI\");',1,1,'email',NULL,NULL,1,2,1); INSERT INTO userProfileField VALUES ('firstName','WebGUI::International::get(314,\"WebGUI\");',1,0,'text',NULL,NULL,1,3,1); @@ -6064,9 +6112,9 @@ INSERT INTO userProfileField VALUES ('timeFormat','WebGUI::International::get(46 INSERT INTO userProfileField VALUES ('discussionLayout','WebGUI::International::get(509)',1,0,'select','{\r\n threaded=>WebGUI::International::get(511),\r\n flat=>WebGUI::International::get(510)\r\n}','[\'threaded\']',5,4,0); INSERT INTO userProfileField VALUES ('INBOXNotifications','WebGUI::International::get(518)',1,0,'select','{ \r\n none=>WebGUI::International::get(519),\r\n email=>WebGUI::International::get(520),\r\n emailToPager=>WebGUI::International::get(521),\r\n icq=>WebGUI::International::get(522)\r\n}','[\'email\']',6,4,0); -# -# Table structure for table 'userSession' -# +-- +-- Table structure for table 'userSession' +-- CREATE TABLE userSession ( sessionId varchar(60) NOT NULL default '', @@ -6078,14 +6126,15 @@ CREATE TABLE userSession ( PRIMARY KEY (sessionId) ) TYPE=MyISAM; -# -# Dumping data for table 'userSession' -# +-- +-- Dumping data for table 'userSession' +-- -# -# Table structure for table 'users' -# + +-- +-- Table structure for table 'users' +-- CREATE TABLE users ( userId int(11) NOT NULL default '0', @@ -6100,16 +6149,17 @@ CREATE TABLE users ( PRIMARY KEY (userId) ) TYPE=MyISAM; -# -# Dumping data for table 'users' -# +-- +-- Dumping data for table 'users' +-- + INSERT INTO users VALUES (1,'Visitor','No Login','WebGUI',NULL,NULL,1019867418,1019867418,0); INSERT INTO users VALUES (3,'Admin','RvlMjeFPs2aAhQdo/xt/Kg','WebGUI','','',1019867418,1019935552,0); -# -# Table structure for table 'webguiVersion' -# +-- +-- Table structure for table 'webguiVersion' +-- CREATE TABLE webguiVersion ( webguiVersion varchar(10) default NULL, @@ -6117,15 +6167,16 @@ CREATE TABLE webguiVersion ( dateApplied int(11) default NULL ) TYPE=MyISAM; -# -# Dumping data for table 'webguiVersion' -# +-- +-- Dumping data for table 'webguiVersion' +-- -INSERT INTO webguiVersion VALUES ('4.3.0','intitial install',unix_timestamp()); -# -# Table structure for table 'wobject' -# +INSERT INTO webguiVersion VALUES ('4.4.0','intitial install',unix_timestamp()); + +-- +-- Table structure for table 'wobject' +-- CREATE TABLE wobject ( wobjectId int(11) NOT NULL default '0', @@ -6151,9 +6202,10 @@ CREATE TABLE wobject ( PRIMARY KEY (wobjectId) ) TYPE=MyISAM; -# -# Dumping data for table 'wobject' -# +-- +-- Dumping data for table 'wobject' +-- + INSERT INTO wobject VALUES (-1,4,'SiteMap',0,'Page Not Found',1,'The page you were looking for could not be found on this system. Perhaps it has been deleted or renamed. The following list is a site map of this site. If you don\'t find what you\'re looking for on the site map, you can always start from the Home Page.',1,1001744792,3,1016077239,3,0,1001744792,1336444487,2,1,4,0,'after'); INSERT INTO wobject VALUES (-2,1,'Article',1,'Welcome to WebGUI!',1,'
\r\n

If you’re reading this message it means that you’ve got WebGUI up and running. Good job! The installation is not trivial.

\r\n

 

\r\n

In order to do anything useful with your new installation you’ll need to log in as the default administrator account. Follow these steps to get started:

\r\n

 

\r\n
    \r\n
  1. Click here to log in. (username: Admin password: 123qwe) \r\n
  2. Click here to turn the administrative interface on.
\r\n

 Now that you’re in as the administrator, you should change your password so no one else can log in and mess with your site. You might also want to create another account for yourself with Administrative privileges in case you can\'t log in with the Admin account for some reason.

\r\n

 

\r\n

You’ll notice three menus at the top of your screen. Those are your administrative menus. Going from left to right they are Content, Clipboard, and Admin. The content menu allows you to add new pages and content to your site. The clipboard menu is currently empty, but if you cut or copy anything from any of your pages, it will end up there. The admin menu controls things like system settings and users.

\r\n

 

\r\n

For more information about how to administer WebGUI consider getting a copy of Ruling WebGUI. Plain Black Software also provides several Support Programs for WebGUI if you run into trouble.

\r\n

 

Enjoy your new WebGUI site!\r\n
',1,1023555430,3,1023555630,3,0,1023512400,1338872400,2,1,4,0,'after');