|
aeDating 4.1 HELP!!!
Any ideas why I am getting the below?
Database clean finished. Begin SQL script executing. Error while executing: ---- Dumping data for table `admins`--INSERT INTO `admins` VALUES ('admin', 'help');You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '---- Dumping data for table `admins`--INSERT INTO `admins` VALUES ('admin', 'help' at line 1--------------------------------------------------------------------------------Error while executing: ---- Dumping data for table `aff`---- ------------------------------------------------------------ Table structure for table `aff_banners`--CREATE TABLE `aff_banners` (`ID` int(11) unsigned NOT NULL auto_increment,`XSize` smallint(11) unsigned NOT NULL default '0',`YSize` smallint(11) unsigned NOT NULL default '0',`Banner` varchar(32) NOT NULL default '',`BannerName` varchar(32) NOT NULL default '',`Text` text NOT NULL,`Added` tinyint(4) unsigned NOT NULL default '1',`Status` enum('Approval','Active') NOT NULL default 'Active',PRIMARY KEY (`ID`)) ENGINE=MyISAM AUTO_INCREMENT=42 ;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '---- Dumping data for table `aff`---- ------------------------------------------' at line 1--------------------------------------------------------------------------------Error while executing: ---- Dumping data for table `aff_banners`---- ------------------------------------------------------------ Table structure for table `aff_members`--CREATE TABLE `aff_members` (`idAff` bigint(8) NOT NULL default '0',`idProfile` bigint(8) NOT NULL default '0',PRIMARY KEY (`idAff`,`idProfile`),UNIQUE KEY `idProfile` (`idProfile`)) ENGINE=MyISAM;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '---- Dumping data for table `aff_banners`---- ----------------------------------' at line 1--------------------------------------------------------------------------------Error while executing: ---- Dumping data for table `aff_members`---- ------------------------------------------------------------ Table structure for table `articles`--CREATE TABLE `articles` (`ID` bigint(20) NOT NULL auto_increment,`Date` date NOT NULL default '0000-00-00',`Title` varchar(100) NOT NULL default '',`Text` mediumtext,`ArticleFlag` enum('Text','HTML') NOT NULL default 'Text',PRIMARY KEY (`ID`),KEY `Date` (`Date`)) ENGINE=MyISAM AUTO_INCREMENT=1 ;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '---- Dumping data for table `aff_members`---- ----------------------------------' at line 1--------------------------------------------------------------------------------Error while executing: ---- Dumping data for table `articles`---- ------------------------------------------------------------ Table structure for table `banners`--CREATE TABLE `banners` (`ID` int(11) unsigned NOT NULL auto_increment,`Title` varchar(32) NOT NULL default '',`Url` varchar(255) NOT NULL default '',`Text` mediumtext NOT NULL,`Active` tinyint(4) NOT NULL default '0',`Created` date NOT NULL default '0000-00-00',`campaign_start` date NOT NULL default '2005-01-01',`campaign_end` date NOT NULL default '2007-01-01',`Position` int(4) NOT NULL default '4',`lhshift` int(5) NOT NULL default '-200',`lvshift` int(5) NOT NULL default '-750',`rhshift` int(5) NOT NULL default '100',`rvshift` int(5) NOT NULL default '-750',PRIMARY KEY (`ID`)) ENGINE=MyISAM PACK_KEYS=0 AUTO_INCREMENT=2 ;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '---- Dumping data for table `articles`---- -------------------------------------' at line 1--------------------------------------------------------------------------------Error while executing: ---- Dumping data for table `banners`---- ------------------------------------------------------------ Table structure for table `bannersclicks`--CREATE TABLE `bannersclicks` (`ID` int(10) unsigned NOT NULL default '0',`Date` date NOT NULL default '0000-00-00',`IP` varchar(16) NOT NULL default '',UNIQUE KEY `ID_2` (`ID`,`Date`,`IP`),KEY `ID` (`ID`)) ENGINE=MyISAM;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '---- Dumping data for table `banners`---- --------------------------------------' at line 1--------------------------------------------------------------------------------Error while executing: ---- Dumping data for table `bannersclicks`---- ------------------------------------------------------------ Table structure for table `bannersshows`--CREATE TABLE `bannersshows` (`ID` int(10) unsigned NOT NULL default '0',`Date` date NOT NULL default '0000-00-00',`IP` varchar(16) NOT NULL default '',KEY `ID` (`ID`)) ENGINE=MyISAM;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '---- Dumping data for table `bannersclicks`---- --------------------------------' at line 1--------------------------------------------------------------------------------Error while executing: ---- Dumping data for table `bannersshows`--INSERT INTO `bannersshows` VALUES (1, '2006-10-17', '127.0.0.1');You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '---- Dumping data for table `bannersshows`--INSERT INTO `bannersshows` VALUES (1' at line 1--------------------------------------------------------------------------------Error while executing: ---- Dumping data for table `blocklist`---- ------------------------------------------------------------ Table structure for table `blog`--CREATE TABLE `blog` (`id` bigint(20) NOT NULL auto_increment,`branch` bigint(20) NOT NULL default '0',`owner` bigint(8) unsigned NOT NULL default '0',`author` bigint(8) unsigned NOT NULL default '0',`subject` tinytext,`entry` longtext NOT NULL,`date` datetime default '0000-00-00 00:00:00',`read_access` enum('public','friends','private') NOT NULL default 'public',`write_access` enum('public','friends','private') NOT NULL default 'public',`uri` bigint(100) NOT NULL default '0',PRIMARY KEY (`id`),KEY `id` (`id`)) ENGINE=MyISAM AUTO_INCREMENT=1 ;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '---- Dumping data for table `blocklist`---- ------------------------------------' at line 1--------------------------------------------------------------------------------Error while executing: ---- Dumping data for table `blog`---- ------------------------------------------------------------ Table structure for table `boughtcontacts`--CREATE TABLE `boughtcontacts` (`IDBuyer` bigint(20) unsigned NOT NULL default '0',`IDContact` bigint(20) unsigned NOT NULL default '0',`TransactionID` int(10) unsigned default NULL,`HideFromBuyer` tinyint(1) NOT NULL default '0',`HideFromContact` tinyint(1) NOT NULL default '0',PRIMARY KEY (`IDBuyer`,`IDContact`)) ENGINE=MyISAM;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '---- Dumping data for table `blog`---- -----------------------------------------' at line 1--------------------------------------------------------------------------------Error while executing: ---- Dumping data for table `boughtcontacts`---- ------------------------------------------------------------ Table structure for table `contactdiscounts`--CREATE TABLE `contactdiscounts` (`num` int(11) NOT NULL default '0',`dis` float NOT NULL default '0',UNIQUE KEY `num` (`num`)) ENGINE=MyISAM;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '---- Dumping data for table `boughtcontacts`---- -------------------------------' at line 1--------------------------------------------------------------------------------Error while executing: ---- Dumping data for table `contactdiscounts`--INSERT INTO `contactdiscounts` VALUES (31, 0.5);You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '---- Dumping data for table `contactdiscounts`--INSERT INTO `contactdiscounts` V' at line 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `contactdiscounts` VALUES (21, 0.2);Duplicate entry '21' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `contactdiscounts` VALUES (11, 0.1);Duplicate entry '11' for key 1--------------------------------------------------------------------------------Error while executing: ---- Dumping data for table `dailyquotes`--INSERT INTO `dailyquotes` VALUES (1, 'Give me a woman who loves beer and I will conquer the world.', 'Kaiser Wilhelm');You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '---- Dumping data for table `dailyquotes`--INSERT INTO `dailyquotes` VALUES (1, ' at line 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `dailyquotes` VALUES (2, 'All right, Brain, I don t like you and you don t like me - so let''s just do this and I''ll get back to killing you with beer.', 'Homer Simpson');Duplicate entry '2' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `dailyquotes` VALUES (3, 'If it was so, it might be; and if it were so,it would be; but as it isn t, it ain t. That''s logic.', 'Lewis Carrol');Duplicate entry '3' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `dailyquotes` VALUES (4, 'God does not care about our mathematical difficulties. He integrates empirically.', 'Albert Einstein');Duplicate entry '4' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `dailyquotes` VALUES (5, 'Treat your friend as if he might become an enemy.', 'Publilius Syrus');Duplicate entry '5' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `dailyquotes` VALUES (13, 'Time to have tea!', 'Me');Duplicate entry '13' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `dailyquotes` VALUES (14, 'S.E.T Scriptz are GreatrnrnHttp://www.scriptelite.com', '');Duplicate entry '14' for key 1--------------------------------------------------------------------------------Error while executing: ---- Dumping data for table `friendlist`---- ------------------------------------------------------------ Table structure for table `gallery_alboms`--CREATE TABLE `gallery_alboms` (`id` bigint(32) NOT NULL auto_increment,`name` varchar(20) NOT NULL default '',`id_gallery_categories` bigint(64) NOT NULL default '0',`date` datetime default '0000-00-00 00:00:00',`date_modified` datetime default '0000-00-00 00:00:00',`access` enum('public','friends','private') NOT NULL default 'public',`comment` tinytext,PRIMARY KEY (`id`),KEY `id` (`id`)) ENGINE=MyISAM AUTO_INCREMENT=1 ;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '---- Dumping data for table `friendlist`---- -----------------------------------' at line 1--------------------------------------------------------------------------------Error while executing: ---- Dumping data for table `gallery_alboms`---- ------------------------------------------------------------ Table structure for table `gallery_categories`--CREATE TABLE `gallery_categories` (`id` bigint(64) NOT NULL auto_increment,`name` varchar(30) NOT NULL default '',`id_profiles` bigint(8) NOT NULL default '0',`date` datetime default '0000-00-00 00:00:00',`date_modified` datetime default '0000-00-00 00:00:00',`comment` tinytext,PRIMARY KEY (`id`),UNIQUE KEY `id_2` (`id`),KEY `id` (`id`)) ENGINE=MyISAM COMMENT='Categories for gallery' AUTO_INCREMENT=1 ;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '---- Dumping data for table `gallery_alboms`---- -------------------------------' at line 1--------------------------------------------------------------------------------Error while executing: ---- Dumping data for table `gallery_categories`---- ------------------------------------------------------------ Table structure for table `gallery_objects`--CREATE TABLE `gallery_objects` (`id` bigint(16) NOT NULL auto_increment,`id_gallery_alboms` bigint(32) NOT NULL default '0',`order` bigint(250) NOT NULL default '0',`date` datetime default '0000-00-00 00:00:00',`type` enum('audio','video','photo') NOT NULL default 'photo',`file_name` varchar(250) NOT NULL default '',`comment` longtext,`approved` tinyint(1) NOT NULL default '0',PRIMARY KEY (`id`),KEY `id` (`id`)) ENGINE=MyISAM AUTO_INCREMENT=1 ;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '---- Dumping data for table `gallery_categories`---- ---------------------------' at line 1--------------------------------------------------------------------------------Error while executing: ---- Dumping data for table `gallery_objects`---- ------------------------------------------------------------ Table structure for table `glparams`--CREATE TABLE `glparams` (`Name` varchar(32) NOT NULL default '',`VALUE` mediumtext NOT NULL,`kateg` int(11) NOT NULL default '0',`desc` varchar(255) NOT NULL default '',`Type` enum('digit','text','checkbox','select','combobox' ) NOT NULL default 'digit',`check` text NOT NULL,`err_text` varchar(255) NOT NULL default '',PRIMARY KEY (`Name`),KEY `kateg` (`kateg`)) ENGINE=MyISAM;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '---- Dumping data for table `gallery_objects`---- ------------------------------' at line 1--------------------------------------------------------------------------------Error while executing: ---- Dumping data for table `glparams`--INSERT INTO `glparams` VALUES ('search_start_age', '18', 1, 'Lowest age possible for site members', 'digit', '', '');You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '---- Dumping data for table `glparams`--INSERT INTO `glparams` VALUES ('search_s' at line 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('search_end_age', '75', 1, 'Highest age possible for site members', 'digit', '', '');Duplicate entry 'search_end_age' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('thumb_width', '100', 1, 'Width of profile thumbnail picture in pixels', 'digit', '', '');Duplicate entry 'thumb_width' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('thumb_height', '150', 1, 'Height of profile thumbnail picture in pixels', 'digit', '', '');Duplicate entry 'thumb_height' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('pic_width', '250', 1, 'Width of profile picture in pixels', 'digit', '', '');Duplicate entry 'pic_width' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('pic_height', '250', 1, 'Height of profile picture in pixels', 'digit', '', '');Duplicate entry 'pic_height' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('max_inbox_messages', '5', 3, 'Maximal number of messages stored in inbox', 'digit', '', '');Duplicate entry 'max_inbox_messages' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('max_inbox_message_size', '1500', 3, 'Maximal message size in symbols', 'digit', '', '');Duplicate entry 'max_inbox_message_size' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('t_Confirmation', 'rnDear , rnrnThank you for registering at ! rnrnCONFIRMATION CODE: rnrnOr you can also simply follow the link below: rnrnThis is necessary to complete your registration.Without doing that you won''t be submitted to our database. rnrnYour identification number (ID):rn rnrnYour e-mail used for registration: rn rnrnPassword: rn rnrnThank you for using our services! rnrn-- rnmail delivery system!!!rnAuto-generated e-mail, please, do not reply!!! ', 4, 'Profile e-mail confirmation message template. Automatically sent to a registered member, and also can be sent by admin to the "Unconfirmed" members.', 'text', '', '');Duplicate entry 't_Confirmation' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('t_Message', 'rnDear , rnrnWe are glad to inform you that the memberrn sends you a message! rnrn-------- Message ------------------------------------------------rn---------------------------------------------------------------------rn rnrnThank you for using our services! rnrn-- rnmail delivery system!!!rnAuto-generated e-mail, please, do not reply!!! ', 4, 'Message template sent to members when they receive messagesfrom other members.', 'text', '', '');Duplicate entry 't_Message' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('t_VKiss', 'rnDear , rnrnWe are glad to inform you that the member sends you a virtual kiss! rnrnA virtual kiss means that the member is interested in contacting you. Please, be polite to answer with a kiss in return. You can send it by merely following the link:rnrn rnrnThank you for using our services! rnrn-- rnmail delivery system!!!rnAuto-generated e-mail, please, do not reply!!! ', 4, 'Virtual kiss notification letter template sent to members when they receive virtual kisses from other members. Letter also allows to instantly send a kiss back.', 'text', '', '');Duplicate entry 't_VKiss' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('t_FreeEmail', 'rnDear , rnrnYou have requested ''s contact information. rnrn rnrn View member''s profile: profile.php?ID= rnrnThank you for using our services! rnrn-- rnmail delivery system!!!rnAuto-generated e-mail, please, do not reply!!! ', 4, 'Free contact information letter template sent to members requesting contact information of those members available for free.', 'text', '', '');Duplicate entry 't_FreeEmail' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('cmdDay', '10', 0, '', 'digit', '', '');Duplicate entry 'cmdDay' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('t_MemExpiration', 'rnHello , rnrnWe notify you that your will expire in days (-1 = already expired). To renew your membership login to your acount at member.php and go to membership.php rnrnYour Member ID: rnrn-- rnmail delivery system!!!rnAuto-generated e-mail, please, do not reply!!! ', 4, 'Membership expiration letter sent to members whose membership level expires.', 'text', '', '');Duplicate entry 't_MemExpiration' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('db_clean_priv_msg', '2', 11, 'Clean old private messages ( days )', 'digit', '', '');Duplicate entry 'db_clean_priv_msg' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('msg_credits', '4', 14, 'Cost of the one message (in credits)', 'digit', '', '');Duplicate entry 'msg_credits' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('credit_discount_step', '0', 14, 'Discount step in USD ( 0 - no discounts )', 'digit', '', '');Duplicate entry 'credit_discount_step' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('credit_step', '20', 14, 'Step in credits', 'digit', 'return $arg0 != 0;', 'Can not be equal to 0 (zero)');Duplicate entry 'credit_step' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('min_credit_a', '20', 14, 'Minimal credit sum', 'digit', '', '');Duplicate entry 'min_credit_a' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('max_credit_a', '200', 14, 'Maximal credit sum', 'digit', '', '');Duplicate entry 'max_credit_a' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('member_online_time', '30', 3, 'Time period in minutes within which a member is considered to be online', 'digit', '', '');Duplicate entry 'member_online_time' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('default_online_users_num', '50', 3, 'Maximal number of online members shown in a member control panel', 'digit', '', '');Duplicate entry 'default_online_users_num' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('lang_default', 'English', 0, 'Default site language', 'text', '', '');Duplicate entry 'lang_default' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('lang_enable', '1', 0, 'Enables language switching', 'digit', '', '');Duplicate entry 'lang_enable' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('MerchantPrice', '3', 3, 'Merchant Price for All Profiles when GP mode enabled', 'digit', '', '');Duplicate entry 'MerchantPrice' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('gp_mode', '', 3, 'Enable Discounts Mode', 'digit', '', '');Duplicate entry 'gp_mode' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('default_country', '205', 0, 'Default Country on Index Page', 'digit', '', '');Duplicate entry 'default_country' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('enable_auto_aproval', '', 6, 'Enable profiles auto approval (not recommended)', 'checkbox', '', '');Duplicate entry 'enable_auto_aproval' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('promotion_membership_days', '7', 7, 'Number of days for promotional membership', 'digit', '', '');Duplicate entry 'promotion_membership_days' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('msgs_per_start', '20', 8, 'Send emails from queue, it happens every cron execution (5m-1h)', 'digit', '', '');Duplicate entry 'msgs_per_start' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('track_profile_view', 'on', 1, 'Track all profile views. Later a member can manage these "views".', 'checkbox', '', '');Duplicate entry 'track_profile_view' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('sound_freq', '11025', 9, 'Sound Frequency (Hz)', 'digit', '', '');Duplicate entry 'sound_freq' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('sound_length', '30', 9, 'Sound length (seconds)', 'digit', '', '');Duplicate entry 'sound_length' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('votes', 'on', 1, 'Enable profile votes', 'checkbox', '', '');Duplicate entry 'votes' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('free_mode', 'on', 0, 'Site is running in free mode', 'checkbox', '', '');Duplicate entry 'free_mode' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('enable_im', 'on', 3, 'Enable Instant Messenger', 'checkbox', '', '');Duplicate entry 'enable_im' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('max_news_text', '4096', 10, 'Maximal length of news text', 'digit', '', '');Duplicate entry 'max_news_text' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('max_news_header', '32', 10, 'Maximal length of news header', 'digit', '', '');Duplicate entry 'max_news_header' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('max_news_preview', '128', 10, 'Maximal length of news preview', 'digit', '', '');Duplicate entry 'max_news_preview' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('max_story_text', '4096', 10, 'Maximal length of story text', 'digit', '', '');Duplicate entry 'max_story_text' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('max_story_header', '32', 10, 'Maximal length of story header', 'digit', '', '');Duplicate entry 'max_story_header' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('max_story_preview', '400', 10, 'Maximal length of story preview text', 'digit', '', '');Duplicate entry 'max_story_preview' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('max_news_on_home', '2', 10, 'Maximal number of news to show on homepage', 'digit', '', '');Duplicate entry 'max_news_on_home' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('votes_pic', 'on', 1, 'Enable photos votes', 'checkbox', '', '');Duplicate entry 'votes_pic' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('membership_only', 'on', 5, 'Membership only (without shopping cart)', 'checkbox', '', '');Duplicate entry 'membership_only' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('t_TellFriend', 'rnHello, rnrnI surfed the web and found a cool site:rnI thought it might be interesting to you. rnrn ', 4, 'Template for a "Invite a Friend" feature.', 'text', '', '');Duplicate entry 't_TellFriend' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('db_clean_vkiss', '90', 11, 'Clean old virtual kisses ( days )', 'digit', '', '');Duplicate entry 'db_clean_vkiss' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('db_clean_profiles', '180', 11, 'Clean old profiles by last log in ( days )', 'digit', '', '');Duplicate entry 'db_clean_profiles' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('db_clean_msg', '180', 11, 'Clean old messages ( days )', 'digit', '', '');Duplicate entry 'db_clean_msg' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('db_clean_views', '180', 11, 'Clean old profile views ( days )', 'digit', '', '');Duplicate entry 'db_clean_views' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('enable_cupid', 'on', 12, 'Enable cupid mails', 'checkbox', '', '');Duplicate entry 'enable_cupid' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('t_TellFriendProfile', 'rnHello, rnrnI surfed the web and found a cool member''s profile:rnI thought it might be interesting to you. rnrn ', 4, 'Template for a "Email profile to a friend" feature.', 'text', '', '');Duplicate entry 't_TellFriendProfile' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('t_SpamReport', 'rnUser () report that user () flood spam. rnrnReporter:rnSpamer: ', 4, 'Template for a "Report Spam" feature.', 'text', '', '');Duplicate entry 't_SpamReport' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('enable_match', 'on', 12, 'Enable matchmaking', 'checkbox', '', '');Duplicate entry 'enable_match' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('match_percent', '70', 12, 'Send cupid mail if just joined profile match more than this percent', 'digit', '', '');Duplicate entry 'match_percent' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('t_CupidMail', 'rnHello , rnrnWe are glad to inform you that profile was added or modified at that match to you. rnrnMatch profile: rnrnYour Member ID: rnrn-- rnmail delivery system!!!rnAuto-generated e-mail, please, do not reply!!! ', 4, 'Cupid mail template', 'text', '', '');Duplicate entry 't_CupidMail' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('anon_mode', '', 1, 'Anonymous mode (no contact information)', 'checkbox', '', '');Duplicate entry 'anon_mode' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('t_PrivPhotosRequest', 'rnHello , rnrnWe inform you that asks password for your private photos. rnrnLink to profile rnrn---------- rnrn ', 4, 'Request fot Private Photos template', 'text', '', '');Duplicate entry 't_PrivPhotosRequest' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('t_PrivPhotosAnswer', 'rnHello , rnrnWe inform you that granted you password for their private photos. rnrnLink to profile rnrn-- rnmail delivery system!!!rnAuto-generated e-mail, please, do not reply!!! ', 4, 'Answer for Private Photos Request template', 'text', '', '');Duplicate entry 't_PrivPhotosAnswer' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('en_credits', 'on', 14, 'Enable credits', 'checkbox', '', '');Duplicate entry 'en_credits' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('credit2money', '4', 14, 'Currency/credit rate', 'digit', '', '');Duplicate entry 'credit2money' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('index_search_results', 'rand', 0, 'Show members on index page(if enabled in the template)', 'digit', 'return $arg0 == ''online'' || $arg0 == ''rand'' || $arg0 == ''last'' || $arg0 == ''top'' ? true : false;', 'posible values : online, rand, last, top');Duplicate entry 'index_search_results' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('enable_video', 'on', 1, 'Enable video upload', 'checkbox', '', '');Duplicate entry 'enable_video' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('enable_audio', 'on', 1, 'Enable audio upload', 'checkbox', '', '');Duplicate entry 'enable_audio' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('t_Compose', 'rnHello , rnrnYou have received a message from ! rnrnTo check this message login to your account here:member.php rnrn--- rnBest regards, rn!!!Auto-generated e-mail, please, do not reply!!! ', 4, 'Email template for notify about new messages in the inbox.', 'text', '', '');Duplicate entry 't_Compose' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('t_Activation', 'rnDear , rnrnYour profile was reviewed and activated ! rnrnSimply follow the link below to enjoy our services: rnrnYour identification number (ID): rnrnYour e-mail used for registration: rnrnPassword: rnrnThank you for using our services! rnrn-- rnmail delivery system!!!rnAuto-generated e-mail, please, do not reply!!! ', 4, 'Profile activation message template. Automatically sent to a member, when profile status is changed to "Active".', 'text', '', '');Duplicate entry 't_Activation' for key 1--------------------------------------------------------------------------------Error while executing: INSERT INTO `glparams` VALUES ('t_Forgot', 'rnDear , rnrnYour member ID: rnrnYour password: rnrnYou must login here: rnrnThank you for using our services! rnrn-- rn
|