Mark name | Description | Time |
---|---|---|
Page start | Script start. | 0.000 |
Before application init | Registering system data (includes system constants define, adding of standard package pointers, registering base classes, etc). | 0.004 |
After application init | Application initialization (includes setting application defaults, base managers init, active plugins init, creating default document, registering all static documents, etc). | 0.063 |
After routing | Routing process (searching controller+action which should handle the request). | 0.065 |
After controller action call | Calling controller action (plugin custom logic). | 0.116 |
After finalize | Getting final markup from all renderable objects. Compiling document body. | 0.118 |
Page end | Processing all headers and sending rendered document. | 0.177 |
Query | Params | Time |
---|---|---|
SELECT * FROM sk_base_config | array ( ) | 0.000365 |
SELECT * FROM sk_base_language | array ( ) | 0.000110 |
SELECT * FROM sk_base_plugin | array ( ) | 0.000194 |
SELECT * FROM sk_base_language ORDER BY `order` ASC LIMIT 0, 1 | array ( ) | 0.000092 |
SET TIME_ZONE = ? | array ( 0 => '+02:00', ) | 0.000120 |
SELECT * FROM sk_virtualgifts_template | array ( ) | 0.000163 |
SELECT * FROM sk_base_authorization_group | array ( ) | 0.000146 |
SELECT * FROM sk_base_authorization_moderator ORDER BY id | array ( ) | 0.000072 |
SELECT * FROM sk_base_authorization_moderator_permission | array ( ) | 0.000089 |
SELECT * FROM sk_base_authorization_action | array ( ) | 0.000094 |
SELECT * FROM sk_base_authorization_permission | array ( ) | 0.000099 |
SELECT * FROM sk_base_authorization_role ORDER BY `sortOrder` ASC | array ( ) | 0.000087 |
SELECT * FROM sk_base_document WHERE `uri` = 'join' AND `isStatic` = 1 LIMIT 0, 1 | array ( ) | 0.000087 |
SELECT * FROM sk_base_theme WHERE `key` = 'simplicity' LIMIT 0, 1 | array ( ) | 0.000076 |
SELECT * FROM sk_base_theme_content WHERE `themeId` = 1606 | array ( ) | 0.000068 |
SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1606 | array ( ) | 0.000073 |
SELECT * FROM sk_base_theme WHERE `key` = 'platinum_pro' LIMIT 0, 1 | array ( ) | 0.000070 |
SELECT * FROM sk_base_theme WHERE `key` = 'platinum_pro' LIMIT 0, 1 | array ( ) | 0.000065 |
SELECT * FROM sk_base_theme_content WHERE `themeId` = 1628 | array ( ) | 0.000073 |
SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1628 | array ( ) | 0.000066 |
SELECT * FROM sk_base_document WHERE `isStatic` = 1 AND `isMobile` = 0 | array ( ) | 0.000076 |
SELECT * FROM `sk_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1 | array ( 0 => 1, 1 => 'main', ) | 0.000079 |
SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC | array ( 'menuType' => 'main', ) | 0.000085 |
SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC | array ( 'menuType' => 'bottom', ) | 0.000094 |
SELECT * FROM sk_base_question_account_type ORDER BY sortOrder | array ( ) | 0.000113 |
SELECT * FROM sk_usercredits_action WHERE `pluginKey` = 'base' AND `actionKey` = 'daily_login' LIMIT 0, 1 | array ( ) | 0.000071 |
SELECT * FROM sk_usercredits_action WHERE `pluginKey` = 'base' AND `actionKey` = 'user_join' LIMIT 0, 1 | array ( ) | 0.000092 |
SELECT * FROM sk_usercredits_action WHERE `pluginKey` = 'base' AND `actionKey` = 'search_users' LIMIT 0, 1 | array ( ) | 0.000071 |
SELECT * FROM sk_usercredits_action WHERE `pluginKey` = 'base' AND `actionKey` = 'add_comment' LIMIT 0, 1 | array ( ) | 0.000067 |
SELECT * FROM sk_usercredits_action WHERE `pluginKey` = 'usercredits' AND `actionKey` = 'buy_credits' LIMIT 0, 1 | array ( ) | 0.000064 |
SELECT * FROM sk_usercredits_action WHERE `pluginKey` = 'usercredits' AND `actionKey` = 'grant_by_user' LIMIT 0, 1 | array ( ) | 0.000061 |
SELECT * FROM sk_usercredits_action WHERE `pluginKey` = 'usercredits' AND `actionKey` = 'grant_to_user' LIMIT 0, 1 | array ( ) | 0.000079 |
SELECT * FROM sk_usercredits_action WHERE `pluginKey` = 'usercredits' AND `actionKey` = 'set_by_admin' LIMIT 0, 1 | array ( ) | 0.000066 |
SELECT * FROM sk_base_question_account_type ORDER BY sortOrder | array ( ) | 0.000135 |
SELECT `question`.* FROM `sk_base_question` as `question` LEFT JOIN `sk_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != '' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = '1' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` | 0.000108 | |
SELECT * FROM sk_base_question WHERE `name` IN('sex','match_sex') ORDER BY sortOrder | array ( ) | 0.000094 |
SELECT * FROM sk_base_question WHERE `name` IN('email','username','password','sex','match_sex') ORDER BY sortOrder | array ( ) | 0.000083 |
SELECT * FROM sk_base_question WHERE `name` IN('','sex') ORDER BY sortOrder | array ( ) | 0.000073 |
SELECT * FROM sk_base_question_value WHERE `questionName` IN('email','username','password','sex','match_sex') ORDER BY questionName, sortOrder | array ( ) | 0.000068 |
SELECT * FROM sk_base_question WHERE `name` = 'email' LIMIT 0, 1 | array ( ) | 0.000097 |
SELECT * FROM sk_base_question WHERE `name` = 'tyqijylesym3601292d7a1bd8' LIMIT 0, 1 | array ( ) | 0.000216 |
SELECT * FROM sk_base_question WHERE `name` = 'pibasemobum1601292d7a1bf4' LIMIT 0, 1 | array ( ) | 0.000170 |
SELECT * FROM sk_base_question WHERE `name` = 're9iryz47ive601292d7a1c04' LIMIT 0, 1 | array ( ) | 0.000151 |
SELECT * FROM sk_base_question WHERE `name` = 'jovi8yqa601292d7a1c15' LIMIT 0, 1 | array ( ) | 0.000211 |
SELECT * FROM sk_base_question WHERE `name` = 'wy5eku7601292d7a1c3c' LIMIT 0, 1 | array ( ) | 0.000156 |
SELECT * FROM sk_base_question WHERE `name` = 'password' LIMIT 0, 1 | array ( ) | 0.000084 |
SELECT * FROM sk_base_question WHERE `name` = 'repeatPassword' LIMIT 0, 1 | array ( ) | 0.000071 |
SELECT * FROM sk_base_question WHERE `name` = 'q27uwu9ex4joj601292d7a1c5d' LIMIT 0, 1 | array ( ) | 0.000151 |
SELECT * FROM sk_skadate_account_type_to_gender | array ( ) | 0.000100 |
SELECT * FROM sk_base_question WHERE `name` = 'g3p4l4zi7ad4601292d7a1c6f' LIMIT 0, 1 | array ( ) | 0.000204 |
SELECT * FROM sk_base_question WHERE `name` = 'r2j4j1j4601292d7a1c7e' LIMIT 0, 1 | array ( ) | 0.000200 |
SELECT * FROM sk_base_question WHERE `name` = '61ji6ije601292d7a1c8d' LIMIT 0, 1 | array ( ) | 0.000190 |
SELECT * FROM sk_base_question WHERE `name` = 'h3k39eqawugag601292d7a1c9c' LIMIT 0, 1 | array ( ) | 0.000193 |
SELECT * FROM sk_base_question WHERE `name` = '8i7e93new601292d7a1caa' LIMIT 0, 1 | array ( ) | 0.000189 |
SELECT * FROM sk_base_question WHERE `name` = 'sapazyto91vy601292d7a1cc0' LIMIT 0, 1 | array ( ) | 0.000184 |
SELECT * FROM sk_base_question WHERE `name` = 'kysowuq2hut601292d7a1cd0' LIMIT 0, 1 | array ( ) | 0.000193 |
SELECT * FROM sk_base_question WHERE `name` = 'b3s372p601292d7a1cde' LIMIT 0, 1 | array ( ) | 0.000179 |
SELECT * FROM sk_base_question WHERE `name` = '9umenigy8o8o601292d7a1ced' LIMIT 0, 1 | array ( ) | 0.000176 |
SELECT * FROM sk_base_question WHERE `name` = 'l48ah601292d7a1cfb' LIMIT 0, 1 | array ( ) | 0.000191 |
SELECT * FROM sk_base_question WHERE `name` = 'kyd16ik1r601292d7a1d0a' LIMIT 0, 1 | array ( ) | 0.000198 |
UPDATE `sk_base_plugin` SET developerKey=:dk WHERE `key`=:k | array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ) | 0.000349 |
SELECT * FROM sk_base_theme WHERE `key` = 'platinum_pro' LIMIT 0, 1 | array ( ) | 0.000090 |
SELECT * FROM sk_base_language | array ( ) | 0.000174 |
SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN ('user_join', 'comment', 'avatar-change', 'photo_comments') AND `userId`=0 GROUP BY `entityType` | 0.000104 | |
SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN ('user_join', 'comment', 'avatar-change', 'photo_comments') AND 1 GROUP BY `entityType` | 0.000068 | |
SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0 | array ( ) | 0.000119 |
SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0 AND `viewed` = 0 | array ( ) | 0.000065 |
SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0 AND `viewed` = 0 | array ( ) | 0.000112 |
SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0 | array ( ) | 0.000064 |
SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( 'wait' ) AND `w`.`viewed` IN( '0','1' ) AND `w`.`messageType` IN( 'mail' ) | array ( 'partnerId' => 0, ) | 0.000072 |
SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( 'wait' ) AND `w`.`viewed` = :viewed AND `w`.`messageType` IN( 'mail' ) | array ( 'partnerId' => 0, 'viewed' => 0, ) | 0.000088 |
show tables like 'sk_base_geolocation_country' | 0.000735 | |
SELECT * FROM sk_base_user WHERE `id` IN('0') | array ( ) | 0.000079 |
SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, 'base' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL) | array ( 'pluginKey' => 'SKADATE', 'position' => 'top', ) | 0.000083 |
SELECT * FROM sk_base_user WHERE `id` IN('0') | array ( ) | 0.000121 |
SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, 'base' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL) | array ( 'pluginKey' => 'SKADATE', 'position' => 'bottom', ) | 0.000079 |
SELECT * FROM sk_base_place WHERE `name` = 'index' LIMIT 0, 1 | array ( ) | 0.000160 |
SELECT * FROM sk_base_component_place_cache WHERE `placeId` = '2' AND `entityId` = 0 LIMIT 0, 1 | array ( ) | 0.000123 |
Type | Class | Path (class, template) |
---|---|---|
Controller | SKADATE_CTRL_Join | /home/sercia2/dvasercia.ua/www/ow_plugins/skadate/controllers/join.php /home/sercia2/dvasercia.ua/www/ow_plugins/skadate/views/controllers/join_index.html |
Component | PROTECTEDPHOTOS_CMP_PasswordWrapper | /home/sercia2/dvasercia.ua/www/ow_plugins/protectedphotos/components/password_wrapper.php /home/sercia2/dvasercia.ua/www/ow_plugins/protectedphotos/views/components/password_wrapper.html |
Component | BASE_CMP_MainMenu | /home/sercia2/dvasercia.ua/www/ow_system_plugins/base/components/main_menu.php /home/sercia2/dvasercia.ua/www/ow_system_plugins/base/views/components/menu.html |
Component | BASE_CMP_BottomMenu | /home/sercia2/dvasercia.ua/www/ow_system_plugins/base/components/bottom_menu.php /home/sercia2/dvasercia.ua/www/ow_system_plugins/base/views/components/bottom_menu.html |
Component | BASE_CMP_SignIn | /home/sercia2/dvasercia.ua/www/ow_system_plugins/base/components/sign_in.php /home/sercia2/dvasercia.ua/www/ow_system_plugins/base/views/components/sign_in.html |
Component | BASE_CMP_SwitchLanguage | /home/sercia2/dvasercia.ua/www/ow_system_plugins/base/components/switch_language.php /home/sercia2/dvasercia.ua/www/ow_system_plugins/base/views/components/switch_language.html |
Component | BASE_CMP_ConsoleButton | /home/sercia2/dvasercia.ua/www/ow_system_plugins/base/components/console_button.php /home/sercia2/dvasercia.ua/www/ow_system_plugins/base/views/components/console_button.html |
Component | BASE_CMP_Console | /home/sercia2/dvasercia.ua/www/ow_system_plugins/base/components/console.php /home/sercia2/dvasercia.ua/www/ow_system_plugins/base/views/components/console.html |
Component | BASE_CMP_JoinButton | /home/sercia2/dvasercia.ua/www/ow_system_plugins/base/components/join_button.php /home/sercia2/dvasercia.ua/www/ow_system_plugins/base/views/components/join_button.html |
Component | BASE_CMP_Sidebar | /home/sercia2/dvasercia.ua/www/ow_system_plugins/base/components/sidebar.php /home/sercia2/dvasercia.ua/www/ow_system_plugins/base/views/components/sidebar.html |
Event | Listener | Params |
---|---|---|
base.get_active_theme_name Type: call Called at: 0.061 Exec time: 0.000 |
No listeners | array ( ) |
class.get_instance.OW_Response Type: trigger Called at: 0.062 Exec time: 0.000 |
No listeners | array ( 'className' => 'OW_Response', 'arguments' => array ( ), ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.062 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'main_menu_index', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.062 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'base_join_menu_item', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.063 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'mobile_version_menu_item', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.063 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page-119658', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.063 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page_99448870', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.063 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'contactus', 'key' => 'bottom_menu_item', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.063 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page_s3s29uq1', ) |
usercredits.action_add Type: trigger Called at: 0.063 Exec time: 0.001 |
USERCREDITS_CLASS_EventHandler -> onCollectActions()
|
array ( ) |
core.app_init Type: trigger Called at: 0.063 Exec time: 0.001 |
USERCREDITS_CLASS_EventHandler -> onAfterApplicationInit()
VIRTUALGIFTS_CLASS_EventHandler -> afterInits()
|
array ( ) |
core.after_route Type: trigger Called at: 0.065 Exec time: 0.016 |
BASE_CLASS_EventHandler -> onPluginsInitCheckUserStatus()
ADMIN_CLASS_EventHandler -> onAfterRoute()
SKADATE_CLASS_EventHandler -> afterRouteHandler()
SKADATE_CLASS_EventHandler -> adminPageHanler()
|
array ( ) |
class.get_instance.SKADATE_CTRL_Join Type: trigger Called at: 0.081 Exec time: 0.000 |
No listeners | array ( 'className' => 'SKADATE_CTRL_Join', 'arguments' => array ( ), ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.081 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_index', ) |
core.set_document_heading Type: trigger Called at: 0.081 Exec time: 0.000 |
No listeners | array ( 'str' => 'Join our community', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.082 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validate_common_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.083 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_808aa8ca354f51c5a3868dad5298cd72', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.083 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_8cc28eaddb382d7c6a94aeea9ec029fb', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.083 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_submit_button_continue', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.083 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_submit_default_value', ) |
base.questions_field_add_fake_questions Type: trigger Called at: 0.084 Exec time: 0.000 |
BASE_CLASS_EventHandler -> addFakeQuestions()
SKADATE_CLASS_EventHandler -> onAddFakeQuestions()
GOOGLELOCATION_CLASS_EventHandler -> addFakeQuestions()
|
array ( 'id' => '82', 'name' => 'email', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '1', 'custom' => '[]', 'parent' => '', ) |
base.questions_field_add_fake_questions Type: trigger Called at: 0.084 Exec time: 0.000 |
BASE_CLASS_EventHandler -> addFakeQuestions()
SKADATE_CLASS_EventHandler -> onAddFakeQuestions()
GOOGLELOCATION_CLASS_EventHandler -> addFakeQuestions()
|
array ( 'id' => '80', 'name' => 'username', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', ) |
base.questions_field_add_fake_questions Type: trigger Called at: 0.084 Exec time: 0.000 |
BASE_CLASS_EventHandler -> addFakeQuestions()
SKADATE_CLASS_EventHandler -> onAddFakeQuestions()
GOOGLELOCATION_CLASS_EventHandler -> addFakeQuestions()
|
array ( 'id' => '81', 'name' => 'password', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'password', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '3', 'custom' => '[]', 'parent' => '', ) |
base.questions_field_add_fake_questions Type: trigger Called at: 0.084 Exec time: 0.000 |
BASE_CLASS_EventHandler -> addFakeQuestions()
SKADATE_CLASS_EventHandler -> onAddFakeQuestions()
GOOGLELOCATION_CLASS_EventHandler -> addFakeQuestions()
|
array ( 'name' => 'sex', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => '1', 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, ) |
base.questions_field_add_fake_questions Type: trigger Called at: 0.084 Exec time: 0.000 |
BASE_CLASS_EventHandler -> addFakeQuestions()
SKADATE_CLASS_EventHandler -> onAddFakeQuestions()
GOOGLELOCATION_CLASS_EventHandler -> addFakeQuestions()
|
array ( 'name' => 'match_sex', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, ) |
base.questions_field_get_label Type: trigger Called at: 0.084 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
SKADATE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'email', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.084 Exec time: 0.000 |
USEARCH_CLASS_EventHandler -> onInitQuestion()
MATCHMAKING_CLASS_EventHandler -> onQuestionsFieldInit()
GOOGLELOCATION_CLASS_EventHandler -> questionsFieldInit()
|
array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'email', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.084 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.084 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_email_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.085 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_required_error_message', ) |
base.questions_field_get_label Type: trigger Called at: 0.085 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
SKADATE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'tyqijylesym3601292d7a1bd8', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.085 Exec time: 0.000 |
USEARCH_CLASS_EventHandler -> onInitQuestion()
MATCHMAKING_CLASS_EventHandler -> onQuestionsFieldInit()
GOOGLELOCATION_CLASS_EventHandler -> questionsFieldInit()
|
array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'tyqijylesym3601292d7a1bd8', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.085 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.085 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_tyqijylesym3601292d7a1bd8_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.085 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
SKADATE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'pibasemobum1601292d7a1bf4', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.085 Exec time: 0.000 |
USEARCH_CLASS_EventHandler -> onInitQuestion()
MATCHMAKING_CLASS_EventHandler -> onQuestionsFieldInit()
GOOGLELOCATION_CLASS_EventHandler -> questionsFieldInit()
|
array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'pibasemobum1601292d7a1bf4', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.086 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.086 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_pibasemobum1601292d7a1bf4_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.086 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
SKADATE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 're9iryz47ive601292d7a1c04', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.086 Exec time: 0.000 |
USEARCH_CLASS_EventHandler -> onInitQuestion()
MATCHMAKING_CLASS_EventHandler -> onQuestionsFieldInit()
GOOGLELOCATION_CLASS_EventHandler -> questionsFieldInit()
|
array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 're9iryz47ive601292d7a1c04', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.086 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.086 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_re9iryz47ive601292d7a1c04_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.086 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_required_error_message', ) |
base.questions_field_get_label Type: trigger Called at: 0.086 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
SKADATE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'jovi8yqa601292d7a1c15', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.086 Exec time: 0.000 |
USEARCH_CLASS_EventHandler -> onInitQuestion()
MATCHMAKING_CLASS_EventHandler -> onQuestionsFieldInit()
GOOGLELOCATION_CLASS_EventHandler -> questionsFieldInit()
|
array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'jovi8yqa601292d7a1c15', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.087 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.087 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_jovi8yqa601292d7a1c15_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.087 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
SKADATE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'wy5eku7601292d7a1c3c', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.087 Exec time: 0.000 |
USEARCH_CLASS_EventHandler -> onInitQuestion()
MATCHMAKING_CLASS_EventHandler -> onQuestionsFieldInit()
GOOGLELOCATION_CLASS_EventHandler -> questionsFieldInit()
|
array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'wy5eku7601292d7a1c3c', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.087 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.087 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_wy5eku7601292d7a1c3c_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.087 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
SKADATE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'password', 'fieldName' => 'password', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.087 Exec time: 0.000 |
USEARCH_CLASS_EventHandler -> onInitQuestion()
MATCHMAKING_CLASS_EventHandler -> onQuestionsFieldInit()
GOOGLELOCATION_CLASS_EventHandler -> questionsFieldInit()
|
array ( 'type' => 'main', 'presentation' => 'password', 'fieldName' => 'password', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.087 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.087 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_password_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.087 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
SKADATE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'password', 'fieldName' => 'repeatPassword', 'configs' => NULL, 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.087 Exec time: 0.000 |
USEARCH_CLASS_EventHandler -> onInitQuestion()
MATCHMAKING_CLASS_EventHandler -> onQuestionsFieldInit()
GOOGLELOCATION_CLASS_EventHandler -> questionsFieldInit()
|
array ( 'type' => 'main', 'presentation' => 'password', 'fieldName' => 'repeatPassword', 'configs' => NULL, ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.087 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.087 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_repeat_password_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.087 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_required_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.087 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_required_error_message', ) |
base.questions_field_get_label Type: trigger Called at: 0.087 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
SKADATE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'select', 'fieldName' => 'q27uwu9ex4joj601292d7a1c5d', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.087 Exec time: 0.000 |
USEARCH_CLASS_EventHandler -> onInitQuestion()
MATCHMAKING_CLASS_EventHandler -> onQuestionsFieldInit()
GOOGLELOCATION_CLASS_EventHandler -> questionsFieldInit()
|
array ( 'type' => 'main', 'presentation' => 'select', 'fieldName' => 'q27uwu9ex4joj601292d7a1c5d', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.087 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.087 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_select_field_invitation_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.087 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_q27uwu9ex4joj601292d7a1c5d_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.088 Exec time: 0.004 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'value', 'name' => 'sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.092 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_808aa8ca354f51c5a3868dad5298cd72', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.092 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'value', 'name' => 'sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.092 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_8cc28eaddb382d7c6a94aeea9ec029fb', ) |
base.questions_field_get_label Type: trigger Called at: 0.092 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
SKADATE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'select', 'fieldName' => 'g3p4l4zi7ad4601292d7a1c6f', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.092 Exec time: 0.000 |
USEARCH_CLASS_EventHandler -> onInitQuestion()
MATCHMAKING_CLASS_EventHandler -> onQuestionsFieldInit()
GOOGLELOCATION_CLASS_EventHandler -> questionsFieldInit()
|
array ( 'type' => 'main', 'presentation' => 'select', 'fieldName' => 'g3p4l4zi7ad4601292d7a1c6f', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.092 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.092 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_select_field_invitation_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.092 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_g3p4l4zi7ad4601292d7a1c6f_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.092 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'value', 'name' => 'sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.092 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_808aa8ca354f51c5a3868dad5298cd72', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.092 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'value', 'name' => 'sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.092 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_8cc28eaddb382d7c6a94aeea9ec029fb', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.092 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_required_error_message', ) |
base.questions_field_get_label Type: trigger Called at: 0.092 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
SKADATE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'select', 'fieldName' => 'r2j4j1j4601292d7a1c7e', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.092 Exec time: 0.000 |
USEARCH_CLASS_EventHandler -> onInitQuestion()
MATCHMAKING_CLASS_EventHandler -> onQuestionsFieldInit()
GOOGLELOCATION_CLASS_EventHandler -> questionsFieldInit()
|
array ( 'type' => 'main', 'presentation' => 'select', 'fieldName' => 'r2j4j1j4601292d7a1c7e', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.092 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.092 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_select_field_invitation_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.092 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_r2j4j1j4601292d7a1c7e_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.092 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'value', 'name' => 'sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.092 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_808aa8ca354f51c5a3868dad5298cd72', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.092 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'value', 'name' => 'sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.092 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_8cc28eaddb382d7c6a94aeea9ec029fb', ) |
base.questions_field_get_label Type: trigger Called at: 0.092 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
SKADATE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'select', 'fieldName' => '61ji6ije601292d7a1c8d', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.092 Exec time: 0.000 |
USEARCH_CLASS_EventHandler -> onInitQuestion()
MATCHMAKING_CLASS_EventHandler -> onQuestionsFieldInit()
GOOGLELOCATION_CLASS_EventHandler -> questionsFieldInit()
|
array ( 'type' => 'main', 'presentation' => 'select', 'fieldName' => '61ji6ije601292d7a1c8d', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.093 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.093 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_select_field_invitation_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.093 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_61ji6ije601292d7a1c8d_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.093 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'value', 'name' => 'sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.093 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_808aa8ca354f51c5a3868dad5298cd72', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.093 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'value', 'name' => 'sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.093 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_8cc28eaddb382d7c6a94aeea9ec029fb', ) |
base.questions_field_get_label Type: trigger Called at: 0.093 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
SKADATE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'select', 'fieldName' => 'h3k39eqawugag601292d7a1c9c', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.093 Exec time: 0.000 |
USEARCH_CLASS_EventHandler -> onInitQuestion()
MATCHMAKING_CLASS_EventHandler -> onQuestionsFieldInit()
GOOGLELOCATION_CLASS_EventHandler -> questionsFieldInit()
|
array ( 'type' => 'main', 'presentation' => 'select', 'fieldName' => 'h3k39eqawugag601292d7a1c9c', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.093 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.093 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_select_field_invitation_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.093 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_h3k39eqawugag601292d7a1c9c_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.093 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'value', 'name' => 'sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.093 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_808aa8ca354f51c5a3868dad5298cd72', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.093 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'value', 'name' => 'sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.093 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_8cc28eaddb382d7c6a94aeea9ec029fb', ) |
base.questions_field_get_label Type: trigger Called at: 0.093 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
SKADATE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'select', 'fieldName' => '8i7e93new601292d7a1caa', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.093 Exec time: 0.000 |
USEARCH_CLASS_EventHandler -> onInitQuestion()
MATCHMAKING_CLASS_EventHandler -> onQuestionsFieldInit()
GOOGLELOCATION_CLASS_EventHandler -> questionsFieldInit()
|
array ( 'type' => 'main', 'presentation' => 'select', 'fieldName' => '8i7e93new601292d7a1caa', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.093 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.093 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_select_field_invitation_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.093 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_8i7e93new601292d7a1caa_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.093 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'value', 'name' => 'sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.093 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_808aa8ca354f51c5a3868dad5298cd72', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.093 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'value', 'name' => 'sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.093 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_8cc28eaddb382d7c6a94aeea9ec029fb', ) |
base.questions_field_get_label Type: trigger Called at: 0.093 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
SKADATE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => 'sapazyto91vy601292d7a1cc0', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.093 Exec time: 0.000 |
USEARCH_CLASS_EventHandler -> onInitQuestion()
MATCHMAKING_CLASS_EventHandler -> onQuestionsFieldInit()
GOOGLELOCATION_CLASS_EventHandler -> questionsFieldInit()
|
array ( 'type' => 'main', 'presentation' => 'multicheckbox', 'fieldName' => 'sapazyto91vy601292d7a1cc0', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.093 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_sapazyto91vy601292d7a1cc0_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.093 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'value', 'name' => 'sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.093 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_808aa8ca354f51c5a3868dad5298cd72', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.094 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'value', 'name' => 'sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.094 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_8cc28eaddb382d7c6a94aeea9ec029fb', ) |
base.questions_field_get_label Type: trigger Called at: 0.094 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
SKADATE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => 'kysowuq2hut601292d7a1cd0', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.094 Exec time: 0.000 |
USEARCH_CLASS_EventHandler -> onInitQuestion()
MATCHMAKING_CLASS_EventHandler -> onQuestionsFieldInit()
GOOGLELOCATION_CLASS_EventHandler -> questionsFieldInit()
|
array ( 'type' => 'main', 'presentation' => 'multicheckbox', 'fieldName' => 'kysowuq2hut601292d7a1cd0', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.094 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_kysowuq2hut601292d7a1cd0_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.094 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'value', 'name' => 'sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.094 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_808aa8ca354f51c5a3868dad5298cd72', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.094 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'value', 'name' => 'sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.094 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_8cc28eaddb382d7c6a94aeea9ec029fb', ) |
base.questions_field_get_label Type: trigger Called at: 0.094 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
SKADATE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => 'b3s372p601292d7a1cde', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.094 Exec time: 0.000 |
USEARCH_CLASS_EventHandler -> onInitQuestion()
MATCHMAKING_CLASS_EventHandler -> onQuestionsFieldInit()
GOOGLELOCATION_CLASS_EventHandler -> questionsFieldInit()
|
array ( 'type' => 'main', 'presentation' => 'multicheckbox', 'fieldName' => 'b3s372p601292d7a1cde', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.094 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_b3s372p601292d7a1cde_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.094 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'value', 'name' => 'sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.094 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_808aa8ca354f51c5a3868dad5298cd72', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.094 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'value', 'name' => 'sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.094 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_8cc28eaddb382d7c6a94aeea9ec029fb', ) |
base.questions_field_get_label Type: trigger Called at: 0.094 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
SKADATE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => '9umenigy8o8o601292d7a1ced', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.094 Exec time: 0.000 |
USEARCH_CLASS_EventHandler -> onInitQuestion()
MATCHMAKING_CLASS_EventHandler -> onQuestionsFieldInit()
GOOGLELOCATION_CLASS_EventHandler -> questionsFieldInit()
|
array ( 'type' => 'main', 'presentation' => 'multicheckbox', 'fieldName' => '9umenigy8o8o601292d7a1ced', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.094 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_9umenigy8o8o601292d7a1ced_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.094 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'value', 'name' => 'sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.094 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_808aa8ca354f51c5a3868dad5298cd72', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.094 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'value', 'name' => 'sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.094 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_8cc28eaddb382d7c6a94aeea9ec029fb', ) |
base.questions_field_get_label Type: trigger Called at: 0.094 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
SKADATE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => 'l48ah601292d7a1cfb', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.094 Exec time: 0.000 |
USEARCH_CLASS_EventHandler -> onInitQuestion()
MATCHMAKING_CLASS_EventHandler -> onQuestionsFieldInit()
GOOGLELOCATION_CLASS_EventHandler -> questionsFieldInit()
|
array ( 'type' => 'main', 'presentation' => 'multicheckbox', 'fieldName' => 'l48ah601292d7a1cfb', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_l48ah601292d7a1cfb_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.095 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'value', 'name' => 'sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_808aa8ca354f51c5a3868dad5298cd72', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.095 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'value', 'name' => 'sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_8cc28eaddb382d7c6a94aeea9ec029fb', ) |
base.questions_field_get_label Type: trigger Called at: 0.095 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
SKADATE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => 'kyd16ik1r601292d7a1d0a', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.095 Exec time: 0.000 |
USEARCH_CLASS_EventHandler -> onInitQuestion()
MATCHMAKING_CLASS_EventHandler -> onQuestionsFieldInit()
GOOGLELOCATION_CLASS_EventHandler -> questionsFieldInit()
|
array ( 'type' => 'main', 'presentation' => 'multicheckbox', 'fieldName' => 'kyd16ik1r601292d7a1d0a', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_kyd16ik1r601292d7a1d0a_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.095 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'value', 'name' => 'sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_808aa8ca354f51c5a3868dad5298cd72', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.095 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'value', 'name' => 'sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_8cc28eaddb382d7c6a94aeea9ec029fb', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_required_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_email_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_username_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_username_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_username_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_username_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_username_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_password_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_sex_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_sex_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_sex_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_sex_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_sex_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_sex_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_match_sex_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_match_sex_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_match_sex_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_match_sex_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_match_sex_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_match_sex_label', ) |
class.get_instance.JoinForm Type: trigger Called at: 0.081 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetJoinForm()
|
array ( 'className' => 'JoinForm', 'arguments' => array ( 0 => SKADATE_CTRL_Join::__set_state(array( 'responderUrl' => 'https://dvasercia.ua/base/join/ajax-responder/', 'joinForm' => SKADATE_CLASS_JoinForm::__set_state(array( 'post' => array ( ), 'stepCount' => 2, 'isLastStep' => false, 'displayAccountType' => true, 'questions' => array ( 0 => array ( 'id' => '82', 'name' => 'email', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '1', 'custom' => '[]', 'parent' => '', 'fake' => false, 'realName' => 'email', 'trClass' => 'ow_alt1', ), 1 => array ( 'id' => '80', 'name' => 'username', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', ), 2 => array ( 'id' => '81', 'name' => 'password', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'password', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '3', 'custom' => '[]', 'parent' => '', 'fake' => false, 'realName' => 'password', 'trClass' => 'ow_alt1', ), 3 => array ( 'name' => 'sex', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => '1', 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, ), 4 => array ( 'name' => 'match_sex', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, ), ), 'sortedQuestionsList' => array ( 'email' => array ( 'id' => '82', 'name' => 'email', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '1', 'custom' => '[]', 'parent' => '', 'fake' => false, 'realName' => 'email', 'trClass' => 'ow_alt1', ), 'tyqijylesym3601292d7a1bd8' => array ( 'id' => '80', 'name' => 'tyqijylesym3601292d7a1bd8', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_lerorezuki601292d7a1bde ow_alt2', 'fake' => true, 'realName' => 'username', ), 'pibasemobum1601292d7a1bf4' => array ( 'id' => '80', 'name' => 'pibasemobum1601292d7a1bf4', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_pibasemob601292d7a1bf9 ow_alt2', 'fake' => true, 'realName' => 'username', ), 're9iryz47ive601292d7a1c04' => array ( 'id' => '80', 'name' => 're9iryz47ive601292d7a1c04', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_su52xi601292d7a1c08 ow_alt2', 'fake' => false, 'realName' => 'username', ), 'jovi8yqa601292d7a1c15' => array ( 'id' => '80', 'name' => 'jovi8yqa601292d7a1c15', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_jovi8yq601292d7a1c2d ow_alt1', 'fake' => true, 'realName' => 'username', ), 'wy5eku7601292d7a1c3c' => array ( 'id' => '80', 'name' => 'wy5eku7601292d7a1c3c', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_wy5eku71601292d7a1c41 ow_alt2', 'fake' => true, 'realName' => 'username', ), 'password' => array ( 'id' => '81', 'name' => 'password', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'password', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '3', 'custom' => '[]', 'parent' => '', 'fake' => false, 'realName' => 'password', 'trClass' => 'ow_alt1', ), 'q27uwu9ex4joj601292d7a1c5d' => array ( 'name' => 'q27uwu9ex4joj601292d7a1c5d', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_d15aqaz601292d7a1c62 ow_alt1', 'fake' => true, 'realName' => 'sex', ), 'g3p4l4zi7ad4601292d7a1c6f' => array ( 'name' => 'g3p4l4zi7ad4601292d7a1c6f', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => '1', 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_g3p4l601292d7a1c73 ow_alt1', 'fake' => false, 'realName' => 'sex', ), 'r2j4j1j4601292d7a1c7e' => array ( 'name' => 'r2j4j1j4601292d7a1c7e', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_g1nuqus601292d7a1c83 ow_alt2', 'fake' => true, 'realName' => 'sex', ), '61ji6ije601292d7a1c8d' => array ( 'name' => '61ji6ije601292d7a1c8d', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_h3k39601292d7a1c92 ow_alt1', 'fake' => true, 'realName' => 'sex', ), 'h3k39eqawugag601292d7a1c9c' => array ( 'name' => 'h3k39eqawugag601292d7a1c9c', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_6ywet601292d7a1ca0 ow_alt2', 'fake' => true, 'realName' => 'sex', ), '8i7e93new601292d7a1caa' => array ( 'name' => '8i7e93new601292d7a1caa', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_8i7e9601292d7a1cae ow_alt2', 'fake' => true, 'realName' => 'sex', ), 'sapazyto91vy601292d7a1cc0' => array ( 'name' => 'sapazyto91vy601292d7a1cc0', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_malijet2ja601292d7a1cc5 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 'kysowuq2hut601292d7a1cd0' => array ( 'name' => 'kysowuq2hut601292d7a1cd0', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_kysowuq2601292d7a1cd5 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 'b3s372p601292d7a1cde' => array ( 'name' => 'b3s372p601292d7a1cde', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_81p2b1vot601292d7a1ce3 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), '9umenigy8o8o601292d7a1ced' => array ( 'name' => '9umenigy8o8o601292d7a1ced', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_9umeni601292d7a1cf2 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 'l48ah601292d7a1cfb' => array ( 'name' => 'l48ah601292d7a1cfb', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_kyd16ik601292d7a1d00 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 'kyd16ik1r601292d7a1d0a' => array ( 'name' => 'kyd16ik1r601292d7a1d0a', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_bet4hewaqu601292d7a1d0f ow_alt2', 'fake' => false, 'realName' => 'match_sex', ), ), 'questionListBySection' => array ( 'f90cde5913235d172603cc4e7b9726e3' => array ( 0 => array ( 'id' => '82', 'name' => 'email', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '1', 'custom' => '[]', 'parent' => '', 'fake' => false, 'realName' => 'email', 'trClass' => 'ow_alt1', ), 1 => array ( 'id' => '80', 'name' => 'tyqijylesym3601292d7a1bd8', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_lerorezuki601292d7a1bde ow_alt2', 'fake' => true, 'realName' => 'username', ), 2 => array ( 'id' => '80', 'name' => 'pibasemobum1601292d7a1bf4', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_pibasemob601292d7a1bf9 ow_alt2', 'fake' => true, 'realName' => 'username', ), 3 => array ( 'id' => '80', 'name' => 're9iryz47ive601292d7a1c04', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_su52xi601292d7a1c08 ow_alt2', 'fake' => false, 'realName' => 'username', ), 4 => array ( 'id' => '80', 'name' => 'jovi8yqa601292d7a1c15', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_jovi8yq601292d7a1c2d ow_alt1', 'fake' => true, 'realName' => 'username', ), 5 => array ( 'id' => '80', 'name' => 'wy5eku7601292d7a1c3c', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_wy5eku71601292d7a1c41 ow_alt2', 'fake' => true, 'realName' => 'username', ), 6 => array ( 'id' => '81', 'name' => 'password', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'password', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '3', 'custom' => '[]', 'parent' => '', 'fake' => false, 'realName' => 'password', 'trClass' => 'ow_alt1', ), 7 => array ( 'name' => 'q27uwu9ex4joj601292d7a1c5d', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_d15aqaz601292d7a1c62 ow_alt1', 'fake' => true, 'realName' => 'sex', ), 8 => array ( 'name' => 'g3p4l4zi7ad4601292d7a1c6f', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => '1', 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_g3p4l601292d7a1c73 ow_alt1', 'fake' => false, 'realName' => 'sex', ), 9 => array ( 'name' => 'r2j4j1j4601292d7a1c7e', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_g1nuqus601292d7a1c83 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 10 => array ( 'name' => '61ji6ije601292d7a1c8d', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_h3k39601292d7a1c92 ow_alt1', 'fake' => true, 'realName' => 'sex', ), 11 => array ( 'name' => 'h3k39eqawugag601292d7a1c9c', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_6ywet601292d7a1ca0 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 12 => array ( 'name' => '8i7e93new601292d7a1caa', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_8i7e9601292d7a1cae ow_alt2', 'fake' => true, 'realName' => 'sex', ), 13 => array ( 'name' => 'sapazyto91vy601292d7a1cc0', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_malijet2ja601292d7a1cc5 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 14 => array ( 'name' => 'kysowuq2hut601292d7a1cd0', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_kysowuq2601292d7a1cd5 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 15 => array ( 'name' => 'b3s372p601292d7a1cde', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_81p2b1vot601292d7a1ce3 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 16 => array ( 'name' => '9umenigy8o8o601292d7a1ced', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_9umeni601292d7a1cf2 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 17 => array ( 'name' => 'l48ah601292d7a1cfb', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_kyd16ik601292d7a1d00 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 18 => array ( 'name' => 'kyd16ik1r601292d7a1d0a', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_bet4hewaqu601292d7a1d0f ow_alt2', 'fake' => false, 'realName' => 'match_sex', ), ), ), 'questionValuesList' => array ( 'q27uwu9ex4joj601292d7a1c5d' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '2', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 450215437, ), )), ), 'count' => 2, ), 'g3p4l4zi7ad4601292d7a1c6f' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '2', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 450215437, ), )), ), 'count' => 2, ), 'r2j4j1j4601292d7a1c7e' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '2', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 450215437, ), )), ), 'count' => 2, ), '61ji6ije601292d7a1c8d' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '2', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 450215437, ), )), ), 'count' => 2, ), 'h3k39eqawugag601292d7a1c9c' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '2', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 450215437, ), )), ), 'count' => 2, ), '8i7e93new601292d7a1caa' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '2', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 450215437, ), )), ), 'count' => 2, ), 'sapazyto91vy601292d7a1cc0' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '2', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 450215437, ), )), ), 'count' => 2, ), 'kysowuq2hut601292d7a1cd0' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '2', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 450215437, ), )), ), 'count' => 2, ), 'b3s372p601292d7a1cde' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '2', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 450215437, ), )), ), 'count' => 2, ), '9umenigy8o8o601292d7a1ced' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '2', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 450215437, ), )), ), 'count' => 2, ), 'l48ah601292d7a1cfb' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '2', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 450215437, ), )), ), 'count' => 2, ), 'kyd16ik1r601292d7a1d0a' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '2', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 450215437, ), )), ), 'count' => 2, ), ), 'accountType' => '808aa8ca354f51c5a3868dad5298cd72', 'isBot' => false, 'data' => array ( ), 'toggleClass' => 'ow_alt2', 'attributes' => array ( 'id' => 'joinForm', 'method' => 'post', 'action' => 'https://dvasercia.ua/skadate/join/join-form-submit/', 'name' => 'joinForm', ), 'elements' => array ( 'form_name' => HiddenField::__set_state(array( 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'joinForm', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'form_name', 'id' => 'input_xiquw4g2g601292d7a16a8_d45emumy', 'type' => 'hidden', 'value' => 'joinForm', ), )), 'csrf_token' => CsrfHiddenField::__set_state(array( 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'MTYxMTgyOTk3NVNZVEVEWU5pakF6MVhlZ2lSSUppUTJ6WXplOGFqYXNl', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'csrf_token', 'id' => 'input_tijalug3n38601292d7a16be_x38yg2z2', 'type' => 'hidden', 'value' => 'MTYxMTgyOTk3NVNZVEVEWU5pakF6MVhlZ2lSSUppUTJ6WXplOGFqYXNl', ), )), 'email' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( 0 => BASE_CLASS_JoinEmailValidator::__set_state(array( 'errorMessage' => NULL, )), 1 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Email', 'description' => NULL, 'attributes' => array ( 'name' => 'email', 'id' => 'input_wug4kon1daxe601292d7a1de8_pirej183', 'type' => 'text', 'class' => 'ow_email_validator', ), )), 'tyqijylesym3601292d7a1bd8' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Username', 'description' => NULL, 'attributes' => array ( 'name' => 'tyqijylesym3601292d7a1bd8', 'id' => 'input_k1v2vum2ja6601292d7a2146_9uxuwezi', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'pibasemobum1601292d7a1bf4' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Username', 'description' => NULL, 'attributes' => array ( 'name' => 'pibasemobum1601292d7a1bf4', 'id' => 'input_h3lodozate8u601292d7a2243_7ox2n2po', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 're9iryz47ive601292d7a1c04' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( 0 => BASE_CLASS_JoinUsernameValidator::__set_state(array( 'errorMessage' => NULL, )), 1 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Username', 'description' => NULL, 'attributes' => array ( 'name' => 're9iryz47ive601292d7a1c04', 'id' => 'input_x1x4su8e601292d7a232b_83ris4so', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'jovi8yqa601292d7a1c15' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Username', 'description' => NULL, 'attributes' => array ( 'name' => 'jovi8yqa601292d7a1c15', 'id' => 'input_5ebyqija5a7y8601292d7a2695_je81r4qa', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'wy5eku7601292d7a1c3c' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Username', 'description' => NULL, 'attributes' => array ( 'name' => 'wy5eku7601292d7a1c3c', 'id' => 'input_r3p1zo7y7ax19601292d7a2782_71837oh2', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'repeatPassword' => PasswordField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( 0 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Repeat password', 'description' => NULL, 'attributes' => array ( 'name' => 'repeatPassword', 'id' => 'input_j3x4lew3n601292d7a28c0_ryv47al4', 'type' => 'password', ), )), 'password' => PasswordField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( 0 => PasswordValidator::__set_state(array( 'errorMessage' => NULL, )), 1 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Password', 'description' => NULL, 'attributes' => array ( 'name' => 'password', 'id' => 'input_62quq2w3r2ne9601292d7a282e_bila5equ', 'type' => 'password', ), )), 'q27uwu9ex4joj601292d7a1c5d' => Selectbox::__set_state(array( 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'invitation' => 'Select', 'hasInvitation' => true, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Gender', 'description' => NULL, 'attributes' => array ( 'name' => 'q27uwu9ex4joj601292d7a1c5d', 'id' => 'input_vilap2kiqeka601292d7a29b5_k3la528y', ), )), 'g3p4l4zi7ad4601292d7a1c6f' => Selectbox::__set_state(array( 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'invitation' => 'Select', 'hasInvitation' => true, 'validators' => array ( 0 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Gender', 'description' => NULL, 'attributes' => array ( 'name' => 'g3p4l4zi7ad4601292d7a1c6f', 'id' => 'input_6yvosot1601292d7a3b0d_t38a5oxi', ), )), 'r2j4j1j4601292d7a1c7e' => Selectbox::__set_state(array( 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'invitation' => 'Select', 'hasInvitation' => true, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Gender', 'description' => NULL, 'attributes' => array ( 'name' => 'r2j4j1j4601292d7a1c7e', 'id' => 'input_s3g4mav2hozyn601292d7a3c5f_z2wakoru', ), )), '61ji6ije601292d7a1c8d' => Selectbox::__set_state(array( 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'invitation' => 'Select', 'hasInvitation' => true, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Gender', 'description' => NULL, 'attributes' => array ( 'name' => '61ji6ije601292d7a1c8d', 'id' => 'input_suzono5e6ix601292d7a3d84_zoze7ir1', ), )), 'h3k39eqawugag601292d7a1c9c' => Selectbox::__set_state(array( 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'invitation' => 'Select', 'hasInvitation' => true, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Gender', 'description' => NULL, 'attributes' => array ( 'name' => 'h3k39eqawugag601292d7a1c9c', 'id' => 'input_ragydob4601292d7a3eb2_zu7oz1pu', ), )), '8i7e93new601292d7a1caa' => Selectbox::__set_state(array( 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'invitation' => 'Select', 'hasInvitation' => true, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Gender', 'description' => NULL, 'attributes' => array ( 'name' => '8i7e93new601292d7a1caa', 'id' => 'input_kahix2h3k1k601292d7a3fdb_w3kozoby', ), )), 'sapazyto91vy601292d7a1cc0' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Looking for', 'description' => NULL, 'attributes' => array ( 'name' => 'sapazyto91vy601292d7a1cc0[]', 'id' => 'input_zev2pubi', 'type' => 'checkbox', 'value' => '2', ), )), 'kysowuq2hut601292d7a1cd0' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Looking for', 'description' => NULL, 'attributes' => array ( 'name' => 'kysowuq2hut601292d7a1cd0[]', 'id' => 'input_ty626192', 'type' => 'checkbox', 'value' => '2', ), )), 'b3s372p601292d7a1cde' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Looking for', 'description' => NULL, 'attributes' => array ( 'name' => 'b3s372p601292d7a1cde[]', 'id' => 'input_6axyxim2', 'type' => 'checkbox', 'value' => '2', ), )), '9umenigy8o8o601292d7a1ced' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Looking for', 'description' => NULL, 'attributes' => array ( 'name' => '9umenigy8o8o601292d7a1ced[]', 'id' => 'input_bumuq1d4', 'type' => 'checkbox', 'value' => '2', ), )), 'l48ah601292d7a1cfb' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Looking for', 'description' => NULL, 'attributes' => array ( 'name' => 'l48ah601292d7a1cfb[]', 'id' => 'input_de8ynim4', 'type' => 'checkbox', 'value' => '2', ), )), 'kyd16ik1r601292d7a1d0a' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( 0 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Looking for', 'description' => NULL, 'attributes' => array ( 'name' => 'kyd16ik1r601292d7a1d0a[]', 'id' => 'input_n163d2he', 'type' => 'checkbox', 'value' => '2', ), )), ), 'submitElements' => array ( 'joinSubmit' => Submit::__set_state(array( 'decorator' => 'button', 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'Continue', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'joinSubmit', 'id' => 'input_seq3g2lyhe63p601292d7a17fe_pub3ly53', 'type' => 'submit', 'class' => 'ow_button ow_ic_submit', 'value' => 'Continue', ), )), ), 'ajax' => NULL, 'ajaxResetOnSuccess' => true, 'ajaxDataType' => 'json', 'bindedFunctions' => array ( 'submit' => array ( ), 'success' => array ( ), ), 'emptyElementsErrorMessage' => 'Please fill the form properly', )), 'defaultAction' => 'index', 'components' => array ( ), 'forms' => array ( 'joinForm' => SKADATE_CLASS_JoinForm::__set_state(array( 'post' => array ( ), 'stepCount' => 2, 'isLastStep' => false, 'displayAccountType' => true, 'questions' => array ( 0 => array ( 'id' => '82', 'name' => 'email', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '1', 'custom' => '[]', 'parent' => '', 'fake' => false, 'realName' => 'email', 'trClass' => 'ow_alt1', ), 1 => array ( 'id' => '80', 'name' => 'username', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', ), 2 => array ( 'id' => '81', 'name' => 'password', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'password', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '3', 'custom' => '[]', 'parent' => '', 'fake' => false, 'realName' => 'password', 'trClass' => 'ow_alt1', ), 3 => array ( 'name' => 'sex', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => '1', 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, ), 4 => array ( 'name' => 'match_sex', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, ), ), 'sortedQuestionsList' => array ( 'email' => array ( 'id' => '82', 'name' => 'email', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '1', 'custom' => '[]', 'parent' => '', 'fake' => false, 'realName' => 'email', 'trClass' => 'ow_alt1', ), 'tyqijylesym3601292d7a1bd8' => array ( 'id' => '80', 'name' => 'tyqijylesym3601292d7a1bd8', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_lerorezuki601292d7a1bde ow_alt2', 'fake' => true, 'realName' => 'username', ), 'pibasemobum1601292d7a1bf4' => array ( 'id' => '80', 'name' => 'pibasemobum1601292d7a1bf4', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_pibasemob601292d7a1bf9 ow_alt2', 'fake' => true, 'realName' => 'username', ), 're9iryz47ive601292d7a1c04' => array ( 'id' => '80', 'name' => 're9iryz47ive601292d7a1c04', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_su52xi601292d7a1c08 ow_alt2', 'fake' => false, 'realName' => 'username', ), 'jovi8yqa601292d7a1c15' => array ( 'id' => '80', 'name' => 'jovi8yqa601292d7a1c15', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_jovi8yq601292d7a1c2d ow_alt1', 'fake' => true, 'realName' => 'username', ), 'wy5eku7601292d7a1c3c' => array ( 'id' => '80', 'name' => 'wy5eku7601292d7a1c3c', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_wy5eku71601292d7a1c41 ow_alt2', 'fake' => true, 'realName' => 'username', ), 'password' => array ( 'id' => '81', 'name' => 'password', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'password', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '3', 'custom' => '[]', 'parent' => '', 'fake' => false, 'realName' => 'password', 'trClass' => 'ow_alt1', ), 'q27uwu9ex4joj601292d7a1c5d' => array ( 'name' => 'q27uwu9ex4joj601292d7a1c5d', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_d15aqaz601292d7a1c62 ow_alt1', 'fake' => true, 'realName' => 'sex', ), 'g3p4l4zi7ad4601292d7a1c6f' => array ( 'name' => 'g3p4l4zi7ad4601292d7a1c6f', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => '1', 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_g3p4l601292d7a1c73 ow_alt1', 'fake' => false, 'realName' => 'sex', ), 'r2j4j1j4601292d7a1c7e' => array ( 'name' => 'r2j4j1j4601292d7a1c7e', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_g1nuqus601292d7a1c83 ow_alt2', 'fake' => true, 'realName' => 'sex', ), '61ji6ije601292d7a1c8d' => array ( 'name' => '61ji6ije601292d7a1c8d', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_h3k39601292d7a1c92 ow_alt1', 'fake' => true, 'realName' => 'sex', ), 'h3k39eqawugag601292d7a1c9c' => array ( 'name' => 'h3k39eqawugag601292d7a1c9c', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_6ywet601292d7a1ca0 ow_alt2', 'fake' => true, 'realName' => 'sex', ), '8i7e93new601292d7a1caa' => array ( 'name' => '8i7e93new601292d7a1caa', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_8i7e9601292d7a1cae ow_alt2', 'fake' => true, 'realName' => 'sex', ), 'sapazyto91vy601292d7a1cc0' => array ( 'name' => 'sapazyto91vy601292d7a1cc0', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_malijet2ja601292d7a1cc5 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 'kysowuq2hut601292d7a1cd0' => array ( 'name' => 'kysowuq2hut601292d7a1cd0', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_kysowuq2601292d7a1cd5 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 'b3s372p601292d7a1cde' => array ( 'name' => 'b3s372p601292d7a1cde', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_81p2b1vot601292d7a1ce3 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), '9umenigy8o8o601292d7a1ced' => array ( 'name' => '9umenigy8o8o601292d7a1ced', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_9umeni601292d7a1cf2 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 'l48ah601292d7a1cfb' => array ( 'name' => 'l48ah601292d7a1cfb', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_kyd16ik601292d7a1d00 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 'kyd16ik1r601292d7a1d0a' => array ( 'name' => 'kyd16ik1r601292d7a1d0a', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_bet4hewaqu601292d7a1d0f ow_alt2', 'fake' => false, 'realName' => 'match_sex', ), ), 'questionListBySection' => array ( 'f90cde5913235d172603cc4e7b9726e3' => array ( 0 => array ( 'id' => '82', 'name' => 'email', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '1', 'custom' => '[]', 'parent' => '', 'fake' => false, 'realName' => 'email', 'trClass' => 'ow_alt1', ), 1 => array ( 'id' => '80', 'name' => 'tyqijylesym3601292d7a1bd8', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_lerorezuki601292d7a1bde ow_alt2', 'fake' => true, 'realName' => 'username', ), 2 => array ( 'id' => '80', 'name' => 'pibasemobum1601292d7a1bf4', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_pibasemob601292d7a1bf9 ow_alt2', 'fake' => true, 'realName' => 'username', ), 3 => array ( 'id' => '80', 'name' => 're9iryz47ive601292d7a1c04', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_su52xi601292d7a1c08 ow_alt2', 'fake' => false, 'realName' => 'username', ), 4 => array ( 'id' => '80', 'name' => 'jovi8yqa601292d7a1c15', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_jovi8yq601292d7a1c2d ow_alt1', 'fake' => true, 'realName' => 'username', ), 5 => array ( 'id' => '80', 'name' => 'wy5eku7601292d7a1c3c', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_wy5eku71601292d7a1c41 ow_alt2', 'fake' => true, 'realName' => 'username', ), 6 => array ( 'id' => '81', 'name' => 'password', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'password', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '3', 'custom' => '[]', 'parent' => '', 'fake' => false, 'realName' => 'password', 'trClass' => 'ow_alt1', ), 7 => array ( 'name' => 'q27uwu9ex4joj601292d7a1c5d', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_d15aqaz601292d7a1c62 ow_alt1', 'fake' => true, 'realName' => 'sex', ), 8 => array ( 'name' => 'g3p4l4zi7ad4601292d7a1c6f', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => '1', 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_g3p4l601292d7a1c73 ow_alt1', 'fake' => false, 'realName' => 'sex', ), 9 => array ( 'name' => 'r2j4j1j4601292d7a1c7e', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_g1nuqus601292d7a1c83 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 10 => array ( 'name' => '61ji6ije601292d7a1c8d', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_h3k39601292d7a1c92 ow_alt1', 'fake' => true, 'realName' => 'sex', ), 11 => array ( 'name' => 'h3k39eqawugag601292d7a1c9c', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_6ywet601292d7a1ca0 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 12 => array ( 'name' => '8i7e93new601292d7a1caa', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_8i7e9601292d7a1cae ow_alt2', 'fake' => true, 'realName' => 'sex', ), 13 => array ( 'name' => 'sapazyto91vy601292d7a1cc0', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_malijet2ja601292d7a1cc5 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 14 => array ( 'name' => 'kysowuq2hut601292d7a1cd0', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_kysowuq2601292d7a1cd5 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 15 => array ( 'name' => 'b3s372p601292d7a1cde', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_81p2b1vot601292d7a1ce3 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 16 => array ( 'name' => '9umenigy8o8o601292d7a1ced', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_9umeni601292d7a1cf2 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 17 => array ( 'name' => 'l48ah601292d7a1cfb', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_kyd16ik601292d7a1d00 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 18 => array ( 'name' => 'kyd16ik1r601292d7a1d0a', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_bet4hewaqu601292d7a1d0f ow_alt2', 'fake' => false, 'realName' => 'match_sex', ), ), ), 'questionValuesList' => array ( 'q27uwu9ex4joj601292d7a1c5d' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '2', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 450215437, ), )), ), 'count' => 2, ), 'g3p4l4zi7ad4601292d7a1c6f' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '2', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 450215437, ), )), ), 'count' => 2, ), 'r2j4j1j4601292d7a1c7e' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '2', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 450215437, ), )), ), 'count' => 2, ), '61ji6ije601292d7a1c8d' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '2', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 450215437, ), )), ), 'count' => 2, ), 'h3k39eqawugag601292d7a1c9c' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '2', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 450215437, ), )), ), 'count' => 2, ), '8i7e93new601292d7a1caa' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '2', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 450215437, ), )), ), 'count' => 2, ), 'sapazyto91vy601292d7a1cc0' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '2', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 450215437, ), )), ), 'count' => 2, ), 'kysowuq2hut601292d7a1cd0' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '2', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 450215437, ), )), ), 'count' => 2, ), 'b3s372p601292d7a1cde' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '2', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 450215437, ), )), ), 'count' => 2, ), '9umenigy8o8o601292d7a1ced' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '2', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 450215437, ), )), ), 'count' => 2, ), 'l48ah601292d7a1cfb' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '2', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 450215437, ), )), ), 'count' => 2, ), 'kyd16ik1r601292d7a1d0a' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '2', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 450215437, ), )), ), 'count' => 2, ), ), 'accountType' => '808aa8ca354f51c5a3868dad5298cd72', 'isBot' => false, 'data' => array ( ), 'toggleClass' => 'ow_alt2', 'attributes' => array ( 'id' => 'joinForm', 'method' => 'post', 'action' => 'https://dvasercia.ua/skadate/join/join-form-submit/', 'name' => 'joinForm', ), 'elements' => array ( 'form_name' => HiddenField::__set_state(array( 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'joinForm', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'form_name', 'id' => 'input_xiquw4g2g601292d7a16a8_d45emumy', 'type' => 'hidden', 'value' => 'joinForm', ), )), 'csrf_token' => CsrfHiddenField::__set_state(array( 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'MTYxMTgyOTk3NVNZVEVEWU5pakF6MVhlZ2lSSUppUTJ6WXplOGFqYXNl', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'csrf_token', 'id' => 'input_tijalug3n38601292d7a16be_x38yg2z2', 'type' => 'hidden', 'value' => 'MTYxMTgyOTk3NVNZVEVEWU5pakF6MVhlZ2lSSUppUTJ6WXplOGFqYXNl', ), )), 'email' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( 0 => BASE_CLASS_JoinEmailValidator::__set_state(array( 'errorMessage' => NULL, )), 1 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Email', 'description' => NULL, 'attributes' => array ( 'name' => 'email', 'id' => 'input_wug4kon1daxe601292d7a1de8_pirej183', 'type' => 'text', 'class' => 'ow_email_validator', ), )), 'tyqijylesym3601292d7a1bd8' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Username', 'description' => NULL, 'attributes' => array ( 'name' => 'tyqijylesym3601292d7a1bd8', 'id' => 'input_k1v2vum2ja6601292d7a2146_9uxuwezi', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'pibasemobum1601292d7a1bf4' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Username', 'description' => NULL, 'attributes' => array ( 'name' => 'pibasemobum1601292d7a1bf4', 'id' => 'input_h3lodozate8u601292d7a2243_7ox2n2po', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 're9iryz47ive601292d7a1c04' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( 0 => BASE_CLASS_JoinUsernameValidator::__set_state(array( 'errorMessage' => NULL, )), 1 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Username', 'description' => NULL, 'attributes' => array ( 'name' => 're9iryz47ive601292d7a1c04', 'id' => 'input_x1x4su8e601292d7a232b_83ris4so', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'jovi8yqa601292d7a1c15' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Username', 'description' => NULL, 'attributes' => array ( 'name' => 'jovi8yqa601292d7a1c15', 'id' => 'input_5ebyqija5a7y8601292d7a2695_je81r4qa', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'wy5eku7601292d7a1c3c' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Username', 'description' => NULL, 'attributes' => array ( 'name' => 'wy5eku7601292d7a1c3c', 'id' => 'input_r3p1zo7y7ax19601292d7a2782_71837oh2', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'repeatPassword' => PasswordField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( 0 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Repeat password', 'description' => NULL, 'attributes' => array ( 'name' => 'repeatPassword', 'id' => 'input_j3x4lew3n601292d7a28c0_ryv47al4', 'type' => 'password', ), )), 'password' => PasswordField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( 0 => PasswordValidator::__set_state(array( 'errorMessage' => NULL, )), 1 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Password', 'description' => NULL, 'attributes' => array ( 'name' => 'password', 'id' => 'input_62quq2w3r2ne9601292d7a282e_bila5equ', 'type' => 'password', ), )), 'q27uwu9ex4joj601292d7a1c5d' => Selectbox::__set_state(array( 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'invitation' => 'Select', 'hasInvitation' => true, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Gender', 'description' => NULL, 'attributes' => array ( 'name' => 'q27uwu9ex4joj601292d7a1c5d', 'id' => 'input_vilap2kiqeka601292d7a29b5_k3la528y', ), )), 'g3p4l4zi7ad4601292d7a1c6f' => Selectbox::__set_state(array( 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'invitation' => 'Select', 'hasInvitation' => true, 'validators' => array ( 0 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Gender', 'description' => NULL, 'attributes' => array ( 'name' => 'g3p4l4zi7ad4601292d7a1c6f', 'id' => 'input_6yvosot1601292d7a3b0d_t38a5oxi', ), )), 'r2j4j1j4601292d7a1c7e' => Selectbox::__set_state(array( 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'invitation' => 'Select', 'hasInvitation' => true, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Gender', 'description' => NULL, 'attributes' => array ( 'name' => 'r2j4j1j4601292d7a1c7e', 'id' => 'input_s3g4mav2hozyn601292d7a3c5f_z2wakoru', ), )), '61ji6ije601292d7a1c8d' => Selectbox::__set_state(array( 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'invitation' => 'Select', 'hasInvitation' => true, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Gender', 'description' => NULL, 'attributes' => array ( 'name' => '61ji6ije601292d7a1c8d', 'id' => 'input_suzono5e6ix601292d7a3d84_zoze7ir1', ), )), 'h3k39eqawugag601292d7a1c9c' => Selectbox::__set_state(array( 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'invitation' => 'Select', 'hasInvitation' => true, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Gender', 'description' => NULL, 'attributes' => array ( 'name' => 'h3k39eqawugag601292d7a1c9c', 'id' => 'input_ragydob4601292d7a3eb2_zu7oz1pu', ), )), '8i7e93new601292d7a1caa' => Selectbox::__set_state(array( 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'invitation' => 'Select', 'hasInvitation' => true, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Gender', 'description' => NULL, 'attributes' => array ( 'name' => '8i7e93new601292d7a1caa', 'id' => 'input_kahix2h3k1k601292d7a3fdb_w3kozoby', ), )), 'sapazyto91vy601292d7a1cc0' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Looking for', 'description' => NULL, 'attributes' => array ( 'name' => 'sapazyto91vy601292d7a1cc0[]', 'id' => 'input_zev2pubi', 'type' => 'checkbox', 'value' => '2', ), )), 'kysowuq2hut601292d7a1cd0' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Looking for', 'description' => NULL, 'attributes' => array ( 'name' => 'kysowuq2hut601292d7a1cd0[]', 'id' => 'input_ty626192', 'type' => 'checkbox', 'value' => '2', ), )), 'b3s372p601292d7a1cde' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Looking for', 'description' => NULL, 'attributes' => array ( 'name' => 'b3s372p601292d7a1cde[]', 'id' => 'input_6axyxim2', 'type' => 'checkbox', 'value' => '2', ), )), '9umenigy8o8o601292d7a1ced' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Looking for', 'description' => NULL, 'attributes' => array ( 'name' => '9umenigy8o8o601292d7a1ced[]', 'id' => 'input_bumuq1d4', 'type' => 'checkbox', 'value' => '2', ), )), 'l48ah601292d7a1cfb' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Looking for', 'description' => NULL, 'attributes' => array ( 'name' => 'l48ah601292d7a1cfb[]', 'id' => 'input_de8ynim4', 'type' => 'checkbox', 'value' => '2', ), )), 'kyd16ik1r601292d7a1d0a' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( 0 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Looking for', 'description' => NULL, 'attributes' => array ( 'name' => 'kyd16ik1r601292d7a1d0a[]', 'id' => 'input_n163d2he', 'type' => 'checkbox', 'value' => '2', ), )), ), 'submitElements' => array ( 'joinSubmit' => Submit::__set_state(array( 'decorator' => 'button', 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'Continue', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'joinSubmit', 'id' => 'input_seq3g2lyhe63p601292d7a17fe_pub3ly53', 'type' => 'submit', 'class' => 'ow_button ow_ic_submit', 'value' => 'Continue', ), )), ), 'ajax' => NULL, 'ajaxResetOnSuccess' => true, 'ajaxDataType' => 'json', 'bindedFunctions' => array ( 'submit' => array ( ), 'success' => array ( ), ), 'emptyElementsErrorMessage' => 'Please fill the form properly', )), ), 'assignedVars' => array ( 'step' => 1, 'questionArray' => array ( 'f90cde5913235d172603cc4e7b9726e3' => array ( 0 => array ( 'id' => '82', 'name' => 'email', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '1', 'custom' => '[]', 'parent' => '', 'fake' => false, 'realName' => 'email', 'trClass' => 'ow_alt1', ), 1 => array ( 'id' => '80', 'name' => 'tyqijylesym3601292d7a1bd8', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_lerorezuki601292d7a1bde ow_alt2', 'fake' => true, 'realName' => 'username', ), 2 => array ( 'id' => '80', 'name' => 'pibasemobum1601292d7a1bf4', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_pibasemob601292d7a1bf9 ow_alt2', 'fake' => true, 'realName' => 'username', ), 3 => array ( 'id' => '80', 'name' => 're9iryz47ive601292d7a1c04', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_su52xi601292d7a1c08 ow_alt2', 'fake' => false, 'realName' => 'username', ), 4 => array ( 'id' => '80', 'name' => 'jovi8yqa601292d7a1c15', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_jovi8yq601292d7a1c2d ow_alt1', 'fake' => true, 'realName' => 'username', ), 5 => array ( 'id' => '80', 'name' => 'wy5eku7601292d7a1c3c', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => '', 'trClass' => 'ow_wy5eku71601292d7a1c41 ow_alt2', 'fake' => true, 'realName' => 'username', ), 6 => array ( 'id' => '81', 'name' => 'password', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'password', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '3', 'custom' => '[]', 'parent' => '', 'fake' => false, 'realName' => 'password', 'trClass' => 'ow_alt1', ), 7 => array ( 'name' => 'q27uwu9ex4joj601292d7a1c5d', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_d15aqaz601292d7a1c62 ow_alt1', 'fake' => true, 'realName' => 'sex', ), 8 => array ( 'name' => 'g3p4l4zi7ad4601292d7a1c6f', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => '1', 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_g3p4l601292d7a1c73 ow_alt1', 'fake' => false, 'realName' => 'sex', ), 9 => array ( 'name' => 'r2j4j1j4601292d7a1c7e', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_g1nuqus601292d7a1c83 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 10 => array ( 'name' => '61ji6ije601292d7a1c8d', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_h3k39601292d7a1c92 ow_alt1', 'fake' => true, 'realName' => 'sex', ), 11 => array ( 'name' => 'h3k39eqawugag601292d7a1c9c', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_6ywet601292d7a1ca0 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 12 => array ( 'name' => '8i7e93new601292d7a1caa', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'select', 'presentation' => 'select', 'required' => 0, 'onJoin' => '0', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'sortOrder' => '4', 'columnCount' => '1', 'parent' => '', 'custom' => '[]', 'id' => '94', 'accountTypeName' => NULL, 'trClass' => 'ow_8i7e9601292d7a1cae ow_alt2', 'fake' => true, 'realName' => 'sex', ), 13 => array ( 'name' => 'sapazyto91vy601292d7a1cc0', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_malijet2ja601292d7a1cc5 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 14 => array ( 'name' => 'kysowuq2hut601292d7a1cd0', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_kysowuq2601292d7a1cd5 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 15 => array ( 'name' => 'b3s372p601292d7a1cde', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_81p2b1vot601292d7a1ce3 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 16 => array ( 'name' => '9umenigy8o8o601292d7a1ced', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_9umeni601292d7a1cf2 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 17 => array ( 'name' => 'l48ah601292d7a1cfb', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_kyd16ik601292d7a1d00 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 18 => array ( 'name' => 'kyd16ik1r601292d7a1d0a', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'sortOrder' => '5', 'columnCount' => '1', 'parent' => 'sex', 'custom' => '[]', 'id' => '111', 'accountTypeName' => NULL, 'trClass' => 'ow_bet4hewaqu601292d7a1d0f ow_alt2', 'fake' => false, 'realName' => 'match_sex', ), ), ), 'displayAccountType' => true, 'isLastStep' => false, ), 'template' => '/home/sercia2/dvasercia.ua/www/ow_plugins/skadate/views/controllers/join_index.html', 'visible' => true, 'userService' => BOL_UserService::__set_state(array( 'userDao' => BOL_UserDao::__set_state(array( 'cachedItems' => array ( ), 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM sk_base_config', 'execTime' => 0.0003650188446044921875, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM sk_base_language', 'execTime' => 0.000110149383544921875, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM sk_base_plugin', 'execTime' => 0.000194072723388671875, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM sk_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 9.2029571533203125E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001201629638671875, 'params' => array ( 0 => '+02:00', ), ), 5 => array ( 'query' => 'SELECT * FROM sk_virtualgifts_template', 'execTime' => 0.0001628398895263671875, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM sk_base_authorization_group', 'execTime' => 0.00014591217041015625, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM sk_base_authorization_moderator ORDER BY id', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM sk_base_authorization_moderator_permission', 'execTime' => 8.89301300048828125E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM sk_base_authorization_action', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM sk_base_authorization_permission', 'execTime' => 9.89437103271484375E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM sk_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM sk_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.5817108154296875E-5, 'params' => array ( ), ), 14 => array ( 'query' => 'SELECT * FROM sk_base_theme_content WHERE `themeId` = 1606', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 15 => array ( 'query' => 'SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 16 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 7.0095062255859375E-5, 'params' => array ( ), ), 17 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 6.50882720947265625E-5, 'params' => array ( ), ), 18 => array ( 'query' => 'SELECT * FROM sk_base_theme_content WHERE `themeId` = 1628', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 19 => array ( 'query' => 'SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1628', 'execTime' => 6.60419464111328125E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM sk_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 7.60555267333984375E-5, 'params' => array ( ), ), 21 => array ( 'query' => ' SELECT * FROM `sk_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 7.915496826171875E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 22 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 8.487701416015625E-5, 'params' => array ( 'menuType' => 'main', ), ), 23 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 9.41753387451171875E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 24 => array ( 'query' => 'SELECT * FROM sk_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000113010406494140625, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 7.1048736572265625E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 9.2029571533203125E-5, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 6.69956207275390625E-5, 'params' => array ( ), ), 29 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 6.389617919921875E-5, 'params' => array ( ), ), 30 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 31 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 7.89165496826171875E-5, 'params' => array ( ), ), 32 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 6.60419464111328125E-5, 'params' => array ( ), ), 33 => array ( 'query' => 'SELECT * FROM sk_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0001351833343505859375, 'params' => array ( ), ), 34 => array ( 'query' => ' SELECT `question`.* FROM `sk_base_question` as `question` LEFT JOIN `sk_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = \'1\' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0001080036163330078125, 'params' => NULL, ), 35 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'sex\',\'match_sex\') ORDER BY sortOrder', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 36 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'email\',\'username\',\'password\',\'sex\',\'match_sex\') ORDER BY sortOrder', 'execTime' => 8.296966552734375E-5, 'params' => array ( ), ), 37 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 38 => array ( 'query' => 'SELECT * FROM sk_base_question_value WHERE `questionName` IN(\'email\',\'username\',\'password\',\'sex\',\'match_sex\') ORDER BY questionName, sortOrder', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 39 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'email\' LIMIT 0, 1', 'execTime' => 9.70363616943359375E-5, 'params' => array ( ), ), 40 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'tyqijylesym3601292d7a1bd8\' LIMIT 0, 1', 'execTime' => 0.000216007232666015625, 'params' => array ( ), ), 41 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'pibasemobum1601292d7a1bf4\' LIMIT 0, 1', 'execTime' => 0.0001699924468994140625, 'params' => array ( ), ), 42 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'re9iryz47ive601292d7a1c04\' LIMIT 0, 1', 'execTime' => 0.0001509189605712890625, 'params' => array ( ), ), 43 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'jovi8yqa601292d7a1c15\' LIMIT 0, 1', 'execTime' => 0.0002110004425048828125, 'params' => array ( ), ), 44 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'wy5eku7601292d7a1c3c\' LIMIT 0, 1', 'execTime' => 0.0001561641693115234375, 'params' => array ( ), ), 45 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'password\' LIMIT 0, 1', 'execTime' => 8.392333984375E-5, 'params' => array ( ), ), 46 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'repeatPassword\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 47 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'q27uwu9ex4joj601292d7a1c5d\' LIMIT 0, 1', 'execTime' => 0.000151157379150390625, 'params' => array ( ), ), 48 => array ( 'query' => 'SELECT * FROM sk_skadate_account_type_to_gender', 'execTime' => 9.98973846435546875E-5, 'params' => array ( ), ), 49 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'g3p4l4zi7ad4601292d7a1c6f\' LIMIT 0, 1', 'execTime' => 0.0002040863037109375, 'params' => array ( ), ), 50 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'r2j4j1j4601292d7a1c7e\' LIMIT 0, 1', 'execTime' => 0.0002000331878662109375, 'params' => array ( ), ), 51 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'61ji6ije601292d7a1c8d\' LIMIT 0, 1', 'execTime' => 0.0001900196075439453125, 'params' => array ( ), ), 52 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'h3k39eqawugag601292d7a1c9c\' LIMIT 0, 1', 'execTime' => 0.0001928806304931640625, 'params' => array ( ), ), 53 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'8i7e93new601292d7a1caa\' LIMIT 0, 1', 'execTime' => 0.0001890659332275390625, 'params' => array ( ), ), 54 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'sapazyto91vy601292d7a1cc0\' LIMIT 0, 1', 'execTime' => 0.0001838207244873046875, 'params' => array ( ), ), 55 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'kysowuq2hut601292d7a1cd0\' LIMIT 0, 1', 'execTime' => 0.0001928806304931640625, 'params' => array ( ), ), 56 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'b3s372p601292d7a1cde\' LIMIT 0, 1', 'execTime' => 0.0001790523529052734375, 'params' => array ( ), ), 57 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'9umenigy8o8o601292d7a1ced\' LIMIT 0, 1', 'execTime' => 0.000175952911376953125, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'l48ah601292d7a1cfb\' LIMIT 0, 1', 'execTime' => 0.0001909732818603515625, 'params' => array ( ), ), 59 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'kyd16ik1r601292d7a1d0a\' LIMIT 0, 1', 'execTime' => 0.0001981258392333984375, 'params' => array ( ), ), 60 => array ( 'query' => 'UPDATE `sk_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0003490447998046875, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 61 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 9.0122222900390625E-5, 'params' => array ( ), ), 62 => array ( 'query' => 'SELECT * FROM sk_base_language', 'execTime' => 0.000174045562744140625, 'params' => array ( ), ), 63 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0001041889190673828125, 'params' => NULL, ), 64 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\') AND 1 GROUP BY `entityType`', 'execTime' => 6.79492950439453125E-5, 'params' => NULL, ), 65 => array ( 'query' => 'SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0', 'execTime' => 0.0001189708709716796875, 'params' => array ( ), ), 66 => array ( 'query' => 'SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 6.50882720947265625E-5, 'params' => array ( ), ), 67 => array ( 'query' => 'SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.000112056732177734375, 'params' => array ( ), ), 68 => array ( 'query' => 'SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0', 'execTime' => 6.41345977783203125E-5, 'params' => array ( ), ), 69 => array ( 'query' => 'SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( \'wait\' ) AND `w`.`viewed` IN( \'0\',\'1\' ) AND `w`.`messageType` IN( \'mail\' )', 'execTime' => 7.2002410888671875E-5, 'params' => array ( 'partnerId' => 0, ), ), 70 => array ( 'query' => 'SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( \'wait\' ) AND `w`.`viewed` = :viewed AND `w`.`messageType` IN( \'mail\' )', 'execTime' => 8.79764556884765625E-5, 'params' => array ( 'partnerId' => 0, 'viewed' => 0, ), ), 71 => array ( 'query' => 'show tables like \'sk_base_geolocation_country\'', 'execTime' => 0.0007350444793701171875, 'params' => NULL, ), 72 => array ( 'query' => 'SELECT * FROM sk_base_user WHERE `id` IN(\'0\')', 'execTime' => 7.89165496826171875E-5, 'params' => array ( ), ), 73 => array ( 'query' => 'SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, \'base\' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL)', 'execTime' => 8.296966552734375E-5, 'params' => array ( 'pluginKey' => 'SKADATE', 'position' => 'top', ), ), 74 => array ( 'query' => 'SELECT * FROM sk_base_user WHERE `id` IN(\'0\')', 'execTime' => 0.0001208782196044921875, 'params' => array ( ), ), 75 => array ( 'query' => 'SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, \'base\' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL)', 'execTime' => 7.89165496826171875E-5, 'params' => array ( 'pluginKey' => 'SKADATE', 'position' => 'bottom', ), ), 76 => array ( 'query' => 'SELECT * FROM sk_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0001599788665771484375, 'params' => array ( ), ), 77 => array ( 'query' => 'SELECT * FROM sk_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.00012302398681640625, 'params' => array ( ), ), ), 'debugMode' => NULL, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1611829975.7472209930419921875, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.00012302398681640625, 'totalQueryExecTime' => 0.0099771022796630859375, 'queryCount' => 78, 'useCashe' => false, )), )), 'loginCookieDao' => BOL_LoginCookieDao::__set_state(array( 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM sk_base_config', 'execTime' => 0.0003650188446044921875, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM sk_base_language', 'execTime' => 0.000110149383544921875, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM sk_base_plugin', 'execTime' => 0.000194072723388671875, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM sk_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 9.2029571533203125E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001201629638671875, 'params' => array ( 0 => '+02:00', ), ), 5 => array ( 'query' => 'SELECT * FROM sk_virtualgifts_template', 'execTime' => 0.0001628398895263671875, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM sk_base_authorization_group', 'execTime' => 0.00014591217041015625, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM sk_base_authorization_moderator ORDER BY id', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM sk_base_authorization_moderator_permission', 'execTime' => 8.89301300048828125E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM sk_base_authorization_action', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM sk_base_authorization_permission', 'execTime' => 9.89437103271484375E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM sk_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM sk_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.5817108154296875E-5, 'params' => array ( ), ), 14 => array ( 'query' => 'SELECT * FROM sk_base_theme_content WHERE `themeId` = 1606', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 15 => array ( 'query' => 'SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 16 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 7.0095062255859375E-5, 'params' => array ( ), ), 17 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 6.50882720947265625E-5, 'params' => array ( ), ), 18 => array ( 'query' => 'SELECT * FROM sk_base_theme_content WHERE `themeId` = 1628', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 19 => array ( 'query' => 'SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1628', 'execTime' => 6.60419464111328125E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM sk_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 7.60555267333984375E-5, 'params' => array ( ), ), 21 => array ( 'query' => ' SELECT * FROM `sk_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 7.915496826171875E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 22 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 8.487701416015625E-5, 'params' => array ( 'menuType' => 'main', ), ), 23 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 9.41753387451171875E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 24 => array ( 'query' => 'SELECT * FROM sk_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000113010406494140625, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 7.1048736572265625E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 9.2029571533203125E-5, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 6.69956207275390625E-5, 'params' => array ( ), ), 29 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 6.389617919921875E-5, 'params' => array ( ), ), 30 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 31 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 7.89165496826171875E-5, 'params' => array ( ), ), 32 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 6.60419464111328125E-5, 'params' => array ( ), ), 33 => array ( 'query' => 'SELECT * FROM sk_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0001351833343505859375, 'params' => array ( ), ), 34 => array ( 'query' => ' SELECT `question`.* FROM `sk_base_question` as `question` LEFT JOIN `sk_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = \'1\' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0001080036163330078125, 'params' => NULL, ), 35 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'sex\',\'match_sex\') ORDER BY sortOrder', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 36 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'email\',\'username\',\'password\',\'sex\',\'match_sex\') ORDER BY sortOrder', 'execTime' => 8.296966552734375E-5, 'params' => array ( ), ), 37 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 38 => array ( 'query' => 'SELECT * FROM sk_base_question_value WHERE `questionName` IN(\'email\',\'username\',\'password\',\'sex\',\'match_sex\') ORDER BY questionName, sortOrder', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 39 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'email\' LIMIT 0, 1', 'execTime' => 9.70363616943359375E-5, 'params' => array ( ), ), 40 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'tyqijylesym3601292d7a1bd8\' LIMIT 0, 1', 'execTime' => 0.000216007232666015625, 'params' => array ( ), ), 41 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'pibasemobum1601292d7a1bf4\' LIMIT 0, 1', 'execTime' => 0.0001699924468994140625, 'params' => array ( ), ), 42 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'re9iryz47ive601292d7a1c04\' LIMIT 0, 1', 'execTime' => 0.0001509189605712890625, 'params' => array ( ), ), 43 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'jovi8yqa601292d7a1c15\' LIMIT 0, 1', 'execTime' => 0.0002110004425048828125, 'params' => array ( ), ), 44 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'wy5eku7601292d7a1c3c\' LIMIT 0, 1', 'execTime' => 0.0001561641693115234375, 'params' => array ( ), ), 45 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'password\' LIMIT 0, 1', 'execTime' => 8.392333984375E-5, 'params' => array ( ), ), 46 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'repeatPassword\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 47 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'q27uwu9ex4joj601292d7a1c5d\' LIMIT 0, 1', 'execTime' => 0.000151157379150390625, 'params' => array ( ), ), 48 => array ( 'query' => 'SELECT * FROM sk_skadate_account_type_to_gender', 'execTime' => 9.98973846435546875E-5, 'params' => array ( ), ), 49 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'g3p4l4zi7ad4601292d7a1c6f\' LIMIT 0, 1', 'execTime' => 0.0002040863037109375, 'params' => array ( ), ), 50 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'r2j4j1j4601292d7a1c7e\' LIMIT 0, 1', 'execTime' => 0.0002000331878662109375, 'params' => array ( ), ), 51 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'61ji6ije601292d7a1c8d\' LIMIT 0, 1', 'execTime' => 0.0001900196075439453125, 'params' => array ( ), ), 52 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'h3k39eqawugag601292d7a1c9c\' LIMIT 0, 1', 'execTime' => 0.0001928806304931640625, 'params' => array ( ), ), 53 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'8i7e93new601292d7a1caa\' LIMIT 0, 1', 'execTime' => 0.0001890659332275390625, 'params' => array ( ), ), 54 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'sapazyto91vy601292d7a1cc0\' LIMIT 0, 1', 'execTime' => 0.0001838207244873046875, 'params' => array ( ), ), 55 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'kysowuq2hut601292d7a1cd0\' LIMIT 0, 1', 'execTime' => 0.0001928806304931640625, 'params' => array ( ), ), 56 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'b3s372p601292d7a1cde\' LIMIT 0, 1', 'execTime' => 0.0001790523529052734375, 'params' => array ( ), ), 57 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'9umenigy8o8o601292d7a1ced\' LIMIT 0, 1', 'execTime' => 0.000175952911376953125, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'l48ah601292d7a1cfb\' LIMIT 0, 1', 'execTime' => 0.0001909732818603515625, 'params' => array ( ), ), 59 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'kyd16ik1r601292d7a1d0a\' LIMIT 0, 1', 'execTime' => 0.0001981258392333984375, 'params' => array ( ), ), 60 => array ( 'query' => 'UPDATE `sk_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0003490447998046875, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 61 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 9.0122222900390625E-5, 'params' => array ( ), ), 62 => array ( 'query' => 'SELECT * FROM sk_base_language', 'execTime' => 0.000174045562744140625, 'params' => array ( ), ), 63 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0001041889190673828125, 'params' => NULL, ), 64 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\') AND 1 GROUP BY `entityType`', 'execTime' => 6.79492950439453125E-5, 'params' => NULL, ), 65 => array ( 'query' => 'SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0', 'execTime' => 0.0001189708709716796875, 'params' => array ( ), ), 66 => array ( 'query' => 'SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 6.50882720947265625E-5, 'params' => array ( ), ), 67 => array ( 'query' => 'SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.000112056732177734375, 'params' => array ( ), ), 68 => array ( 'query' => 'SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0', 'execTime' => 6.41345977783203125E-5, 'params' => array ( ), ), 69 => array ( 'query' => 'SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( \'wait\' ) AND `w`.`viewed` IN( \'0\',\'1\' ) AND `w`.`messageType` IN( \'mail\' )', 'execTime' => 7.2002410888671875E-5, 'params' => array ( 'partnerId' => 0, ), ), 70 => array ( 'query' => 'SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( \'wait\' ) AND `w`.`viewed` = :viewed AND `w`.`messageType` IN( \'mail\' )', 'execTime' => 8.79764556884765625E-5, 'params' => array ( 'partnerId' => 0, 'viewed' => 0, ), ), 71 => array ( 'query' => 'show tables like \'sk_base_geolocation_country\'', 'execTime' => 0.0007350444793701171875, 'params' => NULL, ), 72 => array ( 'query' => 'SELECT * FROM sk_base_user WHERE `id` IN(\'0\')', 'execTime' => 7.89165496826171875E-5, 'params' => array ( ), ), 73 => array ( 'query' => 'SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, \'base\' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL)', 'execTime' => 8.296966552734375E-5, 'params' => array ( 'pluginKey' => 'SKADATE', 'position' => 'top', ), ), 74 => array ( 'query' => 'SELECT * FROM sk_base_user WHERE `id` IN(\'0\')', 'execTime' => 0.0001208782196044921875, 'params' => array ( ), ), 75 => array ( 'query' => 'SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, \'base\' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL)', 'execTime' => 7.89165496826171875E-5, 'params' => array ( 'pluginKey' => 'SKADATE', 'position' => 'bottom', ), ), 76 => array ( 'query' => 'SELECT * FROM sk_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0001599788665771484375, 'params' => array ( ), ), 77 => array ( 'query' => 'SELECT * FROM sk_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.00012302398681640625, 'params' => array ( ), ), ), 'debugMode' => NULL, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1611829975.7472209930419921875, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.00012302398681640625, 'totalQueryExecTime' => 0.0099771022796630859375, 'queryCount' => 78, 'useCashe' => false, )), )), 'userFeaturedDao' => BOL_UserFeaturedDao::__set_state(array( 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM sk_base_config', 'execTime' => 0.0003650188446044921875, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM sk_base_language', 'execTime' => 0.000110149383544921875, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM sk_base_plugin', 'execTime' => 0.000194072723388671875, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM sk_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 9.2029571533203125E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001201629638671875, 'params' => array ( 0 => '+02:00', ), ), 5 => array ( 'query' => 'SELECT * FROM sk_virtualgifts_template', 'execTime' => 0.0001628398895263671875, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM sk_base_authorization_group', 'execTime' => 0.00014591217041015625, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM sk_base_authorization_moderator ORDER BY id', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM sk_base_authorization_moderator_permission', 'execTime' => 8.89301300048828125E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM sk_base_authorization_action', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM sk_base_authorization_permission', 'execTime' => 9.89437103271484375E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM sk_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM sk_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.5817108154296875E-5, 'params' => array ( ), ), 14 => array ( 'query' => 'SELECT * FROM sk_base_theme_content WHERE `themeId` = 1606', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 15 => array ( 'query' => 'SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 16 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 7.0095062255859375E-5, 'params' => array ( ), ), 17 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 6.50882720947265625E-5, 'params' => array ( ), ), 18 => array ( 'query' => 'SELECT * FROM sk_base_theme_content WHERE `themeId` = 1628', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 19 => array ( 'query' => 'SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1628', 'execTime' => 6.60419464111328125E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM sk_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 7.60555267333984375E-5, 'params' => array ( ), ), 21 => array ( 'query' => ' SELECT * FROM `sk_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 7.915496826171875E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 22 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 8.487701416015625E-5, 'params' => array ( 'menuType' => 'main', ), ), 23 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 9.41753387451171875E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 24 => array ( 'query' => 'SELECT * FROM sk_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000113010406494140625, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 7.1048736572265625E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 9.2029571533203125E-5, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 6.69956207275390625E-5, 'params' => array ( ), ), 29 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 6.389617919921875E-5, 'params' => array ( ), ), 30 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 31 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 7.89165496826171875E-5, 'params' => array ( ), ), 32 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 6.60419464111328125E-5, 'params' => array ( ), ), 33 => array ( 'query' => 'SELECT * FROM sk_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0001351833343505859375, 'params' => array ( ), ), 34 => array ( 'query' => ' SELECT `question`.* FROM `sk_base_question` as `question` LEFT JOIN `sk_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = \'1\' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0001080036163330078125, 'params' => NULL, ), 35 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'sex\',\'match_sex\') ORDER BY sortOrder', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 36 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'email\',\'username\',\'password\',\'sex\',\'match_sex\') ORDER BY sortOrder', 'execTime' => 8.296966552734375E-5, 'params' => array ( ), ), 37 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 38 => array ( 'query' => 'SELECT * FROM sk_base_question_value WHERE `questionName` IN(\'email\',\'username\',\'password\',\'sex\',\'match_sex\') ORDER BY questionName, sortOrder', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 39 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'email\' LIMIT 0, 1', 'execTime' => 9.70363616943359375E-5, 'params' => array ( ), ), 40 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'tyqijylesym3601292d7a1bd8\' LIMIT 0, 1', 'execTime' => 0.000216007232666015625, 'params' => array ( ), ), 41 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'pibasemobum1601292d7a1bf4\' LIMIT 0, 1', 'execTime' => 0.0001699924468994140625, 'params' => array ( ), ), 42 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'re9iryz47ive601292d7a1c04\' LIMIT 0, 1', 'execTime' => 0.0001509189605712890625, 'params' => array ( ), ), 43 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'jovi8yqa601292d7a1c15\' LIMIT 0, 1', 'execTime' => 0.0002110004425048828125, 'params' => array ( ), ), 44 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'wy5eku7601292d7a1c3c\' LIMIT 0, 1', 'execTime' => 0.0001561641693115234375, 'params' => array ( ), ), 45 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'password\' LIMIT 0, 1', 'execTime' => 8.392333984375E-5, 'params' => array ( ), ), 46 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'repeatPassword\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 47 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'q27uwu9ex4joj601292d7a1c5d\' LIMIT 0, 1', 'execTime' => 0.000151157379150390625, 'params' => array ( ), ), 48 => array ( 'query' => 'SELECT * FROM sk_skadate_account_type_to_gender', 'execTime' => 9.98973846435546875E-5, 'params' => array ( ), ), 49 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'g3p4l4zi7ad4601292d7a1c6f\' LIMIT 0, 1', 'execTime' => 0.0002040863037109375, 'params' => array ( ), ), 50 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'r2j4j1j4601292d7a1c7e\' LIMIT 0, 1', 'execTime' => 0.0002000331878662109375, 'params' => array ( ), ), 51 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'61ji6ije601292d7a1c8d\' LIMIT 0, 1', 'execTime' => 0.0001900196075439453125, 'params' => array ( ), ), 52 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'h3k39eqawugag601292d7a1c9c\' LIMIT 0, 1', 'execTime' => 0.0001928806304931640625, 'params' => array ( ), ), 53 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'8i7e93new601292d7a1caa\' LIMIT 0, 1', 'execTime' => 0.0001890659332275390625, 'params' => array ( ), ), 54 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'sapazyto91vy601292d7a1cc0\' LIMIT 0, 1', 'execTime' => 0.0001838207244873046875, 'params' => array ( ), ), 55 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'kysowuq2hut601292d7a1cd0\' LIMIT 0, 1', 'execTime' => 0.0001928806304931640625, 'params' => array ( ), ), 56 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'b3s372p601292d7a1cde\' LIMIT 0, 1', 'execTime' => 0.0001790523529052734375, 'params' => array ( ), ), 57 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'9umenigy8o8o601292d7a1ced\' LIMIT 0, 1', 'execTime' => 0.000175952911376953125, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'l48ah601292d7a1cfb\' LIMIT 0, 1', 'execTime' => 0.0001909732818603515625, 'params' => array ( ), ), 59 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'kyd16ik1r601292d7a1d0a\' LIMIT 0, 1', 'execTime' => 0.0001981258392333984375, 'params' => array ( ), ), 60 => array ( 'query' => 'UPDATE `sk_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0003490447998046875, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 61 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 9.0122222900390625E-5, 'params' => array ( ), ), 62 => array ( 'query' => 'SELECT * FROM sk_base_language', 'execTime' => 0.000174045562744140625, 'params' => array ( ), ), 63 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0001041889190673828125, 'params' => NULL, ), 64 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\') AND 1 GROUP BY `entityType`', 'execTime' => 6.79492950439453125E-5, 'params' => NULL, ), 65 => array ( 'query' => 'SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0', 'execTime' => 0.0001189708709716796875, 'params' => array ( ), ), 66 => array ( 'query' => 'SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 6.50882720947265625E-5, 'params' => array ( ), ), 67 => array ( 'query' => 'SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.000112056732177734375, 'params' => array ( ), ), 68 => array ( 'query' => 'SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0', 'execTime' => 6.41345977783203125E-5, 'params' => array ( ), ), 69 => array ( 'query' => 'SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( \'wait\' ) AND `w`.`viewed` IN( \'0\',\'1\' ) AND `w`.`messageType` IN( \'mail\' )', 'execTime' => 7.2002410888671875E-5, 'params' => array ( 'partnerId' => 0, ), ), 70 => array ( 'query' => 'SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( \'wait\' ) AND `w`.`viewed` = :viewed AND `w`.`messageType` IN( \'mail\' )', 'execTime' => 8.79764556884765625E-5, 'params' => array ( 'partnerId' => 0, 'viewed' => 0, ), ), 71 => array ( 'query' => 'show tables like \'sk_base_geolocation_country\'', 'execTime' => 0.0007350444793701171875, 'params' => NULL, ), 72 => array ( 'query' => 'SELECT * FROM sk_base_user WHERE `id` IN(\'0\')', 'execTime' => 7.89165496826171875E-5, 'params' => array ( ), ), 73 => array ( 'query' => 'SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, \'base\' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL)', 'execTime' => 8.296966552734375E-5, 'params' => array ( 'pluginKey' => 'SKADATE', 'position' => 'top', ), ), 74 => array ( 'query' => 'SELECT * FROM sk_base_user WHERE `id` IN(\'0\')', 'execTime' => 0.0001208782196044921875, 'params' => array ( ), ), 75 => array ( 'query' => 'SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, \'base\' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL)', 'execTime' => 7.89165496826171875E-5, 'params' => array ( 'pluginKey' => 'SKADATE', 'position' => 'bottom', ), ), 76 => array ( 'query' => 'SELECT * FROM sk_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0001599788665771484375, 'params' => array ( ), ), 77 => array ( 'query' => 'SELECT * FROM sk_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.00012302398681640625, 'params' => array ( ), ), ), 'debugMode' => NULL, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1611829975.7472209930419921875, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.00012302398681640625, 'totalQueryExecTime' => 0.0099771022796630859375, 'queryCount' => 78, 'useCashe' => false, )), )), 'userOnlineDao' => BOL_UserOnlineDao::__set_state(array( 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM sk_base_config', 'execTime' => 0.0003650188446044921875, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM sk_base_language', 'execTime' => 0.000110149383544921875, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM sk_base_plugin', 'execTime' => 0.000194072723388671875, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM sk_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 9.2029571533203125E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001201629638671875, 'params' => array ( 0 => '+02:00', ), ), 5 => array ( 'query' => 'SELECT * FROM sk_virtualgifts_template', 'execTime' => 0.0001628398895263671875, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM sk_base_authorization_group', 'execTime' => 0.00014591217041015625, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM sk_base_authorization_moderator ORDER BY id', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM sk_base_authorization_moderator_permission', 'execTime' => 8.89301300048828125E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM sk_base_authorization_action', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM sk_base_authorization_permission', 'execTime' => 9.89437103271484375E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM sk_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM sk_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.5817108154296875E-5, 'params' => array ( ), ), 14 => array ( 'query' => 'SELECT * FROM sk_base_theme_content WHERE `themeId` = 1606', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 15 => array ( 'query' => 'SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 16 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 7.0095062255859375E-5, 'params' => array ( ), ), 17 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 6.50882720947265625E-5, 'params' => array ( ), ), 18 => array ( 'query' => 'SELECT * FROM sk_base_theme_content WHERE `themeId` = 1628', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 19 => array ( 'query' => 'SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1628', 'execTime' => 6.60419464111328125E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM sk_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 7.60555267333984375E-5, 'params' => array ( ), ), 21 => array ( 'query' => ' SELECT * FROM `sk_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 7.915496826171875E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 22 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 8.487701416015625E-5, 'params' => array ( 'menuType' => 'main', ), ), 23 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 9.41753387451171875E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 24 => array ( 'query' => 'SELECT * FROM sk_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000113010406494140625, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 7.1048736572265625E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 9.2029571533203125E-5, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 6.69956207275390625E-5, 'params' => array ( ), ), 29 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 6.389617919921875E-5, 'params' => array ( ), ), 30 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 31 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 7.89165496826171875E-5, 'params' => array ( ), ), 32 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 6.60419464111328125E-5, 'params' => array ( ), ), 33 => array ( 'query' => 'SELECT * FROM sk_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0001351833343505859375, 'params' => array ( ), ), 34 => array ( 'query' => ' SELECT `question`.* FROM `sk_base_question` as `question` LEFT JOIN `sk_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = \'1\' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0001080036163330078125, 'params' => NULL, ), 35 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'sex\',\'match_sex\') ORDER BY sortOrder', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 36 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'email\',\'username\',\'password\',\'sex\',\'match_sex\') ORDER BY sortOrder', 'execTime' => 8.296966552734375E-5, 'params' => array ( ), ), 37 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 38 => array ( 'query' => 'SELECT * FROM sk_base_question_value WHERE `questionName` IN(\'email\',\'username\',\'password\',\'sex\',\'match_sex\') ORDER BY questionName, sortOrder', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 39 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'email\' LIMIT 0, 1', 'execTime' => 9.70363616943359375E-5, 'params' => array ( ), ), 40 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'tyqijylesym3601292d7a1bd8\' LIMIT 0, 1', 'execTime' => 0.000216007232666015625, 'params' => array ( ), ), 41 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'pibasemobum1601292d7a1bf4\' LIMIT 0, 1', 'execTime' => 0.0001699924468994140625, 'params' => array ( ), ), 42 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'re9iryz47ive601292d7a1c04\' LIMIT 0, 1', 'execTime' => 0.0001509189605712890625, 'params' => array ( ), ), 43 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'jovi8yqa601292d7a1c15\' LIMIT 0, 1', 'execTime' => 0.0002110004425048828125, 'params' => array ( ), ), 44 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'wy5eku7601292d7a1c3c\' LIMIT 0, 1', 'execTime' => 0.0001561641693115234375, 'params' => array ( ), ), 45 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'password\' LIMIT 0, 1', 'execTime' => 8.392333984375E-5, 'params' => array ( ), ), 46 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'repeatPassword\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 47 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'q27uwu9ex4joj601292d7a1c5d\' LIMIT 0, 1', 'execTime' => 0.000151157379150390625, 'params' => array ( ), ), 48 => array ( 'query' => 'SELECT * FROM sk_skadate_account_type_to_gender', 'execTime' => 9.98973846435546875E-5, 'params' => array ( ), ), 49 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'g3p4l4zi7ad4601292d7a1c6f\' LIMIT 0, 1', 'execTime' => 0.0002040863037109375, 'params' => array ( ), ), 50 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'r2j4j1j4601292d7a1c7e\' LIMIT 0, 1', 'execTime' => 0.0002000331878662109375, 'params' => array ( ), ), 51 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'61ji6ije601292d7a1c8d\' LIMIT 0, 1', 'execTime' => 0.0001900196075439453125, 'params' => array ( ), ), 52 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'h3k39eqawugag601292d7a1c9c\' LIMIT 0, 1', 'execTime' => 0.0001928806304931640625, 'params' => array ( ), ), 53 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'8i7e93new601292d7a1caa\' LIMIT 0, 1', 'execTime' => 0.0001890659332275390625, 'params' => array ( ), ), 54 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'sapazyto91vy601292d7a1cc0\' LIMIT 0, 1', 'execTime' => 0.0001838207244873046875, 'params' => array ( ), ), 55 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'kysowuq2hut601292d7a1cd0\' LIMIT 0, 1', 'execTime' => 0.0001928806304931640625, 'params' => array ( ), ), 56 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'b3s372p601292d7a1cde\' LIMIT 0, 1', 'execTime' => 0.0001790523529052734375, 'params' => array ( ), ), 57 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'9umenigy8o8o601292d7a1ced\' LIMIT 0, 1', 'execTime' => 0.000175952911376953125, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'l48ah601292d7a1cfb\' LIMIT 0, 1', 'execTime' => 0.0001909732818603515625, 'params' => array ( ), ), 59 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'kyd16ik1r601292d7a1d0a\' LIMIT 0, 1', 'execTime' => 0.0001981258392333984375, 'params' => array ( ), ), 60 => array ( 'query' => 'UPDATE `sk_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0003490447998046875, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 61 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 9.0122222900390625E-5, 'params' => array ( ), ), 62 => array ( 'query' => 'SELECT * FROM sk_base_language', 'execTime' => 0.000174045562744140625, 'params' => array ( ), ), 63 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0001041889190673828125, 'params' => NULL, ), 64 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\') AND 1 GROUP BY `entityType`', 'execTime' => 6.79492950439453125E-5, 'params' => NULL, ), 65 => array ( 'query' => 'SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0', 'execTime' => 0.0001189708709716796875, 'params' => array ( ), ), 66 => array ( 'query' => 'SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 6.50882720947265625E-5, 'params' => array ( ), ), 67 => array ( 'query' => 'SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.000112056732177734375, 'params' => array ( ), ), 68 => array ( 'query' => 'SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0', 'execTime' => 6.41345977783203125E-5, 'params' => array ( ), ), 69 => array ( 'query' => 'SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( \'wait\' ) AND `w`.`viewed` IN( \'0\',\'1\' ) AND `w`.`messageType` IN( \'mail\' )', 'execTime' => 7.2002410888671875E-5, 'params' => array ( 'partnerId' => 0, ), ), 70 => array ( 'query' => 'SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( \'wait\' ) AND `w`.`viewed` = :viewed AND `w`.`messageType` IN( \'mail\' )', 'execTime' => 8.79764556884765625E-5, 'params' => array ( 'partnerId' => 0, 'viewed' => 0, ), ), 71 => array ( 'query' => 'show tables like \'sk_base_geolocation_country\'', 'execTime' => 0.0007350444793701171875, 'params' => NULL, ), 72 => array ( 'query' => 'SELECT * FROM sk_base_user WHERE `id` IN(\'0\')', 'execTime' => 7.89165496826171875E-5, 'params' => array ( ), ), 73 => array ( 'query' => 'SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, \'base\' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL)', 'execTime' => 8.296966552734375E-5, 'params' => array ( 'pluginKey' => 'SKADATE', 'position' => 'top', ), ), 74 => array ( 'query' => 'SELECT * FROM sk_base_user WHERE `id` IN(\'0\')', 'execTime' => 0.0001208782196044921875, 'params' => array ( ), ), 75 => array ( 'query' => 'SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, \'base\' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL)', 'execTime' => 7.89165496826171875E-5, 'params' => array ( 'pluginKey' => 'SKADATE', 'position' => 'bottom', ), ), 76 => array ( 'query' => 'SELECT * FROM sk_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0001599788665771484375, 'params' => array ( ), ), 77 => array ( 'query' => 'SELECT * FROM sk_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.00012302398681640625, 'params' => array ( ), ), ), 'debugMode' => NULL, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1611829975.7472209930419921875, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.00012302398681640625, 'totalQueryExecTime' => 0.0099771022796630859375, 'queryCount' => 78, 'useCashe' => false, )), )), 'userSuspendDao' => BOL_UserSuspendDao::__set_state(array( 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM sk_base_config', 'execTime' => 0.0003650188446044921875, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM sk_base_language', 'execTime' => 0.000110149383544921875, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM sk_base_plugin', 'execTime' => 0.000194072723388671875, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM sk_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 9.2029571533203125E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001201629638671875, 'params' => array ( 0 => '+02:00', ), ), 5 => array ( 'query' => 'SELECT * FROM sk_virtualgifts_template', 'execTime' => 0.0001628398895263671875, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM sk_base_authorization_group', 'execTime' => 0.00014591217041015625, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM sk_base_authorization_moderator ORDER BY id', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM sk_base_authorization_moderator_permission', 'execTime' => 8.89301300048828125E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM sk_base_authorization_action', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM sk_base_authorization_permission', 'execTime' => 9.89437103271484375E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM sk_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM sk_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.5817108154296875E-5, 'params' => array ( ), ), 14 => array ( 'query' => 'SELECT * FROM sk_base_theme_content WHERE `themeId` = 1606', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 15 => array ( 'query' => 'SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 16 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 7.0095062255859375E-5, 'params' => array ( ), ), 17 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 6.50882720947265625E-5, 'params' => array ( ), ), 18 => array ( 'query' => 'SELECT * FROM sk_base_theme_content WHERE `themeId` = 1628', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 19 => array ( 'query' => 'SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1628', 'execTime' => 6.60419464111328125E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM sk_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 7.60555267333984375E-5, 'params' => array ( ), ), 21 => array ( 'query' => ' SELECT * FROM `sk_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 7.915496826171875E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 22 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 8.487701416015625E-5, 'params' => array ( 'menuType' => 'main', ), ), 23 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 9.41753387451171875E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 24 => array ( 'query' => 'SELECT * FROM sk_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000113010406494140625, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 7.1048736572265625E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 9.2029571533203125E-5, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 6.69956207275390625E-5, 'params' => array ( ), ), 29 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 6.389617919921875E-5, 'params' => array ( ), ), 30 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 31 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 7.89165496826171875E-5, 'params' => array ( ), ), 32 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 6.60419464111328125E-5, 'params' => array ( ), ), 33 => array ( 'query' => 'SELECT * FROM sk_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0001351833343505859375, 'params' => array ( ), ), 34 => array ( 'query' => ' SELECT `question`.* FROM `sk_base_question` as `question` LEFT JOIN `sk_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = \'1\' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0001080036163330078125, 'params' => NULL, ), 35 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'sex\',\'match_sex\') ORDER BY sortOrder', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 36 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'email\',\'username\',\'password\',\'sex\',\'match_sex\') ORDER BY sortOrder', 'execTime' => 8.296966552734375E-5, 'params' => array ( ), ), 37 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 38 => array ( 'query' => 'SELECT * FROM sk_base_question_value WHERE `questionName` IN(\'email\',\'username\',\'password\',\'sex\',\'match_sex\') ORDER BY questionName, sortOrder', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 39 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'email\' LIMIT 0, 1', 'execTime' => 9.70363616943359375E-5, 'params' => array ( ), ), 40 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'tyqijylesym3601292d7a1bd8\' LIMIT 0, 1', 'execTime' => 0.000216007232666015625, 'params' => array ( ), ), 41 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'pibasemobum1601292d7a1bf4\' LIMIT 0, 1', 'execTime' => 0.0001699924468994140625, 'params' => array ( ), ), 42 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'re9iryz47ive601292d7a1c04\' LIMIT 0, 1', 'execTime' => 0.0001509189605712890625, 'params' => array ( ), ), 43 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'jovi8yqa601292d7a1c15\' LIMIT 0, 1', 'execTime' => 0.0002110004425048828125, 'params' => array ( ), ), 44 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'wy5eku7601292d7a1c3c\' LIMIT 0, 1', 'execTime' => 0.0001561641693115234375, 'params' => array ( ), ), 45 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'password\' LIMIT 0, 1', 'execTime' => 8.392333984375E-5, 'params' => array ( ), ), 46 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'repeatPassword\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 47 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'q27uwu9ex4joj601292d7a1c5d\' LIMIT 0, 1', 'execTime' => 0.000151157379150390625, 'params' => array ( ), ), 48 => array ( 'query' => 'SELECT * FROM sk_skadate_account_type_to_gender', 'execTime' => 9.98973846435546875E-5, 'params' => array ( ), ), 49 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'g3p4l4zi7ad4601292d7a1c6f\' LIMIT 0, 1', 'execTime' => 0.0002040863037109375, 'params' => array ( ), ), 50 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'r2j4j1j4601292d7a1c7e\' LIMIT 0, 1', 'execTime' => 0.0002000331878662109375, 'params' => array ( ), ), 51 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'61ji6ije601292d7a1c8d\' LIMIT 0, 1', 'execTime' => 0.0001900196075439453125, 'params' => array ( ), ), 52 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'h3k39eqawugag601292d7a1c9c\' LIMIT 0, 1', 'execTime' => 0.0001928806304931640625, 'params' => array ( ), ), 53 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'8i7e93new601292d7a1caa\' LIMIT 0, 1', 'execTime' => 0.0001890659332275390625, 'params' => array ( ), ), 54 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'sapazyto91vy601292d7a1cc0\' LIMIT 0, 1', 'execTime' => 0.0001838207244873046875, 'params' => array ( ), ), 55 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'kysowuq2hut601292d7a1cd0\' LIMIT 0, 1', 'execTime' => 0.0001928806304931640625, 'params' => array ( ), ), 56 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'b3s372p601292d7a1cde\' LIMIT 0, 1', 'execTime' => 0.0001790523529052734375, 'params' => array ( ), ), 57 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'9umenigy8o8o601292d7a1ced\' LIMIT 0, 1', 'execTime' => 0.000175952911376953125, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'l48ah601292d7a1cfb\' LIMIT 0, 1', 'execTime' => 0.0001909732818603515625, 'params' => array ( ), ), 59 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'kyd16ik1r601292d7a1d0a\' LIMIT 0, 1', 'execTime' => 0.0001981258392333984375, 'params' => array ( ), ), 60 => array ( 'query' => 'UPDATE `sk_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0003490447998046875, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 61 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 9.0122222900390625E-5, 'params' => array ( ), ), 62 => array ( 'query' => 'SELECT * FROM sk_base_language', 'execTime' => 0.000174045562744140625, 'params' => array ( ), ), 63 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0001041889190673828125, 'params' => NULL, ), 64 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\') AND 1 GROUP BY `entityType`', 'execTime' => 6.79492950439453125E-5, 'params' => NULL, ), 65 => array ( 'query' => 'SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0', 'execTime' => 0.0001189708709716796875, 'params' => array ( ), ), 66 => array ( 'query' => 'SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 6.50882720947265625E-5, 'params' => array ( ), ), 67 => array ( 'query' => 'SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.000112056732177734375, 'params' => array ( ), ), 68 => array ( 'query' => 'SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0', 'execTime' => 6.41345977783203125E-5, 'params' => array ( ), ), 69 => array ( 'query' => 'SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( \'wait\' ) AND `w`.`viewed` IN( \'0\',\'1\' ) AND `w`.`messageType` IN( \'mail\' )', 'execTime' => 7.2002410888671875E-5, 'params' => array ( 'partnerId' => 0, ), ), 70 => array ( 'query' => 'SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( \'wait\' ) AND `w`.`viewed` = :viewed AND `w`.`messageType` IN( \'mail\' )', 'execTime' => 8.79764556884765625E-5, 'params' => array ( 'partnerId' => 0, 'viewed' => 0, ), ), 71 => array ( 'query' => 'show tables like \'sk_base_geolocation_country\'', 'execTime' => 0.0007350444793701171875, 'params' => NULL, ), 72 => array ( 'query' => 'SELECT * FROM sk_base_user WHERE `id` IN(\'0\')', 'execTime' => 7.89165496826171875E-5, 'params' => array ( ), ), 73 => array ( 'query' => 'SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, \'base\' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL)', 'execTime' => 8.296966552734375E-5, 'params' => array ( 'pluginKey' => 'SKADATE', 'position' => 'top', ), ), 74 => array ( 'query' => 'SELECT * FROM sk_base_user WHERE `id` IN(\'0\')', 'execTime' => 0.0001208782196044921875, 'params' => array ( ), ), 75 => array ( 'query' => 'SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, \'base\' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL)', 'execTime' => 7.89165496826171875E-5, 'params' => array ( 'pluginKey' => 'SKADATE', 'position' => 'bottom', ), ), 76 => array ( 'query' => 'SELECT * FROM sk_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0001599788665771484375, 'params' => array ( ), ), 77 => array ( 'query' => 'SELECT * FROM sk_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.00012302398681640625, 'params' => array ( ), ), ), 'debugMode' => NULL, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1611829975.7472209930419921875, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.00012302398681640625, 'totalQueryExecTime' => 0.0099771022796630859375, 'queryCount' => 78, 'useCashe' => false, )), )), 'userApproveDao' => BOL_UserApproveDao::__set_state(array( 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM sk_base_config', 'execTime' => 0.0003650188446044921875, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM sk_base_language', 'execTime' => 0.000110149383544921875, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM sk_base_plugin', 'execTime' => 0.000194072723388671875, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM sk_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 9.2029571533203125E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001201629638671875, 'params' => array ( 0 => '+02:00', ), ), 5 => array ( 'query' => 'SELECT * FROM sk_virtualgifts_template', 'execTime' => 0.0001628398895263671875, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM sk_base_authorization_group', 'execTime' => 0.00014591217041015625, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM sk_base_authorization_moderator ORDER BY id', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM sk_base_authorization_moderator_permission', 'execTime' => 8.89301300048828125E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM sk_base_authorization_action', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM sk_base_authorization_permission', 'execTime' => 9.89437103271484375E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM sk_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM sk_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.5817108154296875E-5, 'params' => array ( ), ), 14 => array ( 'query' => 'SELECT * FROM sk_base_theme_content WHERE `themeId` = 1606', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 15 => array ( 'query' => 'SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 16 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 7.0095062255859375E-5, 'params' => array ( ), ), 17 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 6.50882720947265625E-5, 'params' => array ( ), ), 18 => array ( 'query' => 'SELECT * FROM sk_base_theme_content WHERE `themeId` = 1628', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 19 => array ( 'query' => 'SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1628', 'execTime' => 6.60419464111328125E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM sk_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 7.60555267333984375E-5, 'params' => array ( ), ), 21 => array ( 'query' => ' SELECT * FROM `sk_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 7.915496826171875E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 22 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 8.487701416015625E-5, 'params' => array ( 'menuType' => 'main', ), ), 23 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 9.41753387451171875E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 24 => array ( 'query' => 'SELECT * FROM sk_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000113010406494140625, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 7.1048736572265625E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 9.2029571533203125E-5, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 6.69956207275390625E-5, 'params' => array ( ), ), 29 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 6.389617919921875E-5, 'params' => array ( ), ), 30 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 31 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 7.89165496826171875E-5, 'params' => array ( ), ), 32 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 6.60419464111328125E-5, 'params' => array ( ), ), 33 => array ( 'query' => 'SELECT * FROM sk_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0001351833343505859375, 'params' => array ( ), ), 34 => array ( 'query' => ' SELECT `question`.* FROM `sk_base_question` as `question` LEFT JOIN `sk_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = \'1\' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0001080036163330078125, 'params' => NULL, ), 35 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'sex\',\'match_sex\') ORDER BY sortOrder', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 36 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'email\',\'username\',\'password\',\'sex\',\'match_sex\') ORDER BY sortOrder', 'execTime' => 8.296966552734375E-5, 'params' => array ( ), ), 37 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 38 => array ( 'query' => 'SELECT * FROM sk_base_question_value WHERE `questionName` IN(\'email\',\'username\',\'password\',\'sex\',\'match_sex\') ORDER BY questionName, sortOrder', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 39 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'email\' LIMIT 0, 1', 'execTime' => 9.70363616943359375E-5, 'params' => array ( ), ), 40 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'tyqijylesym3601292d7a1bd8\' LIMIT 0, 1', 'execTime' => 0.000216007232666015625, 'params' => array ( ), ), 41 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'pibasemobum1601292d7a1bf4\' LIMIT 0, 1', 'execTime' => 0.0001699924468994140625, 'params' => array ( ), ), 42 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'re9iryz47ive601292d7a1c04\' LIMIT 0, 1', 'execTime' => 0.0001509189605712890625, 'params' => array ( ), ), 43 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'jovi8yqa601292d7a1c15\' LIMIT 0, 1', 'execTime' => 0.0002110004425048828125, 'params' => array ( ), ), 44 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'wy5eku7601292d7a1c3c\' LIMIT 0, 1', 'execTime' => 0.0001561641693115234375, 'params' => array ( ), ), 45 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'password\' LIMIT 0, 1', 'execTime' => 8.392333984375E-5, 'params' => array ( ), ), 46 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'repeatPassword\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 47 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'q27uwu9ex4joj601292d7a1c5d\' LIMIT 0, 1', 'execTime' => 0.000151157379150390625, 'params' => array ( ), ), 48 => array ( 'query' => 'SELECT * FROM sk_skadate_account_type_to_gender', 'execTime' => 9.98973846435546875E-5, 'params' => array ( ), ), 49 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'g3p4l4zi7ad4601292d7a1c6f\' LIMIT 0, 1', 'execTime' => 0.0002040863037109375, 'params' => array ( ), ), 50 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'r2j4j1j4601292d7a1c7e\' LIMIT 0, 1', 'execTime' => 0.0002000331878662109375, 'params' => array ( ), ), 51 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'61ji6ije601292d7a1c8d\' LIMIT 0, 1', 'execTime' => 0.0001900196075439453125, 'params' => array ( ), ), 52 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'h3k39eqawugag601292d7a1c9c\' LIMIT 0, 1', 'execTime' => 0.0001928806304931640625, 'params' => array ( ), ), 53 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'8i7e93new601292d7a1caa\' LIMIT 0, 1', 'execTime' => 0.0001890659332275390625, 'params' => array ( ), ), 54 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'sapazyto91vy601292d7a1cc0\' LIMIT 0, 1', 'execTime' => 0.0001838207244873046875, 'params' => array ( ), ), 55 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'kysowuq2hut601292d7a1cd0\' LIMIT 0, 1', 'execTime' => 0.0001928806304931640625, 'params' => array ( ), ), 56 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'b3s372p601292d7a1cde\' LIMIT 0, 1', 'execTime' => 0.0001790523529052734375, 'params' => array ( ), ), 57 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'9umenigy8o8o601292d7a1ced\' LIMIT 0, 1', 'execTime' => 0.000175952911376953125, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'l48ah601292d7a1cfb\' LIMIT 0, 1', 'execTime' => 0.0001909732818603515625, 'params' => array ( ), ), 59 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'kyd16ik1r601292d7a1d0a\' LIMIT 0, 1', 'execTime' => 0.0001981258392333984375, 'params' => array ( ), ), 60 => array ( 'query' => 'UPDATE `sk_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0003490447998046875, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 61 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 9.0122222900390625E-5, 'params' => array ( ), ), 62 => array ( 'query' => 'SELECT * FROM sk_base_language', 'execTime' => 0.000174045562744140625, 'params' => array ( ), ), 63 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0001041889190673828125, 'params' => NULL, ), 64 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\') AND 1 GROUP BY `entityType`', 'execTime' => 6.79492950439453125E-5, 'params' => NULL, ), 65 => array ( 'query' => 'SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0', 'execTime' => 0.0001189708709716796875, 'params' => array ( ), ), 66 => array ( 'query' => 'SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 6.50882720947265625E-5, 'params' => array ( ), ), 67 => array ( 'query' => 'SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.000112056732177734375, 'params' => array ( ), ), 68 => array ( 'query' => 'SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0', 'execTime' => 6.41345977783203125E-5, 'params' => array ( ), ), 69 => array ( 'query' => 'SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( \'wait\' ) AND `w`.`viewed` IN( \'0\',\'1\' ) AND `w`.`messageType` IN( \'mail\' )', 'execTime' => 7.2002410888671875E-5, 'params' => array ( 'partnerId' => 0, ), ), 70 => array ( 'query' => 'SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( \'wait\' ) AND `w`.`viewed` = :viewed AND `w`.`messageType` IN( \'mail\' )', 'execTime' => 8.79764556884765625E-5, 'params' => array ( 'partnerId' => 0, 'viewed' => 0, ), ), 71 => array ( 'query' => 'show tables like \'sk_base_geolocation_country\'', 'execTime' => 0.0007350444793701171875, 'params' => NULL, ), 72 => array ( 'query' => 'SELECT * FROM sk_base_user WHERE `id` IN(\'0\')', 'execTime' => 7.89165496826171875E-5, 'params' => array ( ), ), 73 => array ( 'query' => 'SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, \'base\' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL)', 'execTime' => 8.296966552734375E-5, 'params' => array ( 'pluginKey' => 'SKADATE', 'position' => 'top', ), ), 74 => array ( 'query' => 'SELECT * FROM sk_base_user WHERE `id` IN(\'0\')', 'execTime' => 0.0001208782196044921875, 'params' => array ( ), ), 75 => array ( 'query' => 'SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, \'base\' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL)', 'execTime' => 7.89165496826171875E-5, 'params' => array ( 'pluginKey' => 'SKADATE', 'position' => 'bottom', ), ), 76 => array ( 'query' => 'SELECT * FROM sk_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0001599788665771484375, 'params' => array ( ), ), 77 => array ( 'query' => 'SELECT * FROM sk_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.00012302398681640625, 'params' => array ( ), ), ), 'debugMode' => NULL, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1611829975.7472209930419921875, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.00012302398681640625, 'totalQueryExecTime' => 0.0099771022796630859375, 'queryCount' => 78, 'useCashe' => false, )), )), 'restrictedUsernamesDao' => BOL_RestrictedUsernamesDao::__set_state(array( 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM sk_base_config', 'execTime' => 0.0003650188446044921875, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM sk_base_language', 'execTime' => 0.000110149383544921875, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM sk_base_plugin', 'execTime' => 0.000194072723388671875, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM sk_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 9.2029571533203125E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001201629638671875, 'params' => array ( 0 => '+02:00', ), ), 5 => array ( 'query' => 'SELECT * FROM sk_virtualgifts_template', 'execTime' => 0.0001628398895263671875, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM sk_base_authorization_group', 'execTime' => 0.00014591217041015625, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM sk_base_authorization_moderator ORDER BY id', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM sk_base_authorization_moderator_permission', 'execTime' => 8.89301300048828125E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM sk_base_authorization_action', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM sk_base_authorization_permission', 'execTime' => 9.89437103271484375E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM sk_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM sk_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.5817108154296875E-5, 'params' => array ( ), ), 14 => array ( 'query' => 'SELECT * FROM sk_base_theme_content WHERE `themeId` = 1606', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 15 => array ( 'query' => 'SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 16 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 7.0095062255859375E-5, 'params' => array ( ), ), 17 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 6.50882720947265625E-5, 'params' => array ( ), ), 18 => array ( 'query' => 'SELECT * FROM sk_base_theme_content WHERE `themeId` = 1628', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 19 => array ( 'query' => 'SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1628', 'execTime' => 6.60419464111328125E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM sk_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 7.60555267333984375E-5, 'params' => array ( ), ), 21 => array ( 'query' => ' SELECT * FROM `sk_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 7.915496826171875E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 22 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 8.487701416015625E-5, 'params' => array ( 'menuType' => 'main', ), ), 23 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 9.41753387451171875E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 24 => array ( 'query' => 'SELECT * FROM sk_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000113010406494140625, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 7.1048736572265625E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 9.2029571533203125E-5, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 6.69956207275390625E-5, 'params' => array ( ), ), 29 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 6.389617919921875E-5, 'params' => array ( ), ), 30 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 31 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 7.89165496826171875E-5, 'params' => array ( ), ), 32 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 6.60419464111328125E-5, 'params' => array ( ), ), 33 => array ( 'query' => 'SELECT * FROM sk_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0001351833343505859375, 'params' => array ( ), ), 34 => array ( 'query' => ' SELECT `question`.* FROM `sk_base_question` as `question` LEFT JOIN `sk_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = \'1\' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0001080036163330078125, 'params' => NULL, ), 35 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'sex\',\'match_sex\') ORDER BY sortOrder', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 36 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'email\',\'username\',\'password\',\'sex\',\'match_sex\') ORDER BY sortOrder', 'execTime' => 8.296966552734375E-5, 'params' => array ( ), ), 37 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 38 => array ( 'query' => 'SELECT * FROM sk_base_question_value WHERE `questionName` IN(\'email\',\'username\',\'password\',\'sex\',\'match_sex\') ORDER BY questionName, sortOrder', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 39 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'email\' LIMIT 0, 1', 'execTime' => 9.70363616943359375E-5, 'params' => array ( ), ), 40 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'tyqijylesym3601292d7a1bd8\' LIMIT 0, 1', 'execTime' => 0.000216007232666015625, 'params' => array ( ), ), 41 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'pibasemobum1601292d7a1bf4\' LIMIT 0, 1', 'execTime' => 0.0001699924468994140625, 'params' => array ( ), ), 42 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'re9iryz47ive601292d7a1c04\' LIMIT 0, 1', 'execTime' => 0.0001509189605712890625, 'params' => array ( ), ), 43 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'jovi8yqa601292d7a1c15\' LIMIT 0, 1', 'execTime' => 0.0002110004425048828125, 'params' => array ( ), ), 44 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'wy5eku7601292d7a1c3c\' LIMIT 0, 1', 'execTime' => 0.0001561641693115234375, 'params' => array ( ), ), 45 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'password\' LIMIT 0, 1', 'execTime' => 8.392333984375E-5, 'params' => array ( ), ), 46 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'repeatPassword\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 47 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'q27uwu9ex4joj601292d7a1c5d\' LIMIT 0, 1', 'execTime' => 0.000151157379150390625, 'params' => array ( ), ), 48 => array ( 'query' => 'SELECT * FROM sk_skadate_account_type_to_gender', 'execTime' => 9.98973846435546875E-5, 'params' => array ( ), ), 49 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'g3p4l4zi7ad4601292d7a1c6f\' LIMIT 0, 1', 'execTime' => 0.0002040863037109375, 'params' => array ( ), ), 50 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'r2j4j1j4601292d7a1c7e\' LIMIT 0, 1', 'execTime' => 0.0002000331878662109375, 'params' => array ( ), ), 51 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'61ji6ije601292d7a1c8d\' LIMIT 0, 1', 'execTime' => 0.0001900196075439453125, 'params' => array ( ), ), 52 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'h3k39eqawugag601292d7a1c9c\' LIMIT 0, 1', 'execTime' => 0.0001928806304931640625, 'params' => array ( ), ), 53 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'8i7e93new601292d7a1caa\' LIMIT 0, 1', 'execTime' => 0.0001890659332275390625, 'params' => array ( ), ), 54 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'sapazyto91vy601292d7a1cc0\' LIMIT 0, 1', 'execTime' => 0.0001838207244873046875, 'params' => array ( ), ), 55 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'kysowuq2hut601292d7a1cd0\' LIMIT 0, 1', 'execTime' => 0.0001928806304931640625, 'params' => array ( ), ), 56 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'b3s372p601292d7a1cde\' LIMIT 0, 1', 'execTime' => 0.0001790523529052734375, 'params' => array ( ), ), 57 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'9umenigy8o8o601292d7a1ced\' LIMIT 0, 1', 'execTime' => 0.000175952911376953125, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'l48ah601292d7a1cfb\' LIMIT 0, 1', 'execTime' => 0.0001909732818603515625, 'params' => array ( ), ), 59 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'kyd16ik1r601292d7a1d0a\' LIMIT 0, 1', 'execTime' => 0.0001981258392333984375, 'params' => array ( ), ), 60 => array ( 'query' => 'UPDATE `sk_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0003490447998046875, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 61 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 9.0122222900390625E-5, 'params' => array ( ), ), 62 => array ( 'query' => 'SELECT * FROM sk_base_language', 'execTime' => 0.000174045562744140625, 'params' => array ( ), ), 63 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0001041889190673828125, 'params' => NULL, ), 64 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\') AND 1 GROUP BY `entityType`', 'execTime' => 6.79492950439453125E-5, 'params' => NULL, ), 65 => array ( 'query' => 'SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0', 'execTime' => 0.0001189708709716796875, 'params' => array ( ), ), 66 => array ( 'query' => 'SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 6.50882720947265625E-5, 'params' => array ( ), ), 67 => array ( 'query' => 'SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.000112056732177734375, 'params' => array ( ), ), 68 => array ( 'query' => 'SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0', 'execTime' => 6.41345977783203125E-5, 'params' => array ( ), ), 69 => array ( 'query' => 'SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( \'wait\' ) AND `w`.`viewed` IN( \'0\',\'1\' ) AND `w`.`messageType` IN( \'mail\' )', 'execTime' => 7.2002410888671875E-5, 'params' => array ( 'partnerId' => 0, ), ), 70 => array ( 'query' => 'SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( \'wait\' ) AND `w`.`viewed` = :viewed AND `w`.`messageType` IN( \'mail\' )', 'execTime' => 8.79764556884765625E-5, 'params' => array ( 'partnerId' => 0, 'viewed' => 0, ), ), 71 => array ( 'query' => 'show tables like \'sk_base_geolocation_country\'', 'execTime' => 0.0007350444793701171875, 'params' => NULL, ), 72 => array ( 'query' => 'SELECT * FROM sk_base_user WHERE `id` IN(\'0\')', 'execTime' => 7.89165496826171875E-5, 'params' => array ( ), ), 73 => array ( 'query' => 'SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, \'base\' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL)', 'execTime' => 8.296966552734375E-5, 'params' => array ( 'pluginKey' => 'SKADATE', 'position' => 'top', ), ), 74 => array ( 'query' => 'SELECT * FROM sk_base_user WHERE `id` IN(\'0\')', 'execTime' => 0.0001208782196044921875, 'params' => array ( ), ), 75 => array ( 'query' => 'SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, \'base\' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL)', 'execTime' => 7.89165496826171875E-5, 'params' => array ( 'pluginKey' => 'SKADATE', 'position' => 'bottom', ), ), 76 => array ( 'query' => 'SELECT * FROM sk_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0001599788665771484375, 'params' => array ( ), ), 77 => array ( 'query' => 'SELECT * FROM sk_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.00012302398681640625, 'params' => array ( ), ), ), 'debugMode' => NULL, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1611829975.7472209930419921875, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.00012302398681640625, 'totalQueryExecTime' => 0.0099771022796630859375, 'queryCount' => 78, 'useCashe' => false, )), )), 'inviteCodeDao' => BOL_InviteCodeDao::__set_state(array( 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM sk_base_config', 'execTime' => 0.0003650188446044921875, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM sk_base_language', 'execTime' => 0.000110149383544921875, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM sk_base_plugin', 'execTime' => 0.000194072723388671875, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM sk_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 9.2029571533203125E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001201629638671875, 'params' => array ( 0 => '+02:00', ), ), 5 => array ( 'query' => 'SELECT * FROM sk_virtualgifts_template', 'execTime' => 0.0001628398895263671875, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM sk_base_authorization_group', 'execTime' => 0.00014591217041015625, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM sk_base_authorization_moderator ORDER BY id', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM sk_base_authorization_moderator_permission', 'execTime' => 8.89301300048828125E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM sk_base_authorization_action', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM sk_base_authorization_permission', 'execTime' => 9.89437103271484375E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM sk_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM sk_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.5817108154296875E-5, 'params' => array ( ), ), 14 => array ( 'query' => 'SELECT * FROM sk_base_theme_content WHERE `themeId` = 1606', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 15 => array ( 'query' => 'SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 16 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 7.0095062255859375E-5, 'params' => array ( ), ), 17 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 6.50882720947265625E-5, 'params' => array ( ), ), 18 => array ( 'query' => 'SELECT * FROM sk_base_theme_content WHERE `themeId` = 1628', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 19 => array ( 'query' => 'SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1628', 'execTime' => 6.60419464111328125E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM sk_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 7.60555267333984375E-5, 'params' => array ( ), ), 21 => array ( 'query' => ' SELECT * FROM `sk_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 7.915496826171875E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 22 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 8.487701416015625E-5, 'params' => array ( 'menuType' => 'main', ), ), 23 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 9.41753387451171875E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 24 => array ( 'query' => 'SELECT * FROM sk_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000113010406494140625, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 7.1048736572265625E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 9.2029571533203125E-5, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 6.69956207275390625E-5, 'params' => array ( ), ), 29 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 6.389617919921875E-5, 'params' => array ( ), ), 30 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 31 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 7.89165496826171875E-5, 'params' => array ( ), ), 32 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 6.60419464111328125E-5, 'params' => array ( ), ), 33 => array ( 'query' => 'SELECT * FROM sk_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0001351833343505859375, 'params' => array ( ), ), 34 => array ( 'query' => ' SELECT `question`.* FROM `sk_base_question` as `question` LEFT JOIN `sk_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = \'1\' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0001080036163330078125, 'params' => NULL, ), 35 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'sex\',\'match_sex\') ORDER BY sortOrder', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 36 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'email\',\'username\',\'password\',\'sex\',\'match_sex\') ORDER BY sortOrder', 'execTime' => 8.296966552734375E-5, 'params' => array ( ), ), 37 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 38 => array ( 'query' => 'SELECT * FROM sk_base_question_value WHERE `questionName` IN(\'email\',\'username\',\'password\',\'sex\',\'match_sex\') ORDER BY questionName, sortOrder', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 39 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'email\' LIMIT 0, 1', 'execTime' => 9.70363616943359375E-5, 'params' => array ( ), ), 40 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'tyqijylesym3601292d7a1bd8\' LIMIT 0, 1', 'execTime' => 0.000216007232666015625, 'params' => array ( ), ), 41 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'pibasemobum1601292d7a1bf4\' LIMIT 0, 1', 'execTime' => 0.0001699924468994140625, 'params' => array ( ), ), 42 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'re9iryz47ive601292d7a1c04\' LIMIT 0, 1', 'execTime' => 0.0001509189605712890625, 'params' => array ( ), ), 43 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'jovi8yqa601292d7a1c15\' LIMIT 0, 1', 'execTime' => 0.0002110004425048828125, 'params' => array ( ), ), 44 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'wy5eku7601292d7a1c3c\' LIMIT 0, 1', 'execTime' => 0.0001561641693115234375, 'params' => array ( ), ), 45 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'password\' LIMIT 0, 1', 'execTime' => 8.392333984375E-5, 'params' => array ( ), ), 46 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'repeatPassword\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 47 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'q27uwu9ex4joj601292d7a1c5d\' LIMIT 0, 1', 'execTime' => 0.000151157379150390625, 'params' => array ( ), ), 48 => array ( 'query' => 'SELECT * FROM sk_skadate_account_type_to_gender', 'execTime' => 9.98973846435546875E-5, 'params' => array ( ), ), 49 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'g3p4l4zi7ad4601292d7a1c6f\' LIMIT 0, 1', 'execTime' => 0.0002040863037109375, 'params' => array ( ), ), 50 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'r2j4j1j4601292d7a1c7e\' LIMIT 0, 1', 'execTime' => 0.0002000331878662109375, 'params' => array ( ), ), 51 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'61ji6ije601292d7a1c8d\' LIMIT 0, 1', 'execTime' => 0.0001900196075439453125, 'params' => array ( ), ), 52 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'h3k39eqawugag601292d7a1c9c\' LIMIT 0, 1', 'execTime' => 0.0001928806304931640625, 'params' => array ( ), ), 53 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'8i7e93new601292d7a1caa\' LIMIT 0, 1', 'execTime' => 0.0001890659332275390625, 'params' => array ( ), ), 54 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'sapazyto91vy601292d7a1cc0\' LIMIT 0, 1', 'execTime' => 0.0001838207244873046875, 'params' => array ( ), ), 55 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'kysowuq2hut601292d7a1cd0\' LIMIT 0, 1', 'execTime' => 0.0001928806304931640625, 'params' => array ( ), ), 56 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'b3s372p601292d7a1cde\' LIMIT 0, 1', 'execTime' => 0.0001790523529052734375, 'params' => array ( ), ), 57 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'9umenigy8o8o601292d7a1ced\' LIMIT 0, 1', 'execTime' => 0.000175952911376953125, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'l48ah601292d7a1cfb\' LIMIT 0, 1', 'execTime' => 0.0001909732818603515625, 'params' => array ( ), ), 59 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'kyd16ik1r601292d7a1d0a\' LIMIT 0, 1', 'execTime' => 0.0001981258392333984375, 'params' => array ( ), ), 60 => array ( 'query' => 'UPDATE `sk_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0003490447998046875, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 61 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 9.0122222900390625E-5, 'params' => array ( ), ), 62 => array ( 'query' => 'SELECT * FROM sk_base_language', 'execTime' => 0.000174045562744140625, 'params' => array ( ), ), 63 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0001041889190673828125, 'params' => NULL, ), 64 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\') AND 1 GROUP BY `entityType`', 'execTime' => 6.79492950439453125E-5, 'params' => NULL, ), 65 => array ( 'query' => 'SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0', 'execTime' => 0.0001189708709716796875, 'params' => array ( ), ), 66 => array ( 'query' => 'SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 6.50882720947265625E-5, 'params' => array ( ), ), 67 => array ( 'query' => 'SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.000112056732177734375, 'params' => array ( ), ), 68 => array ( 'query' => 'SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0', 'execTime' => 6.41345977783203125E-5, 'params' => array ( ), ), 69 => array ( 'query' => 'SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( \'wait\' ) AND `w`.`viewed` IN( \'0\',\'1\' ) AND `w`.`messageType` IN( \'mail\' )', 'execTime' => 7.2002410888671875E-5, 'params' => array ( 'partnerId' => 0, ), ), 70 => array ( 'query' => 'SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( \'wait\' ) AND `w`.`viewed` = :viewed AND `w`.`messageType` IN( \'mail\' )', 'execTime' => 8.79764556884765625E-5, 'params' => array ( 'partnerId' => 0, 'viewed' => 0, ), ), 71 => array ( 'query' => 'show tables like \'sk_base_geolocation_country\'', 'execTime' => 0.0007350444793701171875, 'params' => NULL, ), 72 => array ( 'query' => 'SELECT * FROM sk_base_user WHERE `id` IN(\'0\')', 'execTime' => 7.89165496826171875E-5, 'params' => array ( ), ), 73 => array ( 'query' => 'SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, \'base\' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL)', 'execTime' => 8.296966552734375E-5, 'params' => array ( 'pluginKey' => 'SKADATE', 'position' => 'top', ), ), 74 => array ( 'query' => 'SELECT * FROM sk_base_user WHERE `id` IN(\'0\')', 'execTime' => 0.0001208782196044921875, 'params' => array ( ), ), 75 => array ( 'query' => 'SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, \'base\' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL)', 'execTime' => 7.89165496826171875E-5, 'params' => array ( 'pluginKey' => 'SKADATE', 'position' => 'bottom', ), ), 76 => array ( 'query' => 'SELECT * FROM sk_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0001599788665771484375, 'params' => array ( ), ), 77 => array ( 'query' => 'SELECT * FROM sk_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.00012302398681640625, 'params' => array ( ), ), ), 'debugMode' => NULL, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1611829975.7472209930419921875, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.00012302398681640625, 'totalQueryExecTime' => 0.0099771022796630859375, 'queryCount' => 78, 'useCashe' => false, )), )), 'approveDao' => BOL_UserApproveDao::__set_state(array( 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM sk_base_config', 'execTime' => 0.0003650188446044921875, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM sk_base_language', 'execTime' => 0.000110149383544921875, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM sk_base_plugin', 'execTime' => 0.000194072723388671875, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM sk_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 9.2029571533203125E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001201629638671875, 'params' => array ( 0 => '+02:00', ), ), 5 => array ( 'query' => 'SELECT * FROM sk_virtualgifts_template', 'execTime' => 0.0001628398895263671875, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM sk_base_authorization_group', 'execTime' => 0.00014591217041015625, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM sk_base_authorization_moderator ORDER BY id', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM sk_base_authorization_moderator_permission', 'execTime' => 8.89301300048828125E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM sk_base_authorization_action', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM sk_base_authorization_permission', 'execTime' => 9.89437103271484375E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM sk_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM sk_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.5817108154296875E-5, 'params' => array ( ), ), 14 => array ( 'query' => 'SELECT * FROM sk_base_theme_content WHERE `themeId` = 1606', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 15 => array ( 'query' => 'SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 16 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 7.0095062255859375E-5, 'params' => array ( ), ), 17 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 6.50882720947265625E-5, 'params' => array ( ), ), 18 => array ( 'query' => 'SELECT * FROM sk_base_theme_content WHERE `themeId` = 1628', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 19 => array ( 'query' => 'SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1628', 'execTime' => 6.60419464111328125E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM sk_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 7.60555267333984375E-5, 'params' => array ( ), ), 21 => array ( 'query' => ' SELECT * FROM `sk_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 7.915496826171875E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 22 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 8.487701416015625E-5, 'params' => array ( 'menuType' => 'main', ), ), 23 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 9.41753387451171875E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 24 => array ( 'query' => 'SELECT * FROM sk_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000113010406494140625, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 7.1048736572265625E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 9.2029571533203125E-5, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 6.69956207275390625E-5, 'params' => array ( ), ), 29 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 6.389617919921875E-5, 'params' => array ( ), ), 30 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 31 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 7.89165496826171875E-5, 'params' => array ( ), ), 32 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 6.60419464111328125E-5, 'params' => array ( ), ), 33 => array ( 'query' => 'SELECT * FROM sk_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0001351833343505859375, 'params' => array ( ), ), 34 => array ( 'query' => ' SELECT `question`.* FROM `sk_base_question` as `question` LEFT JOIN `sk_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = \'1\' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0001080036163330078125, 'params' => NULL, ), 35 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'sex\',\'match_sex\') ORDER BY sortOrder', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 36 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'email\',\'username\',\'password\',\'sex\',\'match_sex\') ORDER BY sortOrder', 'execTime' => 8.296966552734375E-5, 'params' => array ( ), ), 37 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 38 => array ( 'query' => 'SELECT * FROM sk_base_question_value WHERE `questionName` IN(\'email\',\'username\',\'password\',\'sex\',\'match_sex\') ORDER BY questionName, sortOrder', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 39 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'email\' LIMIT 0, 1', 'execTime' => 9.70363616943359375E-5, 'params' => array ( ), ), 40 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'tyqijylesym3601292d7a1bd8\' LIMIT 0, 1', 'execTime' => 0.000216007232666015625, 'params' => array ( ), ), 41 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'pibasemobum1601292d7a1bf4\' LIMIT 0, 1', 'execTime' => 0.0001699924468994140625, 'params' => array ( ), ), 42 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'re9iryz47ive601292d7a1c04\' LIMIT 0, 1', 'execTime' => 0.0001509189605712890625, 'params' => array ( ), ), 43 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'jovi8yqa601292d7a1c15\' LIMIT 0, 1', 'execTime' => 0.0002110004425048828125, 'params' => array ( ), ), 44 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'wy5eku7601292d7a1c3c\' LIMIT 0, 1', 'execTime' => 0.0001561641693115234375, 'params' => array ( ), ), 45 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'password\' LIMIT 0, 1', 'execTime' => 8.392333984375E-5, 'params' => array ( ), ), 46 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'repeatPassword\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 47 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'q27uwu9ex4joj601292d7a1c5d\' LIMIT 0, 1', 'execTime' => 0.000151157379150390625, 'params' => array ( ), ), 48 => array ( 'query' => 'SELECT * FROM sk_skadate_account_type_to_gender', 'execTime' => 9.98973846435546875E-5, 'params' => array ( ), ), 49 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'g3p4l4zi7ad4601292d7a1c6f\' LIMIT 0, 1', 'execTime' => 0.0002040863037109375, 'params' => array ( ), ), 50 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'r2j4j1j4601292d7a1c7e\' LIMIT 0, 1', 'execTime' => 0.0002000331878662109375, 'params' => array ( ), ), 51 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'61ji6ije601292d7a1c8d\' LIMIT 0, 1', 'execTime' => 0.0001900196075439453125, 'params' => array ( ), ), 52 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'h3k39eqawugag601292d7a1c9c\' LIMIT 0, 1', 'execTime' => 0.0001928806304931640625, 'params' => array ( ), ), 53 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'8i7e93new601292d7a1caa\' LIMIT 0, 1', 'execTime' => 0.0001890659332275390625, 'params' => array ( ), ), 54 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'sapazyto91vy601292d7a1cc0\' LIMIT 0, 1', 'execTime' => 0.0001838207244873046875, 'params' => array ( ), ), 55 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'kysowuq2hut601292d7a1cd0\' LIMIT 0, 1', 'execTime' => 0.0001928806304931640625, 'params' => array ( ), ), 56 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'b3s372p601292d7a1cde\' LIMIT 0, 1', 'execTime' => 0.0001790523529052734375, 'params' => array ( ), ), 57 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'9umenigy8o8o601292d7a1ced\' LIMIT 0, 1', 'execTime' => 0.000175952911376953125, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'l48ah601292d7a1cfb\' LIMIT 0, 1', 'execTime' => 0.0001909732818603515625, 'params' => array ( ), ), 59 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'kyd16ik1r601292d7a1d0a\' LIMIT 0, 1', 'execTime' => 0.0001981258392333984375, 'params' => array ( ), ), 60 => array ( 'query' => 'UPDATE `sk_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0003490447998046875, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 61 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 9.0122222900390625E-5, 'params' => array ( ), ), 62 => array ( 'query' => 'SELECT * FROM sk_base_language', 'execTime' => 0.000174045562744140625, 'params' => array ( ), ), 63 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0001041889190673828125, 'params' => NULL, ), 64 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\') AND 1 GROUP BY `entityType`', 'execTime' => 6.79492950439453125E-5, 'params' => NULL, ), 65 => array ( 'query' => 'SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0', 'execTime' => 0.0001189708709716796875, 'params' => array ( ), ), 66 => array ( 'query' => 'SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 6.50882720947265625E-5, 'params' => array ( ), ), 67 => array ( 'query' => 'SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.000112056732177734375, 'params' => array ( ), ), 68 => array ( 'query' => 'SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0', 'execTime' => 6.41345977783203125E-5, 'params' => array ( ), ), 69 => array ( 'query' => 'SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( \'wait\' ) AND `w`.`viewed` IN( \'0\',\'1\' ) AND `w`.`messageType` IN( \'mail\' )', 'execTime' => 7.2002410888671875E-5, 'params' => array ( 'partnerId' => 0, ), ), 70 => array ( 'query' => 'SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( \'wait\' ) AND `w`.`viewed` = :viewed AND `w`.`messageType` IN( \'mail\' )', 'execTime' => 8.79764556884765625E-5, 'params' => array ( 'partnerId' => 0, 'viewed' => 0, ), ), 71 => array ( 'query' => 'show tables like \'sk_base_geolocation_country\'', 'execTime' => 0.0007350444793701171875, 'params' => NULL, ), 72 => array ( 'query' => 'SELECT * FROM sk_base_user WHERE `id` IN(\'0\')', 'execTime' => 7.89165496826171875E-5, 'params' => array ( ), ), 73 => array ( 'query' => 'SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, \'base\' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL)', 'execTime' => 8.296966552734375E-5, 'params' => array ( 'pluginKey' => 'SKADATE', 'position' => 'top', ), ), 74 => array ( 'query' => 'SELECT * FROM sk_base_user WHERE `id` IN(\'0\')', 'execTime' => 0.0001208782196044921875, 'params' => array ( ), ), 75 => array ( 'query' => 'SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, \'base\' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL)', 'execTime' => 7.89165496826171875E-5, 'params' => array ( 'pluginKey' => 'SKADATE', 'position' => 'bottom', ), ), 76 => array ( 'query' => 'SELECT * FROM sk_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0001599788665771484375, 'params' => array ( ), ), 77 => array ( 'query' => 'SELECT * FROM sk_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.00012302398681640625, 'params' => array ( ), ), ), 'debugMode' => NULL, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1611829975.7472209930419921875, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.00012302398681640625, 'totalQueryExecTime' => 0.0099771022796630859375, 'queryCount' => 78, 'useCashe' => false, )), )), 'resetPasswordDao' => BOL_UserResetPasswordDao::__set_state(array( 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM sk_base_config', 'execTime' => 0.0003650188446044921875, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM sk_base_language', 'execTime' => 0.000110149383544921875, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM sk_base_plugin', 'execTime' => 0.000194072723388671875, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM sk_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 9.2029571533203125E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001201629638671875, 'params' => array ( 0 => '+02:00', ), ), 5 => array ( 'query' => 'SELECT * FROM sk_virtualgifts_template', 'execTime' => 0.0001628398895263671875, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM sk_base_authorization_group', 'execTime' => 0.00014591217041015625, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM sk_base_authorization_moderator ORDER BY id', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM sk_base_authorization_moderator_permission', 'execTime' => 8.89301300048828125E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM sk_base_authorization_action', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM sk_base_authorization_permission', 'execTime' => 9.89437103271484375E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM sk_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM sk_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.5817108154296875E-5, 'params' => array ( ), ), 14 => array ( 'query' => 'SELECT * FROM sk_base_theme_content WHERE `themeId` = 1606', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 15 => array ( 'query' => 'SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 16 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 7.0095062255859375E-5, 'params' => array ( ), ), 17 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 6.50882720947265625E-5, 'params' => array ( ), ), 18 => array ( 'query' => 'SELECT * FROM sk_base_theme_content WHERE `themeId` = 1628', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 19 => array ( 'query' => 'SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1628', 'execTime' => 6.60419464111328125E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM sk_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 7.60555267333984375E-5, 'params' => array ( ), ), 21 => array ( 'query' => ' SELECT * FROM `sk_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 7.915496826171875E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 22 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 8.487701416015625E-5, 'params' => array ( 'menuType' => 'main', ), ), 23 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 9.41753387451171875E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 24 => array ( 'query' => 'SELECT * FROM sk_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000113010406494140625, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 7.1048736572265625E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 9.2029571533203125E-5, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 6.69956207275390625E-5, 'params' => array ( ), ), 29 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 6.389617919921875E-5, 'params' => array ( ), ), 30 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 31 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 7.89165496826171875E-5, 'params' => array ( ), ), 32 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 6.60419464111328125E-5, 'params' => array ( ), ), 33 => array ( 'query' => 'SELECT * FROM sk_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0001351833343505859375, 'params' => array ( ), ), 34 => array ( 'query' => ' SELECT `question`.* FROM `sk_base_question` as `question` LEFT JOIN `sk_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = \'1\' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0001080036163330078125, 'params' => NULL, ), 35 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'sex\',\'match_sex\') ORDER BY sortOrder', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 36 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'email\',\'username\',\'password\',\'sex\',\'match_sex\') ORDER BY sortOrder', 'execTime' => 8.296966552734375E-5, 'params' => array ( ), ), 37 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 38 => array ( 'query' => 'SELECT * FROM sk_base_question_value WHERE `questionName` IN(\'email\',\'username\',\'password\',\'sex\',\'match_sex\') ORDER BY questionName, sortOrder', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 39 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'email\' LIMIT 0, 1', 'execTime' => 9.70363616943359375E-5, 'params' => array ( ), ), 40 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'tyqijylesym3601292d7a1bd8\' LIMIT 0, 1', 'execTime' => 0.000216007232666015625, 'params' => array ( ), ), 41 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'pibasemobum1601292d7a1bf4\' LIMIT 0, 1', 'execTime' => 0.0001699924468994140625, 'params' => array ( ), ), 42 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'re9iryz47ive601292d7a1c04\' LIMIT 0, 1', 'execTime' => 0.0001509189605712890625, 'params' => array ( ), ), 43 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'jovi8yqa601292d7a1c15\' LIMIT 0, 1', 'execTime' => 0.0002110004425048828125, 'params' => array ( ), ), 44 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'wy5eku7601292d7a1c3c\' LIMIT 0, 1', 'execTime' => 0.0001561641693115234375, 'params' => array ( ), ), 45 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'password\' LIMIT 0, 1', 'execTime' => 8.392333984375E-5, 'params' => array ( ), ), 46 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'repeatPassword\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 47 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'q27uwu9ex4joj601292d7a1c5d\' LIMIT 0, 1', 'execTime' => 0.000151157379150390625, 'params' => array ( ), ), 48 => array ( 'query' => 'SELECT * FROM sk_skadate_account_type_to_gender', 'execTime' => 9.98973846435546875E-5, 'params' => array ( ), ), 49 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'g3p4l4zi7ad4601292d7a1c6f\' LIMIT 0, 1', 'execTime' => 0.0002040863037109375, 'params' => array ( ), ), 50 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'r2j4j1j4601292d7a1c7e\' LIMIT 0, 1', 'execTime' => 0.0002000331878662109375, 'params' => array ( ), ), 51 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'61ji6ije601292d7a1c8d\' LIMIT 0, 1', 'execTime' => 0.0001900196075439453125, 'params' => array ( ), ), 52 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'h3k39eqawugag601292d7a1c9c\' LIMIT 0, 1', 'execTime' => 0.0001928806304931640625, 'params' => array ( ), ), 53 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'8i7e93new601292d7a1caa\' LIMIT 0, 1', 'execTime' => 0.0001890659332275390625, 'params' => array ( ), ), 54 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'sapazyto91vy601292d7a1cc0\' LIMIT 0, 1', 'execTime' => 0.0001838207244873046875, 'params' => array ( ), ), 55 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'kysowuq2hut601292d7a1cd0\' LIMIT 0, 1', 'execTime' => 0.0001928806304931640625, 'params' => array ( ), ), 56 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'b3s372p601292d7a1cde\' LIMIT 0, 1', 'execTime' => 0.0001790523529052734375, 'params' => array ( ), ), 57 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'9umenigy8o8o601292d7a1ced\' LIMIT 0, 1', 'execTime' => 0.000175952911376953125, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'l48ah601292d7a1cfb\' LIMIT 0, 1', 'execTime' => 0.0001909732818603515625, 'params' => array ( ), ), 59 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'kyd16ik1r601292d7a1d0a\' LIMIT 0, 1', 'execTime' => 0.0001981258392333984375, 'params' => array ( ), ), 60 => array ( 'query' => 'UPDATE `sk_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0003490447998046875, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 61 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 9.0122222900390625E-5, 'params' => array ( ), ), 62 => array ( 'query' => 'SELECT * FROM sk_base_language', 'execTime' => 0.000174045562744140625, 'params' => array ( ), ), 63 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0001041889190673828125, 'params' => NULL, ), 64 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\') AND 1 GROUP BY `entityType`', 'execTime' => 6.79492950439453125E-5, 'params' => NULL, ), 65 => array ( 'query' => 'SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0', 'execTime' => 0.0001189708709716796875, 'params' => array ( ), ), 66 => array ( 'query' => 'SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 6.50882720947265625E-5, 'params' => array ( ), ), 67 => array ( 'query' => 'SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.000112056732177734375, 'params' => array ( ), ), 68 => array ( 'query' => 'SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0', 'execTime' => 6.41345977783203125E-5, 'params' => array ( ), ), 69 => array ( 'query' => 'SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( \'wait\' ) AND `w`.`viewed` IN( \'0\',\'1\' ) AND `w`.`messageType` IN( \'mail\' )', 'execTime' => 7.2002410888671875E-5, 'params' => array ( 'partnerId' => 0, ), ), 70 => array ( 'query' => 'SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( \'wait\' ) AND `w`.`viewed` = :viewed AND `w`.`messageType` IN( \'mail\' )', 'execTime' => 8.79764556884765625E-5, 'params' => array ( 'partnerId' => 0, 'viewed' => 0, ), ), 71 => array ( 'query' => 'show tables like \'sk_base_geolocation_country\'', 'execTime' => 0.0007350444793701171875, 'params' => NULL, ), 72 => array ( 'query' => 'SELECT * FROM sk_base_user WHERE `id` IN(\'0\')', 'execTime' => 7.89165496826171875E-5, 'params' => array ( ), ), 73 => array ( 'query' => 'SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, \'base\' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL)', 'execTime' => 8.296966552734375E-5, 'params' => array ( 'pluginKey' => 'SKADATE', 'position' => 'top', ), ), 74 => array ( 'query' => 'SELECT * FROM sk_base_user WHERE `id` IN(\'0\')', 'execTime' => 0.0001208782196044921875, 'params' => array ( ), ), 75 => array ( 'query' => 'SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, \'base\' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL)', 'execTime' => 7.89165496826171875E-5, 'params' => array ( 'pluginKey' => 'SKADATE', 'position' => 'bottom', ), ), 76 => array ( 'query' => 'SELECT * FROM sk_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0001599788665771484375, 'params' => array ( ), ), 77 => array ( 'query' => 'SELECT * FROM sk_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.00012302398681640625, 'params' => array ( ), ), ), 'debugMode' => NULL, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1611829975.7472209930419921875, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.00012302398681640625, 'totalQueryExecTime' => 0.0099771022796630859375, 'queryCount' => 78, 'useCashe' => false, )), )), 'userBlockDao' => BOL_UserBlockDao::__set_state(array( 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM sk_base_config', 'execTime' => 0.0003650188446044921875, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM sk_base_language', 'execTime' => 0.000110149383544921875, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM sk_base_plugin', 'execTime' => 0.000194072723388671875, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM sk_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 9.2029571533203125E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001201629638671875, 'params' => array ( 0 => '+02:00', ), ), 5 => array ( 'query' => 'SELECT * FROM sk_virtualgifts_template', 'execTime' => 0.0001628398895263671875, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM sk_base_authorization_group', 'execTime' => 0.00014591217041015625, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM sk_base_authorization_moderator ORDER BY id', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM sk_base_authorization_moderator_permission', 'execTime' => 8.89301300048828125E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM sk_base_authorization_action', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM sk_base_authorization_permission', 'execTime' => 9.89437103271484375E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM sk_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM sk_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.5817108154296875E-5, 'params' => array ( ), ), 14 => array ( 'query' => 'SELECT * FROM sk_base_theme_content WHERE `themeId` = 1606', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 15 => array ( 'query' => 'SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 16 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 7.0095062255859375E-5, 'params' => array ( ), ), 17 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 6.50882720947265625E-5, 'params' => array ( ), ), 18 => array ( 'query' => 'SELECT * FROM sk_base_theme_content WHERE `themeId` = 1628', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 19 => array ( 'query' => 'SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1628', 'execTime' => 6.60419464111328125E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM sk_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 7.60555267333984375E-5, 'params' => array ( ), ), 21 => array ( 'query' => ' SELECT * FROM `sk_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 7.915496826171875E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 22 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 8.487701416015625E-5, 'params' => array ( 'menuType' => 'main', ), ), 23 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 9.41753387451171875E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 24 => array ( 'query' => 'SELECT * FROM sk_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000113010406494140625, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 7.1048736572265625E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 9.2029571533203125E-5, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 6.69956207275390625E-5, 'params' => array ( ), ), 29 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 6.389617919921875E-5, 'params' => array ( ), ), 30 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 31 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 7.89165496826171875E-5, 'params' => array ( ), ), 32 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 6.60419464111328125E-5, 'params' => array ( ), ), 33 => array ( 'query' => 'SELECT * FROM sk_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0001351833343505859375, 'params' => array ( ), ), 34 => array ( 'query' => ' SELECT `question`.* FROM `sk_base_question` as `question` LEFT JOIN `sk_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = \'1\' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0001080036163330078125, 'params' => NULL, ), 35 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'sex\',\'match_sex\') ORDER BY sortOrder', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 36 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'email\',\'username\',\'password\',\'sex\',\'match_sex\') ORDER BY sortOrder', 'execTime' => 8.296966552734375E-5, 'params' => array ( ), ), 37 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 38 => array ( 'query' => 'SELECT * FROM sk_base_question_value WHERE `questionName` IN(\'email\',\'username\',\'password\',\'sex\',\'match_sex\') ORDER BY questionName, sortOrder', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 39 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'email\' LIMIT 0, 1', 'execTime' => 9.70363616943359375E-5, 'params' => array ( ), ), 40 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'tyqijylesym3601292d7a1bd8\' LIMIT 0, 1', 'execTime' => 0.000216007232666015625, 'params' => array ( ), ), 41 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'pibasemobum1601292d7a1bf4\' LIMIT 0, 1', 'execTime' => 0.0001699924468994140625, 'params' => array ( ), ), 42 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'re9iryz47ive601292d7a1c04\' LIMIT 0, 1', 'execTime' => 0.0001509189605712890625, 'params' => array ( ), ), 43 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'jovi8yqa601292d7a1c15\' LIMIT 0, 1', 'execTime' => 0.0002110004425048828125, 'params' => array ( ), ), 44 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'wy5eku7601292d7a1c3c\' LIMIT 0, 1', 'execTime' => 0.0001561641693115234375, 'params' => array ( ), ), 45 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'password\' LIMIT 0, 1', 'execTime' => 8.392333984375E-5, 'params' => array ( ), ), 46 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'repeatPassword\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 47 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'q27uwu9ex4joj601292d7a1c5d\' LIMIT 0, 1', 'execTime' => 0.000151157379150390625, 'params' => array ( ), ), 48 => array ( 'query' => 'SELECT * FROM sk_skadate_account_type_to_gender', 'execTime' => 9.98973846435546875E-5, 'params' => array ( ), ), 49 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'g3p4l4zi7ad4601292d7a1c6f\' LIMIT 0, 1', 'execTime' => 0.0002040863037109375, 'params' => array ( ), ), 50 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'r2j4j1j4601292d7a1c7e\' LIMIT 0, 1', 'execTime' => 0.0002000331878662109375, 'params' => array ( ), ), 51 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'61ji6ije601292d7a1c8d\' LIMIT 0, 1', 'execTime' => 0.0001900196075439453125, 'params' => array ( ), ), 52 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'h3k39eqawugag601292d7a1c9c\' LIMIT 0, 1', 'execTime' => 0.0001928806304931640625, 'params' => array ( ), ), 53 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'8i7e93new601292d7a1caa\' LIMIT 0, 1', 'execTime' => 0.0001890659332275390625, 'params' => array ( ), ), 54 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'sapazyto91vy601292d7a1cc0\' LIMIT 0, 1', 'execTime' => 0.0001838207244873046875, 'params' => array ( ), ), 55 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'kysowuq2hut601292d7a1cd0\' LIMIT 0, 1', 'execTime' => 0.0001928806304931640625, 'params' => array ( ), ), 56 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'b3s372p601292d7a1cde\' LIMIT 0, 1', 'execTime' => 0.0001790523529052734375, 'params' => array ( ), ), 57 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'9umenigy8o8o601292d7a1ced\' LIMIT 0, 1', 'execTime' => 0.000175952911376953125, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'l48ah601292d7a1cfb\' LIMIT 0, 1', 'execTime' => 0.0001909732818603515625, 'params' => array ( ), ), 59 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'kyd16ik1r601292d7a1d0a\' LIMIT 0, 1', 'execTime' => 0.0001981258392333984375, 'params' => array ( ), ), 60 => array ( 'query' => 'UPDATE `sk_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0003490447998046875, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 61 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 9.0122222900390625E-5, 'params' => array ( ), ), 62 => array ( 'query' => 'SELECT * FROM sk_base_language', 'execTime' => 0.000174045562744140625, 'params' => array ( ), ), 63 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0001041889190673828125, 'params' => NULL, ), 64 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\') AND 1 GROUP BY `entityType`', 'execTime' => 6.79492950439453125E-5, 'params' => NULL, ), 65 => array ( 'query' => 'SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0', 'execTime' => 0.0001189708709716796875, 'params' => array ( ), ), 66 => array ( 'query' => 'SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 6.50882720947265625E-5, 'params' => array ( ), ), 67 => array ( 'query' => 'SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.000112056732177734375, 'params' => array ( ), ), 68 => array ( 'query' => 'SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0', 'execTime' => 6.41345977783203125E-5, 'params' => array ( ), ), 69 => array ( 'query' => 'SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( \'wait\' ) AND `w`.`viewed` IN( \'0\',\'1\' ) AND `w`.`messageType` IN( \'mail\' )', 'execTime' => 7.2002410888671875E-5, 'params' => array ( 'partnerId' => 0, ), ), 70 => array ( 'query' => 'SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( \'wait\' ) AND `w`.`viewed` = :viewed AND `w`.`messageType` IN( \'mail\' )', 'execTime' => 8.79764556884765625E-5, 'params' => array ( 'partnerId' => 0, 'viewed' => 0, ), ), 71 => array ( 'query' => 'show tables like \'sk_base_geolocation_country\'', 'execTime' => 0.0007350444793701171875, 'params' => NULL, ), 72 => array ( 'query' => 'SELECT * FROM sk_base_user WHERE `id` IN(\'0\')', 'execTime' => 7.89165496826171875E-5, 'params' => array ( ), ), 73 => array ( 'query' => 'SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, \'base\' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL)', 'execTime' => 8.296966552734375E-5, 'params' => array ( 'pluginKey' => 'SKADATE', 'position' => 'top', ), ), 74 => array ( 'query' => 'SELECT * FROM sk_base_user WHERE `id` IN(\'0\')', 'execTime' => 0.0001208782196044921875, 'params' => array ( ), ), 75 => array ( 'query' => 'SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, \'base\' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL)', 'execTime' => 7.89165496826171875E-5, 'params' => array ( 'pluginKey' => 'SKADATE', 'position' => 'bottom', ), ), 76 => array ( 'query' => 'SELECT * FROM sk_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0001599788665771484375, 'params' => array ( ), ), 77 => array ( 'query' => 'SELECT * FROM sk_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.00012302398681640625, 'params' => array ( ), ), ), 'debugMode' => NULL, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1611829975.7472209930419921875, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.00012302398681640625, 'totalQueryExecTime' => 0.0099771022796630859375, 'queryCount' => 78, 'useCashe' => false, )), )), 'tokenDao' => BOL_AuthTokenDao::__set_state(array( 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM sk_base_config', 'execTime' => 0.0003650188446044921875, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM sk_base_language', 'execTime' => 0.000110149383544921875, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM sk_base_plugin', 'execTime' => 0.000194072723388671875, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM sk_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 9.2029571533203125E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001201629638671875, 'params' => array ( 0 => '+02:00', ), ), 5 => array ( 'query' => 'SELECT * FROM sk_virtualgifts_template', 'execTime' => 0.0001628398895263671875, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM sk_base_authorization_group', 'execTime' => 0.00014591217041015625, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM sk_base_authorization_moderator ORDER BY id', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM sk_base_authorization_moderator_permission', 'execTime' => 8.89301300048828125E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM sk_base_authorization_action', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM sk_base_authorization_permission', 'execTime' => 9.89437103271484375E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM sk_base_authorization_role ORDER BY `sortOrder` ASC', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM sk_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.5817108154296875E-5, 'params' => array ( ), ), 14 => array ( 'query' => 'SELECT * FROM sk_base_theme_content WHERE `themeId` = 1606', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 15 => array ( 'query' => 'SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1606', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 16 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 7.0095062255859375E-5, 'params' => array ( ), ), 17 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 6.50882720947265625E-5, 'params' => array ( ), ), 18 => array ( 'query' => 'SELECT * FROM sk_base_theme_content WHERE `themeId` = 1628', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 19 => array ( 'query' => 'SELECT * FROM sk_base_theme_master_page WHERE `themeId` = 1628', 'execTime' => 6.60419464111328125E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM sk_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 7.60555267333984375E-5, 'params' => array ( ), ), 21 => array ( 'query' => ' SELECT * FROM `sk_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 7.915496826171875E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 22 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 8.487701416015625E-5, 'params' => array ( 'menuType' => 'main', ), ), 23 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `sk_base_menu_item` AS `mi` LEFT JOIN `sk_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 9.41753387451171875E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 24 => array ( 'query' => 'SELECT * FROM sk_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.000113010406494140625, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'daily_login\' LIMIT 0, 1', 'execTime' => 7.1048736572265625E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'user_join\' LIMIT 0, 1', 'execTime' => 9.2029571533203125E-5, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'search_users\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'base\' AND `actionKey` = \'add_comment\' LIMIT 0, 1', 'execTime' => 6.69956207275390625E-5, 'params' => array ( ), ), 29 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'buy_credits\' LIMIT 0, 1', 'execTime' => 6.389617919921875E-5, 'params' => array ( ), ), 30 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_by_user\' LIMIT 0, 1', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 31 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'grant_to_user\' LIMIT 0, 1', 'execTime' => 7.89165496826171875E-5, 'params' => array ( ), ), 32 => array ( 'query' => 'SELECT * FROM sk_usercredits_action WHERE `pluginKey` = \'usercredits\' AND `actionKey` = \'set_by_admin\' LIMIT 0, 1', 'execTime' => 6.60419464111328125E-5, 'params' => array ( ), ), 33 => array ( 'query' => 'SELECT * FROM sk_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0001351833343505859375, 'params' => array ( ), ), 34 => array ( 'query' => ' SELECT `question`.* FROM `sk_base_question` as `question` LEFT JOIN `sk_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = \'1\' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0001080036163330078125, 'params' => NULL, ), 35 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'sex\',\'match_sex\') ORDER BY sortOrder', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 36 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'email\',\'username\',\'password\',\'sex\',\'match_sex\') ORDER BY sortOrder', 'execTime' => 8.296966552734375E-5, 'params' => array ( ), ), 37 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` IN(\'\',\'sex\') ORDER BY sortOrder', 'execTime' => 7.2956085205078125E-5, 'params' => array ( ), ), 38 => array ( 'query' => 'SELECT * FROM sk_base_question_value WHERE `questionName` IN(\'email\',\'username\',\'password\',\'sex\',\'match_sex\') ORDER BY questionName, sortOrder', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 39 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'email\' LIMIT 0, 1', 'execTime' => 9.70363616943359375E-5, 'params' => array ( ), ), 40 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'tyqijylesym3601292d7a1bd8\' LIMIT 0, 1', 'execTime' => 0.000216007232666015625, 'params' => array ( ), ), 41 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'pibasemobum1601292d7a1bf4\' LIMIT 0, 1', 'execTime' => 0.0001699924468994140625, 'params' => array ( ), ), 42 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'re9iryz47ive601292d7a1c04\' LIMIT 0, 1', 'execTime' => 0.0001509189605712890625, 'params' => array ( ), ), 43 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'jovi8yqa601292d7a1c15\' LIMIT 0, 1', 'execTime' => 0.0002110004425048828125, 'params' => array ( ), ), 44 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'wy5eku7601292d7a1c3c\' LIMIT 0, 1', 'execTime' => 0.0001561641693115234375, 'params' => array ( ), ), 45 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'password\' LIMIT 0, 1', 'execTime' => 8.392333984375E-5, 'params' => array ( ), ), 46 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'repeatPassword\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 47 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'q27uwu9ex4joj601292d7a1c5d\' LIMIT 0, 1', 'execTime' => 0.000151157379150390625, 'params' => array ( ), ), 48 => array ( 'query' => 'SELECT * FROM sk_skadate_account_type_to_gender', 'execTime' => 9.98973846435546875E-5, 'params' => array ( ), ), 49 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'g3p4l4zi7ad4601292d7a1c6f\' LIMIT 0, 1', 'execTime' => 0.0002040863037109375, 'params' => array ( ), ), 50 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'r2j4j1j4601292d7a1c7e\' LIMIT 0, 1', 'execTime' => 0.0002000331878662109375, 'params' => array ( ), ), 51 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'61ji6ije601292d7a1c8d\' LIMIT 0, 1', 'execTime' => 0.0001900196075439453125, 'params' => array ( ), ), 52 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'h3k39eqawugag601292d7a1c9c\' LIMIT 0, 1', 'execTime' => 0.0001928806304931640625, 'params' => array ( ), ), 53 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'8i7e93new601292d7a1caa\' LIMIT 0, 1', 'execTime' => 0.0001890659332275390625, 'params' => array ( ), ), 54 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'sapazyto91vy601292d7a1cc0\' LIMIT 0, 1', 'execTime' => 0.0001838207244873046875, 'params' => array ( ), ), 55 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'kysowuq2hut601292d7a1cd0\' LIMIT 0, 1', 'execTime' => 0.0001928806304931640625, 'params' => array ( ), ), 56 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'b3s372p601292d7a1cde\' LIMIT 0, 1', 'execTime' => 0.0001790523529052734375, 'params' => array ( ), ), 57 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'9umenigy8o8o601292d7a1ced\' LIMIT 0, 1', 'execTime' => 0.000175952911376953125, 'params' => array ( ), ), 58 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'l48ah601292d7a1cfb\' LIMIT 0, 1', 'execTime' => 0.0001909732818603515625, 'params' => array ( ), ), 59 => array ( 'query' => 'SELECT * FROM sk_base_question WHERE `name` = \'kyd16ik1r601292d7a1d0a\' LIMIT 0, 1', 'execTime' => 0.0001981258392333984375, 'params' => array ( ), ), 60 => array ( 'query' => 'UPDATE `sk_base_plugin` SET developerKey=:dk WHERE `key`=:k', 'execTime' => 0.0003490447998046875, 'params' => array ( 'dk' => '99d6bdd5bb6468beaf118c4664dd92ff', 'k' => 'pcgallery', ), ), 61 => array ( 'query' => 'SELECT * FROM sk_base_theme WHERE `key` = \'platinum_pro\' LIMIT 0, 1', 'execTime' => 9.0122222900390625E-5, 'params' => array ( ), ), 62 => array ( 'query' => 'SELECT * FROM sk_base_language', 'execTime' => 0.000174045562744140625, 'params' => array ( ), ), 63 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\') AND `userId`=0 GROUP BY `entityType`', 'execTime' => 0.0001041889190673828125, 'params' => NULL, ), 64 => array ( 'query' => 'SELECT count(DISTINCT `entityId`) `count`, `entityType` FROM `sk_moderation_entity` WHERE `entityType` IN (\'user_join\', \'comment\', \'avatar-change\', \'photo_comments\') AND 1 GROUP BY `entityType`', 'execTime' => 6.79492950439453125E-5, 'params' => NULL, ), 65 => array ( 'query' => 'SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0', 'execTime' => 0.0001189708709716796875, 'params' => array ( ), ), 66 => array ( 'query' => 'SELECT COUNT(*) FROM sk_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 6.50882720947265625E-5, 'params' => array ( ), ), 67 => array ( 'query' => 'SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 0.000112056732177734375, 'params' => array ( ), ), 68 => array ( 'query' => 'SELECT COUNT(*) FROM sk_notifications_notification WHERE `userId` = 0', 'execTime' => 6.41345977783203125E-5, 'params' => array ( ), ), 69 => array ( 'query' => 'SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( \'wait\' ) AND `w`.`viewed` IN( \'0\',\'1\' ) AND `w`.`messageType` IN( \'mail\' )', 'execTime' => 7.2002410888671875E-5, 'params' => array ( 'partnerId' => 0, ), ), 70 => array ( 'query' => 'SELECT COUNT( `w`.`id` ) FROM `sk_winks_winks` as `w` WHERE 1 AND `partnerId` = :partnerId AND `w`.`status` IN( \'wait\' ) AND `w`.`viewed` = :viewed AND `w`.`messageType` IN( \'mail\' )', 'execTime' => 8.79764556884765625E-5, 'params' => array ( 'partnerId' => 0, 'viewed' => 0, ), ), 71 => array ( 'query' => 'show tables like \'sk_base_geolocation_country\'', 'execTime' => 0.0007350444793701171875, 'params' => NULL, ), 72 => array ( 'query' => 'SELECT * FROM sk_base_user WHERE `id` IN(\'0\')', 'execTime' => 7.89165496826171875E-5, 'params' => array ( ), ), 73 => array ( 'query' => 'SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, \'base\' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL)', 'execTime' => 8.296966552734375E-5, 'params' => array ( 'pluginKey' => 'SKADATE', 'position' => 'top', ), ), 74 => array ( 'query' => 'SELECT * FROM sk_base_user WHERE `id` IN(\'0\')', 'execTime' => 0.0001208782196044921875, 'params' => array ( ), ), 75 => array ( 'query' => 'SELECT `b`.* FROM `sk_ads_banner` AS `b` LEFT JOIN `sk_ads_banner_position` AS `bp` ON (`b`.`id` = `bp`.`bannerId`) LEFT JOIN `sk_ads_banner_location` AS `bl` ON (`b`.`id` = `bl`.`bannerId`) WHERE `bp`.`position` = :position AND `bp`.`pluginKey` IN ( :pluginKey, \'base\' ) AND (`b`.`age` IS NULL ) AND (`b`.`sex` IS NULL ) AND (`b`.`location` IS NULL ) AND ( `bl`.`location` IS NULL)', 'execTime' => 7.89165496826171875E-5, 'params' => array ( 'pluginKey' => 'SKADATE', 'position' => 'bottom', ), ), 76 => array ( 'query' => 'SELECT * FROM sk_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0001599788665771484375, 'params' => array ( ), ), 77 => array ( 'query' => 'SELECT * FROM sk_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.00012302398681640625, 'params' => array ( ), ), ), 'debugMode' => NULL, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1611829975.7472209930419921875, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 0.00012302398681640625, 'totalQueryExecTime' => 0.0099771022796630859375, 'queryCount' => 78, 'useCashe' => false, )), )), )), )), ), ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_error_username_not_valid', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_error_username_already_exist', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_error_email_not_valid', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_error_email_already_exist', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_error_password_not_valid', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_error_password_too_short', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.095 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_error_password_too_long', ) |
class.get_instance.BOL_SeoService Type: trigger Called at: 0.103 Exec time: 0.000 |
No listeners | array ( 'className' => 'BOL_SeoService', 'arguments' => array ( ), ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'meta_title_join', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'meta_desc_join', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'meta_keywords_join', ) |
core.set_document_title Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'str' => 'Join DvAserCia.ua - Find Friends Here!', ) |
core.set_document_description Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'str' => 'Join DvAserCia.ua to meet new people and chat. Find your friends today!', ) |
base.provide_page_meta_info Type: trigger Called at: 0.096 Exec time: 0.000 |
BASE_CLASS_EventHandler -> onProvideMetaInfoForPage()
|
array ( 'sectionKey' => 'base.base_pages', 'entityKey' => 'join', 'title' => 'base+meta_title_join', 'description' => 'base+meta_desc_join', 'keywords' => 'base+meta_keywords_join', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.111 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_promo', ) |
class.get_instance.BASE_CMP_SignInButtonList Type: trigger Called at: 0.113 Exec time: 0.000 |
No listeners | array ( 'className' => 'BASE_CMP_SignInButtonList', 'arguments' => array ( 0 => array ( ), ), ) |
base_hook_remote_auth_button_list Type: trigger Called at: 0.113 Exec time: 0.000 |
No listeners | array ( ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.113 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_form_title', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.113 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_section_f90cde5913235d172603cc4e7b9726e3_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.113 Exec time: 0.000 |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
array ( 'type' => 'description', 'name' => 'email', 'value' => NULL, ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.113 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_email_description', ) |
Event | Listener |
---|---|
core.exit |
OW_Log -> writeLog()
|
core.emergency_exit |
OW_Log -> writeLog()
BASE_CLASS_EventHandler -> onEmergencyExit()
|
base.billing.on_after_delivered_sale |
BASE_CLASS_EventHandler -> onAfterBillingDeliverSale()
|
base.user_login |
BASE_CLASS_EventHandler -> onUserLoginSaveStatistics()
BASE_CLASS_EventHandler -> onUserLogin()
BASE_CLASS_EventHandler -> onUserLoginSetAdminCookie()
USERCREDITS_CLASS_EventHandler -> onUserLogin()
MAILBOX_CLASS_EventHandler -> resetAllUsersLastData()
|
content.after_add |
BASE_CLASS_EventHandler -> onAfterAdd()
MODERATION_CLASS_EventHandler -> onAfterAdd()
|
base.add_global_lang_keys |
BASE_CLASS_EventHandler -> onAddGlobalLangs()
|
base.user_unregister |
BASE_CLASS_EventHandler -> onDeleteUserContent()
BASE_CLASS_EventHandler -> onUserUnregisterDeleteDisaproved()
BASE_CLASS_EventHandler -> onUserUnregisterRemovePreference()
BASE_CLASS_EventHandler -> onDeleteMediaPanelFiles()
BASE_CLASS_EventHandler -> clearUserListQueryCache()
BASE_CLASS_EventHandler -> onUserUnregisterClearMailQueue()
BASE_CLASS_ContentProvider -> onUserDeleted()
BASE_CLASS_EventHandler -> onDeleteUserAttachments()
MEMBERSHIP_CLASS_EventHandler -> deleteUserMembership()
PHOTO_CLASS_EventHandler -> onUserUnregister()
USERCREDITS_CLASS_EventHandler -> deleteUserCreditBalance()
USERCREDITS_CLASS_EventHandler -> deleteUserCreditLogs()
SKADATE_CLASS_EventHandler -> onUserUnregister()
WINKS_CLASS_EventHandler -> baseUserUnregister()
GOOGLELOCATION_CLASS_EventHandler -> onUserUnregister()
MAILBOX_CLASS_EventHandler -> onUserUnregister()
PRIVACY_CLASS_EventHandler -> removeUserPrivacy()
OCSGUESTS_CLASS_EventHandler -> onUserUnregister()
|
base.user_logout |
BASE_CLASS_EventHandler -> onUserLogout()
MASTERLOGIN_CLASS_EventHandler -> onUserLogout()
|
base.user_register |
BASE_CLASS_EventHandler -> onJoinMandatoryUserApprove()
BASE_CLASS_EventHandler -> onJoinFeed()
BASE_CLASS_EventHandler -> onUserRegisterWelcomeLetter()
BASE_CLASS_EventHandler -> setAccountTypeUserRoleOnUserRegister()
BASE_CLASS_EventHandler -> deleteInviteCode()
BASE_CLASS_ContentProvider -> onUserJoin()
USERCREDITS_CLASS_EventHandler -> onUserRegister()
SKADATE_CLASS_EventHandler -> onUserRegister()
MAILBOX_CLASS_EventHandler -> resetAllUsersLastData()
genderavatar_user_register()
|
base.user_edit |
BASE_CLASS_EventHandler -> onUserEditFeed()
BASE_CLASS_ContentProvider -> afterUserEdit()
|
feed.after_comment_add |
BASE_CLASS_EventHandler -> onUserJoinCommentFeed()
BASE_CLASS_EventHandler -> onUserAvatarCommentFeed()
PHOTO_CLASS_EventHandler -> feedAfterCommentAdd()
VIRTUALGIFTS_CLASS_EventHandler -> feedGiftComment()
|
feed.after_like_added |
BASE_CLASS_EventHandler -> onLikeUserJoin()
BASE_CLASS_EventHandler -> onUserAvatarLikeFeed()
PHOTO_CLASS_EventHandler -> feedAfterLikeAdded()
VIRTUALGIFTS_CLASS_EventHandler -> feedGiftLike()
|
notifications.collect_actions |
BASE_CLASS_EventHandler -> onNotifyActions()
PHOTO_CLASS_EventHandler -> collectNotificationActions()
USERCREDITS_CLASS_EventHandler -> onCollectNotificationActions()
VIRTUALGIFTS_CLASS_EventHandler -> onNotifyActions()
WINKS_CLASS_EventHandler -> onNotifyActions()
MAILBOX_CLASS_EventHandler -> onNotifyActions()
supportcenter_notify()
|
base_add_comment |
BASE_CLASS_EventHandler -> onAddComment()
BASE_CLASS_ContentProvider -> onCommentAdd()
PHOTO_CLASS_EventHandler -> notifyOnNewComment()
|
base.update_entity_items_status |
BASE_CLASS_EventHandler -> onUpdateEntityItemsStatus()
|
base.user_suspend |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
BASE_CLASS_EventHandler -> sendSuspendNotification()
WINKS_CLASS_EventHandler -> baseUserSuspend()
|
base.user_unsuspend |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
|
base.on_user_approve |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
BASE_CLASS_ContentProvider -> onUserApprove()
|
base.on_user_disapprove |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
|
base.on_user_mark_featured |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
|
base.on_user_unmark_featured |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
|
base.questions_field_get_label |
BASE_CLASS_EventHandler -> getQuestionLabel()
SKADATE_CLASS_EventHandler -> getQuestionLabel()
|
base.before_decorator |
BASE_CLASS_EventHandler -> onBeforeDecoratorRender()
|
plugin.privacy.get_action_list |
BASE_CLASS_EventHandler -> onPrivacyAddAction()
PHOTO_CLASS_EventHandler -> addPrivacyAction()
MAILBOX_CLASS_EventHandler -> onCollectPrivacyActions()
|
base.members_only_exceptions |
BASE_CLASS_EventHandler -> onAddMembersOnlyException()
SKADATE_CLASS_EventHandler -> addMembersOnlyException()
skadate_add_members_only_exception()
|
base.password_protected_exceptions |
BASE_CLASS_EventHandler -> onAddPasswordProtectedExceptions()
|
base.maintenance_mode_exceptions |
BASE_CLASS_EventHandler -> onAddMaintenanceModeExceptions()
|
admin.add_auth_labels |
BASE_CLASS_EventHandler -> onAddAuthLabels()
admin_add_auth_labels()
MEMBERSHIP_CLASS_EventHandler -> addAuthLabels()
PHOTO_CLASS_EventHandler -> addAuthLabels()
USERCREDITS_CLASS_EventHandler -> onCollectAuthLabels()
ADS_CLASS_EventHandler -> addAuthLabels()
HOTLIST_CLASS_EventHandler -> addAuthLabels()
VIRTUALGIFTS_CLASS_EventHandler -> addAuthLabels()
MAILBOX_CLASS_EventHandler -> addAuthLabels()
USERSLIST_CLASS_EventHandler -> adminAddAuthLabels()
|
socialsharing.get_entity_info |
BASE_CLASS_EventHandler -> sosialSharingGetUserInfo()
PHOTO_CLASS_EventHandler -> sosialSharingGetPhotoInfo()
VIRTUALGIFTS_CLASS_EventHandler -> sosialSharingGetGiftInfo()
|
base.before_save_user |
BASE_CLASS_EventHandler -> setUserRoleOnChangeAccountType()
|
base.questions_field_add_fake_questions |
BASE_CLASS_EventHandler -> addFakeQuestions()
SKADATE_CLASS_EventHandler -> onAddFakeQuestions()
GOOGLELOCATION_CLASS_EventHandler -> addFakeQuestions()
|
base.join_form_render |
BASE_CLASS_EventHandler -> onInviteMembersProcessJoinForm()
|
base.moderation_panel_widget_collect_contents |
BASE_CLASS_EventHandler -> onCollectModerationWidgetContent()
MODERATION_CLASS_EventHandler -> onCollectModerationWidgetContent()
|
base.moderation_tools.collect_menu |
BASE_CLASS_EventHandler -> onCollectModerationToolsMenu()
MODERATION_CLASS_EventHandler -> onCollectModerationToolsMenu()
|
content.before_delete |
BASE_CLASS_EventHandler -> deleteEntityFlags()
MODERATION_CLASS_EventHandler -> onBeforeDelete()
|
base.after_avatar_update |
BASE_CLASS_ContentProvider -> onAvatarChange()
BASE_CLASS_EventHandler -> onAfterAvatarUpdate()
MAILBOX_CLASS_EventHandler -> onChangeUserAvatar()
|
base.before_user_avatar_delete |
BASE_CLASS_ContentProvider -> onAvatarDelete()
|
content.collect_types |
BASE_CLASS_ContentProvider -> onCollectTypes()
PHOTO_CLASS_ContentProvider -> onCollectTypes()
|
content.get_info |
BASE_CLASS_ContentProvider -> onGetInfo()
PHOTO_CLASS_ContentProvider -> onGetInfo()
|
content.update_info |
BASE_CLASS_ContentProvider -> onUpdateInfo()
PHOTO_CLASS_ContentProvider -> onUpdateInfo()
|
content.delete |
BASE_CLASS_ContentProvider -> onDelete()
PHOTO_CLASS_ContentProvider -> onDelete()
|
base.user_list.get_displayed_fields |
BASE_CLASS_EventHandler -> onGetUserListFields()
|
base.user_list.get_questions |
BASE_CLASS_EventHandler -> onGetUserListQuestions()
|
base.user_list.get_field_data |
BASE_CLASS_EventHandler -> onGetUserListFieldValue()
|
base.sitemap.get_urls |
BASE_CLASS_EventHandler -> onSitemapGetUrls()
PHOTO_CLASS_EventHandler -> onSitemapGetUrls()
|
base.provide_page_meta_info |
BASE_CLASS_EventHandler -> onProvideMetaInfoForPage()
|
base.add_profile_action_toolbar |
BASE_CLASS_EventHandler -> onActionToolbarAddDeleteActionTool()
BASE_CLASS_EventHandler -> onActionToolbarAddFlagActionTool()
BASE_CLASS_EventHandler -> onActionToolbarAddSuspendActionTool()
BASE_CLASS_EventHandler -> onActionToolbarAddAuthActionTool()
BASE_CLASS_EventHandler -> onActionToolbarAddUserApproveActionTool()
BASE_CLASS_EventHandler -> onActionToolbarAddUserFeatureActionTool()
BASE_CLASS_EventHandler -> onActionToolbarAddUserBlockActionTool()
MEMBERSHIP_CLASS_EventHandler -> onCollectProfileActionToolbarItem()
USERCREDITS_CLASS_EventHandler -> onCollectProfileActionToolbarItem()
VIRTUALGIFTS_CLASS_EventHandler -> sendGiftActionTool()
WINKS_CLASS_EventHandler -> addProfileActionToolbar()
MODERATION_CLASS_EventHandler -> onActionToolbarAddUserApproveActionTool()
MAILBOX_CLASS_EventHandler -> sendMessageActionTool()
MASTERLOGIN_CLASS_EventHandler -> userAuthTool()
|
base.dashboard_menu_items |
BASE_CLASS_EventHandler -> onDashboardMenuItem()
|
base.preference_menu_items |
BASE_CLASS_EventHandler -> onPreferenceMenuItem()
notifications_preference_menu_item()
PRIVACY_CLASS_EventHandler -> addPrivacyPreferenceMenuItem()
|
base.on_avatar_toolbar_collect |
BASE_CLASS_EventHandler -> onAvatarToolbarCollect()
MAILBOX_CLASS_EventHandler -> onAvatarToolbarCollect()
|
core.finalize |
BASE_CLASS_EventHandler -> addJsDeclarations()
BASE_CLASS_EventHandler -> onFinalizeAddScrollJs()
BASE_CLASS_EventHandler -> onFinalizeCheckIfSiteFullyInstalled()
admin_on_application_finalize()
SKADATE_CLASS_EventHandler -> onFinalize()
MATCHMAKING_CLASS_EventHandler -> addJsCode()
WINKS_CLASS_EventHandler -> onFinalize()
ganalytics_add_code()
ClosureObject()
MAILBOX_CLASS_EventHandler -> addEmojiPicker()
exitintentfree_detect_exit()
|
admin.add_admin_notification |
BASE_CLASS_EventHandler -> addAdminNotification()
ADMIN_CLASS_EventHandler -> onAddAdminNotification()
MEMBERSHIP_CLASS_EventHandler -> addAdminNotification()
hotlist_usercredits_active()
ganalytics_admin_notification()
contactus_handler_after_install()
CUSTOMINDEX_CLASS_EventHandler -> onAddingAdminNotifications()
genderavatar_add_admin_notification()
|
ads.enabled_plugins |
BASE_CLASS_EventHandler -> onAddAdsEnabled()
MEMBERSHIP_CLASS_EventHandler -> adsEnabled()
PHOTO_CLASS_EventHandler -> adsEnabled()
contactus_ads_enabled()
MAILBOX_CLASS_EventHandler -> mailboxAdsEnabled()
|
core.plugin_uninstall |
BASE_CLASS_EventHandler -> onPluginUninstallDeleteComments()
BASE_CLASS_EventHandler -> onPluginsUninstallDeleteGateway()
BASE_CLASS_InvitationEventHandler -> pluginUninstall()
USERCREDITS_CLASS_EventHandler -> onBeforePluginsUninstall()
skadate_on_plugin_deactivate()
NOTIFICATIONS_CLASS_ConsoleBridge -> pluginUninstall()
GOOGLELOCATION_CLASS_EventHandler -> onBeforePluginUninstall()
PRIVACY_CLASS_EventHandler -> removePluginPrivacy()
|
base.preference_add_form_element |
BASE_CLASS_EventHandler -> onPreferenceAddFormElement()
|
base.preference_section_label |
BASE_CLASS_EventHandler -> onAddPreferenceSectionLabels()
|
feed.collect_configurable_activity |
BASE_CLASS_EventHandler -> onFeedCollectConfigurableActivity()
PHOTO_CLASS_EventHandler -> feedCollectConfigurableActivity()
VIRTUALGIFTS_CLASS_EventHandler -> feedCollectConfigurableActivity()
|
base.attachment_save_image |
BASE_CLASS_EventHandler -> onSaveAttachmentImage()
|
join.get_captcha_field |
BASE_CLASS_EventHandler -> getCaptcha()
|
core.after_route |
BASE_CLASS_EventHandler -> onPluginsInitCheckUserStatus()
ADMIN_CLASS_EventHandler -> onAfterRoute()
SKADATE_CLASS_EventHandler -> afterRouteHandler()
SKADATE_CLASS_EventHandler -> adminPageHanler()
|
base.add_quick_link |
BASE_CLASS_EventHandler -> onCollectQuickLinks()
PHOTO_CLASS_EventHandler -> addQuickLink()
USERCREDITS_CLASS_EventHandler -> onCollectQuickLinks()
MATCHMAKING_CLASS_EventHandler -> onQuickLinksCollect()
VIRTUALGIFTS_CLASS_EventHandler -> quickLinks()
|
base.collect_seo_meta_data |
BASE_CLASS_EventHandler -> onCollectMetaData()
PHOTO_CLASS_EventHandler -> onCollectMetaData()
ClosureObject()
|
class.get_instance |
BASE_CLASS_EventHandler -> onGetClassInstance()
pcgallery_class_get_instance()
USERSLIST_CLASS_EventHandler -> onGetClassInstance()
|
base.ping.consoleUpdate |
BASE_CLASS_ConsoleEventHandler -> ping()
|
console.collect_items |
BASE_CLASS_ConsoleEventHandler -> collectItems()
BASE_CLASS_InvitationEventHandler -> collectItems()
WINKS_CLASS_ConsoleEventHandler -> collectItems()
MODERATION_CLASS_EventHandler -> collectConsoleItems()
MAILBOX_CLASS_EventHandler -> onCollectConsoleItems()
|
core.plugins_init |
BASE_CLASS_InvitationEventHandler -> afterInits()
USEARCH_CLASS_EventHandler -> afterPluginsInit()
skadate_after_plugin_init()
NOTIFICATIONS_CLASS_ConsoleBridge -> genericAfterInits()
NOTIFICATIONS_CLASS_ConsoleBridge -> afterInits()
NOTIFICATIONS_CLASS_EmailBridge -> genericAfterInits()
MAILBOX_CLASS_EventHandler -> updatePlugin()
MAILBOX_CLASS_EventHandler -> onPluginsInitCheckUserStatus()
|
core.plugin_activate |
BASE_CLASS_InvitationEventHandler -> pluginActivate()
USERCREDITS_CLASS_EventHandler -> onAfterPluginsActivate()
skadate_on_plugin_activate()
NOTIFICATIONS_CLASS_ConsoleBridge -> pluginActivate()
pcgallery_after_plugin_activate()
|
core.plugin_deactivate |
BASE_CLASS_InvitationEventHandler -> pluginDeactivate()
USERCREDITS_CLASS_EventHandler -> onBeforePluginsDeactivate()
skadate_on_plugin_deactivate()
NOTIFICATIONS_CLASS_ConsoleBridge -> pluginDeactivate()
pcgallery_before_plugin_deactivate()
|
console.load_list |
BASE_CLASS_InvitationEventHandler -> loadList()
NOTIFICATIONS_CLASS_ConsoleBridge -> loadList()
WINKS_CLASS_ConsoleEventHandler -> loadList()
MAILBOX_CLASS_EventHandler -> onLoadConsoleList()
|
console.ping |
BASE_CLASS_InvitationEventHandler -> ping()
NOTIFICATIONS_CLASS_ConsoleBridge -> ping()
WINKS_CLASS_ConsoleEventHandler -> ping()
|
notifications.send_list |
BASE_CLASS_InvitationEventHandler -> sendList()
NOTIFICATIONS_CLASS_EmailBridge -> sendList()
MAILBOX_CLASS_EventHandler -> consoleSendList()
|
admin.disable_fields_on_edit_profile_question |
ADMIN_CLASS_EventHandler -> onGetDisableActionList()
usearch_disable_fields_on_edit_profile_question()
SKADATE_CLASS_EventHandler -> disableProfileQuestions()
MATCHMAKING_CLASS_EventHandler -> disableFieldsOnEditProfileQuestion()
ADMIN_CLASS_EventHandler -> onGetJoinStampDisableActionList()
|
admin.check_if_admin_page |
ADMIN_CLASS_EventHandler -> checkIfAdminPage()
|
usearch.collect_user_actions |
USEARCH_CLASS_EventHandler -> addFollowAction()
USEARCH_CLASS_EventHandler -> addBlockAction()
|
base.question.search_sql |
USEARCH_CLASS_EventHandler -> questionSearchSql()
USEARCH_CLASS_EventHandler -> setSearchSql()
GOOGLELOCATION_CLASS_EventHandler -> questionSearchSql()
|
usearch.get_user_id_list |
USEARCH_CLASS_EventHandler -> getSearchResult()
|
base.questions_field_init |
USEARCH_CLASS_EventHandler -> onInitQuestion()
MATCHMAKING_CLASS_EventHandler -> onQuestionsFieldInit()
GOOGLELOCATION_CLASS_EventHandler -> questionsFieldInit()
|
authorization.layer_check |
MEMBERSHIP_CLASS_EventHandler -> onAuthLayerCheck()
USERCREDITS_CLASS_EventHandler -> onAuthLayerCheck()
|
authorization.layer_check_collect_error |
MEMBERSHIP_CLASS_EventHandler -> onAuthLayerCheckCollectError()
USERCREDITS_CLASS_EventHandler -> onAuthLayerCheckCollectError()
|
base.on_before_role_delete |
MEMBERSHIP_CLASS_EventHandler -> deleteRole()
|
base.billing_add_gateway_product |
MEMBERSHIP_CLASS_EventHandler -> billingAddGatewayProduct()
USERCREDITS_CLASS_EventHandler -> onCollectBillingGatewayProduct()
|
base.collect_subscribe_menu |
MEMBERSHIP_CLASS_EventHandler -> getPluginForMenuDesktop()
USERCREDITS_CLASS_EventHandler -> getPluginForMenuDesktop()
|
membership.deliver_sale_notification |
MEMBERSHIP_CLASS_EventHandler -> onDeliverSaleNotification()
|
photo.album_add |
PHOTO_CLASS_EventHandler -> albumAdd()
|
photo.album_find |
PHOTO_CLASS_EventHandler -> albumFind()
|
photo.album_delete |
PHOTO_CLASS_EventHandler -> albumDelete()
|
photo.entity_albums_find |
PHOTO_CLASS_EventHandler -> entityAlbumsFind()
|
photo.add |
PHOTO_CLASS_EventHandler -> photoAdd()
|
photo.find |
PHOTO_CLASS_EventHandler -> photoFind()
|
photo.finds |
PHOTO_CLASS_EventHandler -> photoFinds()
|
photo.delete |
PHOTO_CLASS_EventHandler -> photoDelete()
|
photo.album_photos_count |
PHOTO_CLASS_EventHandler -> albumPhotosCount()
|
photo.album_photos_find |
PHOTO_CLASS_EventHandler -> albumPhotosFind()
|
photo.entity_albums_count |
PHOTO_CLASS_EventHandler -> entityAlbumsCount()
|
photo.entity_photos_find |
PHOTO_CLASS_EventHandler -> entityPhotosFind()
|
photo.entity_photos_count |
PHOTO_CLASS_EventHandler -> entityPhotosCount()
|
photo.entity_albums_delete |
PHOTO_CLASS_EventHandler -> entityAlbumsDelete()
|
photo.init_floatbox |
PHOTO_CLASS_EventHandler -> initFloatbox()
|
photo.get_photo_view_status |
PHOTO_CLASS_EventHandler -> getPhotoViewStatus()
|
plugin.privacy.on_change_action_privacy |
PHOTO_CLASS_EventHandler -> onChangePrivacy()
|
base.query.content_filter |
PHOTO_CLASS_EventHandler -> photoContentFilter()
SKADATE_CLASS_EventHandler -> photoContentFilter()
PROTECTEDPHOTOS_CLASS_QueryHandler -> handlerBaseContentFilter()
|
feed.on_entity_action |
PHOTO_CLASS_EventHandler -> feedOnEntityAction()
|
feed.collect_privacy |
PHOTO_CLASS_EventHandler -> feedCollectPrivacy()
|
usercredits.on_action_collect |
PHOTO_CLASS_Credits -> bindCreditActionsCollect()
USERCREDITS_CLASS_BaseCredits -> bindCreditActionsCollect()
HOTLIST_CLASS_Credits -> bindCreditActionsCollect()
VIRTUALGIFTS_CLASS_Credits -> bindCreditActionsCollect()
MAILBOX_CLASS_Credits -> bindCreditActionsCollect()
|
usercredits.get_action_key |
PHOTO_CLASS_Credits -> getActionKey()
VIRTUALGIFTS_CLASS_Credits -> getActionKey()
|
photo.on_album_add |
PHOTO_CLASS_EventHandler -> onAlbumAdd()
|
photo.on_album_edit |
PHOTO_CLASS_EventHandler -> onAlbumEdit()
|
photo.before_album_delete |
PHOTO_CLASS_EventHandler -> onBeforeAlbumDelete()
pcgallery_before_photo_album_delete()
PROTECTEDPHOTOS_CLASS_EventHandler -> onBeforeDeleteAlbum()
|
plugin.photos.add_photo |
PHOTO_CLASS_EventHandler -> onPhotoAdd()
PHOTO_CLASS_ContentProvider -> onAfterPhotoAdd()
|
photo.after_edit |
PHOTO_CLASS_EventHandler -> onAfterPhotoEdit()
PHOTO_CLASS_ContentProvider -> onAfterPhotoEdit()
|
photo.onBeforeDelete |
PHOTO_CLASS_EventHandler -> onBeforePhotoDelete()
PHOTO_CLASS_ContentProvider -> onBeforePhotoDelete()
|
photo.after_delete |
PHOTO_CLASS_EventHandler -> onPhotoDelete()
|
photo.createUserAlbum |
PHOTO_CLASS_EventHandler -> createUserAlbum()
|
photo.getMainAlbum |
PHOTO_CLASS_EventHandler -> getMainAlbum()
|
photo.addSearchData |
PHOTO_CLASS_EventHandler -> addSearchData()
|
feed.before_content_add |
PHOTO_CLASS_EventHandler -> feedBeforeStatusUpdate()
|
photo.backgroundLoadPhoto |
PHOTO_CLASS_EventHandler -> backgroundLoadPhoto()
|
photo.onUpdateContent |
PHOTO_CLASS_EventHandler -> onUpdateContent()
|
photo.get_cover |
PHOTO_CLASS_EventHandler -> getAlbumCoverUrl()
|
photo.get_album_names |
PHOTO_CLASS_EventHandler -> getAlbumNames()
|
moderation.after_content_approve |
PHOTO_CLASS_ContentProvider -> afterContentApprove()
|
base.add_new_content_item |
PHOTO_CLASS_EventHandler -> addNewContentItem()
|
feed.on_item_render |
PHOTO_CLASS_EventHandler -> feedOnItemRender()
PROTECTEDPHOTOS_CLASS_EventHandler -> feedOnItemRender()
|
photo.onBeforeMultiplePhotoDelete |
PHOTO_CLASS_EventHandler -> onBeforeMultiplePhotoDelete()
|
photo.onBeforePhotoMove |
PHOTO_CLASS_EventHandler -> onBeforePhotoMove()
|
photo.onAfterPhotoMove |
PHOTO_CLASS_EventHandler -> onAfterPhotoMove()
PROTECTEDPHOTOS_CLASS_EventHandler -> afterPhotoMode()
|
photo.getAddPhotoURL |
PHOTO_CLASS_EventHandler -> addPhotoURL()
|
base.avatar_change_collect_sections |
PHOTO_CLASS_EventHandler -> collectAlbumsForAvatar()
|
base.avatar_change_get_section |
PHOTO_CLASS_EventHandler -> collectAlbumPhotosForAvatar()
|
base.avatar_change_get_item |
PHOTO_CLASS_EventHandler -> getPhotoForAvatar()
|
usercredits.action_add |
USERCREDITS_CLASS_EventHandler -> onCollectActions()
|
usercredits.action_update |
USERCREDITS_CLASS_EventHandler -> actionUpdate()
|
usercredits.action_delete |
USERCREDITS_CLASS_EventHandler -> actionDelete()
|
usercredits.action_info |
USERCREDITS_CLASS_EventHandler -> actionInfo()
|
usercredits.check_balance |
USERCREDITS_CLASS_EventHandler -> checkBalance()
|
usercredits.batch_check_balance |
USERCREDITS_CLASS_EventHandler -> batchCheckBalance()
|
usercredits.batch_check_balance_for_action_list |
USERCREDITS_CLASS_EventHandler -> batchCheckBalanceForActionList()
|
usercredits.get_balance |
USERCREDITS_CLASS_EventHandler -> getBalance()
|
usercredits.track_action |
USERCREDITS_CLASS_EventHandler -> trackAction()
|
usercredits.error_message |
USERCREDITS_CLASS_EventHandler -> getErrorMessage()
|
usercredits.last_action_timestamp |
USERCREDITS_CLASS_EventHandler -> getLastActionTimestamp()
|
core.before_document_render |
USERCREDITS_CLASS_EventHandler -> onUserLogin()
skadate_remove_admin_bottom_link()
CUSTOMINDEX_CLASS_EventHandler -> onGettingMasterPage()
|
friends.request-sent |
USERCREDITS_CLASS_EventHandler -> onFriendRequestSent()
|
core.app_init |
USERCREDITS_CLASS_EventHandler -> onAfterApplicationInit()
VIRTUALGIFTS_CLASS_EventHandler -> afterInits()
|
usercredits.grant |
USERCREDITS_CLASS_EventHandler -> onGrantCredits()
|
usercredits.set_by_moderator |
USERCREDITS_CLASS_EventHandler -> onSetCredits()
|
usercredits.get_action_label |
USERCREDITS_CLASS_EventHandler -> onGetActionLabel()
VIRTUALGIFTS_CLASS_EventHandler -> getUserCreditsActionLabel()
|
billingccbill.get-subaccount-config |
USERCREDITS_CLASS_EventHandler -> onGetCcbillSubaccountConfigValue()
|
billingccbill.collect-subaccount-fields |
USERCREDITS_CLASS_EventHandler -> onCollectCcbillSubaccountField()
|
authorization.layer_check_track_action |
USERCREDITS_CLASS_EventHandler -> onAuthLayerCheckTrackAction()
|
core.after_plugin_deactivate |
USERCREDITS_CLASS_EventHandler -> onAfterPluginDeactivate()
|
birthdays.today_birthday_user_list |
USERCREDITS_CLASS_EventHandler -> onBirthday()
|
base.event.on_account_type_add |
USERCREDITS_CLASS_EventHandler -> onAccountTypeAdd()
SKADATE_CLASS_EventHandler -> onUpdateAccountTypes()
|
base.event.on_account_type_delete |
USERCREDITS_CLASS_EventHandler -> onAccountTypeDelete()
SKADATE_CLASS_EventHandler -> onUpdateAccountTypes()
|
base.on_plugin_info_update |
SKADATE_CLASS_EventHandler -> onPluginInfoUpdate()
|
admin.get.possible_values_disable_message |
SKADATE_CLASS_EventHandler -> genderDisableValuesMassage()
|
admin.questions.get_edit_delete_question_buttons_content |
SKADATE_CLASS_EventHandler -> genderGetEditDeleteQuestionButtonsContent()
MATCHMAKING_CLASS_EventHandler -> setEditDeleteQuestionButtonsContent()
|
admin.questions.get_preview_question_values_content |
SKADATE_CLASS_EventHandler -> getPreviewQuestionValuesContent()
|
base.event.on_before_add_questions_to_new_account_type |
SKADATE_CLASS_EventHandler -> addQuestionsToNewAccountType()
|
admin.questions.get_question_page_checkbox_content |
SKADATE_CLASS_EventHandler -> onGetQuestionPageCheckboxContent()
MATCHMAKING_CLASS_EventHandler -> onGetQuestionPageCheckboxContent()
|
admin.get_soft_version_text |
SKADATE_CLASS_EventHandler -> getSoftVersionText()
skadate_get_soft_version_text()
|
base.event.on_get_question_lang |
SKADATE_CLASS_EventHandler -> onGetGenderLangValue()
|
base.event.on_account_type_reorder |
SKADATE_CLASS_EventHandler -> onUpdateAccountTypes()
|
base.on_before_user_complete_profile |
SKADATE_CLASS_EventHandler -> onBeforeCompleteAccountType()
|
base.on_before_user_complete_account_type |
SKADATE_CLASS_EventHandler -> onBeforeCompleteAccountType()
|
base.questions_get_data |
SKADATE_CLASS_EventHandler -> onGetGenderData()
GOOGLELOCATION_CLASS_EventHandler -> questionsGetData()
|
base.questions_save_data |
SKADATE_CLASS_EventHandler -> onUserUpdate()
GOOGLELOCATION_CLASS_EventHandler -> questionsSaveData()
|
base.after_avatar_change |
SKADATE_CLASS_EventHandler -> onAvatarChange()
|
usercredits.get_product_id |
SKADATE_CLASS_EventHandler -> usercreditsGetProductId()
|
membership.get_product_id |
SKADATE_CLASS_EventHandler -> membershipGetProductId()
|
speedmatch.suggest_users |
SKADATE_CLASS_EventHandler -> suggestSpeedmatchUsers()
|
photo.collect_extended_settings |
SKADATE_CLASS_EventHandler -> photoCollectExtendedSettings()
|
photo.save_extended_settings |
SKADATE_CLASS_EventHandler -> photoSaveExtendedSettings()
|
photo.getPhotoList |
SKADATE_CLASS_EventHandler -> photoGetPhotoList()
PROTECTEDPHOTOS_CLASS_QueryHandler -> handlerQueryGetPhotoList()
PROTECTEDPHOTOS_CLASS_QueryHandler -> handlerQueryUserPhoto()
|
admin.filter_themes_to_choose |
SKADATE_CLASS_EventHandler -> filterAdminThemes()
|
core.get_text |
SKADATE_CLASS_EventHandler -> onGetText()
|
class.get_instance.JoinForm |
SKADATE_CLASS_EventHandler -> onGetJoinForm()
|
class.get_instance.BASE_CMP_Users |
SKADATE_CLASS_EventHandler -> onGetInstanceUsersCmp()
|
base.get_default_theme |
SKADATE_CLASS_EventHandler -> onGetDefaultTheme()
|
base.on_notify_admin_about_invalid_items |
SKADATE_CLASS_EventHandler -> onNotifyAdminAboutInvalidItems()
|
speedmatch.display_mutual_message |
SKADATE_CLASS_EventHandler -> displaySpeedmatchMutualMessage()
|
core.after_dispatch |
skadate_update_plugin_devkey()
OW_Application -> activateMenuItem()
OW_Application -> onBeforeDocumentRender()
|
core.plugin_install |
skadate_on_plugin_activate()
|
base.add_page_top_content |
ADS_CLASS_EventHandler -> addPageTopBanner()
|
base.add_page_bottom_content |
ADS_CLASS_EventHandler -> addPageBottomBanner()
|
base.event.on_question_delete |
MATCHMAKING_CLASS_EventHandler -> onQuestionDelete()
|
admin.before_save_lang_value |
MATCHMAKING_CLASS_EventHandler -> onBeforeSaveLangValue()
|
matchmaking.get_list |
MATCHMAKING_CLASS_EventHandler -> getMatchList()
|
matchmaking.get_list_count |
MATCHMAKING_CLASS_EventHandler -> getMatchListCount()
|
matchmaking.get_compatibility |
MATCHMAKING_CLASS_EventHandler -> getCompatibility()
|
matchmaking.get_compatibility_for_list |
MATCHMAKING_CLASS_EventHandler -> getCompatibilityForList()
|
base.question.add_question_form.on_get_available_sections |
MATCHMAKING_CLASS_EventHandler -> onGetAvailableSections()
|
base.add_main_console_item |
MATCHMAKING_CLASS_EventHandler -> addConsoleItem()
notifications_add_console_item()
PRIVACY_CLASS_EventHandler -> addConsoleItem()
emaillogs_dashboard_menu_item()
MASTERLOGIN_CLASS_EventHandler -> onCollectConsoleItems()
|
class.get_instance.BASE_CMP_UserViewSection |
MATCHMAKING_CLASS_EventHandler -> viewProfileDetailsMatchSection()
|
admin.questions.get_account_types_checkbox_content |
MATCHMAKING_CLASS_EventHandler -> setAccountTypesCheckboxContent()
|
hotlist.count |
HOTLIST_CLASS_EventHandler -> getCount()
|
hotlist.get_id_list |
HOTLIST_CLASS_EventHandler -> getListIdList()
|
hotlist.add_to_list |
HOTLIST_CLASS_EventHandler -> addToList()
|
hotlist.remove_from_list |
HOTLIST_CLASS_EventHandler -> removeFromList()
|
hotlist.is_user_added |
HOTLIST_CLASS_EventHandler -> isUserAdded()
|
notifications.add |
NOTIFICATIONS_CLASS_ConsoleBridge -> addNotification()
|
notifications.is_permited |
NOTIFICATIONS_CLASS_EmailBridge -> isNotificationPermited()
|
virtualgifts.send_gift |
VIRTUALGIFTS_CLASS_EventHandler -> onSendGift()
|
feed.on_entity_add |
VIRTUALGIFTS_CLASS_EventHandler -> feedEntityAdd()
|
usercredits.action_update_disabled_status |
VIRTUALGIFTS_CLASS_Credits -> onCreditsUpdateActionDisabledStatus()
|
wink.renderWink |
WINKS_CLASS_EventHandler -> onRenderWink()
|
wink.renderWinkBack |
WINKS_CLASS_EventHandler -> onRenderWinkBack()
|
winks.isWinkSent |
WINKS_CLASS_EventHandler -> getIsWinkSent()
|
winks.winkBack |
WINKS_CLASS_EventHandler -> winkBack()
|
moderation.approve |
MODERATION_CLASS_EventHandler -> approveEntity()
|
content.before_change |
MODERATION_CLASS_EventHandler -> onAfterChange()
|
base.after_config_save |
MODERATION_CLASS_EventHandler -> onAfterConfigSave()
|
photo.form_complete |
PROTECTEDPHOTOS_CLASS_EventHandler -> onPhotoFormComplete()
|
photo.onReadyResponse |
PROTECTEDPHOTOS_CLASS_EventHandler -> onReadyResponse()
|
class.get_instance.PHOTO_CMP_AlbumInfo |
PROTECTEDPHOTOS_CLASS_EventHandler -> getInstanceAlbumInfo()
|
class.get_instance.PHOTO_CMP_AlbumNameList |
PROTECTEDPHOTOS_CLASS_EventHandler -> getInstanceAlbumNames()
|
photo.view_album |
PROTECTEDPHOTOS_CLASS_EventHandler -> onViewAlbum()
|
photo.upload_data |
PROTECTEDPHOTOS_CLASS_EventHandler -> onGetPhotoUploadData()
|
photo.collect_photo_context_actions |
PROTECTEDPHOTOS_CLASS_EventHandler -> onCollectPhotoContext()
|
protectedphotos.init_enter_password |
PROTECTEDPHOTOS_CLASS_EventHandler -> initEnterPassword()
|
protectedphotos.init_headers |
PROTECTEDPHOTOS_CLASS_EventHandler -> initHeaders()
|
photo.onDownloadPhoto |
PROTECTEDPHOTOS_CLASS_EventHandler -> onDownloadPhoto()
|
photo.onRate |
PROTECTEDPHOTOS_CLASS_EventHandler -> onRatePhoto()
|
photo.onIndexWidgetListReady |
PROTECTEDPHOTOS_CLASS_EventHandler -> onIndexWidgetReady()
|
photo.albumsWidgetReady |
PROTECTEDPHOTOS_CLASS_EventHandler -> onAlbumsWidgetReady()
|
photo.onRenderAjaxUpload |
PROTECTEDPHOTOS_CLASS_EventHandler -> onRenderUploadAlbumForm()
|
photo.onRenderEditAlbum |
PROTECTEDPHOTOS_CLASS_EventHandler -> onRenderEditAlbumForm()
|
photo.onRenderCreateFakeAlbum |
PROTECTEDPHOTOS_CLASS_EventHandler -> onRenderCreateFakeAlbumForm()
|
photo.user_album_view |
PROTECTEDPHOTOS_CLASS_EventHandler -> onUserAlbumView()
|
photo.after_add_feed |
PROTECTEDPHOTOS_CLASS_EventHandler -> photoAfterAddFeed()
|
friends.request-accepted |
PROTECTEDPHOTOS_CLASS_EventHandler -> onFriendRequestAccept()
MAILBOX_CLASS_EventHandler -> onFriendRequestAccepted()
|
friends.cancelled |
PROTECTEDPHOTOS_CLASS_EventHandler -> onFriendShipCancel()
|
photo.getPhotoUrl |
PROTECTEDPHOTOS_CLASS_EventHandler -> onPhotoGetUrl()
|
googlelocation.get_map_component |
GOOGLELOCATION_CLASS_EventHandler -> getMapComponent()
|
event.event_add_form.get_element |
GOOGLELOCATION_CLASS_EventHandler -> eventEditLocationInit()
|
events.before_event_edit |
GOOGLELOCATION_CLASS_EventHandler -> beforeEventEdit()
|
events.before_event_create |
GOOGLELOCATION_CLASS_EventHandler -> beforeEventCreate()
|
event_after_create_event |
GOOGLELOCATION_CLASS_EventHandler -> afterEventCrate()
|
event.add_content_menu_item |
GOOGLELOCATION_CLASS_EventHandler -> addEventContentMenuItem()
|
events.view.content.after_event_description |
GOOGLELOCATION_CLASS_EventHandler -> addEventMapOnViewPage()
|
event_on_delete_event |
GOOGLELOCATION_CLASS_EventHandler -> onEventDelete()
|
googlelocation.calc_distance |
GOOGLELOCATION_CLASS_EventHandler -> calcDistance()
|
googlelocation.add_js_lib |
GOOGLELOCATION_CLASS_EventHandler -> addJsLib()
|
base.questions_field_get_value |
GOOGLELOCATION_CLASS_EventHandler -> questionsFieldGetValue()
|
widgets.before_place_delete |
SLIDESHOW_CLASS_EventHandler -> beforeWidgetPlaceDelete()
|
plugin.mailbox.on_plugin_init.handle_controller_attributes |
MAILBOX_CLASS_EventHandler -> onHandleControllerAttributes()
|
base.online_now_click |
MAILBOX_CLASS_EventHandler -> onShowOnlineButton()
|
base.ping |
MAILBOX_CLASS_EventHandler -> onPing()
CUSTOMINDEX_CLASS_EventHandler -> onGettingPing()
|
base.ping.notifications |
MAILBOX_CLASS_EventHandler -> onApiPing()
|
mailbox.ping |
MAILBOX_CLASS_EventHandler -> onPing()
|
mailbox.mark_as_read |
MAILBOX_CLASS_EventHandler -> onMarkAsRead()
|
mailbox.mark_unread |
MAILBOX_CLASS_EventHandler -> onMarkUnread()
|
mailbox.get_conversation_id |
MAILBOX_CLASS_EventHandler -> getConversationId()
|
mailbox.delete_conversation |
MAILBOX_CLASS_EventHandler -> onDeleteConversation()
MAILBOX_CLASS_EventHandler -> deleteConversation()
|
mailbox.create_conversation |
MAILBOX_CLASS_EventHandler -> onCreateConversation()
|
mailbox.authorize_action |
MAILBOX_CLASS_EventHandler -> onAuthorizeAction()
|
mailbox.find_user |
MAILBOX_CLASS_EventHandler -> onFindUser()
|
winks.onAcceptWink |
MAILBOX_CLASS_EventHandler -> onAcceptWink()
|
winks.onWinkBack |
MAILBOX_CLASS_EventHandler -> onWinkBack()
|
mailbox.get_unread_message_count |
MAILBOX_CLASS_EventHandler -> getUnreadMessageCount()
|
mailbox.get_chat_user_list |
MAILBOX_CLASS_EventHandler -> getChatUserList()
|
mailbox.post_message |
MAILBOX_CLASS_EventHandler -> postMessage()
|
mailbox.post_reply_message |
MAILBOX_CLASS_EventHandler -> postReplyMessage()
|
mailbox.get_new_messages |
MAILBOX_CLASS_EventHandler -> getNewMessages()
|
mailbox.get_new_messages_for_conversation |
MAILBOX_CLASS_EventHandler -> getNewMessagesForConversation()
|
mailbox.get_messages |
MAILBOX_CLASS_EventHandler -> getMessages()
|
mailbox.get_history |
MAILBOX_CLASS_EventHandler -> getHistory()
|
mailbox.show_send_message_button |
MAILBOX_CLASS_EventHandler -> showSendMessageButton()
|
mailbox.get_active_mode_list |
MAILBOX_CLASS_EventHandler -> onGetActiveModeList()
|
mailbox.send_message |
MAILBOX_CLASS_EventHandler -> onSendMessage()
|
mailbox.mark_conversation |
MAILBOX_CLASS_EventHandler -> markConversation()
|
base.attachment_uploaded |
MAILBOX_CLASS_EventHandler -> onAttachmentUpload()
|
mailbox.renderOembed |
MAILBOX_CLASS_EventHandler -> onRenderOembed()
|
class.get_instance.BASE_CMP_UserList |
CUSTOMINDEX_CLASS_EventHandler -> onGettingUserListComponentInstance()
|
plugin.privacy.get_privacy_list |
PRIVACY_CLASS_EventHandler -> addPrivacy()
|
plugin.privacy.get_privacy |
PRIVACY_CLASS_EventHandler -> getActionPrivacy()
|
plugin.privacy.get_main_privacy |
PRIVACY_CLASS_EventHandler -> getActionMainPrivacyByOwnerIdList()
|
privacy_check_permission |
PRIVACY_CLASS_EventHandler -> checkPremission()
|
privacy_check_permission_for_user_list |
PRIVACY_CLASS_EventHandler -> checkPremissionForUserList()
|
plugin.privacy.check_permission |
PRIVACY_CLASS_EventHandler -> permissionEverybody()
PRIVACY_CLASS_EventHandler -> permissionOnlyForMe()
|
plugin.privacy |
PRIVACY_CLASS_EventHandler -> pluginIsActive()
|
base.query.user_filter |
PRIVACY_CLASS_EventHandler -> onUserFilter()
|
base.question.before_user_search |
PRIVACY_CLASS_EventHandler -> onBeforeUserSearch()
|
guests.get_guests_list |
OCSGUESTS_CLASS_EventHandler -> getList()
|
guests.get_new_guests_count |
OCSGUESTS_CLASS_EventHandler -> getNewCount()
|
guests.mark_guests_viewed |
OCSGUESTS_CLASS_EventHandler -> markViewed()
|
guests.track_visit |
OCSGUESTS_CLASS_EventHandler -> trackVisit()
|
base.widget_panel.content.top |
OCSGUESTS_CLASS_EventHandler -> onProfilePageRender()
|
invitations.on_item_render |
BASE_CLASS_InvitationEventHandler -> renderItem()
|
invitations.add |
BASE_CLASS_InvitationEventHandler -> addInvitation()
|
invitations.remove |
BASE_CLASS_InvitationEventHandler -> removeInvitation()
|
notifications.remove |
NOTIFICATIONS_CLASS_ConsoleBridge -> removeNotification()
|
notifications.on_item_render |
NOTIFICATIONS_CLASS_ConsoleBridge -> renderItem()
|
notifications.send |
NOTIFICATIONS_CLASS_EmailBridge -> sendNotification()
|
base.append_markup |
OW_DeveloperTools -> onAppendMarkup()
|