comprofiler
09.25.2004
MamboJoe
This component is released under the GNU/GPL License
mambojoe@mambojoe.com
www.mambojoe.com
1.0 Beta 4
Mambo Community Builder for Mambo 4.5
comprofiler.php
comprofiler.html.php
index.html
images/updateprofile.gif
images/search.gif
images/arrow.png
images/unban.png
images/ban.png
images/reject.png
images/approve.png
images/profiles.gif
images/noprofiles.gif
images/required.gif
images/smcblogo.gif
images/cbconfig.gif
images/cbfield.gif
images/cblist.gif
images/cbtool.gif
images/cbuser.gif
images/cbtab.gif
images/appReport.gif
images/licenseagreement.pdf
images/index.html
images/english/nophoto.jpg
images/english/pendphoto.jpg
images/english/tnnophoto.jpg
images/english/tnpendphoto.jpg
images/english/index.html
images/gallery/airplane.gif
images/gallery/ball.gif
images/gallery/butterfly.gif
images/gallery/car.gif
images/gallery/dog.gif
images/gallery/duck.gif
images/gallery/fish.gif
images/gallery/frog.gif
images/gallery/guitar.gif
images/gallery/kick.gif
images/gallery/pinkflower.gif
images/gallery/redflower.gif
images/gallery/skater.gif
images/gallery/index.html
CREATE TABLE IF NOT EXISTS `#__comprofiler` (
`id` int(11) NOT NULL default '0',
`user_id` int(11) NOT NULL default '0',
`firstname` VARCHAR( 100 ),
`middlename` VARCHAR( 100 ) ,
`lastname` VARCHAR( 100 ),
`hits` int(11) NOT NULL default '0',
`avatar` varchar(255) default NULL,
`avatarapproved` tinyint(4) default '1',
`approved` tinyint(4) NOT NULL default '1',
`confirmed` tinyint(4) NOT NULL default '1',
`lastupdatedate` datetime NOT NULL default '0000-00-00 00:00:00',
`banned` tinyint(4) NOT NULL default '0',
`banneddate` datetime default NULL,
`bannedby` int(11) default NULL,
`bannedreason` mediumtext,
`acceptedterms` tinyint(1) NOT NULL default '0',
PRIMARY KEY (`id`)
) TYPE=MyISAM;
CREATE TABLE IF NOT EXISTS `#__comprofiler_field_values` (
`fieldvalueid` int(11) NOT NULL auto_increment,
`fieldid` int(11) NOT NULL default '0',
`fieldtitle` varchar(50) NOT NULL default '',
`ordering` int(11) NOT NULL default '0',
`sys` tinyint(4) NOT NULL default '0',
PRIMARY KEY (`fieldvalueid`)
) TYPE=MyISAM AUTO_INCREMENT=16 ;
CREATE TABLE IF NOT EXISTS `#__comprofiler_fields` (
`fieldid` int(11) NOT NULL auto_increment,
`name` varchar(50) NOT NULL default '',
`table` varchar(50) NOT NULL default '#__comprofiler',
`title` varchar(50) NOT NULL default '',
`type` varchar(50) NOT NULL default '',
`maxlength` int(11) default NULL,
`size` int(11) default NULL,
`required` tinyint(4) default '0',
`tabid` tinyint(4) default NULL,
`ordering` int(11) default NULL,
`cols` int(11) default NULL,
`rows` int(11) default NULL,
`value` varchar(50) default NULL,
`default` int(11) default NULL,
`published` tinyint(1) NOT NULL default '1',
`registration` tinyint(1) NOT NULL default '0',
`profile` tinyint(1) NOT NULL default '1',
`readonly` TINYINT( 1 ) DEFAULT '0' NOT NULL,
`calculated` tinyint(1) NOT NULL default '0',
`sys` tinyint(4) NOT NULL default '0',
PRIMARY KEY (`fieldid`)
) TYPE=MyISAM AUTO_INCREMENT=54 ;
CREATE TABLE IF NOT EXISTS `#__comprofiler_lists` (
`listid` int(11) NOT NULL auto_increment,
`title` varchar(255) NOT NULL default '',
`description` mediumtext,
`published` tinyint(1) NOT NULL default '0',
`default` tinyint(1) DEFAULT '0' NOT NULL,
`usergroupids` varchar(255) NULL,
`sortfields` varchar(255) NULL,
`ordering` int(11) NOT NULL default '0',
`col1title` varchar(255) default NULL,
`col1enabled` tinyint(1) NOT NULL default '0',
`col1fields` mediumtext,
`col2title` varchar(255) default NULL,
`col2enabled` tinyint(1) NOT NULL default '0',
`col1captions` tinyint(1) NOT NULL default '0',
`col2fields` mediumtext,
`col2captions` tinyint(1) NOT NULL default '0',
`col3title` varchar(255) default NULL,
`col3enabled` tinyint(1) NOT NULL default '0',
`col3fields` mediumtext,
`col3captions` tinyint(1) NOT NULL default '0',
`col4title` varchar(255) default NULL,
`col4enabled` tinyint(1) NOT NULL default '0',
`col4fields` mediumtext,
`col4captions` tinyint(1) NOT NULL default '0',
PRIMARY KEY (`listid`)
) TYPE=MyISAM AUTO_INCREMENT=4 ;
CREATE TABLE IF NOT EXISTS `#__comprofiler_tabs` (
`tabid` int(11) NOT NULL auto_increment,
`title` varchar(50) NOT NULL default '',
`description` text,
`ordering` int(11) NOT NULL default '0',
`width` VARCHAR( 10 ) DEFAULT '.5' NOT NULL ,
`enabled` TINYINT( 1 ) DEFAULT '1' NOT NULL ,
`plugin` VARCHAR( 255 ) DEFAULT NULL ,
`sys` tinyint(4) NOT NULL default '0',
PRIMARY KEY (`tabid`)
) TYPE=MyISAM AUTO_INCREMENT=11 ;
CREATE TABLE IF NOT EXISTS `#__comprofiler_userreports` (
`reportid` int(11) NOT NULL auto_increment,
`reporteduser` int(11) NOT NULL default '0',
`reportedbyuser` int(11) NOT NULL default '0',
`reportedondate` date NOT NULL default '0000-00-00',
`reportexplaination` text NOT NULL,
`reportedstatus` tinyint(4) NOT NULL default '0',
PRIMARY KEY (`reportid`)
) TYPE=MyISAM AUTO_INCREMENT=11 ;
INSERT IGNORE INTO `#__comprofiler_fields` (`fieldid`, `name`, `table`, `title`, `type`, `maxlength`, `size`, `required`, `tabid`, `ordering`, `cols`, `rows`, `value`, `default`, `published`, `registration`, `profile`, `calculated`, `sys`)
VALUES (41, 'name', '#__users', '_UE_NAME', 'predefined', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 1, 1),
(26, 'NA', '#__comprofiler', '_UE_ONLINESTATUS', 'status', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 1, 1),
(27, 'lastvisitDate', '#__comprofiler', '_UE_LASTONLINE', 'date', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 1, 1),
(28, 'registerDate', '#__comprofiler', '_UE_MEMBERSINCE', 'date', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 1, 1),
(29, 'avatar', '#__comprofiler', '_UE_IMAGE', 'image', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 1, 1),
(42, 'username', '#__users', '_UE_UNAME', 'predefined', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 1, 1),
(45,'NA', '#__comprofiler', '_UE_FORMATNAME', 'formatname', NULL , NULL , 0, NULL , NULL , NULL , NULL , NULL , NULL , 1, 0, 1, 1, 1),
(46, 'firstname', '#__comprofiler', '_UE_YOUR_FNAME', 'predefined', NULL, NULL, 0, NULL , NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 1, 1),
(47, 'middlename', '#__comprofiler', '_UE_YOUR_MNAME', 'predefined', NULL, NULL, 0, NULL , NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 1, 1),
(48, 'lastname', '#__comprofiler', '_UE_YOUR_LNAME', 'predefined', NULL, NULL, 0, NULL , NULL, NULL, NULL, NULL, NULL, 1, 0, 1, 1, 1),
(49, 'lastupdatedate', '#__comprofiler', '_UE_LASTUPDATEDON', 'date', NULL , NULL , '0', NULL , NULL , NULL , NULL , NULL , NULL , '1', '0', '1', '1', '1');
INSERT IGNORE INTO #__comprofiler(id,user_id) SELECT id,id FROM #__users
install.comprofiler.php
uninstall.comprofiler.php
admin.comprofiler.php
admin.comprofiler.html.php
toolbar.comprofiler.php
toolbar.comprofiler.html.php
ue_config.php
comprofiler.class.php
class_resize.php
index.html
language/english.php
language/index.html