session_start(): Cannot send session cache limiter - headers already sent (output started at /home/cont100/contest100www/system/cms/libraries/MY_Exceptions.php:191)
ErrorException [ Warning ]:Cannot modify header information - headers already sent by (output started at /home/cont100/contest100www/system/cms/libraries/MY_Exceptions.php:191)
512 // Add empty user_data field and save the data to the DB
513 $this->CI->db->set('user_data', '')->insert($this->sess_table_name, $this->userdata);
514 }
515516 // Write the cookie
517 $this->_set_cookie();
518 }
519520 // ------------------------------------------------------------------------
521522 /**
268269 // Run the Session routine. If a session doesn't exist we'll
270 // create a new one. If it does, we'll update it.
271 if ( ! $this->_sess_read())
272 {
273 $this->_sess_create();
274 }
275 else
276 {
277 $this->_sess_update();
278 }
599 {
600 // Call base class decorate first
601 parent::decorate($parent);
602603 // Call initialize method now that driver has access to $this->_parent
604 $this->initialize();
605 }
606607 // ------------------------------------------------------------------------
608609 /**
111112 // Save a copy of parameters in case drivers need access
113 $this->params = $params;
114115 // Load driver and get array reference
116 $this->load_driver($driver);
117118 // Delete 'old' flashdata (from last request)
119 $this->_flashdata_sweep();
120121 // Mark all new flashdata as old (data will be deleted before next request)
993 return;
994 }
995 996 include_once($filepath);
997 $this->_ci_loaded_files[] = $filepath;
998 return $this->_ci_init_class($class, '', $params, $object_name);
999 }
1000 } // END FOREACH
10011002 // One last attempt. Maybe the library is in a subdirectory, but it wasn't specified?
1003 if ($subdir === '')
1007 }
1008 else if (ucfirst($subdir) != $subdir)
1009 {
1010 // Lowercase subdir failed - retry capitalized
1011 $path = ucfirst($subdir).$class;
1012 return $this->_ci_load_class($path, $params, $object_name);
1013 }
10141015 // If we got this far we were unable to find the requested class.
1016 // We do not issue errors if the load call failed due to a duplicate request
1017 if ($is_duplicate === FALSE)
173 return CI::$APP->$_alias;
174 }
175176 /** Load an array of libraries **/
177 public function libraries($libraries) {
178 foreach ($libraries as $_library) $this->library($_library);
179 }
180181 /** Load a module model **/
182 public function model($model, $object_name = null, $connect = false) {
183
12 * Loads the gazillion of stuff, in Flash Gordon speed.
13 * @todo Document properly please.
14 */
15 public function __construct()
16 {
17 parent::__construct();
1819 $this->benchmark->mark('public_controller_start');
2021 // Check redirects if GET and Not AJAX
22 if ( ! $this->input->is_ajax_request() and $_SERVER['REQUEST_METHOD'] == 'GET')
299 * ------------------------------------------------------
300 */
301 // Mark a start point so we can benchmark the controller
302 $BM->mark('controller_execution_time_( '.$class.' / '.$method.' )_start');
303304 $CI = new $class();
305306 /*
307 * ------------------------------------------------------
308 * Is there a "post_controller_constructor" hook?
309 * ------------------------------------------------------
[cache_expiration] => 0
[headers] => Array
(
)
[mimes] => Array
(
[hqx] => Array
(
[0] => application/mac-binhex40
[1] => application/mac-binhex
[2] => application/x-binhex40
[3] => application/x-mac-binhex40
)
[cpt] => application/mac-compactpro
[csv] => Array
(
[0] => text/x-comma-separated-values
[1] => text/comma-separated-values
[2] => application/octet-stream
[3] => application/vnd.ms-excel
[4] => application/x-csv
[5] => text/x-csv
[6] => text/csv
[7] => text/plain
[8] => application/csv
[9] => application/excel
[10] => application/vnd.msexcel
[11] => text/x-c
)
[bin] => Array
(
[0] => application/macbinary
[1] => application/mac-binary
[2] => application/octet-stream
[3] => application/x-binary
[4] => application/x-macbinary
)
[dms] => application/octet-stream
[lha] => application/octet-stream
[lzh] => application/octet-stream
[exe] => Array
(
[0] => application/octet-stream
[1] => application/x-msdownload
)
[class] => application/octet-stream
[psd] => application/x-photoshop
[so] => application/octet-stream
[sea] => application/octet-stream
[dll] => application/octet-stream
[oda] => application/oda
[pdf] => Array
(
[0] => application/pdf
[1] => application/x-pdf
[2] => application/x-download
[3] => application/x-download
[4] => binary/octet-stream
[5] => application/unknown
[6] => application/force-download
)
[ai] => application/postscript
[eps] => application/postscript
[ps] => application/postscript
[smi] => application/smil
[smil] => application/smil
[mif] => application/vnd.mif
[xls] => Array
(
[0] => application/excel
[1] => application/vnd.ms-excel
[2] => application/msexcel
[3] => application/vnd.ms-office
)
[ppt] => Array
(
[0] => application/powerpoint
[1] => application/vnd.ms-powerpoint
[2] => application/vnd.ms-office
)
[pptx] => Array
(
[0] => application/vnd.openxmlformats-officedocument.presentationml.presentation
[1] => application/zip
)
[wbxml] => application/wbxml
[wmlc] => application/wmlc
[dcr] => application/x-director
[dir] => application/x-director
[dxr] => application/x-director
[dvi] => application/x-dvi
[gtar] => application/x-gtar
[gz] => application/x-gzip
[gzip] => application/x-gzip
[php] => application/x-httpd-php
[php4] => application/x-httpd-php
[php3] => application/x-httpd-php
[phtml] => application/x-httpd-php
[phps] => application/x-httpd-php-source
[js] => application/x-javascript
[swf] => application/x-shockwave-flash
[sit] => application/x-stuffit
[tar] => application/x-tar
[tgz] => Array
(
[0] => application/x-tar
[1] => application/x-gzip-compressed
)
[xhtml] => application/xhtml+xml
[xht] => application/xhtml+xml
[zip] => Array
(
[0] => application/x-zip
[1] => application/zip
[2] => application/x-zip-compressed
)
[mid] => audio/midi
[midi] => audio/midi
[mpga] => audio/mpeg
[mp2] => audio/mpeg
[mp3] => Array
(
[0] => audio/mpeg
[1] => audio/mpg
[2] => audio/mpeg3
[3] => audio/mp3
)
[aif] => Array
(
[0] => audio/x-aiff
[1] => audio/aiff
)
[aiff] => Array
(
[0] => audio/x-aiff
[1] => audio/aiff
)
[aifc] => audio/x-aiff
[ram] => audio/x-pn-realaudio
[rm] => audio/x-pn-realaudio
[rpm] => audio/x-pn-realaudio-plugin
[ra] => audio/x-realaudio
[rv] => video/vnd.rn-realvideo
[wav] => audio/x-wav
[bmp] => Array
(
[0] => image/bmp
[1] => image/x-windows-bmp
)
[gif] => image/gif
[jpeg] => Array
(
[0] => image/jpeg
[1] => image/pjpeg
)
[jpg] => Array
(
[0] => image/jpeg
[1] => image/pjpeg
)
[jpe] => Array
(
[0] => image/jpeg
[1] => image/pjpeg
)
[png] => Array
(
[0] => image/png
[1] => image/x-png
)
[tiff] => image/tiff
[tif] => image/tiff
[css] => text/css
[html] => text/html
[htm] => text/html
[shtml] => text/html
[txt] => text/plain
[text] => text/plain
[log] => Array
(
[0] => text/plain
[1] => text/x-log
)
[rtx] => text/richtext
[rtf] => text/rtf
[xml] => Array
(
[0] => application/xml
[1] => text/xml
)
[xsl] => text/xml
[mpeg] => video/mpeg
[mpg] => video/mpeg
[mpe] => video/mpeg
[qt] => video/quicktime
[mov] => video/quicktime
[avi] => Array
(
[0] => video/x-msvideo
[1] => video/msvideo
[2] => video/avi
[3] => application/x-troff-msvideo
)
[movie] => video/x-sgi-movie
[doc] => application/msword
[docx] => Array
(
[0] => application/vnd.openxmlformats-officedocument.wordprocessingml.document
[1] => application/zip
)
[odt] => Array
(
[0] => application/vnd.oasis.opendocument.text
)
[xlsx] => Array
(
[0] => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[1] => application/zip
)
[word] => Array
(
[0] => application/msword
[1] => application/octet-stream
)
[xl] => application/excel
[eml] => message/rfc822
[json] => Array
(
[0] => application/json
[1] => text/json
)
[pem] => Array
(
[0] => application/x-x509-user-cert
[1] => application/x-pem-file
[2] => application/octet-stream
)
[p10] => Array
(
[0] => application/x-pkcs10
[1] => application/pkcs10
)
[p12] => application/x-pkcs12
[p7a] => application/x-pkcs7-signature
[p7c] => Array
(
[0] => application/pkcs7-mime
[1] => application/x-pkcs7-mime
)
[p7m] => Array
(
[0] => application/pkcs7-mime
[1] => application/x-pkcs7-mime
)
[p7r] => application/x-pkcs7-certreqresp
[p7s] => application/pkcs7-signature
[crt] => Array
(
[0] => application/x-x509-ca-cert
[1] => application/x-x509-user-cert
[2] => application/pkix-cert
)
[crl] => Array
(
[0] => application/pkix-crl
[1] => application/pkcs-crl
)
[der] => application/x-x509-ca-cert
[kdb] => application/octet-stream
[pgp] => application/pgp
[gpg] => application/gpg-keys
[sst] => application/octet-stream
[csr] => application/octet-stream
[rsa] => application/x-pkcs7
[cer] => Array
(
[0] => application/pkix-cert
[1] => application/x-x509-ca-cert
)
[3g2] => video/3gpp2
[3gp] => video/3gp
[mp4] => video/mp4
[m4a] => audio/x-m4a
[f4v] => video/mp4
[aac] => audio/x-acc
[m4u] => application/vnd.mpegurl
[m3u] => text/plain
[xspf] => application/xspf+xml
[vlc] => application/videolan
[wmv] => video/x-ms-wmv
[au] => audio/x-au
[ac3] => audio/ac3
[flac] => audio/x-flac
[ogg] => audio/ogg
[ogv] => application/ogg
[webm] => video/webm
[pages] => application/zip
[numbers] => application/zip
[svg] => image/svg+xml
[docm] => application/vnd.ms-word.document.macroenabled.12
[dotm] => application/vnd.ms-word.template.macroenabled.12
[dotx] => application/vnd.openxmlformats-officedocument.wordprocessingml.template
[potm] => application/vnd.ms-powerpoint.template.macroenabled.12
[potx] => application/vnd.openxmlformats-officedocument.presentationml.template
[ppam] => application/vnd.ms-powerpoint.addin.macroenabled.12
[ppsm] => application/vnd.ms-powerpoint.slideshow.macroenabled.12
[ppsx] => application/vnd.openxmlformats-officedocument.presentationml.slideshow
[pptm] => application/vnd.ms-powerpoint.presentation.macroenabled.12
[xlam] => application/vnd.ms-excel.addin.macroenabled.12
[xlsb] => application/vnd.ms-excel.sheet.binary.macroenabled.12
[xlsm] => application/vnd.ms-excel.sheet.macroenabled.12
[xltm] => application/vnd.ms-excel.template.macroenabled.12
[xltx] => application/vnd.openxmlformats-officedocument.spreadsheetml.template
)
[mime_type:protected] => text/html
[enable_profiler] =>
[_zlib_oc:protected] =>
[_profiler_sections:protected] => Array
(
)
[parse_exec_vars] => 1
)
[SEC] => CI_Security Object
(
[filename_bad_chars] => Array
(
[0] => ../
[1] =>
[3] => <
[4] => >
[5] => '
[6] => "
[7] => &
[8] => $
[9] => #
[10] => {
[11] => }
[12] => [
[13] => ]
[14] => =
[15] => ;
[16] => ?
[17] => %20
[18] => %22
[19] => %3c
[20] => %253c
[21] => %3e
[22] => %0e
[23] => %28
[24] => %29
[25] => %2528
[26] => %26
[27] => %24
[28] => %3f
[29] => %3b
[30] => %3d
)
[charset] => UTF-8
[_xss_hash:protected] =>
[_csrf_hash:protected] =>
[_csrf_expire:protected] => 7200
[_csrf_token_name:protected] => ci_csrf_token
[_csrf_cookie_name:protected] => ci_csrf_token
[_never_allowed_str:protected] => Array
(
[document.cookie] => [removed]
[document.write] => [removed]
[.parentNode] => [removed]
[.innerHTML] => [removed]
[-moz-binding] => [removed]
[] => -->
[ <![CDATA[
[] => <comment>
)
[_never_allowed_regex:protected] => Array
(
[0] => javascript\s*:
[1] => (document|(document\.)?window)\.(location|on\w*)
[2] => expression\s*(\(|&\#40;)
[3] => vbscript\s*:
[4] => wscript\s*:
[5] => jscript\s*:
[6] => vbs\s*:
[7] => Redirect\s+30\d
[8] => (["'])?data\s*:[^\1]*?base64[^\1]*?,[^\1]*?\1?
)
)
[IN] => CI_Input Object
(
[ip_address] => 135.181.104.18
[user_agent] => Archive Team
[_allow_get_array:protected] => 1
[_standardize_newlines:protected] => 1
[_enable_xss:protected] =>
[_enable_csrf:protected] =>
[headers:protected] => Array
(
)
[security] => CI_Security Object
(
[filename_bad_chars] => Array
(
[0] => ../
[1] =>
[3] => <
[4] => >
[5] => '
[6] => "
[7] => &
[8] => $
[9] => #
[10] => {
[11] => }
[12] => [
[13] => ]
[14] => =
[15] => ;
[16] => ?
[17] => %20
[18] => %22
[19] => %3c
[20] => %253c
[21] => %3e
[22] => %0e
[23] => %28
[24] => %29
[25] => %2528
[26] => %26
[27] => %24
[28] => %3f
[29] => %3b
[30] => %3d
)
[charset] => UTF-8
[_xss_hash:protected] =>
[_csrf_hash:protected] =>
[_csrf_expire:protected] => 7200
[_csrf_token_name:protected] => ci_csrf_token
[_csrf_cookie_name:protected] => ci_csrf_token
[_never_allowed_str:protected] => Array
(
[document.cookie] => [removed]
[document.write] => [removed]
[.parentNode] => [removed]
[.innerHTML] => [removed]
[-moz-binding] => [removed]
[] => -->
[ <![CDATA[
[] => <comment>
)
[_never_allowed_regex:protected] => Array
(
[0] => javascript\s*:
[1] => (document|(document\.)?window)\.(location|on\w*)
[2] => expression\s*(\(|&\#40;)
[3] => vbscript\s*:
[4] => wscript\s*:
[5] => jscript\s*:
[6] => vbs\s*:
[7] => Redirect\s+30\d
[8] => (["'])?data\s*:[^\1]*?base64[^\1]*?,[^\1]*?\1?
)
)
[uni] => CI_Utf8 Object
(
)
)
[LANG] => MY_Lang Object
(
[language] => Array
(
[error_404_title] => Page missing
[error_404_message] => We cannot find the page you are looking for, please click here to go to the homepage.
[error_invalid_db_group] => The database is trying to use an invalid configuration group "%s".
[migration_none_found] => No migrations were found.
[migration_not_found] => No migration could be found with the version number: %d.
[migration_multiple_version] => There are multiple migrations with the same version number: %d.
[migration_class_doesnt_exist] => The migration class "%s" could not be found.
[migration_missing_up_method] => The migration class "%s" is missing an "up" method.
[migration_missing_down_method] => The migration class "%s" is missing a "down" method.
[migration_invalid_filename] => Migration "%s" has an invalid filename.
[settings:site_name] => Site Name
[settings:site_name_desc] => The name of the website for page titles and for use around the site.
[settings:site_slogan] => Site Slogan
[settings:site_slogan_desc] => The slogan of the website for page titles and for use around the site.
[settings:site_lang] => Site Language
[settings:site_lang_desc] => The native language of the website, used to choose templates of e-mail notifications, contact form, and other features that should not depend on the language of a user.
[settings:contact_email] => Contact E-mail
[settings:contact_email_desc] => All e-mails from users, guests and the site will go to this e-mail address.
[settings:server_email] => Server E-mail
[settings:server_email_desc] => All e-mails to users will come from this e-mail address.
[settings:meta_topic] => Meta Topic
[settings:meta_topic_desc] => Two or three words describing this type of company/website.
[settings:currency] => Currency
[settings:currency_desc] => The currency symbol for use on products, services, etc.
[settings:dashboard_rss] => Dashboard RSS Feed
[settings:dashboard_rss_desc] => Link to an RSS feed that will be displayed on the dashboard.
[settings:dashboard_rss_count] => Dashboard RSS Items
[settings:dashboard_rss_count_desc] => How many RSS items would you like to display on the dashboard ?
[settings:date_format] => Date Format
[settings:date_format_desc] => How should dates be displayed across the website and control panel? Using the date format from PHP - OR - Using the format of strings formatted as date from PHP.
[settings:frontend_enabled] => Site Status
[settings:frontend_enabled_desc] => Use this option to the user-facing part of the site on or off. Useful when you want to take the site down for maintenence
[settings:mail_protocol] => Mail Protocol
[settings:mail_protocol_desc] => Select desired email protocol.
[settings:mail_sendmail_path] => Sendmail Path
[settings:mail_sendmail_path_desc] => Path to server sendmail binary.
[settings:mail_smtp_host] => SMTP Host
[settings:mail_smtp_host_desc] => The host name of your smtp server.
[settings:mail_smtp_pass] => SMTP password
[settings:mail_smtp_pass_desc] => SMTP password.
[settings:mail_smtp_port] => SMTP Port
[settings:mail_smtp_port_desc] => SMTP port number.
[settings:mail_smtp_user] => SMTP User Name
[settings:mail_smtp_user_desc] => SMTP user name.
[settings:unavailable_message] => Unavailable Message
[settings:unavailable_message_desc] => When the site is turned off or there is a major problem, this message will show to users.
[settings:default_theme] => Default Theme
[settings:default_theme_desc] => Select the theme you want users to see by default.
[settings:activation_email] => Activation Email
[settings:activation_email_desc] => Send out an e-mail when a user signs up with an activation link. Disable this to let only admins activate accounts.
[settings:records_per_page] => Records Per Page
[settings:records_per_page_desc] => How many records should we show per page? (both for frontend and for admin section) e.g.: blog posts, users etc.
[settings:rss_feed_items] => Feed item count
[settings:rss_feed_items_desc] => How many items should we show in RSS/blog feeds?
[settings:enable_profiles] => Enable profiles
[settings:enable_profiles_desc] => Allow users to add and edit profiles.
[settings:ga_email] => Google Analytic E-mail
[settings:ga_email_desc] => E-mail address used for Google Analytics, we need this to show the graph on the dashboard.
[settings:ga_password] => Google Analytic Password
[settings:ga_password_desc] => Google Analytics password. This is also needed to show the graph on the dashboard. You will need to allow access to Google to get this to work. See Authorized Access to your Google Account
[settings:ga_profile] => Google Analytic Profile
[settings:ga_profile_desc] => Profile ID for this website in Google Analytics. Look in the URL when signed into Google Analytics for something that looks like "pXXXXXXXX". The, "XXXXXXXX" is the profile ID.
[settings:ga_tracking] => Google Tracking Code
[settings:ga_tracking_desc] => Enter your Google Analytic Tracking Code to activate Google Analytics view data capturing. E.g: UA-19483569-6
[settings:akismet_api_key] => Akismet API Key
[settings:akismet_api_key_desc] => Akismet is a spam-blocker from the WordPress team. It keeps spam under control without forcing users to get past human-checking CAPTCHA forms.
[settings:comment_order] => Comment Order
[settings:comment_order_desc] => Sort order in which to display comments:
[settings:enable_comments] => Enable Comments
[settings:enable_comments_desc] => Allow users to post comments?
[settings:moderate_comments] => Moderate Comments
[settings:moderate_comments_desc] => Force comments to be approved before they appear on the site.
[settings:comment_markdown] => Allow Markdown
[settings:comment_markdown_desc] => Do you want to allow visitors to post comments using Markdown?
[settings:version] => Version
[settings:version_desc] =>
[settings:site_public_lang] => Public Languages
[settings:site_public_lang_desc] => Which are the languages really supported and offered on the front-end of your website?
[settings:admin_force_https] => Force HTTPS for Control Panel?
[settings:admin_force_https_desc] => Allow only the HTTPS protocol when using the Control Panel?
[settings:files_cache] => Files Cache
[settings:files_cache_desc] => When outputting an image via site.com/files what shall we set the cache expiration for?
[settings:auto_username] => Auto Username
[settings:auto_username_desc] => Create the username automatically, meaning users can skip making one on registration.
[settings:registered_email] => User Registered Email
[settings:registered_email_desc] => Send a notification email to the contact e-mail when someone registers.
[settings:ckeditor_config] => CKEditor Config
[settings:ckeditor_config_desc] => You can find a list of valid configuration items in CKEditor's documentation.
[settings:enable_registration] => Enable user registration
[settings:enable_registration_desc] => Allow users to register in your site.
[settings:profile_visibility] => Profile Visibility
[settings:profile_visibility_desc] => Specify who can view user profiles on the public site
[settings:cdn_domain] => CDN Domain
[settings:cdn_domain_desc] => CDN domains allow you to offload static content to various edge servers, like Amazon CloudFront or MaxCDN. If you do not have a CDN provider try MaxCDN. Sign up and save 25%.
[settings:section_general] => General
[settings:section_integration] => Integration
[settings:section_comments] => Comments
[settings:section_users] => Users
[settings:section_statistics] => Statistics
[settings:section_files] => Files
[settings:form_option_Open] => Open
[settings:form_option_Closed] => Closed
[settings:form_option_Enabled] => Enabled
[settings:form_option_Disabled] => Disabled
[settings:form_option_Required] => Required
[settings:form_option_Optional] => Optional
[settings:form_option_Oldest First] => Oldest First
[settings:form_option_Newest First] => Newest First
[settings:form_option_Text Only] => Text Only
[settings:form_option_Allow Markdown] => Allow Markdown
[settings:form_option_Yes] => Yes
[settings:form_option_No] => No
[settings:form_option_profile_public] => Visible to everybody
[settings:form_option_profile_owner] => Only visible to the profile owner
[settings:form_option_profile_hidden] => Never visible
[settings:form_option_profile_member] => Visible to any logged in user
[settings:form_option_activate_by_email] => Activate by email
[settings:form_option_activate_by_admin] => Activate by admin
[settings:form_option_no_activation] => Instant activation
[settings:no_settings] => There are currently no settings.
[settings:save_success] => Your settings were saved!
[global:control-panel] => Control Panel
[global:profile] => Profile
[global:title] => Title
[name_label] => Name
[desc_label] => Description
[version_label] => Version
[global:author] => Author
[global:action] => Action
[global:slug] => Slug
[global:slug_instructions] => Lowercase characters and underscores only.
[global:user] => User
[global:dialog:delete_message] => Are you sure you want to delete this? It cannot be undone.
[global:dialog:confirm] => Confirm
[global:yes] => Yes
[global:no] => No
[global:select-none] => -- None --
[global:select-all] => -- All --
[global:select-any] => -- Any --
[global:select-pick] => -- Select --
[global:check-all] => All
[global:check-none] => None
[global:operators:equal] => Equal to
[global:operators:not-equal] => Not equal to
[global:operators:less-than] => Less than
[global:operators:greater-than] => Greater than
[global:duration:1-day] => One day
[global:duration:1-week] => One week
[global:duration:2-weeks] => Two weeks
[global:duration:1-month] => One month
[global:duration:3-months] => Three Months
[global:duration:always] => Always
[navigation_headline] => Navigation
[breadcrumb_base_label] => Home
[logged_in_welcome] => Welcome %s, you are logged in.
[logout_label] => Log out
[edit_profile_label] => Edit Profile
[settings_label] => Settings
[close_message] => Close this message
[general_error_label] => Error
[required_error_label] => Required field missing
[note_label] => Note
[success_label] => Success
[global:fields] => Fields
[global:custom_fields] => Custom Fields
[login_title] => Log In
[global:fatal_error] => Fatal error, is CMS installed?
[global:demo_restrictions] => Some features on this page have been disabled for the demo.
[login_error_label] => Login Error
[forgot_password_label] => Forgot your password ?
[global:email] => E-mail
[global:password] => Password
[login_label] => Log In
[help_label] => Help
[save_label] => Save
[cancel_label] => Cancel
[update_label] => Update Caption
[global:delete] => Delete
[activate_label] => Activate
[global:approve] => Approve
[global:unapprove] => Unapprove
[publish_label] => Publish
[global:upload] => Upload
[global:uninstall] => Uninstall
[global:install] => Install
[global:upgrade] => Upgrade
[global:enable] => Enable
[global:disable] => Disable
[global:enabled] => Enabled
[global:disabled] => Disabled
[all_right_reserved] => All Rights Reserved.
[powered_by_pyrocms] => Powered by PyroCMS
[top_page] => Top
[back_to_top] => Back to Top
[global:filters] => Filters
[global:image] => Image
[global:description] => Description
[global:actions] => Actions
[global:view] => View
[global:preview] => Preview
[global:add] => Add
[global:edit] => Edit
[global:empty] => Empty
[global:remove] => Remove
[global:keywords] => Keywords
[global:or] => or
[global:and] => and
[global:at] => at
[global:widgets] => Widgets
[global:themes] => Themes
[global:field_types] => Field Types
[global:plugins] => Plugins
[global:plugin] => Plugin
[global:options] => Options
[global:plain-text] => Plain Text
[user:add_field] => Add User Profile Field
[user:profile_delete_success] => User profile field deleted successfully
[user:profile_delete_failure] => There was a problem with deleting your user profile field
[profile_user_basic_data_label] => Basic Data
[profile_company] => Company
[profile_updated_on] => Updated On
[user:profile_fields_label] => Profile Fields
[user:register_header] => Registration
[user:register_step1] => Step 1: Register
[user:register_step2] => Step 2: Activate
[user:login_header] => Login
[user:add_title] => Add User
[user:list_title] => Users
[user:inactive_title] => Inactive Users
[user:active_title] => Active Users
[user:registred_title] => Registered Users
[user:edit_title] => Edit User "%s"
[user:details_label] => Details
[user:first_name_label] => First Name
[user:last_name_label] => Last Name
[user:group_label] => Group
[user:activate_label] => Activate
[user:password_label] => Password
[user:password_confirm_label] => Confirm Password
[user:name_label] => Name
[user:joined_label] => Joined
[user:last_visit_label] => Last visit
[user:never_label] => Never
[user:no_inactives] => There are no inactive users.
[user:no_registred] => There are no registered users.
[account_changes_saved] => The changes to your account have been saved successfully.
[indicates_required] => Indicates required fields
[user:send_activation_email] => Send Activation Email
[user:do_not_activate] => Inactive
[user:register_title] => Register
[user:activate_account_title] => Activate Account
[user:activated_account_title] => Activated Account
[user:reset_password_title] => Reset Password
[user:password_reset_title] => Password Reset
[user:error_username] => The username you selected is already in use.
[user:error_email] => The email address you entered is already in use.
[user:full_name] => Full Name
[user:first_name] => First Name
[user:last_name] => Last Name
[user:username] => Username
[user:display_name] => Display Name
[user:email_use] => used to login
[user:remember] => Remember Me
[user:group_id_label] => Group ID
[user:level] => User Role
[user:active] => Active
[user:lang] => Language
[user:activation_code] => Activation code
[user:reset_instructions] => Enter your email address or username
[user:reset_password_link] => Forgot your password?
[user:activation_code_sent_notice] => An email has been sent to you with your activation code.
[user:activation_by_admin_notice] => Your registration is awaiting approval by an administrator.
[user:registration_disabled] => Sorry, but the user registration is disabled.
[user:details_section] => Name
[user:password_section] => Change password
[user:other_settings_section] => Other settings
[user:settings_saved_success] => The settings for your user account have been saved.
[user:settings_saved_error] => An error occurred.
[user:register_btn] => Register
[user:activate_btn] => Activate
[user:reset_pass_btn] => Reset Pass
[user:login_btn] => Login
[user:settings_btn] => Save settings
[user:added_and_activated_success] => New user has been created and activated.
[user:added_not_activated_success] => New user has been created, the account needs to be activated.
[user:edit_user_not_found_error] => User not found.
[user:edit_success] => User successfully updated.
[user:edit_error] => Error occurred when trying to update user.
[user:activate_success] => %s users out of %s successfully activated.
[user:activate_error] => You need to select users first.
[user:delete_self_error] => You cannot delete yourself!
[user:mass_delete_success] => %s users out of %s successfully deleted.
[user:mass_delete_error] => You need to select users first.
[user:email_pass_missing] => Email or password fields are not complete.
[user:email_exists] => The email address you have chosen is already in use with a different user.
[user:register_error] => We think you are a bot. If we are mistaken please accept our apologies.
[user:register_reasons] => Join up to access special areas normally restricted. This means your settings will be remembered, more content and less ads.
[user:activation_incorrect] => Activation failed. Please check your details and make sure CAPS LOCK is not on.
[user:activated_message] => Your account has been activated, you can now log in to your account.
[user:logged_in] => You have logged in successfully.
[user:already_logged_in] => You are already logged in. Please logout before trying again.
[user:login_incorrect] => E-mail or password do not match. Please check your login and make sure CAPS LOCK is not on.
[user:inactive] => The account you are trying to access is currently inactive. Check your e-mail for instructions on how to activate your account - it may be in the junk folder.
[user:logged_out] => You have been logged out.
[user:forgot_incorrect] => No account was found with these details.
[user:password_reset_message] => Your password has been reset. You should recieve the email within the next 2 hours. If you don't, it might have gone into your junk mail by accident.
[user:activation_email_subject] => Activation Required
[user:activation_email_body] => Thank you for activting your account with %s. To log in to the site, please visit the link below:
[user:activated_email_subject] => Activation Complete
[user:activated_email_content_line1] => Thank you for registering at %s. Before we can activate your account, please complete the registration process by clicking on the following link:
[user:activated_email_content_line2] => In case your email program does not recognize the above link as, please direct your browser to the following URL and enter the activation code:
[user:reset_pass_email_subject] => Password Reset
[user:reset_pass_email_body] => Your password at %s has been reset. If you did not request this change, please email us at %s and we will resolve the situation.
[profile_of_title] => %s's Profile
[profile_user_details_label] => User Details
[profile_role_label] => Role
[profile_registred_on_label] => Registered on
[profile_last_login_label] => Last login
[profile_male_label] => Male
[profile_female_label] => Female
[profile_not_set_up] => This user does not have a profile set up.
[profile_edit] => Edit your profile
[profile_personal_section] => Personal
[profile_display_name] => Display Name
[profile_dob] => Date of Birth
[profile_dob_day] => Day
[profile_dob_month] => Month
[profile_dob_year] => Year
[profile_gender] => Gender
[profile_gender_nt] => Not Telling
[profile_gender_male] => Male
[profile_gender_female] => Female
[profile_bio] => About me
[profile_contact_section] => Contact
[profile_phone] => Phone
[profile_mobile] => Mobile
[profile_address] => Address
[profile_address_line1] => Line #1
[profile_address_line2] => Line #2
[profile_address_line3] => Town/City
[profile_address_postcode] => Post/Zip Code
[profile_website] => Website
[profile_api_section] => API Access
[profile_edit_success] => Your profile has been saved.
[profile_edit_error] => An error occurred.
[profile_save_btn] => Save profile
[files:files_title] => Files
[files:fetching] => Retrieving data...
[files:fetch_completed] => Completed
[files:save_failed] => Sorry. The changes could not be saved
[files:item_created] => "%s" was created
[files:item_updated] => "%s" was updated
[files:item_deleted] => "%s" was deleted
[files:item_not_deleted] => "%s" could not be deleted
[files:item_not_found] => Sorry. "%s" could not be found
[files:sort_saved] => Sort order saved
[files:no_permissions] => You do not have sufficient permissions
[files:activity] => Activity
[files:places] => Places
[files:back] => Back
[files:forward] => Forward
[files:start] => Start Upload
[files:details] => Details
[files:id] => ID
[files:name] => Name
[files:slug] => Slug
[files:path] => Path
[files:added] => Date Added
[files:width] => Width
[files:height] => Height
[files:ratio] => Ratio
[files:alt_attribute] => Alt Attribute
[files:full_size] => Full Size
[files:filename] => Filename
[files:filesize] => Filesize
[files:download_count] => Download Count
[files:download] => Download
[files:location] => Location
[files:keywords] => Keywords
[files:toggle_data_display] => Toggle Data Display
[files:description] => Description
[files:container] => Container
[files:bucket] => Bucket
[files:check_container] => Check Validity
[files:search_message] => Type and hit Enter
[files:search] => Search
[files:synchronize] => Synchronize
[files:uploader] => Drop files here or Click to select files
[files:replace_file] => Replace file
[files:refresh] => Refresh
[files:open] => Open
[files:new_folder] => New Folder
[files:upload] => Upload
[files:rename] => Rename
[files:replace] => Replace
[files:delete] => Delete
[files:edit] => Edit
[files:no_folders] => Files and folders are managed much like they would be on your desktop. Right click in the area below this message to create your first folder. Then right click on the folder to rename, delete, upload files to it, or change details such as linking it to a cloud location.
[files:no_folders_places] => Folders that you create will show up here in a tree that can be expanded and collapsed. Click on "Places" to view the root folder.
[files:no_folders_wysiwyg] => No folders have been created yet
[files:new_folder_name] => Untitled Folder
[files:folder] => Folder
[files:folders] => Folders
[files:select_folder] => Select a Folder
[files:subfolders] => Subfolders
[files:root] => Root
[files:no_subfolders] => No Subfolders
[files:folder_not_empty] => You must delete the contents of "%s" first
[files:mkdir_error] => We are unable to create %s. You must create it manually
[files:chmod_error] => The upload directory is unwriteable. It must be 0777
[files:location_saved] => The folder location has been saved
[files:container_exists] => "%s" exists. Save to link its contents to this folder
[files:container_not_exists] => "%s" does not exist in your account. Save and we will try to create it
[files:error_container] => "%s" could not be created and we could not determine the reason
[files:container_created] => "%s" has been created and is now linked to this folder
[files:unwritable] => "%s" is unwritable, please set its permissions to 0777
[files:specify_valid_folder] => You must specify a valid folder to upload the file to
[files:enable_cdn] => You must enable CDN for "%s" via your Rackspace control panel before we can synchronize
[files:synchronization_started] => Starting synchronization
[files:synchronization_complete] => Synchronization for "%s" has been completed
[files:untitled_folder] => Untitled Folder
[files:no_files] => No files found
[files:file_uploaded] => "%s" has been uploaded
[files:unsuccessful_fetch] => We were unable to fetch "%s". Are you sure it is a public file?
[files:invalid_container] => "%s" does not appear to be a valid container.
[files:no_records_found] => No records could be found
[files:invalid_extension] => "%s" has a file extension that is not allowed
[files:upload_error] => The file upload failed
[files:description_saved] => The file details have been saved
[files:alt_saved] => The image alt attribute has been saved
[files:file_moved] => "%s" has been moved successfully
[files:exceeds_server_setting] => The server cannot handle this large of a file
[files:exceeds_allowed] => File exceeds the max size allowed
[files:file_type_not_allowed] => This type of file is not allowed
[files:replace_warning] => Warning: Do not replace a file with a file of a different type (e.g. .jpg with .png)
[files:type_a] => Audio
[files:type_v] => Video
[files:type_d] => Document
[files:type_i] => Image
[files:type_o] => Other
[account_creation_successful] => Account Successfully Created
[account_creation_unsuccessful] => Unable to Create Account
[account_creation_duplicate_email] => Email Already Used or Invalid
[account_creation_duplicate_username] => Username Already Used or Invalid
[password_change_successful] => Password Successfully Changed
[password_change_unsuccessful] => Unable to Change Password
[forgot_password_successful] => Password Reset Email Sent
[forgot_password_unsuccessful] => Unable to Reset Password
[activate_successful] => Account Activated
[activate_unsuccessful] => Unable to Activate Account
[deactivate_successful] => Account De-Activated
[deactivate_unsuccessful] => Unable to De-Activate Account
[activation_email_successful] => Activation Email Sent
[activation_email_unsuccessful] => Unable to Send Activation Email
[login_successful] => Logged In Successfully
[login_unsuccessful] => Incorrect Login
[logout_successful] => Logged Out Successfully
[update_successful] => Account Information Successfully Updated
[update_unsuccessful] => Unable to Update Account Information
[delete_successful] => User Deleted
[delete_unsuccessful] => Unable to Delete User
[streams:save_field_error] => There was a problem saving your field.
[streams:field_add_success] => Field added successfully.
[streams:field_update_error] => There was a problem updating your field.
[streams:field_update_success] => Field updated successfully.
[streams:field_delete_error] => There was a problem deleting this field.
[streams:field_delete_success] => Field deleted successfully.
[streams:view_options_update_error] => There was a problem updating the view options.
[streams:view_options_update_success] => View options successfully updated.
[streams:remove_field_error] => There was a problem removing this field.
[streams:remove_field_success] => Field successfully removed.
[streams:create_stream_error] => There was a problem creating your stream.
[streams:create_stream_success] => Stream created successfully.
[streams:stream_update_error] => There was a problem updating this stream.
[streams:stream_update_success] => Stream updated successfully.
[streams:stream_delete_error] => There was a problem with deleting this stream.
[streams:stream_delete_success] => Stream deleted successfully.
[streams:stream_field_ass_add_error] => There was a problem adding this field to this stream.
[streams:stream_field_ass_add_success] => Field added to stream successfully.
[streams:stream_field_ass_upd_error] => There was a problem updating this field assignment.
[streams:stream_field_ass_upd_success] => Field assignment updated successfully.
[streams:delete_entry_error] => There was a problem deleting this entry.
[streams:delete_entry_success] => Entry deleted successfully.
[streams:new_entry_error] => There was a problem adding this entry.
[streams:new_entry_success] => Entry added successfully.
[streams:edit_entry_error] => There was a problem updating this entry.
[streams:edit_entry_success] => Entry updated successfully.
[streams:delete_summary] => Are you sure you want to delete the %s stream? This will delete %s %s permanently.
[streams:no_stream_provided] => No stream was provided.
[streams:invalid_stream] => Invalid stream.
[streams:not_valid_stream] => is not a valid stream.
[streams:invalid_stream_id] => Invalid stream ID.
[streams:invalid_row] => Invalid row.
[streams:invalid_id] => Invalid ID.
[streams:cannot_find_assign] => Cannot find field assignment.
[streams:cannot_find_pyrostreams] => Cannot find PyroStreams.
[streams:table_exists] => A table with the slug %s already exists.
[streams:no_results] => No results
[streams:no_entry] => Unable to find entry.
[streams:invalid_search_type] => is not a valid search type.
[streams:search_not_found] => Search not found.
[streams:field_slug_not_unique] => This field slug is already in use.
[streams:not_mysql_safe_word] => The %s field is a MySQL reserved word.
[streams:not_mysql_safe_characters] => The %s field contains disallowed characters.
[streams:type_not_valid] => Please select a valid field type.
[streams:stream_slug_not_unique] => This stream slug is already in use.
[streams:field_unique] => The %s field must be unique.
[streams:field_is_required] => The %s field is required.
[streams:date_out_or_range] => The date you have chosen for %s is out of the acceptable range.
[streams:label.field] => Field
[streams:label.field_required] => Field is Required
[streams:label.field_unique] => Field is Unique
[streams:label.field_instructions] => Field Instructions
[streams:label.make_field_title_column] => Make field the title column
[streams:label.field_name] => Field Name
[streams:label.field_slug] => Field Slug
[streams:label.field_type] => Field Type
[streams:id] => ID
[streams:created_by] => Created By
[streams:created_date] => Created Date
[streams:updated_date] => Updated Date
[streams:value] => Value
[streams:manage] => Manage
[streams:search] => Search
[streams:stream_prefix] => Stream Prefix
[streams:instr.field_instructions] => Displayed on form when entering or editing data.
[streams:instr.stream_full_name] => Full name for your stream.
[streams:instr.slug] => Lowercase, just letters and underscores.
[streams:assign_field] => Assign Field to Stream
[streams:edit_assign] => Edit Stream Assignment
[streams:add_field] => Create Field
[streams:edit_field] => Edit Field
[streams:fields] => Fields
[streams:streams] => Streams
[streams:list_fields] => List Fields
[streams:new_entry] => New Entry
[streams:stream_entries] => Stream Entries
[streams:entries] => Entries
[streams:stream_admin] => Stream Admin
[streams:list_streams] => List Streams
[streams:sure] => Are You Sure?
[streams:field_assignments] => Stream Field Assignments
[streams:new_field_assign] => New Field Assignment
[streams:stream_name] => Stream Name
[streams:stream_slug] => Stream Slug
[streams:about] => About
[streams:total_entries] => Total Entries
[streams:add_stream] => New Stream
[streams:edit_stream] => Edit Stream
[streams:about_stream] => About This Stream
[streams:title_column] => Title Column
[streams:sort_method] => Sort Method
[streams:add_entry] => Add Entry
[streams:edit_entry] => Edit Entry
[streams:view_options] => View Options
[streams:stream_view_options] => Stream View Options
[streams:backup_table] => Backup Stream Table
[streams:delete_stream] => Delete Stream
[streams:entry] => Entry
[streams:field_types] => Field Types
[streams:field_type] => Field Type
[streams:database_table] => Database Table
[streams:size] => Size
[streams:num_of_entries] => Number of Entries
[streams:num_of_fields] => Number of Fields
[streams:last_updated] => Last Updated
[streams:export_schema] => Export Schema
[streams:start.add_one] => add one here
[streams:start.no_fields] => You have not created any fields yet. To start, you can
[streams:start.no_assign] => Looks like there are no fields yet for this stream. To start, you can
[streams:start.add_field_here] => add a field here
[streams:start.create_field_here] => create a field here
[streams:start.no_streams] => There are no streams yet, but you can start by
[streams:start.no_streams_yet] => There are no streams yet.
[streams:start.adding_one] => adding one
[streams:start.no_fields_to_add] => No Fields to Add
[streams:start.no_fields_msg] => There are no fields to add to this stream. In PyroStreams, field types can be shared between streams and must be created before being added to a stream. You can start by
[streams:start.adding_a_field_here] => adding a field here
[streams:start.no_entries] => There are no entries yet for %s. To start, you can
[streams:no_entries] => No entries
[streams:add_fields] => assign fields
[streams:add_an_entry] => add an entry
[streams:to_this_stream_or] => to this stream or
[streams:no_field_assign] => No Field Assignments
[streams:no_fields_msg_first] => Looks like there are no fields yet for this stream.
[streams:no_field_assign_msg] => Before you start entering data, you need to
[streams:add_some_fields] => assign some fields
[streams:start.before_assign] => Before assigning fields to a stream, you need to create a field. You can
[streams:start.no_fields_to_assign] => Looks like there are no fields available to be assigned. Before you can assign a field you must
[streams:yes_delete] => Yes, Delete
[streams:no_thanks] => No Thanks
[streams:new_field] => New Field
[streams:edit] => Edit
[streams:delete] => Delete
[streams:remove] => Remove
[streams:reset] => Reset
[streams:field_singular] => field
[streams:field_plural] => fields
[streams:by_title_column] => By Title Column
[streams:manual_order] => Manual Order
[streams:stream_data_line] => Edit basic stream data.
[streams:view_options_line] => Choose which columns should be visible on the list data page.
[streams:backup_line] => Backup and download stream table into a zip file.
[streams:permanent_delete_line] => Permanently delete a stream and all stream data.
[streams:choose_a_field_type] => Choose a field type
[streams:choose_a_field] => Choose a field
[recaptcha_class_initialized] => reCaptcha Library Initialized
[recaptcha_no_private_key] => You did not supply an API key for Recaptcha
[recaptcha_no_remoteip] => For security reasons, you must pass the remote ip to reCAPTCHA
[recaptcha_socket_fail] => Could not open socket
[recaptcha_incorrect_response] => Incorrect Security Image Response
[recaptcha_field_name] => Security Image
[recaptcha_html_error] => Error loading security image. Please try again later
[streams:max_length] => Max Length
[streams:upload_location] => Upload Location
[streams:default_value] => Default Value
[streams:menu_path] => Menu Path
[streams:about_instructions] => A short description of your stream.
[streams:slug_instructions] => This will also be the database table name for your stream.
[streams:prefix_instructions] => If used, this will prefix the table in the database. Useful for naming collisons.
[streams:menu_path_instructions] => Where you what section and sub section this stream should show up in the menu. Separate by a forward slash. Ex: Main Section / Sub Section.
[streams:state.name] => US State
[streams:state.full] => Full Name
[streams:state.abbr] => Abbreviation
[streams:state.state_display] => State Display
[streams:state.default_state] => Default State
[streams:year.name] => Year
[streams:year.start_year] => Start Year
[streams:year.end_year] => End Year
[streams:year.default_year] => Default Year
[streams:encrypt.name] => Encrypted
[streams:encrypt.hide_typing] => Hide Typing on Input?
[streams:slug.name] => Slug
[streams:slug.space_type] => Space Type
[streams:slug.slug_field] => Slug Field
[streams:slug.dash] => Dash
[streams:slug.underscore] => Underscore
[streams:email.name] => Email
[streams:file.name] => File
[streams:file.folder] => Upload Folder
[streams:file.allowed_types] => Allowed Types
[streams:file.folder_notice] => You need to set an upload folder before you can upload files. Would you like to create one now?
[streams:file.allowed_types_instructions] => Separate each file type with a pipe character. Ex: pdf|png
[streams:file.allowed_types_error] => The field %s contains an invalid file type.
[streams:url.name] => URL
[streams:relationship.name] => Relationship
[streams:relationship.choose_stream] => Relationship Stream
[streams:relationship.doesnt_exist] => Related stream does not exist.
[streams:integer.name] => Integer
[streams:image.name] => Image
[streams:image.folder] => Upload Folder
[streams:image.resize_width] => Resize Width
[streams:image.resize_height] => Resize Height
[streams:image.allowed_types] => Allowed Types
[streams:image.image_errors] => The following errors occurred when adding your file:
[streams:image.need_folder] => You need to set an upload folder before you can upload files. Would you like to create one now?
[streams:image.keep_ratio] => Keep Ratio
[streams:image.keep_ratio_instr] => When resizing, should we keep the ratio?
[streams:image.allowed_types_instr] => Ex: jpg|jpeg|png
[streams:image.allowed_types_error] => The image type is not allowed. Allowed types: %s.
[streams:textarea.name] => Textarea
[streams:textarea.default_text] => Default Text
[streams:textarea.allow_tags] => Allow Lex Tags
[streams:textarea.content_type] => Content Type
[streams:country.name] => Country
[streams:country.default_country] => Default Country
[streams:text.name] => Text
[streams:datetime.name] => Date/Time
[streams:datetime.use_time] => Use Time
[streams:datetime.timezone] => Timezone
[streams:datetime.start_date] => Start Restriction
[streams:datetime.end_date] => End Restriction
[streams:datetime.rest_instructions] => Takes numerical offset from current date (Ex: -20) or numerical offset for days (D), months (M), and years (Y). Ex: +1D +2Y<
[streams:datetime.storage] => Storage Format
[streams:datetime.input_type] => Input Type
[streams:invalid_input_for_date_range_check] => Invalid date input for data range check.
[streams:wysiwyg.name] => WYSIWYG
[streams:wysiwyg.editor_type] => Editor Type
[streams:wysiwyg.allow_tags] => Allow Tags
[streams:wysiwyg.simple] => Simple
[streams:wysiwyg.advanced] => Advanced
[streams:choice.name] => Choices
[streams:choice.instructions] => Put each choice on one line. If you want a separate value for each choice, you can separate them by a colon (:).
PyroCMS
pyro : PyroCMS
[streams:choice.choice_data] => Choice Data
[streams:choice.choice_type] => Choice Type
[streams:choice.dropdown] => Dropdown
[streams:choice.radio_buttons] => Radio Buttons
[streams:choice.checkboxes] => Checkboxes
[streams:choice.min_choices] => Minimum Number of Selections
[streams:choice.max_choices] => Maximum Number of Selections
[streams:choice.checkboxes_only] => Only available for checkboxes.
[streams:choice.must_select_num] => You must select {val} items from the %s list.
[streams:choice.must_at_least] => You must select at least {val} items from the %s list.
[streams:choice.must_max_num] => You can only select {val} items from the %s list.
[streams:choice.multiselect] => Multiselect Type.
[streams:choice.invalidtype] => Invalid Type.
[streams:user.name] => User
[streams:user.restrict_group] => Restrict Group
[streams:user.dont_restrict_groups] => Don't Restrict Groups
[streams:keywords.name] => Keywords
[streams:keywords.return_type] => Return Type
[streams:keywords.return_type.instructions] => Array: Rows with keyword, count, total, is_first, is_last String: keyword_1, keyword_2, keyword_3 Changing this will effect your templating.
[streams:pyro_lang.name] => PyroCMS Language
[streams:wysiwyg_video.name] => WYSIWYG (video)
[streams:wysiwyg_video.editor_type] => Editor Type
[streams:wysiwyg_video.allow_tags] => Allow Tags
[streams:wysiwyg_video.simple] => Simple
[streams:wysiwyg_video.advanced] => Advanced
[alpha_dot_dash] => The %s field may only contain alpha-numeric characters, underscores, dots and dashes.
[decimal] => The %s field must contain only decimal numbers.
[csrf_bad_token] => Invalid CSRF Token
[streams:api.empty_stream_name] => No stream name provided.
[streams:api.empty_stream_slug] => No stream slug provided.
[streams:api.stream_slug_in_use] => Stream slug in use.
[streams:api.empty_field_name] => No field name provided.
[streams:api.empty_field_slug] => No field slug provided.
[streams:api.field_slug_in_use] => Field slug in use.
[comments:title] => Comments
[comments:your_comment] => Post a comment
[comments:user_comments] => User comments
[comments:list_comment] => %s commented on %s saying:
[comments:recent_comments] => Recent comments
[comments:view_more] => View more...
[comments:name_label] => Your Name
[comments:website_label] => Website
[comments:message_label] => Message
[comments:status_label] => Status
[comments:activate_label] => Approve
[comments:deactivate_label] => Unapprove
[comments:module_label] => Module
[comments:item_label] => Item
[comments:date_label] => Date
[comments:posted_label] => Posted
[comments:from_label] => From
[comments:preview_label] => Preview
[comments:send_label] => Comment
[comments:inactive_title] => Comments awaiting approval
[comments:active_title] => Approved comments
[comments:edit_title] => Edit comment
[comments:list_title] => List comments
[comments:add_success] => The comment has been saved.
[comments:add_approve] => The comment has been saved and is awaiting approval.
[comments:add_error] => There was a problem adding your comment. Please try again later.
[comments:edit_success] => The comment was edited successfully.
[comments:edit_error] => The comment could not be edited.
[comments:approve_success] => This comment has been approved.
[comments:approve_success_multiple] => The selected comments have been approved.
[comments:approve_error] => There was a problem approving this comment.
[comments:approve_error_multiple] => There was a problem approving the selected comments:
[comments:unapprove_success] => The comment has been unapproved and will no longer show on the live site.
[comments:unapprove_success_multiple] => The selected comments have been unapproved and will no longer show on the live site.
[comments:unapprove_error] => There was a problem unapproving this comment. Perhaps deleting would work?
[comments:unapprove_error_multiple] => There was a problem unapproving the selected comments: Perhaps deleting would work?
[comments:delete_single_success] => This comment #%s has been deleted and will no longer show on the live site.
[comments:delete_multi_success] => The comments #%s have been deleted and will no longer show on the live site.
[comments:no_comments] => There are no comments
[comments:counter_none_label] => No comment
[comments:counter_singular_label] => %d comment
[comments:counter_plural_label] => %d comments
)
[is_loaded] => Array
(
[errors_lang.php] => english
[migration_lang.php] => english
[0] => settings/settings_lang.php
[global_lang.php] => english
[1] => users/user_lang.php
[2] => files/files_lang.php
[3] => users/ion_auth_lang.php
[4] => streams_core/pyrostreams_lang.php
[state_lang.php] => english
[year_lang.php] => english
[encrypt_lang.php] => english
[slug_lang.php] => english
[email_lang.php] => english
[file_lang.php] => english
[url_lang.php] => english
[relationship_lang.php] => english
[integer_lang.php] => english
[image_lang.php] => english
[textarea_lang.php] => english
[country_lang.php] => english
[text_lang.php] => english
[datetime_lang.php] => english
[wysiwyg_lang.php] => english
[choice_lang.php] => english
[user_lang.php] => english
[keywords_lang.php] => english
[pyro_lang_lang.php] => english
[wysiwyg_video_lang.php] => english
[extra_validation_lang.php] => english
[streams_api_lang.php] => english
[5] => comments/comments_lang.php
)
)
[class] => pages
[method] => index
[_SESSION] => Array
(
[lang_code] => en
)
[CI] => Pages Object
(
[module] => pages
[controller] => pages
[method] => index
[autoload] => Array
(
)
[load] => MY_Loader Object
(
[_ci_loaded_sparks] => Array
(
)
[_module:protected] => pages
[_ci_plugins] => Array
(
)
[_ci_cached_vars] => Array
(
[lang] => Array
(
[name] => English
[folder] => english
[direction] => ltr
[codes] => Array
(
[0] => en
[1] => english
[2] => en_US
)
[ckeditor] =>
[code] => en
)
[template_views] => addons/default/themes/webaslt/views/
[page] => stdClass Object
(
[id] => 21
[created] => 1423040218
[updated] => 1516186104
[ordering_count] => 1
[created_by] => Array
(
[user_id] => 1
[email] => jaroslav@webas.lt
[username] => Jaroslav
[display_name] => Jaroslav Petrusevic
)
[last] => 1
[odd_even] => odd
[count] => 1
[slug] => home
[class] =>
[title] => Home
[uri] => home
[parent_id] => 0
[type_id] => 2
[entry_id] => 1
[css] =>
[js] =>
[meta_title] =>
[meta_keywords] =>
[meta_robots_no_index] => 0
[meta_robots_no_follow] => 0
[meta_description] =>
[rss_enabled] => 0
[comments_enabled] => 0
[status] => live
[created_on] => 1423033018
[updated_on] => 1516178904
[restricted_to] => 0
[is_home] => 1
[strict_uri] => 0
[order] => 0
[layout] => stdClass Object
(
[id] => 2
[slug] => main
[title] => Main
[description] =>
[stream_id] => 4
[meta_title] =>
[meta_keywords] =>
[meta_description] =>
[body] => {{ body }}
[css] =>
[js] =>
[theme_layout] => main.html
[updated_on] => 1435237232
[save_as_files] => n
[content_label] =>
[title_label] =>
)
[base_uri] =>
)
[current_user] =>
[template] => Array
(
[title] => Go Vilnius
[page_title] => Go Vilnius
[breadcrumbs] => Array
(
[0] => Array
(
[name] => Home
[uri] =>
)
)
[metadata] =>
[partials] => Array
(
)
[body] =>
)
[module_details] => Array
(
[name] => Pages
[module] => Module_Pages Object
(
[version] => 2.2.0
)
[slug] => pages
[version] => 2.2.0
[description] => Add custom pages to the site with any content you want.
[skip_xss] => 1
[is_frontend] => 1
[is_backend] => 1
[menu] => content
[enabled] => 1
[sections] => Array
(
[pages] => Array
(
[name] => pages:list_title
[uri] => admin/pages
)
[types] => Array
(
[name] => page_types:list_title
[uri] => admin/pages/types
)
)
[shortcuts] => Array
(
)
[installed] => 1
[is_core] => 1
[is_current] => 1
[current_version] => 2.2.0
[path] => system/cms/modules/pages
[updated_on] => 1516365533
)
[server] => Array
(
[USER] => www-data
[HOME] => /var/www
[FCGI_ROLE] => RESPONDER
[SCRIPT_FILENAME] => /var/www/100contest.vilnius-tourism.lt/index.php
[DOCUMENT_ROOT] => /var/www/100contest.vilnius-tourism.lt
[HTTPS] => off
[QUERY_STRING] =>
[REQUEST_METHOD] => GET
[CONTENT_TYPE] =>
[CONTENT_LENGTH] =>
[SCRIPT_NAME] => /index.php
[REQUEST_URI] => /
[DOCUMENT_URI] => /index.php
[SERVER_PROTOCOL] => HTTP/1.1
[REQUEST_SCHEME] => http
[GATEWAY_INTERFACE] => CGI/1.1
[SERVER_SOFTWARE] => nginx/1.12.2
[REMOTE_ADDR] => 135.181.104.18
[REMOTE_PORT] => 44128
[SERVER_ADDR] => 185.5.53.181
[SERVER_PORT] => 80
[SERVER_NAME] => 100contest.vilnius-tourism.lt
[REDIRECT_STATUS] => 200
[HTTP_USER_AGENT] => Archive Team
[HTTP_ACCEPT] => */*
[HTTP_ACCEPT_ENCODING] => identity
[HTTP_HOST] => vilnius-tourism.eu
[HTTP_CONNECTION] => Keep-Alive
[PHP_SELF] => /index.php
[REQUEST_TIME_FLOAT] => 1609332167.9108
[REQUEST_TIME] => 1609332167
[APP_DEBUG] => true
[DB_HOST] => localhost
[DB_USER] => vtic_cont100
[DB_PASS] => feu4huthubahp9levaidaefa1ooMoh
[DB_NAME] => vtic_cont100
[DB_DRIVER] => mysqli
[APP_KEY] => 7WQ/Ha7cxB81mLkT7Lkv3+lp5Em5DBue/bjaI5cofD
[RECAPTCHA_KEY] => 6LcjaB0TAAAAAAY9NtxNqLeTMDiKNtPoh1FJA6Su
[RECAPTCHA_SECRET] => 6LcjaB0TAAAAAD0fTtbl-AkIfIOEuwIeh4d9D7Ou
)
[theme] => stdClass Object
(
[slug] => webaslt
[is_core] =>
[path] => addons/default/themes/webaslt
[web_path] => addons/default/themes/webaslt
[screenshot] => addons/default/themes/webaslt/screenshot.png
[name] => webaslt
[author] => ????
[author_website] =>
[website] =>
[description] =>
[version] => ??
[options] => stdClass Object
(
)
)
[_body] =>
[_tags] => Array
(
[persistent_tags] => Array
(
[0] => template:metadata
)
)
)
[_ci_ob_level:protected] => 1
[_ci_view_paths:protected] => Array
(
[system/cms/modules/pages/views/] => 1
)
[_ci_library_paths:protected] => Array
(
[0] => addons/shared_addons/
[1] => addons/default/
[2] => system/cms/
[3] => /home/cont100/contest100www/system/codeigniter/
)
[_ci_model_paths:protected] => Array
(
[0] => addons/shared_addons/
[1] => system/cms/modules/pages/
[2] => addons/default/
[3] => system/cms/
)
[_ci_helper_paths:protected] => Array
(
[0] => addons/shared_addons/
[1] => system/cms/
[2] => /home/cont100/contest100www/system/codeigniter/
)
[_base_classes:protected] => Array
(
[benchmark] => Benchmark
[hooks] => Hooks
[config] => Config
[log] => Log
[exceptions] => Exceptions
[utf8] => Utf8
[uri] => URI
[router] => Router
[output] => Output
[security] => Security
[input] => Input
[lang] => Lang
[loader] => Loader
[model] => Model
)
[_ci_classes:protected] => Array
(
[asset] => asset
[template] => template
[parser] => parser
[user_agent] => agent
[cache] => cache
[translate] => translate
[pyrocache] => pyrocache
[migration] => migration
[session] => session
[encrypt] => encrypt
[settings] => settings
[email] => email
[streams] => streams
[image_lib] => image_lib
[keywords] => keywords
[type] => type
[fields] => fields
[form_validation] => form_validation
[ion_auth] => ion_auth
[events] => events
[variables] => variables
[comments] => comments
[plugins] => plugins
)
[_ci_loaded_files:protected] => Array
(
[0] => system/cms/libraries/Asset.php
[1] => system/cms/libraries/Template.php
[2] => system/cms/libraries/MY_Parser.php
[3] => system/cms/libraries/MY_User_agent.php
[4] => /home/cont100/contest100www/system/codeigniter/libraries/Cache/Cache.php
[5] => system/cms/libraries/Pyrocache.php
[6] => /home/cont100/contest100www/system/codeigniter/libraries/Migration.php
[7] => /home/cont100/contest100www/system/codeigniter/libraries/Session/Session.php
[8] => /home/cont100/contest100www/system/codeigniter/libraries/Encrypt.php
[9] => system/cms/libraries/MY_Email.php
[10] => system/cms/libraries/Streams/Streams.php
[11] => system/cms/libraries/MY_Image_lib.php
[12] => system/cms/libraries/MY_Form_validation.php
[13] => system/cms/libraries/Events.php
[14] => system/cms/libraries/Plugins.php
)
[_ci_models:protected] => Array
(
[0] => settings_m
[1] => translatesettings_m
[2] => translatedomains_m
[3] => keyword_m
[4] => row_m
[5] => streams_m
[6] => fields_m
[7] => ion_auth_model
[8] => permission_m
[9] => module_m
[10] => theme_m
[11] => page_type_m
[12] => page_m
[13] => translate_m
[14] => paieska_m
[15] => redirect_m
[16] => variables_m
[17] => comment_m
)
[_ci_helpers:protected] => Array
(
[debug_helper] => 1
[url_helper] => 1
[form_helper] => 1
[text_helper] => 1
[string_helper] => 1
[language_helper] => 1
[html_helper] => 1
[pagination_helper] => 1
[array_helper] => 1
[gravatar_helper] => 1
[markdown_helper] => 1
[module_helper] => 1
[user_helper] => 1
[translate_helper] => 1
[file_helper] => 1
[inflector_helper] => 1
[cookie_helper] => 1
[date_helper] => 1
[directory_helper] => 1
[security_helper] => 1
[plugin_helper] => 1
)
[_ci_varmap:protected] => Array
(
[unit_test] => unit
[user_agent] => agent
)
[controller] => Pages Object
*RECURSION*
)
[current_user] =>
[sentry] => Cartalyst\Sentry\Sentry Object
(
[user:protected] =>
[session:protected] => Cartalyst\Sentry\Sessions\CISession Object
(
[store:protected] => CI_Session Object
(
[params] => Array
(
)
[current:protected] => CI_Session_cookie Object
(
[sess_encrypt_cookie] => 1
[sess_use_database] => 1
[sess_table_name] => default_ci_sessions
[sess_expiration] => 63072000
[sess_expire_on_close] => 1
[sess_match_ip] => 1
[sess_match_useragent] => 1
[sess_cookie_name] => 100contest_webascms_development
[cookie_prefix] => 100contest_
[cookie_path] => /
[cookie_domain] => 100contest.vilnius-tourism.lt
[cookie_secure] =>
[cookie_httponly] =>
[sess_time_to_update] => 300
[encryption_key] => 7WQ/Ha7cxB81mLkT7Lkv3+lp5Em5DBue/bjaI5cofD
[time_reference] => gmt
[userdata] => Array
(
[session_id] => 7de010d0d01177def7cc284f5a07bed1
[ip_address] => 135.181.104.18
[user_agent] => Archive Team
[last_activity] => 1609324967
)
[CI] => CI Object
(
[benchmark] => CI_Benchmark Object
(
[marker] => Array
(
[total_execution_time_start] => 1609332167.9164
[loading_time:_base_classes_start] => 1609332167.9164
[loading_time:_base_classes_end] => 1609332167.9319
[controller_execution_time_( pages / index )_start] => 1609332167.9425
[my_controller_start] => 1609332167.9428
[my_controller_end] => 1609332168.0448
[public_controller_start] => 1609332168.0448
[public_controller_end] => 1609332168.0473
[parse_start] => 1609332168.0599
[parse_end] => 1609332168.0601
[controller_execution_time_( pages / index )_end] => 1609332168.0602
[total_execution_time_end] => 1609332168.0602
)
)
[hooks] => CI_Hooks Object
(
[enabled] => 1
[hooks] => Array
(
[pre_system] => Array
(
[function] => load_exceptions
[filename] => uhoh.php
[filepath] => hooks
)
[pre_controller] => Array
(
[0] => Array
(
[function] => pick_language
[filename] => pick_language.php
[filepath] => hooks
)
[1] => Array
(
[function] => check_installed
[filename] => check_installed.php
[filepath] => hooks
)
)
)
[in_progress] =>
)
[config] => MX_Config Object
(
[config] => Array
(
[base_url] => http://vilnius-tourism.eu/
[index_page] =>
[uri_protocol] => AUTO
[url_suffix] =>
[language] => english
[charset] => UTF-8
[enable_hooks] => 1
[subclass_prefix] => MY_
[permitted_uri_chars] => a-z 0-9~%.:_\-
[allow_get_array] => 1
[enable_query_strings] =>
[controller_trigger] => c
[function_trigger] => m
[directory_trigger] => d
[log_threshold] => 1
[log_path] => /home/cont100/contest100www/storage/logs/
[log_date_format] => Y-m-d H:i:s
[cache_path] => system/cms/cache/default/codeigniter/
[encryption_key] => 7WQ/Ha7cxB81mLkT7Lkv3+lp5Em5DBue/bjaI5cofD
[tinyphp_key] =>
[sess_cookie_name] => webascms_development
[sess_expiration] => 0
[sess_expire_on_close] => 1
[sess_encrypt_cookie] => 1
[sess_use_database] => 1
[sess_table_name] => default_ci_sessions
[sess_match_ip] => 1
[sess_match_useragent] => 1
[sess_time_to_update] => 300
[cookie_prefix] => 100contest_
[cookie_domain] => 100contest.vilnius-tourism.lt
[cookie_path] => /
[cookie_secure] =>
[global_xss_filtering] =>
[csrf_protection] =>
[csrf_token_name] => csrf_hash_name
[csrf_cookie_name] => csrf_cookie_name
[csrf_expire] => 7200
[csrf_exclude_uris] => Array
(
)
[compress_output] =>
[minify_output] =>
[time_reference] => gmt
[rewrite_short_tags] =>
[proxy_ips] =>
[modules_locations] => Array
(
[system/cms/modules/] => ../modules/
[addons/__SITE_REF__/modules/] => ../../../addons/__SITE_REF__/modules/
[addons/shared_addons/modules/] => ../../../addons/shared_addons/modules/
)
[supported_languages] => Array
(
[en] => Array
(
[name] => English
[folder] => english
[direction] => ltr
[codes] => Array
(
[0] => en
[1] => english
[2] => en_US
)
[ckeditor] =>
)
[de] => Array
(
[name] => Deutsch
[folder] => german
[direction] => ltr
[codes] => Array
(
[0] => de
[1] => german
[2] => de_DE
)
[ckeditor] =>
)
[pl] => Array
(
[name] => Polski
[folder] => polish
[direction] => ltr
[codes] => Array
(
[0] => plk
[1] => polish
[2] => pl_PL
)
[ckeditor] =>
)
[pt] => Array
(
[name] => Português de Portugal
[folder] => portuguese
[direction] => ltr
[codes] => Array
(
[0] => ptb
[1] => portuguese-portugal
[2] => pt_PT
)
[ckeditor] => pt-pt
)
[ru] => Array
(
[name] => Русский
[folder] => russian
[direction] => ltr
[codes] => Array
(
[0] => rus
[1] => russian
[2] => ru_RU
)
[ckeditor] =>
)
[lt] => Array
(
[name] => Lietuvių
[folder] => lithuanian
[direction] => ltr
[codes] => Array
(
[0] => lt
[1] => lithuanian
[2] => lt_LT
)
[ckeditor] =>
)
[fi] => Array
(
[name] => Suomi
[folder] => finnish
[direction] => ltr
[codes] => Array
(
[0] => fi
[1] => finnish
[2] => fi_FI
)
[ckeditor] =>
)
)
[default_language] => en
[check_http_accept_language] => 1
[asset_paths] => Array
(
[core] => assets/
)
[asset_js_dir] => js/
[asset_css_dir] => css/
[asset_img_dir] => img/
[asset_cache_path] => assets/cache/
[asset_min] =>
[asset_combine] =>
[asset_show_files] =>
[asset_show_files_inline] =>
[asset_deps_max_depth] => 2
[asset_post_load_callback] =>
[asset_groups] => Array
(
)
[asset_symlinks] => Array
(
)
[cache_dir] => system/cms/cache/default/
[cache_default_expires] => 0
[navigation_cache] => 21600
[rss_cache] => 3600
[simplepie_cache_dir] => system/cms/cache/default/simplepie/
[ion_auth] => Array
(
[tables] => Array
(
[groups] => default_groups
[users] => default_users
[meta] => default_profiles
)
[site_title] => Go Vilnius
[admin_email] => info@finlift.lt
[default_group] => user
[admin_group] => admin
[join] => user_id
[columns] => Array
(
)
[identity] => email
[min_password_length] => 6
[max_password_length] => 20
[email_activation] =>
[remember_users] => 1
[user_expire] => 86500
[user_extend_on_login] =>
[email_templates] =>
[email_activate] =>
[email_forgot_password] =>
[email_forgot_password_complete] =>
[salt_length] => 6
[store_salt] => 1
[message_start_delimiter] =>
[cache_expiration] => 0
[headers] => Array
(
)
[mimes] => Array
(
[hqx] => Array
(
[0] => application/mac-binhex40
[1] => application/mac-binhex
[2] => application/x-binhex40
[3] => application/x-mac-binhex40
)
[cpt] => application/mac-compactpro
[csv] => Array
(
[0] => text/x-comma-separated-values
[1] => text/comma-separated-values
[2] => application/octet-stream
[3] => application/vnd.ms-excel
[4] => application/x-csv
[5] => text/x-csv
[6] => text/csv
[7] => text/plain
[8] => application/csv
[9] => application/excel
[10] => application/vnd.msexcel
[11] => text/x-c
)
[bin] => Array
(
[0] => application/macbinary
[1] => application/mac-binary
[2] => application/octet-stream
[3] => application/x-binary
[4] => application/x-macbinary
)
[dms] => application/octet-stream
[lha] => application/octet-stream
[lzh] => application/octet-stream
[exe] => Array
(
[0] => application/octet-stream
[1] => application/x-msdownload
)
[class] => application/octet-stream
[psd] => application/x-photoshop
[so] => application/octet-stream
[sea] => application/octet-stream
[dll] => application/octet-stream
[oda] => application/oda
[pdf] => Array
(
[0] => application/pdf
[1] => application/x-pdf
[2] => application/x-download
[3] => application/x-download
[4] => binary/octet-stream
[5] => application/unknown
[6] => application/force-download
)
[ai] => application/postscript
[eps] => application/postscript
[ps] => application/postscript
[smi] => application/smil
[smil] => application/smil
[mif] => application/vnd.mif
[xls] => Array
(
[0] => application/excel
[1] => application/vnd.ms-excel
[2] => application/msexcel
[3] => application/vnd.ms-office
)
[ppt] => Array
(
[0] => application/powerpoint
[1] => application/vnd.ms-powerpoint
[2] => application/vnd.ms-office
)
[pptx] => Array
(
[0] => application/vnd.openxmlformats-officedocument.presentationml.presentation
[1] => application/zip
)
[wbxml] => application/wbxml
[wmlc] => application/wmlc
[dcr] => application/x-director
[dir] => application/x-director
[dxr] => application/x-director
[dvi] => application/x-dvi
[gtar] => application/x-gtar
[gz] => application/x-gzip
[gzip] => application/x-gzip
[php] => application/x-httpd-php
[php4] => application/x-httpd-php
[php3] => application/x-httpd-php
[phtml] => application/x-httpd-php
[phps] => application/x-httpd-php-source
[js] => application/x-javascript
[swf] => application/x-shockwave-flash
[sit] => application/x-stuffit
[tar] => application/x-tar
[tgz] => Array
(
[0] => application/x-tar
[1] => application/x-gzip-compressed
)
[xhtml] => application/xhtml+xml
[xht] => application/xhtml+xml
[zip] => Array
(
[0] => application/x-zip
[1] => application/zip
[2] => application/x-zip-compressed
)
[mid] => audio/midi
[midi] => audio/midi
[mpga] => audio/mpeg
[mp2] => audio/mpeg
[mp3] => Array
(
[0] => audio/mpeg
[1] => audio/mpg
[2] => audio/mpeg3
[3] => audio/mp3
)
[aif] => Array
(
[0] => audio/x-aiff
[1] => audio/aiff
)
[aiff] => Array
(
[0] => audio/x-aiff
[1] => audio/aiff
)
[aifc] => audio/x-aiff
[ram] => audio/x-pn-realaudio
[rm] => audio/x-pn-realaudio
[rpm] => audio/x-pn-realaudio-plugin
[ra] => audio/x-realaudio
[rv] => video/vnd.rn-realvideo
[wav] => audio/x-wav
[bmp] => Array
(
[0] => image/bmp
[1] => image/x-windows-bmp
)
[gif] => image/gif
[jpeg] => Array
(
[0] => image/jpeg
[1] => image/pjpeg
)
[jpg] => Array
(
[0] => image/jpeg
[1] => image/pjpeg
)
[jpe] => Array
(
[0] => image/jpeg
[1] => image/pjpeg
)
[png] => Array
(
[0] => image/png
[1] => image/x-png
)
[tiff] => image/tiff
[tif] => image/tiff
[css] => text/css
[html] => text/html
[htm] => text/html
[shtml] => text/html
[txt] => text/plain
[text] => text/plain
[log] => Array
(
[0] => text/plain
[1] => text/x-log
)
[rtx] => text/richtext
[rtf] => text/rtf
[xml] => Array
(
[0] => application/xml
[1] => text/xml
)
[xsl] => text/xml
[mpeg] => video/mpeg
[mpg] => video/mpeg
[mpe] => video/mpeg
[qt] => video/quicktime
[mov] => video/quicktime
[avi] => Array
(
[0] => video/x-msvideo
[1] => video/msvideo
[2] => video/avi
[3] => application/x-troff-msvideo
)
[movie] => video/x-sgi-movie
[doc] => application/msword
[docx] => Array
(
[0] => application/vnd.openxmlformats-officedocument.wordprocessingml.document
[1] => application/zip
)
[odt] => Array
(
[0] => application/vnd.oasis.opendocument.text
)
[xlsx] => Array
(
[0] => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[1] => application/zip
)
[word] => Array
(
[0] => application/msword
[1] => application/octet-stream
)
[xl] => application/excel
[eml] => message/rfc822
[json] => Array
(
[0] => application/json
[1] => text/json
)
[pem] => Array
(
[0] => application/x-x509-user-cert
[1] => application/x-pem-file
[2] => application/octet-stream
)
[p10] => Array
(
[0] => application/x-pkcs10
[1] => application/pkcs10
)
[p12] => application/x-pkcs12
[p7a] => application/x-pkcs7-signature
[p7c] => Array
(
[0] => application/pkcs7-mime
[1] => application/x-pkcs7-mime
)
[p7m] => Array
(
[0] => application/pkcs7-mime
[1] => application/x-pkcs7-mime
)
[p7r] => application/x-pkcs7-certreqresp
[p7s] => application/pkcs7-signature
[crt] => Array
(
[0] => application/x-x509-ca-cert
[1] => application/x-x509-user-cert
[2] => application/pkix-cert
)
[crl] => Array
(
[0] => application/pkix-crl
[1] => application/pkcs-crl
)
[der] => application/x-x509-ca-cert
[kdb] => application/octet-stream
[pgp] => application/pgp
[gpg] => application/gpg-keys
[sst] => application/octet-stream
[csr] => application/octet-stream
[rsa] => application/x-pkcs7
[cer] => Array
(
[0] => application/pkix-cert
[1] => application/x-x509-ca-cert
)
[3g2] => video/3gpp2
[3gp] => video/3gp
[mp4] => video/mp4
[m4a] => audio/x-m4a
[f4v] => video/mp4
[aac] => audio/x-acc
[m4u] => application/vnd.mpegurl
[m3u] => text/plain
[xspf] => application/xspf+xml
[vlc] => application/videolan
[wmv] => video/x-ms-wmv
[au] => audio/x-au
[ac3] => audio/ac3
[flac] => audio/x-flac
[ogg] => audio/ogg
[ogv] => application/ogg
[webm] => video/webm
[pages] => application/zip
[numbers] => application/zip
[svg] => image/svg+xml
[docm] => application/vnd.ms-word.document.macroenabled.12
[dotm] => application/vnd.ms-word.template.macroenabled.12
[dotx] => application/vnd.openxmlformats-officedocument.wordprocessingml.template
[potm] => application/vnd.ms-powerpoint.template.macroenabled.12
[potx] => application/vnd.openxmlformats-officedocument.presentationml.template
[ppam] => application/vnd.ms-powerpoint.addin.macroenabled.12
[ppsm] => application/vnd.ms-powerpoint.slideshow.macroenabled.12
[ppsx] => application/vnd.openxmlformats-officedocument.presentationml.slideshow
[pptm] => application/vnd.ms-powerpoint.presentation.macroenabled.12
[xlam] => application/vnd.ms-excel.addin.macroenabled.12
[xlsb] => application/vnd.ms-excel.sheet.binary.macroenabled.12
[xlsm] => application/vnd.ms-excel.sheet.macroenabled.12
[xltm] => application/vnd.ms-excel.template.macroenabled.12
[xltx] => application/vnd.openxmlformats-officedocument.spreadsheetml.template
)
[mime_type:protected] => text/html
[enable_profiler] =>
[_zlib_oc:protected] =>
[_profiler_sections:protected] => Array
(
)
[parse_exec_vars] => 1
)
[security] => CI_Security Object
(
[filename_bad_chars] => Array
(
[0] => ../
[1] =>
[3] => <
[4] => >
[5] => '
[6] => "
[7] => &
[8] => $
[9] => #
[10] => {
[11] => }
[12] => [
[13] => ]
[14] => =
[15] => ;
[16] => ?
[17] => %20
[18] => %22
[19] => %3c
[20] => %253c
[21] => %3e
[22] => %0e
[23] => %28
[24] => %29
[25] => %2528
[26] => %26
[27] => %24
[28] => %3f
[29] => %3b
[30] => %3d
)
[charset] => UTF-8
[_xss_hash:protected] =>
[_csrf_hash:protected] =>
[_csrf_expire:protected] => 7200
[_csrf_token_name:protected] => ci_csrf_token
[_csrf_cookie_name:protected] => ci_csrf_token
[_never_allowed_str:protected] => Array
(
[document.cookie] => [removed]
[document.write] => [removed]
[.parentNode] => [removed]
[.innerHTML] => [removed]
[-moz-binding] => [removed]
[] => -->
[ <![CDATA[
[] => <comment>
)
[_never_allowed_regex:protected] => Array
(
[0] => javascript\s*:
[1] => (document|(document\.)?window)\.(location|on\w*)
[2] => expression\s*(\(|&\#40;)
[3] => vbscript\s*:
[4] => wscript\s*:
[5] => jscript\s*:
[6] => vbs\s*:
[7] => Redirect\s+30\d
[8] => (["'])?data\s*:[^\1]*?base64[^\1]*?,[^\1]*?\1?
)
)
[input] => CI_Input Object
(
[ip_address] => 135.181.104.18
[user_agent] => Archive Team
[_allow_get_array:protected] => 1
[_standardize_newlines:protected] => 1
[_enable_xss:protected] =>
[_enable_csrf:protected] =>
[headers:protected] => Array
(
)
[security] => CI_Security Object
(
[filename_bad_chars] => Array
(
[0] => ../
[1] =>
[3] => <
[4] => >
[5] => '
[6] => "
[7] => &
[8] => $
[9] => #
[10] => {
[11] => }
[12] => [
[13] => ]
[14] => =
[15] => ;
[16] => ?
[17] => %20
[18] => %22
[19] => %3c
[20] => %253c
[21] => %3e
[22] => %0e
[23] => %28
[24] => %29
[25] => %2528
[26] => %26
[27] => %24
[28] => %3f
[29] => %3b
[30] => %3d
)
[charset] => UTF-8
[_xss_hash:protected] =>
[_csrf_hash:protected] =>
[_csrf_expire:protected] => 7200
[_csrf_token_name:protected] => ci_csrf_token
[_csrf_cookie_name:protected] => ci_csrf_token
[_never_allowed_str:protected] => Array
(
[document.cookie] => [removed]
[document.write] => [removed]
[.parentNode] => [removed]
[.innerHTML] => [removed]
[-moz-binding] => [removed]
[] => -->
[ <![CDATA[
[] => <comment>
)
[_never_allowed_regex:protected] => Array
(
[0] => javascript\s*:
[1] => (document|(document\.)?window)\.(location|on\w*)
[2] => expression\s*(\(|&\#40;)
[3] => vbscript\s*:
[4] => wscript\s*:
[5] => jscript\s*:
[6] => vbs\s*:
[7] => Redirect\s+30\d
[8] => (["'])?data\s*:[^\1]*?base64[^\1]*?,[^\1]*?\1?
)
)
[uni] => CI_Utf8 Object
(
)
)
[lang] => MY_Lang Object
(
[language] => Array
(
[error_404_title] => Page missing
[error_404_message] => We cannot find the page you are looking for, please click here to go to the homepage.
[error_invalid_db_group] => The database is trying to use an invalid configuration group "%s".
[migration_none_found] => No migrations were found.
[migration_not_found] => No migration could be found with the version number: %d.
[migration_multiple_version] => There are multiple migrations with the same version number: %d.
[migration_class_doesnt_exist] => The migration class "%s" could not be found.
[migration_missing_up_method] => The migration class "%s" is missing an "up" method.
[migration_missing_down_method] => The migration class "%s" is missing a "down" method.
[migration_invalid_filename] => Migration "%s" has an invalid filename.
[settings:site_name] => Site Name
[settings:site_name_desc] => The name of the website for page titles and for use around the site.
[settings:site_slogan] => Site Slogan
[settings:site_slogan_desc] => The slogan of the website for page titles and for use around the site.
[settings:site_lang] => Site Language
[settings:site_lang_desc] => The native language of the website, used to choose templates of e-mail notifications, contact form, and other features that should not depend on the language of a user.
[settings:contact_email] => Contact E-mail
[settings:contact_email_desc] => All e-mails from users, guests and the site will go to this e-mail address.
[settings:server_email] => Server E-mail
[settings:server_email_desc] => All e-mails to users will come from this e-mail address.
[settings:meta_topic] => Meta Topic
[settings:meta_topic_desc] => Two or three words describing this type of company/website.
[settings:currency] => Currency
[settings:currency_desc] => The currency symbol for use on products, services, etc.
[settings:dashboard_rss] => Dashboard RSS Feed
[settings:dashboard_rss_desc] => Link to an RSS feed that will be displayed on the dashboard.
[settings:dashboard_rss_count] => Dashboard RSS Items
[settings:dashboard_rss_count_desc] => How many RSS items would you like to display on the dashboard ?
[settings:date_format] => Date Format
[settings:date_format_desc] => How should dates be displayed across the website and control panel? Using the date format from PHP - OR - Using the format of strings formatted as date from PHP.
[settings:frontend_enabled] => Site Status
[settings:frontend_enabled_desc] => Use this option to the user-facing part of the site on or off. Useful when you want to take the site down for maintenence
[settings:mail_protocol] => Mail Protocol
[settings:mail_protocol_desc] => Select desired email protocol.
[settings:mail_sendmail_path] => Sendmail Path
[settings:mail_sendmail_path_desc] => Path to server sendmail binary.
[settings:mail_smtp_host] => SMTP Host
[settings:mail_smtp_host_desc] => The host name of your smtp server.
[settings:mail_smtp_pass] => SMTP password
[settings:mail_smtp_pass_desc] => SMTP password.
[settings:mail_smtp_port] => SMTP Port
[settings:mail_smtp_port_desc] => SMTP port number.
[settings:mail_smtp_user] => SMTP User Name
[settings:mail_smtp_user_desc] => SMTP user name.
[settings:unavailable_message] => Unavailable Message
[settings:unavailable_message_desc] => When the site is turned off or there is a major problem, this message will show to users.
[settings:default_theme] => Default Theme
[settings:default_theme_desc] => Select the theme you want users to see by default.
[settings:activation_email] => Activation Email
[settings:activation_email_desc] => Send out an e-mail when a user signs up with an activation link. Disable this to let only admins activate accounts.
[settings:records_per_page] => Records Per Page
[settings:records_per_page_desc] => How many records should we show per page? (both for frontend and for admin section) e.g.: blog posts, users etc.
[settings:rss_feed_items] => Feed item count
[settings:rss_feed_items_desc] => How many items should we show in RSS/blog feeds?
[settings:enable_profiles] => Enable profiles
[settings:enable_profiles_desc] => Allow users to add and edit profiles.
[settings:ga_email] => Google Analytic E-mail
[settings:ga_email_desc] => E-mail address used for Google Analytics, we need this to show the graph on the dashboard.
[settings:ga_password] => Google Analytic Password
[settings:ga_password_desc] => Google Analytics password. This is also needed to show the graph on the dashboard. You will need to allow access to Google to get this to work. See Authorized Access to your Google Account
[settings:ga_profile] => Google Analytic Profile
[settings:ga_profile_desc] => Profile ID for this website in Google Analytics. Look in the URL when signed into Google Analytics for something that looks like "pXXXXXXXX". The, "XXXXXXXX" is the profile ID.
[settings:ga_tracking] => Google Tracking Code
[settings:ga_tracking_desc] => Enter your Google Analytic Tracking Code to activate Google Analytics view data capturing. E.g: UA-19483569-6
[settings:akismet_api_key] => Akismet API Key
[settings:akismet_api_key_desc] => Akismet is a spam-blocker from the WordPress team. It keeps spam under control without forcing users to get past human-checking CAPTCHA forms.
[settings:comment_order] => Comment Order
[settings:comment_order_desc] => Sort order in which to display comments:
[settings:enable_comments] => Enable Comments
[settings:enable_comments_desc] => Allow users to post comments?
[settings:moderate_comments] => Moderate Comments
[settings:moderate_comments_desc] => Force comments to be approved before they appear on the site.
[settings:comment_markdown] => Allow Markdown
[settings:comment_markdown_desc] => Do you want to allow visitors to post comments using Markdown?
[settings:version] => Version
[settings:version_desc] =>
[settings:site_public_lang] => Public Languages
[settings:site_public_lang_desc] => Which are the languages really supported and offered on the front-end of your website?
[settings:admin_force_https] => Force HTTPS for Control Panel?
[settings:admin_force_https_desc] => Allow only the HTTPS protocol when using the Control Panel?
[settings:files_cache] => Files Cache
[settings:files_cache_desc] => When outputting an image via site.com/files what shall we set the cache expiration for?
[settings:auto_username] => Auto Username
[settings:auto_username_desc] => Create the username automatically, meaning users can skip making one on registration.
[settings:registered_email] => User Registered Email
[settings:registered_email_desc] => Send a notification email to the contact e-mail when someone registers.
[settings:ckeditor_config] => CKEditor Config
[settings:ckeditor_config_desc] => You can find a list of valid configuration items in CKEditor's documentation.
[settings:enable_registration] => Enable user registration
[settings:enable_registration_desc] => Allow users to register in your site.
[settings:profile_visibility] => Profile Visibility
[settings:profile_visibility_desc] => Specify who can view user profiles on the public site
[settings:cdn_domain] => CDN Domain
[settings:cdn_domain_desc] => CDN domains allow you to offload static content to various edge servers, like Amazon CloudFront or MaxCDN. If you do not have a CDN provider try MaxCDN. Sign up and save 25%.
[settings:section_general] => General
[settings:section_integration] => Integration
[settings:section_comments] => Comments
[settings:section_users] => Users
[settings:section_statistics] => Statistics
[settings:section_files] => Files
[settings:form_option_Open] => Open
[settings:form_option_Closed] => Closed
[settings:form_option_Enabled] => Enabled
[settings:form_option_Disabled] => Disabled
[settings:form_option_Required] => Required
[settings:form_option_Optional] => Optional
[settings:form_option_Oldest First] => Oldest First
[settings:form_option_Newest First] => Newest First
[settings:form_option_Text Only] => Text Only
[settings:form_option_Allow Markdown] => Allow Markdown
[settings:form_option_Yes] => Yes
[settings:form_option_No] => No
[settings:form_option_profile_public] => Visible to everybody
[settings:form_option_profile_owner] => Only visible to the profile owner
[settings:form_option_profile_hidden] => Never visible
[settings:form_option_profile_member] => Visible to any logged in user
[settings:form_option_activate_by_email] => Activate by email
[settings:form_option_activate_by_admin] => Activate by admin
[settings:form_option_no_activation] => Instant activation
[settings:no_settings] => There are currently no settings.
[settings:save_success] => Your settings were saved!
[global:control-panel] => Control Panel
[global:profile] => Profile
[global:title] => Title
[name_label] => Name
[desc_label] => Description
[version_label] => Version
[global:author] => Author
[global:action] => Action
[global:slug] => Slug
[global:slug_instructions] => Lowercase characters and underscores only.
[global:user] => User
[global:dialog:delete_message] => Are you sure you want to delete this? It cannot be undone.
[global:dialog:confirm] => Confirm
[global:yes] => Yes
[global:no] => No
[global:select-none] => -- None --
[global:select-all] => -- All --
[global:select-any] => -- Any --
[global:select-pick] => -- Select --
[global:check-all] => All
[global:check-none] => None
[global:operators:equal] => Equal to
[global:operators:not-equal] => Not equal to
[global:operators:less-than] => Less than
[global:operators:greater-than] => Greater than
[global:duration:1-day] => One day
[global:duration:1-week] => One week
[global:duration:2-weeks] => Two weeks
[global:duration:1-month] => One month
[global:duration:3-months] => Three Months
[global:duration:always] => Always
[navigation_headline] => Navigation
[breadcrumb_base_label] => Home
[logged_in_welcome] => Welcome %s, you are logged in.
[logout_label] => Log out
[edit_profile_label] => Edit Profile
[settings_label] => Settings
[close_message] => Close this message
[general_error_label] => Error
[required_error_label] => Required field missing
[note_label] => Note
[success_label] => Success
[global:fields] => Fields
[global:custom_fields] => Custom Fields
[login_title] => Log In
[global:fatal_error] => Fatal error, is CMS installed?
[global:demo_restrictions] => Some features on this page have been disabled for the demo.
[login_error_label] => Login Error
[forgot_password_label] => Forgot your password ?
[global:email] => E-mail
[global:password] => Password
[login_label] => Log In
[help_label] => Help
[save_label] => Save
[cancel_label] => Cancel
[update_label] => Update Caption
[global:delete] => Delete
[activate_label] => Activate
[global:approve] => Approve
[global:unapprove] => Unapprove
[publish_label] => Publish
[global:upload] => Upload
[global:uninstall] => Uninstall
[global:install] => Install
[global:upgrade] => Upgrade
[global:enable] => Enable
[global:disable] => Disable
[global:enabled] => Enabled
[global:disabled] => Disabled
[all_right_reserved] => All Rights Reserved.
[powered_by_pyrocms] => Powered by PyroCMS
[top_page] => Top
[back_to_top] => Back to Top
[global:filters] => Filters
[global:image] => Image
[global:description] => Description
[global:actions] => Actions
[global:view] => View
[global:preview] => Preview
[global:add] => Add
[global:edit] => Edit
[global:empty] => Empty
[global:remove] => Remove
[global:keywords] => Keywords
[global:or] => or
[global:and] => and
[global:at] => at
[global:widgets] => Widgets
[global:themes] => Themes
[global:field_types] => Field Types
[global:plugins] => Plugins
[global:plugin] => Plugin
[global:options] => Options
[global:plain-text] => Plain Text
[user:add_field] => Add User Profile Field
[user:profile_delete_success] => User profile field deleted successfully
[user:profile_delete_failure] => There was a problem with deleting your user profile field
[profile_user_basic_data_label] => Basic Data
[profile_company] => Company
[profile_updated_on] => Updated On
[user:profile_fields_label] => Profile Fields
[user:register_header] => Registration
[user:register_step1] => Step 1: Register
[user:register_step2] => Step 2: Activate
[user:login_header] => Login
[user:add_title] => Add User
[user:list_title] => Users
[user:inactive_title] => Inactive Users
[user:active_title] => Active Users
[user:registred_title] => Registered Users
[user:edit_title] => Edit User "%s"
[user:details_label] => Details
[user:first_name_label] => First Name
[user:last_name_label] => Last Name
[user:group_label] => Group
[user:activate_label] => Activate
[user:password_label] => Password
[user:password_confirm_label] => Confirm Password
[user:name_label] => Name
[user:joined_label] => Joined
[user:last_visit_label] => Last visit
[user:never_label] => Never
[user:no_inactives] => There are no inactive users.
[user:no_registred] => There are no registered users.
[account_changes_saved] => The changes to your account have been saved successfully.
[indicates_required] => Indicates required fields
[user:send_activation_email] => Send Activation Email
[user:do_not_activate] => Inactive
[user:register_title] => Register
[user:activate_account_title] => Activate Account
[user:activated_account_title] => Activated Account
[user:reset_password_title] => Reset Password
[user:password_reset_title] => Password Reset
[user:error_username] => The username you selected is already in use.
[user:error_email] => The email address you entered is already in use.
[user:full_name] => Full Name
[user:first_name] => First Name
[user:last_name] => Last Name
[user:username] => Username
[user:display_name] => Display Name
[user:email_use] => used to login
[user:remember] => Remember Me
[user:group_id_label] => Group ID
[user:level] => User Role
[user:active] => Active
[user:lang] => Language
[user:activation_code] => Activation code
[user:reset_instructions] => Enter your email address or username
[user:reset_password_link] => Forgot your password?
[user:activation_code_sent_notice] => An email has been sent to you with your activation code.
[user:activation_by_admin_notice] => Your registration is awaiting approval by an administrator.
[user:registration_disabled] => Sorry, but the user registration is disabled.
[user:details_section] => Name
[user:password_section] => Change password
[user:other_settings_section] => Other settings
[user:settings_saved_success] => The settings for your user account have been saved.
[user:settings_saved_error] => An error occurred.
[user:register_btn] => Register
[user:activate_btn] => Activate
[user:reset_pass_btn] => Reset Pass
[user:login_btn] => Login
[user:settings_btn] => Save settings
[user:added_and_activated_success] => New user has been created and activated.
[user:added_not_activated_success] => New user has been created, the account needs to be activated.
[user:edit_user_not_found_error] => User not found.
[user:edit_success] => User successfully updated.
[user:edit_error] => Error occurred when trying to update user.
[user:activate_success] => %s users out of %s successfully activated.
[user:activate_error] => You need to select users first.
[user:delete_self_error] => You cannot delete yourself!
[user:mass_delete_success] => %s users out of %s successfully deleted.
[user:mass_delete_error] => You need to select users first.
[user:email_pass_missing] => Email or password fields are not complete.
[user:email_exists] => The email address you have chosen is already in use with a different user.
[user:register_error] => We think you are a bot. If we are mistaken please accept our apologies.
[user:register_reasons] => Join up to access special areas normally restricted. This means your settings will be remembered, more content and less ads.
[user:activation_incorrect] => Activation failed. Please check your details and make sure CAPS LOCK is not on.
[user:activated_message] => Your account has been activated, you can now log in to your account.
[user:logged_in] => You have logged in successfully.
[user:already_logged_in] => You are already logged in. Please logout before trying again.
[user:login_incorrect] => E-mail or password do not match. Please check your login and make sure CAPS LOCK is not on.
[user:inactive] => The account you are trying to access is currently inactive. Check your e-mail for instructions on how to activate your account - it may be in the junk folder.
[user:logged_out] => You have been logged out.
[user:forgot_incorrect] => No account was found with these details.
[user:password_reset_message] => Your password has been reset. You should recieve the email within the next 2 hours. If you don't, it might have gone into your junk mail by accident.
[user:activation_email_subject] => Activation Required
[user:activation_email_body] => Thank you for activting your account with %s. To log in to the site, please visit the link below:
[user:activated_email_subject] => Activation Complete
[user:activated_email_content_line1] => Thank you for registering at %s. Before we can activate your account, please complete the registration process by clicking on the following link:
[user:activated_email_content_line2] => In case your email program does not recognize the above link as, please direct your browser to the following URL and enter the activation code:
[user:reset_pass_email_subject] => Password Reset
[user:reset_pass_email_body] => Your password at %s has been reset. If you did not request this change, please email us at %s and we will resolve the situation.
[profile_of_title] => %s's Profile
[profile_user_details_label] => User Details
[profile_role_label] => Role
[profile_registred_on_label] => Registered on
[profile_last_login_label] => Last login
[profile_male_label] => Male
[profile_female_label] => Female
[profile_not_set_up] => This user does not have a profile set up.
[profile_edit] => Edit your profile
[profile_personal_section] => Personal
[profile_display_name] => Display Name
[profile_dob] => Date of Birth
[profile_dob_day] => Day
[profile_dob_month] => Month
[profile_dob_year] => Year
[profile_gender] => Gender
[profile_gender_nt] => Not Telling
[profile_gender_male] => Male
[profile_gender_female] => Female
[profile_bio] => About me
[profile_contact_section] => Contact
[profile_phone] => Phone
[profile_mobile] => Mobile
[profile_address] => Address
[profile_address_line1] => Line #1
[profile_address_line2] => Line #2
[profile_address_line3] => Town/City
[profile_address_postcode] => Post/Zip Code
[profile_website] => Website
[profile_api_section] => API Access
[profile_edit_success] => Your profile has been saved.
[profile_edit_error] => An error occurred.
[profile_save_btn] => Save profile
[files:files_title] => Files
[files:fetching] => Retrieving data...
[files:fetch_completed] => Completed
[files:save_failed] => Sorry. The changes could not be saved
[files:item_created] => "%s" was created
[files:item_updated] => "%s" was updated
[files:item_deleted] => "%s" was deleted
[files:item_not_deleted] => "%s" could not be deleted
[files:item_not_found] => Sorry. "%s" could not be found
[files:sort_saved] => Sort order saved
[files:no_permissions] => You do not have sufficient permissions
[files:activity] => Activity
[files:places] => Places
[files:back] => Back
[files:forward] => Forward
[files:start] => Start Upload
[files:details] => Details
[files:id] => ID
[files:name] => Name
[files:slug] => Slug
[files:path] => Path
[files:added] => Date Added
[files:width] => Width
[files:height] => Height
[files:ratio] => Ratio
[files:alt_attribute] => Alt Attribute
[files:full_size] => Full Size
[files:filename] => Filename
[files:filesize] => Filesize
[files:download_count] => Download Count
[files:download] => Download
[files:location] => Location
[files:keywords] => Keywords
[files:toggle_data_display] => Toggle Data Display
[files:description] => Description
[files:container] => Container
[files:bucket] => Bucket
[files:check_container] => Check Validity
[files:search_message] => Type and hit Enter
[files:search] => Search
[files:synchronize] => Synchronize
[files:uploader] => Drop files here or Click to select files
[files:replace_file] => Replace file
[files:refresh] => Refresh
[files:open] => Open
[files:new_folder] => New Folder
[files:upload] => Upload
[files:rename] => Rename
[files:replace] => Replace
[files:delete] => Delete
[files:edit] => Edit
[files:no_folders] => Files and folders are managed much like they would be on your desktop. Right click in the area below this message to create your first folder. Then right click on the folder to rename, delete, upload files to it, or change details such as linking it to a cloud location.
[files:no_folders_places] => Folders that you create will show up here in a tree that can be expanded and collapsed. Click on "Places" to view the root folder.
[files:no_folders_wysiwyg] => No folders have been created yet
[files:new_folder_name] => Untitled Folder
[files:folder] => Folder
[files:folders] => Folders
[files:select_folder] => Select a Folder
[files:subfolders] => Subfolders
[files:root] => Root
[files:no_subfolders] => No Subfolders
[files:folder_not_empty] => You must delete the contents of "%s" first
[files:mkdir_error] => We are unable to create %s. You must create it manually
[files:chmod_error] => The upload directory is unwriteable. It must be 0777
[files:location_saved] => The folder location has been saved
[files:container_exists] => "%s" exists. Save to link its contents to this folder
[files:container_not_exists] => "%s" does not exist in your account. Save and we will try to create it
[files:error_container] => "%s" could not be created and we could not determine the reason
[files:container_created] => "%s" has been created and is now linked to this folder
[files:unwritable] => "%s" is unwritable, please set its permissions to 0777
[files:specify_valid_folder] => You must specify a valid folder to upload the file to
[files:enable_cdn] => You must enable CDN for "%s" via your Rackspace control panel before we can synchronize
[files:synchronization_started] => Starting synchronization
[files:synchronization_complete] => Synchronization for "%s" has been completed
[files:untitled_folder] => Untitled Folder
[files:no_files] => No files found
[files:file_uploaded] => "%s" has been uploaded
[files:unsuccessful_fetch] => We were unable to fetch "%s". Are you sure it is a public file?
[files:invalid_container] => "%s" does not appear to be a valid container.
[files:no_records_found] => No records could be found
[files:invalid_extension] => "%s" has a file extension that is not allowed
[files:upload_error] => The file upload failed
[files:description_saved] => The file details have been saved
[files:alt_saved] => The image alt attribute has been saved
[files:file_moved] => "%s" has been moved successfully
[files:exceeds_server_setting] => The server cannot handle this large of a file
[files:exceeds_allowed] => File exceeds the max size allowed
[files:file_type_not_allowed] => This type of file is not allowed
[files:replace_warning] => Warning: Do not replace a file with a file of a different type (e.g. .jpg with .png)
[files:type_a] => Audio
[files:type_v] => Video
[files:type_d] => Document
[files:type_i] => Image
[files:type_o] => Other
[account_creation_successful] => Account Successfully Created
[account_creation_unsuccessful] => Unable to Create Account
[account_creation_duplicate_email] => Email Already Used or Invalid
[account_creation_duplicate_username] => Username Already Used or Invalid
[password_change_successful] => Password Successfully Changed
[password_change_unsuccessful] => Unable to Change Password
[forgot_password_successful] => Password Reset Email Sent
[forgot_password_unsuccessful] => Unable to Reset Password
[activate_successful] => Account Activated
[activate_unsuccessful] => Unable to Activate Account
[deactivate_successful] => Account De-Activated
[deactivate_unsuccessful] => Unable to De-Activate Account
[activation_email_successful] => Activation Email Sent
[activation_email_unsuccessful] => Unable to Send Activation Email
[login_successful] => Logged In Successfully
[login_unsuccessful] => Incorrect Login
[logout_successful] => Logged Out Successfully
[update_successful] => Account Information Successfully Updated
[update_unsuccessful] => Unable to Update Account Information
[delete_successful] => User Deleted
[delete_unsuccessful] => Unable to Delete User
[streams:save_field_error] => There was a problem saving your field.
[streams:field_add_success] => Field added successfully.
[streams:field_update_error] => There was a problem updating your field.
[streams:field_update_success] => Field updated successfully.
[streams:field_delete_error] => There was a problem deleting this field.
[streams:field_delete_success] => Field deleted successfully.
[streams:view_options_update_error] => There was a problem updating the view options.
[streams:view_options_update_success] => View options successfully updated.
[streams:remove_field_error] => There was a problem removing this field.
[streams:remove_field_success] => Field successfully removed.
[streams:create_stream_error] => There was a problem creating your stream.
[streams:create_stream_success] => Stream created successfully.
[streams:stream_update_error] => There was a problem updating this stream.
[streams:stream_update_success] => Stream updated successfully.
[streams:stream_delete_error] => There was a problem with deleting this stream.
[streams:stream_delete_success] => Stream deleted successfully.
[streams:stream_field_ass_add_error] => There was a problem adding this field to this stream.
[streams:stream_field_ass_add_success] => Field added to stream successfully.
[streams:stream_field_ass_upd_error] => There was a problem updating this field assignment.
[streams:stream_field_ass_upd_success] => Field assignment updated successfully.
[streams:delete_entry_error] => There was a problem deleting this entry.
[streams:delete_entry_success] => Entry deleted successfully.
[streams:new_entry_error] => There was a problem adding this entry.
[streams:new_entry_success] => Entry added successfully.
[streams:edit_entry_error] => There was a problem updating this entry.
[streams:edit_entry_success] => Entry updated successfully.
[streams:delete_summary] => Are you sure you want to delete the %s stream? This will delete %s %s permanently.
[streams:no_stream_provided] => No stream was provided.
[streams:invalid_stream] => Invalid stream.
[streams:not_valid_stream] => is not a valid stream.
[streams:invalid_stream_id] => Invalid stream ID.
[streams:invalid_row] => Invalid row.
[streams:invalid_id] => Invalid ID.
[streams:cannot_find_assign] => Cannot find field assignment.
[streams:cannot_find_pyrostreams] => Cannot find PyroStreams.
[streams:table_exists] => A table with the slug %s already exists.
[streams:no_results] => No results
[streams:no_entry] => Unable to find entry.
[streams:invalid_search_type] => is not a valid search type.
[streams:search_not_found] => Search not found.
[streams:field_slug_not_unique] => This field slug is already in use.
[streams:not_mysql_safe_word] => The %s field is a MySQL reserved word.
[streams:not_mysql_safe_characters] => The %s field contains disallowed characters.
[streams:type_not_valid] => Please select a valid field type.
[streams:stream_slug_not_unique] => This stream slug is already in use.
[streams:field_unique] => The %s field must be unique.
[streams:field_is_required] => The %s field is required.
[streams:date_out_or_range] => The date you have chosen for %s is out of the acceptable range.
[streams:label.field] => Field
[streams:label.field_required] => Field is Required
[streams:label.field_unique] => Field is Unique
[streams:label.field_instructions] => Field Instructions
[streams:label.make_field_title_column] => Make field the title column
[streams:label.field_name] => Field Name
[streams:label.field_slug] => Field Slug
[streams:label.field_type] => Field Type
[streams:id] => ID
[streams:created_by] => Created By
[streams:created_date] => Created Date
[streams:updated_date] => Updated Date
[streams:value] => Value
[streams:manage] => Manage
[streams:search] => Search
[streams:stream_prefix] => Stream Prefix
[streams:instr.field_instructions] => Displayed on form when entering or editing data.
[streams:instr.stream_full_name] => Full name for your stream.
[streams:instr.slug] => Lowercase, just letters and underscores.
[streams:assign_field] => Assign Field to Stream
[streams:edit_assign] => Edit Stream Assignment
[streams:add_field] => Create Field
[streams:edit_field] => Edit Field
[streams:fields] => Fields
[streams:streams] => Streams
[streams:list_fields] => List Fields
[streams:new_entry] => New Entry
[streams:stream_entries] => Stream Entries
[streams:entries] => Entries
[streams:stream_admin] => Stream Admin
[streams:list_streams] => List Streams
[streams:sure] => Are You Sure?
[streams:field_assignments] => Stream Field Assignments
[streams:new_field_assign] => New Field Assignment
[streams:stream_name] => Stream Name
[streams:stream_slug] => Stream Slug
[streams:about] => About
[streams:total_entries] => Total Entries
[streams:add_stream] => New Stream
[streams:edit_stream] => Edit Stream
[streams:about_stream] => About This Stream
[streams:title_column] => Title Column
[streams:sort_method] => Sort Method
[streams:add_entry] => Add Entry
[streams:edit_entry] => Edit Entry
[streams:view_options] => View Options
[streams:stream_view_options] => Stream View Options
[streams:backup_table] => Backup Stream Table
[streams:delete_stream] => Delete Stream
[streams:entry] => Entry
[streams:field_types] => Field Types
[streams:field_type] => Field Type
[streams:database_table] => Database Table
[streams:size] => Size
[streams:num_of_entries] => Number of Entries
[streams:num_of_fields] => Number of Fields
[streams:last_updated] => Last Updated
[streams:export_schema] => Export Schema
[streams:start.add_one] => add one here
[streams:start.no_fields] => You have not created any fields yet. To start, you can
[streams:start.no_assign] => Looks like there are no fields yet for this stream. To start, you can
[streams:start.add_field_here] => add a field here
[streams:start.create_field_here] => create a field here
[streams:start.no_streams] => There are no streams yet, but you can start by
[streams:start.no_streams_yet] => There are no streams yet.
[streams:start.adding_one] => adding one
[streams:start.no_fields_to_add] => No Fields to Add
[streams:start.no_fields_msg] => There are no fields to add to this stream. In PyroStreams, field types can be shared between streams and must be created before being added to a stream. You can start by
[streams:start.adding_a_field_here] => adding a field here
[streams:start.no_entries] => There are no entries yet for %s. To start, you can
[streams:no_entries] => No entries
[streams:add_fields] => assign fields
[streams:add_an_entry] => add an entry
[streams:to_this_stream_or] => to this stream or
[streams:no_field_assign] => No Field Assignments
[streams:no_fields_msg_first] => Looks like there are no fields yet for this stream.
[streams:no_field_assign_msg] => Before you start entering data, you need to
[streams:add_some_fields] => assign some fields
[streams:start.before_assign] => Before assigning fields to a stream, you need to create a field. You can
[streams:start.no_fields_to_assign] => Looks like there are no fields available to be assigned. Before you can assign a field you must
[streams:yes_delete] => Yes, Delete
[streams:no_thanks] => No Thanks
[streams:new_field] => New Field
[streams:edit] => Edit
[streams:delete] => Delete
[streams:remove] => Remove
[streams:reset] => Reset
[streams:field_singular] => field
[streams:field_plural] => fields
[streams:by_title_column] => By Title Column
[streams:manual_order] => Manual Order
[streams:stream_data_line] => Edit basic stream data.
[streams:view_options_line] => Choose which columns should be visible on the list data page.
[streams:backup_line] => Backup and download stream table into a zip file.
[streams:permanent_delete_line] => Permanently delete a stream and all stream data.
[streams:choose_a_field_type] => Choose a field type
[streams:choose_a_field] => Choose a field
[recaptcha_class_initialized] => reCaptcha Library Initialized
[recaptcha_no_private_key] => You did not supply an API key for Recaptcha
[recaptcha_no_remoteip] => For security reasons, you must pass the remote ip to reCAPTCHA
[recaptcha_socket_fail] => Could not open socket
[recaptcha_incorrect_response] => Incorrect Security Image Response
[recaptcha_field_name] => Security Image
[recaptcha_html_error] => Error loading security image. Please try again later
[streams:max_length] => Max Length
[streams:upload_location] => Upload Location
[streams:default_value] => Default Value
[streams:menu_path] => Menu Path
[streams:about_instructions] => A short description of your stream.
[streams:slug_instructions] => This will also be the database table name for your stream.
[streams:prefix_instructions] => If used, this will prefix the table in the database. Useful for naming collisons.
[streams:menu_path_instructions] => Where you what section and sub section this stream should show up in the menu. Separate by a forward slash. Ex: Main Section / Sub Section.
[streams:state.name] => US State
[streams:state.full] => Full Name
[streams:state.abbr] => Abbreviation
[streams:state.state_display] => State Display
[streams:state.default_state] => Default State
[streams:year.name] => Year
[streams:year.start_year] => Start Year
[streams:year.end_year] => End Year
[streams:year.default_year] => Default Year
[streams:encrypt.name] => Encrypted
[streams:encrypt.hide_typing] => Hide Typing on Input?
[streams:slug.name] => Slug
[streams:slug.space_type] => Space Type
[streams:slug.slug_field] => Slug Field
[streams:slug.dash] => Dash
[streams:slug.underscore] => Underscore
[streams:email.name] => Email
[streams:file.name] => File
[streams:file.folder] => Upload Folder
[streams:file.allowed_types] => Allowed Types
[streams:file.folder_notice] => You need to set an upload folder before you can upload files. Would you like to create one now?
[streams:file.allowed_types_instructions] => Separate each file type with a pipe character. Ex: pdf|png
[streams:file.allowed_types_error] => The field %s contains an invalid file type.
[streams:url.name] => URL
[streams:relationship.name] => Relationship
[streams:relationship.choose_stream] => Relationship Stream
[streams:relationship.doesnt_exist] => Related stream does not exist.
[streams:integer.name] => Integer
[streams:image.name] => Image
[streams:image.folder] => Upload Folder
[streams:image.resize_width] => Resize Width
[streams:image.resize_height] => Resize Height
[streams:image.allowed_types] => Allowed Types
[streams:image.image_errors] => The following errors occurred when adding your file:
[streams:image.need_folder] => You need to set an upload folder before you can upload files. Would you like to create one now?
[streams:image.keep_ratio] => Keep Ratio
[streams:image.keep_ratio_instr] => When resizing, should we keep the ratio?
[streams:image.allowed_types_instr] => Ex: jpg|jpeg|png
[streams:image.allowed_types_error] => The image type is not allowed. Allowed types: %s.
[streams:textarea.name] => Textarea
[streams:textarea.default_text] => Default Text
[streams:textarea.allow_tags] => Allow Lex Tags
[streams:textarea.content_type] => Content Type
[streams:country.name] => Country
[streams:country.default_country] => Default Country
[streams:text.name] => Text
[streams:datetime.name] => Date/Time
[streams:datetime.use_time] => Use Time
[streams:datetime.timezone] => Timezone
[streams:datetime.start_date] => Start Restriction
[streams:datetime.end_date] => End Restriction
[streams:datetime.rest_instructions] => Takes numerical offset from current date (Ex: -20) or numerical offset for days (D), months (M), and years (Y). Ex: +1D +2Y<
[streams:datetime.storage] => Storage Format
[streams:datetime.input_type] => Input Type
[streams:invalid_input_for_date_range_check] => Invalid date input for data range check.
[streams:wysiwyg.name] => WYSIWYG
[streams:wysiwyg.editor_type] => Editor Type
[streams:wysiwyg.allow_tags] => Allow Tags
[streams:wysiwyg.simple] => Simple
[streams:wysiwyg.advanced] => Advanced
[streams:choice.name] => Choices
[streams:choice.instructions] => Put each choice on one line. If you want a separate value for each choice, you can separate them by a colon (:).
PyroCMS
pyro : PyroCMS
[streams:choice.choice_data] => Choice Data
[streams:choice.choice_type] => Choice Type
[streams:choice.dropdown] => Dropdown
[streams:choice.radio_buttons] => Radio Buttons
[streams:choice.checkboxes] => Checkboxes
[streams:choice.min_choices] => Minimum Number of Selections
[streams:choice.max_choices] => Maximum Number of Selections
[streams:choice.checkboxes_only] => Only available for checkboxes.
[streams:choice.must_select_num] => You must select {val} items from the %s list.
[streams:choice.must_at_least] => You must select at least {val} items from the %s list.
[streams:choice.must_max_num] => You can only select {val} items from the %s list.
[streams:choice.multiselect] => Multiselect Type.
[streams:choice.invalidtype] => Invalid Type.
[streams:user.name] => User
[streams:user.restrict_group] => Restrict Group
[streams:user.dont_restrict_groups] => Don't Restrict Groups
[streams:keywords.name] => Keywords
[streams:keywords.return_type] => Return Type
[streams:keywords.return_type.instructions] => Array: Rows with keyword, count, total, is_first, is_last String: keyword_1, keyword_2, keyword_3 Changing this will effect your templating.
[streams:pyro_lang.name] => PyroCMS Language
[streams:wysiwyg_video.name] => WYSIWYG (video)
[streams:wysiwyg_video.editor_type] => Editor Type
[streams:wysiwyg_video.allow_tags] => Allow Tags
[streams:wysiwyg_video.simple] => Simple
[streams:wysiwyg_video.advanced] => Advanced
[alpha_dot_dash] => The %s field may only contain alpha-numeric characters, underscores, dots and dashes.
[decimal] => The %s field must contain only decimal numbers.
[csrf_bad_token] => Invalid CSRF Token
[streams:api.empty_stream_name] => No stream name provided.
[streams:api.empty_stream_slug] => No stream slug provided.
[streams:api.stream_slug_in_use] => Stream slug in use.
[streams:api.empty_field_name] => No field name provided.
[streams:api.empty_field_slug] => No field slug provided.
[streams:api.field_slug_in_use] => Field slug in use.
[comments:title] => Comments
[comments:your_comment] => Post a comment
[comments:user_comments] => User comments
[comments:list_comment] => %s commented on %s saying:
[comments:recent_comments] => Recent comments
[comments:view_more] => View more...
[comments:name_label] => Your Name
[comments:website_label] => Website
[comments:message_label] => Message
[comments:status_label] => Status
[comments:activate_label] => Approve
[comments:deactivate_label] => Unapprove
[comments:module_label] => Module
[comments:item_label] => Item
[comments:date_label] => Date
[comments:posted_label] => Posted
[comments:from_label] => From
[comments:preview_label] => Preview
[comments:send_label] => Comment
[comments:inactive_title] => Comments awaiting approval
[comments:active_title] => Approved comments
[comments:edit_title] => Edit comment
[comments:list_title] => List comments
[comments:add_success] => The comment has been saved.
[comments:add_approve] => The comment has been saved and is awaiting approval.
[comments:add_error] => There was a problem adding your comment. Please try again later.
[comments:edit_success] => The comment was edited successfully.
[comments:edit_error] => The comment could not be edited.
[comments:approve_success] => This comment has been approved.
[comments:approve_success_multiple] => The selected comments have been approved.
[comments:approve_error] => There was a problem approving this comment.
[comments:approve_error_multiple] => There was a problem approving the selected comments:
[comments:unapprove_success] => The comment has been unapproved and will no longer show on the live site.
[comments:unapprove_success_multiple] => The selected comments have been unapproved and will no longer show on the live site.
[comments:unapprove_error] => There was a problem unapproving this comment. Perhaps deleting would work?
[comments:unapprove_error_multiple] => There was a problem unapproving the selected comments: Perhaps deleting would work?
[comments:delete_single_success] => This comment #%s has been deleted and will no longer show on the live site.
[comments:delete_multi_success] => The comments #%s have been deleted and will no longer show on the live site.
[comments:no_comments] => There are no comments
[comments:counter_none_label] => No comment
[comments:counter_singular_label] => %d comment
[comments:counter_plural_label] => %d comments
)
[is_loaded] => Array
(
[errors_lang.php] => english
[migration_lang.php] => english
[0] => settings/settings_lang.php
[global_lang.php] => english
[1] => users/user_lang.php
[2] => files/files_lang.php
[3] => users/ion_auth_lang.php
[4] => streams_core/pyrostreams_lang.php
[state_lang.php] => english
[year_lang.php] => english
[encrypt_lang.php] => english
[slug_lang.php] => english
[email_lang.php] => english
[file_lang.php] => english
[url_lang.php] => english
[relationship_lang.php] => english
[integer_lang.php] => english
[image_lang.php] => english
[textarea_lang.php] => english
[country_lang.php] => english
[text_lang.php] => english
[datetime_lang.php] => english
[wysiwyg_lang.php] => english
[choice_lang.php] => english
[user_lang.php] => english
[keywords_lang.php] => english
[pyro_lang_lang.php] => english
[wysiwyg_video_lang.php] => english
[extra_validation_lang.php] => english
[streams_api_lang.php] => english
[5] => comments/comments_lang.php
)
)
[load] => MY_Loader Object
(
[_ci_loaded_sparks] => Array
(
)
[_module:protected] => pages
[_ci_plugins] => Array
(
)
[_ci_cached_vars] => Array
(
[lang] => Array
(
[name] => English
[folder] => english
[direction] => ltr
[codes] => Array
(
[0] => en
[1] => english
[2] => en_US
)
[ckeditor] =>
[code] => en
)
[template_views] => addons/default/themes/webaslt/views/
[page] => stdClass Object
(
[id] => 21
[created] => 1423040218
[updated] => 1516186104
[ordering_count] => 1
[created_by] => Array
(
[user_id] => 1
[email] => jaroslav@webas.lt
[username] => Jaroslav
[display_name] => Jaroslav Petrusevic
)
[last] => 1
[odd_even] => odd
[count] => 1
[slug] => home
[class] =>
[title] => Home
[uri] => home
[parent_id] => 0
[type_id] => 2
[entry_id] => 1
[css] =>
[js] =>
[meta_title] =>
[meta_keywords] =>
[meta_robots_no_index] => 0
[meta_robots_no_follow] => 0
[meta_description] =>
[rss_enabled] => 0
[comments_enabled] => 0
[status] => live
[created_on] => 1423033018
[updated_on] => 1516178904
[restricted_to] => 0
[is_home] => 1
[strict_uri] => 0
[order] => 0
[layout] => stdClass Object
(
[id] => 2
[slug] => main
[title] => Main
[description] =>
[stream_id] => 4
[meta_title] =>
[meta_keywords] =>
[meta_description] =>
[body] => {{ body }}
[css] =>
[js] =>
[theme_layout] => main.html
[updated_on] => 1435237232
[save_as_files] => n
[content_label] =>
[title_label] =>
)
[base_uri] =>
)
[current_user] =>
[template] => Array
(
[title] => Go Vilnius
[page_title] => Go Vilnius
[breadcrumbs] => Array
(
[0] => Array
(
[name] => Home
[uri] =>
)
)
[metadata] =>
[partials] => Array
(
)
[body] =>
)
[module_details] => Array
(
[name] => Pages
[module] => Module_Pages Object
(
[version] => 2.2.0
)
[slug] => pages
[version] => 2.2.0
[description] => Add custom pages to the site with any content you want.
[skip_xss] => 1
[is_frontend] => 1
[is_backend] => 1
[menu] => content
[enabled] => 1
[sections] => Array
(
[pages] => Array
(
[name] => pages:list_title
[uri] => admin/pages
)
[types] => Array
(
[name] => page_types:list_title
[uri] => admin/pages/types
)
)
[shortcuts] => Array
(
)
[installed] => 1
[is_core] => 1
[is_current] => 1
[current_version] => 2.2.0
[path] => system/cms/modules/pages
[updated_on] => 1516365533
)
[server] => Array
(
[USER] => www-data
[HOME] => /var/www
[FCGI_ROLE] => RESPONDER
[SCRIPT_FILENAME] => /var/www/100contest.vilnius-tourism.lt/index.php
[DOCUMENT_ROOT] => /var/www/100contest.vilnius-tourism.lt
[HTTPS] => off
[QUERY_STRING] =>
[REQUEST_METHOD] => GET
[CONTENT_TYPE] =>
[CONTENT_LENGTH] =>
[SCRIPT_NAME] => /index.php
[REQUEST_URI] => /
[DOCUMENT_URI] => /index.php
[SERVER_PROTOCOL] => HTTP/1.1
[REQUEST_SCHEME] => http
[GATEWAY_INTERFACE] => CGI/1.1
[SERVER_SOFTWARE] => nginx/1.12.2
[REMOTE_ADDR] => 135.181.104.18
[REMOTE_PORT] => 44128
[SERVER_ADDR] => 185.5.53.181
[SERVER_PORT] => 80
[SERVER_NAME] => 100contest.vilnius-tourism.lt
[REDIRECT_STATUS] => 200
[HTTP_USER_AGENT] => Archive Team
[HTTP_ACCEPT] => */*
[HTTP_ACCEPT_ENCODING] => identity
[HTTP_HOST] => vilnius-tourism.eu
[HTTP_CONNECTION] => Keep-Alive
[PHP_SELF] => /index.php
[REQUEST_TIME_FLOAT] => 1609332167.9108
[REQUEST_TIME] => 1609332167
[APP_DEBUG] => true
[DB_HOST] => localhost
[DB_USER] => vtic_cont100
[DB_PASS] => feu4huthubahp9levaidaefa1ooMoh
[DB_NAME] => vtic_cont100
[DB_DRIVER] => mysqli
[APP_KEY] => 7WQ/Ha7cxB81mLkT7Lkv3+lp5Em5DBue/bjaI5cofD
[RECAPTCHA_KEY] => 6LcjaB0TAAAAAAY9NtxNqLeTMDiKNtPoh1FJA6Su
[RECAPTCHA_SECRET] => 6LcjaB0TAAAAAD0fTtbl-AkIfIOEuwIeh4d9D7Ou
)
[theme] => stdClass Object
(
[slug] => webaslt
[is_core] =>
[path] => addons/default/themes/webaslt
[web_path] => addons/default/themes/webaslt
[screenshot] => addons/default/themes/webaslt/screenshot.png
[name] => webaslt
[author] => ????
[author_website] =>
[website] =>
[description] =>
[version] => ??
[options] => stdClass Object
(
)
)
[_body] =>
[_tags] => Array
(
[persistent_tags] => Array
(
[0] => template:metadata
)
)
)
[_ci_ob_level:protected] => 1
[_ci_view_paths:protected] => Array
(
[system/cms/modules/pages/views/] => 1
)
[_ci_library_paths:protected] => Array
(
[0] => addons/shared_addons/
[1] => addons/default/
[2] => system/cms/
[3] => /home/cont100/contest100www/system/codeigniter/
)
[_ci_model_paths:protected] => Array
(
[0] => addons/shared_addons/
[1] => system/cms/modules/pages/
[2] => addons/default/
[3] => system/cms/
)
[_ci_helper_paths:protected] => Array
(
[0] => addons/shared_addons/
[1] => system/cms/
[2] => /home/cont100/contest100www/system/codeigniter/
)
[_base_classes:protected] => Array
(
[benchmark] => Benchmark
[hooks] => Hooks
[config] => Config
[log] => Log
[exceptions] => Exceptions
[utf8] => Utf8
[uri] => URI
[router] => Router
[output] => Output
[security] => Security
[input] => Input
[lang] => Lang
[loader] => Loader
[model] => Model
)
[_ci_classes:protected] => Array
(
[asset] => asset
[template] => template
[parser] => parser
[user_agent] => agent
[cache] => cache
[translate] => translate
[pyrocache] => pyrocache
[migration] => migration
[session] => session
[encrypt] => encrypt
[settings] => settings
[email] => email
[streams] => streams
[image_lib] => image_lib
[keywords] => keywords
[type] => type
[fields] => fields
[form_validation] => form_validation
[ion_auth] => ion_auth
[events] => events
[variables] => variables
[comments] => comments
[plugins] => plugins
)
[_ci_loaded_files:protected] => Array
(
[0] => system/cms/libraries/Asset.php
[1] => system/cms/libraries/Template.php
[2] => system/cms/libraries/MY_Parser.php
[3] => system/cms/libraries/MY_User_agent.php
[4] => /home/cont100/contest100www/system/codeigniter/libraries/Cache/Cache.php
[5] => system/cms/libraries/Pyrocache.php
[6] => /home/cont100/contest100www/system/codeigniter/libraries/Migration.php
[7] => /home/cont100/contest100www/system/codeigniter/libraries/Session/Session.php
[8] => /home/cont100/contest100www/system/codeigniter/libraries/Encrypt.php
[9] => system/cms/libraries/MY_Email.php
[10] => system/cms/libraries/Streams/Streams.php
[11] => system/cms/libraries/MY_Image_lib.php
[12] => system/cms/libraries/MY_Form_validation.php
[13] => system/cms/libraries/Events.php
[14] => system/cms/libraries/Plugins.php
)
[_ci_models:protected] => Array
(
[0] => settings_m
[1] => translatesettings_m
[2] => translatedomains_m
[3] => keyword_m
[4] => row_m
[5] => streams_m
[6] => fields_m
[7] => ion_auth_model
[8] => permission_m
[9] => module_m
[10] => theme_m
[11] => page_type_m
[12] => page_m
[13] => translate_m
[14] => paieska_m
[15] => redirect_m
[16] => variables_m
[17] => comment_m
)
[_ci_helpers:protected] => Array
(
[debug_helper] => 1
[url_helper] => 1
[form_helper] => 1
[text_helper] => 1
[string_helper] => 1
[language_helper] => 1
[html_helper] => 1
[pagination_helper] => 1
[array_helper] => 1
[gravatar_helper] => 1
[markdown_helper] => 1
[module_helper] => 1
[user_helper] => 1
[translate_helper] => 1
[file_helper] => 1
[inflector_helper] => 1
[cookie_helper] => 1
[date_helper] => 1
[directory_helper] => 1
[security_helper] => 1
[plugin_helper] => 1
)
[_ci_varmap:protected] => Array
(
[unit_test] => unit
[user_agent] => agent
)
)
[db] => CI_DB_mysqli_driver Object
(
[dbdriver] => mysqli
[_escape_char:protected] => `
[_random_keyword:protected] => RAND()
[delete_hack] => 1
[return_delete_sql:protected] =>
[reset_delete_data:protected] =>
[qb_select:protected] => Array
(
)
[qb_distinct:protected] =>
[qb_from:protected] => Array
(
)
[qb_join:protected] => Array
(
)
[qb_where:protected] => Array
(
)
[qb_like:protected] => Array
(
)
[qb_groupby:protected] => Array
(
)
[qb_having:protected] => Array
(
)
[qb_keys:protected] => Array
(
)
[qb_limit:protected] =>
[qb_offset:protected] =>
[qb_orderby:protected] => Array
(
)
[qb_set:protected] => Array
(
)
[qb_wherein:protected] => Array
(
)
[qb_aliased_tables:protected] => Array
(
)
[qb_store_array:protected] => Array
(
)
[qb_where_group_started:protected] =>
[qb_where_group_count:protected] => 0
[qb_caching:protected] =>
[qb_cache_exists:protected] => Array
(
)
[qb_cache_select:protected] => Array
(
)
[qb_cache_from:protected] => Array
(
)
[qb_cache_join:protected] => Array
(
)
[qb_cache_where:protected] => Array
(
)
[qb_cache_like:protected] => Array
(
)
[qb_cache_groupby:protected] => Array
(
)
[qb_cache_having:protected] => Array
(
)
[qb_cache_orderby:protected] => Array
(
)
[qb_cache_set:protected] => Array
(
)
[qb_no_escape:protected] => Array
(
)
[qb_cache_no_escape:protected] => Array
(
)
[dsn] =>
[username] => vtic_cont100
[password] => feu4huthubahp9levaidaefa1ooMoh
[hostname] => localhost
[database] => vtic_cont100
[subdriver] =>
[dbprefix] => default_
[char_set] => utf8
[dbcollat] => utf8_unicode_ci
[autoinit] => 1
[compress] => 1
[swap_pre] =>
[port] => 3306
[pconnect] =>
[conn_id] => mysqli Object
(
[affected_rows] => 0
[client_info] => mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $
[client_version] => 50011
[connect_errno] => 0
[connect_error] =>
[errno] => 0
[error] =>
[error_list] => Array
(
)
[field_count] => 29
[host_info] => Localhost via UNIX socket
[info] =>
[insert_id] => 0
[server_info] => 5.5.43-0ubuntu0.12.04.1
[server_version] => 50543
[stat] => Uptime: 5315596 Threads: 2 Questions: 85282174 Slow queries: 188 Opens: 234290 Flush tables: 1 Open tables: 400 Queries per second avg: 16.043
[sqlstate] => 00000
[protocol_version] => 10
[thread_id] => 948300
[warning_count] => 0
)
[result_id] => mysqli_result Object
(
[current_field] => 0
[field_count] => 29
[lengths] =>
[num_rows] => 0
[type] => 0
)
[db_debug] => 1
[benchmark] => 0.017879009246826
[query_count] => 20
[bind_marker] => ?
[save_queries] => 1
[queries] => Array
(
[0] => SET SESSION sql_mode="STRICT_ALL_TABLES"
[1] => SELECT `version`
FROM `default_migrations`
[2] => INSERT INTO `default_ci_sessions` (`user_data`, `session_id`, `ip_address`, `user_agent`, `last_activity`) VALUES ('', '7de010d0d01177def7cc284f5a07bed1', '135.181.104.18', 'Archive Team', 1609324967)
[3] => SELECT *, IF(`value` = "", `default`, `value`) as `value`
FROM `default_settings`
ORDER BY `order` DESC
[4] => SELECT *
FROM `default_data_streams`
[5] => SELECT `default_data_field_assignments`.`id` as `assign_id`, `default_data_streams`.*, `default_data_field_assignments`.*, `default_data_fields`.*
FROM `default_data_streams`
JOIN `default_data_field_assignments` ON `default_data_streams`.`id`=`default_data_field_assignments`.`stream_id`
JOIN `default_data_fields` ON `default_data_fields`.`id`=`default_data_field_assignments`.`field_id`
WHERE `default_data_streams`.`id` = '3'
ORDER BY `default_data_field_assignments`.`sort_order` asc
[6] => SELECT `default_users`.*, `default_groups`.`name` AS `group`, `default_groups`.`description` AS `group_description`, `default_profiles`.`first_name`, `default_profiles`.`last_name`, `default_profiles`.`company`, `default_profiles`.`bio`, `default_profiles`.`lang`, `default_profiles`.`dob`, `default_profiles`.`gender`, `default_profiles`.`phone`, `default_profiles`.`mobile`, `default_profiles`.`address_line1`, `default_profiles`.`address_line2`, `default_profiles`.`address_line3`, `default_profiles`.`postcode`, `default_profiles`.`website`, `default_profiles`.`display_name` as `display_name`, `default_profiles`.`updated_on` as `updated_on`, `default_profiles`.`user_id` as `user_id`, `default_profiles`.`id` as `profile_id`
FROM `default_users`
LEFT JOIN `default_profiles` ON `default_users`.`id` = `default_profiles`.`user_id`
LEFT JOIN `default_groups` ON `default_users`.`group_id` = `default_groups`.`id`
WHERE `default_users`.`email` IS NULL
LIMIT 1
[7] => SELECT *
FROM `default_modules`
WHERE `enabled` = 1
[8] => SELECT COUNT(*) AS `numrows`
FROM `default_modules`
WHERE `slug` = 'blog'
AND `enabled` = 1
[9] => SELECT `slug`, `value`
FROM `default_theme_options`
WHERE `theme` = 'webaslt'
[10] => SHOW TABLES FROM `vtic_cont100`
[11] => SELECT *
FROM `default_pages`
WHERE `is_home` = 1
[12] => SELECT *
FROM `default_page_types`
WHERE `id` = '2'
LIMIT 1
[13] => SELECT *
FROM `default_data_fields`
WHERE `field_namespace` = 'pages'
ORDER BY `field_name` asc
[14] => SELECT *
FROM `default_data_fields`
ORDER BY `field_name` asc
[15] =>
SELECT default_data_streams.*, default_data_streams.id as stream_id, default_data_fields.*
FROM default_data_streams, default_data_field_assignments, default_data_fields
WHERE default_data_streams.id=default_data_field_assignments.stream_id and
default_data_fields.id=default_data_field_assignments.field_id
[16] => SELECT `default_data_field_assignments`.`id` as `assign_id`, `default_data_streams`.*, `default_data_field_assignments`.*, `default_data_fields`.*
FROM `default_data_streams`
JOIN `default_data_field_assignments` ON `default_data_streams`.`id`=`default_data_field_assignments`.`stream_id`
JOIN `default_data_fields` ON `default_data_fields`.`id`=`default_data_field_assignments`.`field_id`
WHERE `default_data_streams`.`id` = '4'
ORDER BY `default_data_field_assignments`.`sort_order` asc
[17] => SELECT `default_pages_main`.*, `cb_users`.`id` as `created_by||user_id`, `cb_users`.`email` as `created_by||email`, `cb_users`.`username` as `created_by||username`, `profiles`.`display_name` as `created_by||display_name`
FROM `default_pages_main`
LEFT JOIN `default_users` as `cb_users` ON `cb_users`.`id`=`default_pages_main`.`created_by` LEFT JOIN `default_profiles` as `profiles` ON `profiles`.`user_id`=`default_pages_main`.`created_by`
WHERE `default_pages_main`.`id`=1
ORDER BY `default_pages_main`.`created` DESC LIMIT 1
[18] => SELECT `default_data_field_assignments`.`id` as `assign_id`, `default_data_streams`.*, `default_data_field_assignments`.*, `default_data_fields`.*
FROM `default_data_streams`
JOIN `default_data_field_assignments` ON `default_data_streams`.`id`=`default_data_field_assignments`.`stream_id`
JOIN `default_data_fields` ON `default_data_fields`.`id`=`default_data_field_assignments`.`field_id`
WHERE `default_data_streams`.`id` = '4'
ORDER BY `default_data_field_assignments`.`sort_order` asc
[19] => SELECT `default_data_field_assignments`.`id` as `assign_id`, `default_data_streams`.*, `default_data_field_assignments`.*, `default_data_fields`.*
FROM `default_data_streams`
JOIN `default_data_field_assignments` ON `default_data_streams`.`id`=`default_data_field_assignments`.`stream_id`
JOIN `default_data_fields` ON `default_data_fields`.`id`=`default_data_field_assignments`.`field_id`
WHERE `default_data_streams`.`id` = '4'
ORDER BY `default_data_field_assignments`.`sort_order` asc
)
[query_times] => Array
(
[0] => 0.00015902519226074
[1] => 0.00049996376037598
[2] => 0.00058507919311523
[3] => 0.0019190311431885
[4] => 0.00054717063903809
[5] => 0.0006248950958252
[6] => 0.00047707557678223
[7] => 0.0076501369476318
[8] => 0.00034689903259277
[9] => 0.00019407272338867
[10] => 0.00095200538635254
[11] => 0.00037288665771484
[12] => 0.00028300285339355
[13] => 0.00052499771118164
[14] => 0.00070691108703613
[15] => 0.00059103965759277
[16] => 0.00036501884460449
[17] => 0.00029492378234863
[18] => 0.00034499168395996
[19] => 0.00043988227844238
)
[data_cache] => Array
(
[table_names] => Array
(
[0] => core_settings
[1] => core_sites
[2] => core_users
[3] => default_blog
[4] => default_blog_categories
[5] => default_captcha_setting
[6] => default_ci_sessions
[7] => default_comment_blacklists
[8] => default_comments
[9] => default_contact_log
[10] => default_dashboard
[11] => default_data_field_assignments
[12] => default_data_fields
[13] => default_data_streams
[14] => default_def_page_fields
[15] => default_documentsbank
[16] => default_documentsbank_categories
[17] => default_documentsbank_passwords
[18] => default_documentsbank_types
[19] => default_email_templates
[20] => default_fbpublishers
[21] => default_file_folders
[22] => default_files
[23] => default_forms
[24] => default_groups
[25] => default_homepage
[26] => default_keywords
[27] => default_keywords_applied
[28] => default_locatron_cities
[29] => default_locatron_countries
[30] => default_locatron_langs
[31] => default_mediabank
[32] => default_mediateka
[33] => default_migrations
[34] => default_modules
[35] => default_navigation_groups
[36] => default_navigation_links
[37] => default_newsletterlite
[38] => default_page_types
[39] => default_pages
[40] => default_pages_main
[41] => default_paieska_index
[42] => default_paieska_searches
[43] => default_paieska_suggestions
[44] => default_permissions
[45] => default_photobanks
[46] => default_photobanks_photos
[47] => default_photobanks_settings
[48] => default_photobanks_sources
[49] => default_procesas_cities
[50] => default_profiles
[51] => default_receptai_categories
[52] => default_redirects
[53] => default_robotstxt
[54] => default_search_index
[55] => default_settings
[56] => default_spektakliai
[57] => default_spektakliai_tags
[58] => default_spektakliai_tags_link
[59] => default_spektakliai_themes
[60] => default_spektakliai_themes_link
[61] => default_theme_options
[62] => default_translate
[63] => default_translate_domains
[64] => default_translate_redirects
[65] => default_translate_settings
[66] => default_translated_t
[67] => default_users
[68] => default_variables
[69] => default_widget_areas
[70] => default_widget_instances
[71] => default_widgets
)
)
[trans_enabled] => 1
[trans_strict] => 1
[_trans_depth:protected] => 0
[_trans_status:protected] => 1
[cache_on] =>
[cachedir] =>
[cache_autodel] =>
[CACHE] =>
[_protect_identifiers:protected] => 1
[_reserved_identifiers:protected] => Array
(
[0] => *
)
[_like_escape_str:protected] => ESCAPE '%s'
[_like_escape_chr:protected] => !
[_count_string:protected] => SELECT COUNT(*) AS
[active_r] => 1
[stricton] => 1
)
[asset] => Asset Object
(
)
[parser] => MY_Parser Object
(
[_ci:MY_Parser:private] => CI Object
*RECURSION*
[l_delim] => {
[r_delim] => }
[CI:protected] =>
)
[agent] => MY_User_agent Object
(
[agent] => Archive Team
[is_browser] =>
[is_robot] =>
[is_mobile] =>
[languages] => Array
(
)
[charsets] => Array
(
)
[platforms] => Array
(
[windows nt 6.0] => Windows Longhorn
[windows nt 5.2] => Windows 2003
[windows nt 5.0] => Windows 2000
[windows nt 5.1] => Windows XP
[windows nt 4.0] => Windows NT 4.0
[winnt4.0] => Windows NT 4.0
[winnt 4.0] => Windows NT
[winnt] => Windows NT
[windows 98] => Windows 98
[win98] => Windows 98
[windows 95] => Windows 95
[win95] => Windows 95
[windows] => Unknown Windows OS
[os x] => Mac OS X
[ppc mac] => Power PC Mac
[freebsd] => FreeBSD
[ppc] => Macintosh
[linux] => Linux
[debian] => Debian
[sunos] => Sun Solaris
[beos] => BeOS
[apachebench] => ApacheBench
[aix] => AIX
[irix] => Irix
[osf] => DEC OSF
[hp-ux] => HP-UX
[netbsd] => NetBSD
[bsdi] => BSDi
[openbsd] => OpenBSD
[gnu] => GNU/Linux
[unix] => Unknown Unix OS
)
[browsers] => Array
(
[Flock] => Flock
[Chrome] => Chrome
[Opera] => Opera
[MSIE] => Internet Explorer
[Internet Explorer] => Internet Explorer
[ipad] => iPad
[Shiira] => Shiira
[Firefox] => Firefox
[Chimera] => Chimera
[Phoenix] => Phoenix
[Firebird] => Firebird
[Camino] => Camino
[Netscape] => Netscape
[OmniWeb] => OmniWeb
[Safari] => Safari
[Mozilla] => Mozilla
[Konqueror] => Konqueror
[icab] => iCab
[Lynx] => Lynx
[Links] => Links
[hotjava] => HotJava
[amaya] => Amaya
[IBrowse] => IBrowse
)
[mobiles] => Array
(
[mobileexplorer] => Mobile Explorer
[palmsource] => Palm
[palmscape] => Palmscape
[motorola] => Motorola
[nokia] => Nokia
[palm] => Palm
[iphone] => Apple iPhone
[ipod] => Apple iPod Touch
[sony] => Sony Ericsson
[ericsson] => Sony Ericsson
[blackberry] => BlackBerry
[cocoon] => O2 Cocoon
[blazer] => Treo
[lg] => LG
[amoi] => Amoi
[xda] => XDA
[mda] => MDA
[vario] => Vario
[htc] => HTC
[samsung] => Samsung
[sharp] => Sharp
[sie-] => Siemens
[alcatel] => Alcatel
[benq] => BenQ
[ipaq] => HP iPaq
[mot-] => Motorola
[playstation portable] => PlayStation Portable
[hiptop] => Danger Hiptop
[nec-] => NEC
[panasonic] => Panasonic
[philips] => Philips
[sagem] => Sagem
[sanyo] => Sanyo
[spv] => SPV
[zte] => ZTE
[sendo] => Sendo
[symbian] => Symbian
[SymbianOS] => SymbianOS
[elaine] => Palm
[series60] => Symbian S60
[windows ce] => Windows CE
[obigo] => Obigo
[netfront] => Netfront Browser
[openwave] => Openwave Browser
[mobilexplorer] => Mobile Explorer
[operamini] => Opera Mini
[opera mini] => Opera Mini
[digital paths] => Digital Paths
[avantgo] => AvantGo
[xiino] => Xiino
[novarra] => Novarra Transcoder
[vodafone] => Vodafone
[docomo] => NTT DoCoMo
[o2] => O2
[mobile] => Generic Mobile
[wireless] => Generic Mobile
[j2me] => Generic Mobile
[midp] => Generic Mobile
[cldc] => Generic Mobile
[up.link] => Generic Mobile
[up.browser] => Generic Mobile
[smartphone] => Generic Mobile
[cellphone] => Generic Mobile
)
[robots] => Array
(
[googlebot] => Googlebot
[msnbot] => MSNBot
[slurp] => Inktomi Slurp
[yahoo] => Yahoo
[askjeeves] => AskJeeves
[fastcrawler] => FastCrawler
[infoseek] => InfoSeek Robot 1.0
[lycos] => Lycos
)
[platform] => Unknown Platform
[browser] =>
[version] =>
[mobile] =>
[robot] =>
)
[template] => Template Object
(
[_module:Template:private] => pages
[_controller:Template:private] => pages
[_method:Template:private] => index
[_theme:Template:private] => webaslt
[_theme_path:Template:private] => addons/default/themes/webaslt/
[_layout:Template:private] => main.html
[_layout_subdir:Template:private] =>
[_title:Template:private] => Go Vilnius
[_metadata:Template:private] => Array
(
[header] => Array
(
[canonical] =>
[keywords] =>
[robots] =>
[description] =>
)
[late_header] => Array
(
)
)
[_partials:Template:private] => Array
(
)
[_breadcrumbs:Template:private] => Array
(
[0] => Array
(
[name] => Home
[uri] =>
)
)
[_title_separator:Template:private] => |
[_parser_enabled:Template:private] => 1
[_parser_body_enabled:Template:private] => 1
[_minify_enabled:Template:private] =>
[_theme_locations:Template:private] => Array
(
[0] => system/cms/themes/
[1] => addons/shared_addons/themes/
[2] => addons/default/themes/
)
[_is_mobile:Template:private] =>
[_stream:Template:private] => Array
(
)
[cache_lifetime:Template:private] => 0
[_ci:Template:private] => CI Object
*RECURSION*
[_data:Template:private] => Array
(
[current_user] =>
[module_details] => Array
(
[name] => Pages
[module] => Module_Pages Object
(
[version] => 2.2.0
)
[slug] => pages
[version] => 2.2.0
[description] => Add custom pages to the site with any content you want.
[skip_xss] => 1
[is_frontend] => 1
[is_backend] => 1
[menu] => content
[enabled] => 1
[sections] => Array
(
[pages] => Array
(
[name] => pages:list_title
[uri] => admin/pages
)
[types] => Array
(
[name] => page_types:list_title
[uri] => admin/pages/types
)
)
[shortcuts] => Array
(
)
[installed] => 1
[is_core] => 1
[is_current] => 1
[current_version] => 2.2.0
[path] => system/cms/modules/pages
[updated_on] => 1516365533
)
[server] => Array
(
[USER] => www-data
[HOME] => /var/www
[FCGI_ROLE] => RESPONDER
[SCRIPT_FILENAME] => /var/www/100contest.vilnius-tourism.lt/index.php
[DOCUMENT_ROOT] => /var/www/100contest.vilnius-tourism.lt
[HTTPS] => off
[QUERY_STRING] =>
[REQUEST_METHOD] => GET
[CONTENT_TYPE] =>
[CONTENT_LENGTH] =>
[SCRIPT_NAME] => /index.php
[REQUEST_URI] => /
[DOCUMENT_URI] => /index.php
[SERVER_PROTOCOL] => HTTP/1.1
[REQUEST_SCHEME] => http
[GATEWAY_INTERFACE] => CGI/1.1
[SERVER_SOFTWARE] => nginx/1.12.2
[REMOTE_ADDR] => 135.181.104.18
[REMOTE_PORT] => 44128
[SERVER_ADDR] => 185.5.53.181
[SERVER_PORT] => 80
[SERVER_NAME] => 100contest.vilnius-tourism.lt
[REDIRECT_STATUS] => 200
[HTTP_USER_AGENT] => Archive Team
[HTTP_ACCEPT] => */*
[HTTP_ACCEPT_ENCODING] => identity
[HTTP_HOST] => vilnius-tourism.eu
[HTTP_CONNECTION] => Keep-Alive
[PHP_SELF] => /index.php
[REQUEST_TIME_FLOAT] => 1609332167.9108
[REQUEST_TIME] => 1609332167
[APP_DEBUG] => true
[DB_HOST] => localhost
[DB_USER] => vtic_cont100
[DB_PASS] => feu4huthubahp9levaidaefa1ooMoh
[DB_NAME] => vtic_cont100
[DB_DRIVER] => mysqli
[APP_KEY] => 7WQ/Ha7cxB81mLkT7Lkv3+lp5Em5DBue/bjaI5cofD
[RECAPTCHA_KEY] => 6LcjaB0TAAAAAAY9NtxNqLeTMDiKNtPoh1FJA6Su
[RECAPTCHA_SECRET] => 6LcjaB0TAAAAAD0fTtbl-AkIfIOEuwIeh4d9D7Ou
)
[theme] => stdClass Object
(
[slug] => webaslt
[is_core] =>
[path] => addons/default/themes/webaslt
[web_path] => addons/default/themes/webaslt
[screenshot] => addons/default/themes/webaslt/screenshot.png
[name] => webaslt
[author] => ????
[author_website] =>
[website] =>
[description] =>
[version] => ??
[options] => stdClass Object
(
)
)
[page] => stdClass Object
(
[id] => 21
[created] => 1423040218
[updated] => 1516186104
[ordering_count] => 1
[created_by] => Array
(
[user_id] => 1
[email] => jaroslav@webas.lt
[username] => Jaroslav
[display_name] => Jaroslav Petrusevic
)
[last] => 1
[odd_even] => odd
[count] => 1
[slug] => home
[class] =>
[title] => Home
[uri] => home
[parent_id] => 0
[type_id] => 2
[entry_id] => 1
[css] =>
[js] =>
[meta_title] =>
[meta_keywords] =>
[meta_robots_no_index] => 0
[meta_robots_no_follow] => 0
[meta_description] =>
[rss_enabled] => 0
[comments_enabled] => 0
[status] => live
[created_on] => 1423033018
[updated_on] => 1516178904
[restricted_to] => 0
[is_home] => 1
[strict_uri] => 0
[order] => 0
[layout] => stdClass Object
(
[id] => 2
[slug] => main
[title] => Main
[description] =>
[stream_id] => 4
[meta_title] =>
[meta_keywords] =>
[meta_description] =>
[body] => {{ body }}
[css] =>
[js] =>
[theme_layout] => main.html
[updated_on] => 1435237232
[save_as_files] => n
[content_label] =>
[title_label] =>
)
[base_uri] =>
)
[template] => Array
(
[title] => Go Vilnius
[page_title] => Go Vilnius
[breadcrumbs] => Array
(
[0] => Array
(
[name] => Home
[uri] =>
)
)
[metadata] =>
[partials] => Array
(
)
[body] =>
)
[_body] =>
Contest for the Centenary!
This contest closed on 31 January.
But you can still come to Vilnius anytime. We will be celebrating 100 years of Lithuania Independence throughout the entire year!
[cache_expiration] => 0
[headers] => Array
(
)
[mimes] => Array
(
[hqx] => Array
(
[0] => application/mac-binhex40
[1] => application/mac-binhex
[2] => application/x-binhex40
[3] => application/x-mac-binhex40
)
[cpt] => application/mac-compactpro
[csv] => Array
(
[0] => text/x-comma-separated-values
[1] => text/comma-separated-values
[2] => application/octet-stream
[3] => application/vnd.ms-excel
[4] => application/x-csv
[5] => text/x-csv
[6] => text/csv
[7] => text/plain
[8] => application/csv
[9] => application/excel
[10] => application/vnd.msexcel
[11] => text/x-c
)
[bin] => Array
(
[0] => application/macbinary
[1] => application/mac-binary
[2] => application/octet-stream
[3] => application/x-binary
[4] => application/x-macbinary
)
[dms] => application/octet-stream
[lha] => application/octet-stream
[lzh] => application/octet-stream
[exe] => Array
(
[0] => application/octet-stream
[1] => application/x-msdownload
)
[class] => application/octet-stream
[psd] => application/x-photoshop
[so] => application/octet-stream
[sea] => application/octet-stream
[dll] => application/octet-stream
[oda] => application/oda
[pdf] => Array
(
[0] => application/pdf
[1] => application/x-pdf
[2] => application/x-download
[3] => application/x-download
[4] => binary/octet-stream
[5] => application/unknown
[6] => application/force-download
)
[ai] => application/postscript
[eps] => application/postscript
[ps] => application/postscript
[smi] => application/smil
[smil] => application/smil
[mif] => application/vnd.mif
[xls] => Array
(
[0] => application/excel
[1] => application/vnd.ms-excel
[2] => application/msexcel
[3] => application/vnd.ms-office
)
[ppt] => Array
(
[0] => application/powerpoint
[1] => application/vnd.ms-powerpoint
[2] => application/vnd.ms-office
)
[pptx] => Array
(
[0] => application/vnd.openxmlformats-officedocument.presentationml.presentation
[1] => application/zip
)
[wbxml] => application/wbxml
[wmlc] => application/wmlc
[dcr] => application/x-director
[dir] => application/x-director
[dxr] => application/x-director
[dvi] => application/x-dvi
[gtar] => application/x-gtar
[gz] => application/x-gzip
[gzip] => application/x-gzip
[php] => application/x-httpd-php
[php4] => application/x-httpd-php
[php3] => application/x-httpd-php
[phtml] => application/x-httpd-php
[phps] => application/x-httpd-php-source
[js] => application/x-javascript
[swf] => application/x-shockwave-flash
[sit] => application/x-stuffit
[tar] => application/x-tar
[tgz] => Array
(
[0] => application/x-tar
[1] => application/x-gzip-compressed
)
[xhtml] => application/xhtml+xml
[xht] => application/xhtml+xml
[zip] => Array
(
[0] => application/x-zip
[1] => application/zip
[2] => application/x-zip-compressed
)
[mid] => audio/midi
[midi] => audio/midi
[mpga] => audio/mpeg
[mp2] => audio/mpeg
[mp3] => Array
(
[0] => audio/mpeg
[1] => audio/mpg
[2] => audio/mpeg3
[3] => audio/mp3
)
[aif] => Array
(
[0] => audio/x-aiff
[1] => audio/aiff
)
[aiff] => Array
(
[0] => audio/x-aiff
[1] => audio/aiff
)
[aifc] => audio/x-aiff
[ram] => audio/x-pn-realaudio
[rm] => audio/x-pn-realaudio
[rpm] => audio/x-pn-realaudio-plugin
[ra] => audio/x-realaudio
[rv] => video/vnd.rn-realvideo
[wav] => audio/x-wav
[bmp] => Array
(
[0] => image/bmp
[1] => image/x-windows-bmp
)
[gif] => image/gif
[jpeg] => Array
(
[0] => image/jpeg
[1] => image/pjpeg
)
[jpg] => Array
(
[0] => image/jpeg
[1] => image/pjpeg
)
[jpe] => Array
(
[0] => image/jpeg
[1] => image/pjpeg
)
[png] => Array
(
[0] => image/png
[1] => image/x-png
)
[tiff] => image/tiff
[tif] => image/tiff
[css] => text/css
[html] => text/html
[htm] => text/html
[shtml] => text/html
[txt] => text/plain
[text] => text/plain
[log] => Array
(
[0] => text/plain
[1] => text/x-log
)
[rtx] => text/richtext
[rtf] => text/rtf
[xml] => Array
(
[0] => application/xml
[1] => text/xml
)
[xsl] => text/xml
[mpeg] => video/mpeg
[mpg] => video/mpeg
[mpe] => video/mpeg
[qt] => video/quicktime
[mov] => video/quicktime
[avi] => Array
(
[0] => video/x-msvideo
[1] => video/msvideo
[2] => video/avi
[3] => application/x-troff-msvideo
)
[movie] => video/x-sgi-movie
[doc] => application/msword
[docx] => Array
(
[0] => application/vnd.openxmlformats-officedocument.wordprocessingml.document
[1] => application/zip
)
[odt] => Array
(
[0] => application/vnd.oasis.opendocument.text
)
[xlsx] => Array
(
[0] => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[1] => application/zip
)
[word] => Array
(
[0] => application/msword
[1] => application/octet-stream
)
[xl] => application/excel
[eml] => message/rfc822
[json] => Array
(
[0] => application/json
[1] => text/json
)
[pem] => Array
(
[0] => application/x-x509-user-cert
[1] => application/x-pem-file
[2] => application/octet-stream
)
[p10] => Array
(
[0] => application/x-pkcs10
[1] => application/pkcs10
)
[p12] => application/x-pkcs12
[p7a] => application/x-pkcs7-signature
[p7c] => Array
(
[0] => application/pkcs7-mime
[1] => application/x-pkcs7-mime
)
[p7m] => Array
(
[0] => application/pkcs7-mime
[1] => application/x-pkcs7-mime
)
[p7r] => application/x-pkcs7-certreqresp
[p7s] => application/pkcs7-signature
[crt] => Array
(
[0] => application/x-x509-ca-cert
[1] => application/x-x509-user-cert
[2] => application/pkix-cert
)
[crl] => Array
(
[0] => application/pkix-crl
[1] => application/pkcs-crl
)
[der] => application/x-x509-ca-cert
[kdb] => application/octet-stream
[pgp] => application/pgp
[gpg] => application/gpg-keys
[sst] => application/octet-stream
[csr] => application/octet-stream
[rsa] => application/x-pkcs7
[cer] => Array
(
[0] => application/pkix-cert
[1] => application/x-x509-ca-cert
)
[3g2] => video/3gpp2
[3gp] => video/3gp
[mp4] => video/mp4
[m4a] => audio/x-m4a
[f4v] => video/mp4
[aac] => audio/x-acc
[m4u] => application/vnd.mpegurl
[m3u] => text/plain
[xspf] => application/xspf+xml
[vlc] => application/videolan
[wmv] => video/x-ms-wmv
[au] => audio/x-au
[ac3] => audio/ac3
[flac] => audio/x-flac
[ogg] => audio/ogg
[ogv] => application/ogg
[webm] => video/webm
[pages] => application/zip
[numbers] => application/zip
[svg] => image/svg+xml
[docm] => application/vnd.ms-word.document.macroenabled.12
[dotm] => application/vnd.ms-word.template.macroenabled.12
[dotx] => application/vnd.openxmlformats-officedocument.wordprocessingml.template
[potm] => application/vnd.ms-powerpoint.template.macroenabled.12
[potx] => application/vnd.openxmlformats-officedocument.presentationml.template
[ppam] => application/vnd.ms-powerpoint.addin.macroenabled.12
[ppsm] => application/vnd.ms-powerpoint.slideshow.macroenabled.12
[ppsx] => application/vnd.openxmlformats-officedocument.presentationml.slideshow
[pptm] => application/vnd.ms-powerpoint.presentation.macroenabled.12
[xlam] => application/vnd.ms-excel.addin.macroenabled.12
[xlsb] => application/vnd.ms-excel.sheet.binary.macroenabled.12
[xlsm] => application/vnd.ms-excel.sheet.macroenabled.12
[xltm] => application/vnd.ms-excel.template.macroenabled.12
[xltx] => application/vnd.openxmlformats-officedocument.spreadsheetml.template
)
[mime_type:protected] => text/html
[enable_profiler] =>
[_zlib_oc:protected] =>
[_profiler_sections:protected] => Array
(
)
[parse_exec_vars] => 1
)
[security] => CI_Security Object
(
[filename_bad_chars] => Array
(
[0] => ../
[1] =>
[3] => <
[4] => >
[5] => '
[6] => "
[7] => &
[8] => $
[9] => #
[10] => {
[11] => }
[12] => [
[13] => ]
[14] => =
[15] => ;
[16] => ?
[17] => %20
[18] => %22
[19] => %3c
[20] => %253c
[21] => %3e
[22] => %0e
[23] => %28
[24] => %29
[25] => %2528
[26] => %26
[27] => %24
[28] => %3f
[29] => %3b
[30] => %3d
)
[charset] => UTF-8
[_xss_hash:protected] =>
[_csrf_hash:protected] =>
[_csrf_expire:protected] => 7200
[_csrf_token_name:protected] => ci_csrf_token
[_csrf_cookie_name:protected] => ci_csrf_token
[_never_allowed_str:protected] => Array
(
[document.cookie] => [removed]
[document.write] => [removed]
[.parentNode] => [removed]
[.innerHTML] => [removed]
[-moz-binding] => [removed]
[] => -->
[ <![CDATA[
[] => <comment>
)
[_never_allowed_regex:protected] => Array
(
[0] => javascript\s*:
[1] => (document|(document\.)?window)\.(location|on\w*)
[2] => expression\s*(\(|&\#40;)
[3] => vbscript\s*:
[4] => wscript\s*:
[5] => jscript\s*:
[6] => vbs\s*:
[7] => Redirect\s+30\d
[8] => (["'])?data\s*:[^\1]*?base64[^\1]*?,[^\1]*?\1?
)
)
[input] => CI_Input Object
(
[ip_address] => 135.181.104.18
[user_agent] => Archive Team
[_allow_get_array:protected] => 1
[_standardize_newlines:protected] => 1
[_enable_xss:protected] =>
[_enable_csrf:protected] =>
[headers:protected] => Array
(
)
[security] => CI_Security Object
(
[filename_bad_chars] => Array
(
[0] => ../
[1] =>
[3] => <
[4] => >
[5] => '
[6] => "
[7] => &
[8] => $
[9] => #
[10] => {
[11] => }
[12] => [
[13] => ]
[14] => =
[15] => ;
[16] => ?
[17] => %20
[18] => %22
[19] => %3c
[20] => %253c
[21] => %3e
[22] => %0e
[23] => %28
[24] => %29
[25] => %2528
[26] => %26
[27] => %24
[28] => %3f
[29] => %3b
[30] => %3d
)
[charset] => UTF-8
[_xss_hash:protected] =>
[_csrf_hash:protected] =>
[_csrf_expire:protected] => 7200
[_csrf_token_name:protected] => ci_csrf_token
[_csrf_cookie_name:protected] => ci_csrf_token
[_never_allowed_str:protected] => Array
(
[document.cookie] => [removed]
[document.write] => [removed]
[.parentNode] => [removed]
[.innerHTML] => [removed]
[-moz-binding] => [removed]
[] => -->
[ <![CDATA[
[] => <comment>
)
[_never_allowed_regex:protected] => Array
(
[0] => javascript\s*:
[1] => (document|(document\.)?window)\.(location|on\w*)
[2] => expression\s*(\(|&\#40;)
[3] => vbscript\s*:
[4] => wscript\s*:
[5] => jscript\s*:
[6] => vbs\s*:
[7] => Redirect\s+30\d
[8] => (["'])?data\s*:[^\1]*?base64[^\1]*?,[^\1]*?\1?
)
)
[uni] => CI_Utf8 Object
(
)
)
[lang] => MY_Lang Object
(
[language] => Array
(
[error_404_title] => Page missing
[error_404_message] => We cannot find the page you are looking for, please click here to go to the homepage.
[error_invalid_db_group] => The database is trying to use an invalid configuration group "%s".
[migration_none_found] => No migrations were found.
[migration_not_found] => No migration could be found with the version number: %d.
[migration_multiple_version] => There are multiple migrations with the same version number: %d.
[migration_class_doesnt_exist] => The migration class "%s" could not be found.
[migration_missing_up_method] => The migration class "%s" is missing an "up" method.
[migration_missing_down_method] => The migration class "%s" is missing a "down" method.
[migration_invalid_filename] => Migration "%s" has an invalid filename.
[settings:site_name] => Site Name
[settings:site_name_desc] => The name of the website for page titles and for use around the site.
[settings:site_slogan] => Site Slogan
[settings:site_slogan_desc] => The slogan of the website for page titles and for use around the site.
[settings:site_lang] => Site Language
[settings:site_lang_desc] => The native language of the website, used to choose templates of e-mail notifications, contact form, and other features that should not depend on the language of a user.
[settings:contact_email] => Contact E-mail
[settings:contact_email_desc] => All e-mails from users, guests and the site will go to this e-mail address.
[settings:server_email] => Server E-mail
[settings:server_email_desc] => All e-mails to users will come from this e-mail address.
[settings:meta_topic] => Meta Topic
[settings:meta_topic_desc] => Two or three words describing this type of company/website.
[settings:currency] => Currency
[settings:currency_desc] => The currency symbol for use on products, services, etc.
[settings:dashboard_rss] => Dashboard RSS Feed
[settings:dashboard_rss_desc] => Link to an RSS feed that will be displayed on the dashboard.
[settings:dashboard_rss_count] => Dashboard RSS Items
[settings:dashboard_rss_count_desc] => How many RSS items would you like to display on the dashboard ?
[settings:date_format] => Date Format
[settings:date_format_desc] => How should dates be displayed across the website and control panel? Using the date format from PHP - OR - Using the format of strings formatted as date from PHP.
[settings:frontend_enabled] => Site Status
[settings:frontend_enabled_desc] => Use this option to the user-facing part of the site on or off. Useful when you want to take the site down for maintenence
[settings:mail_protocol] => Mail Protocol
[settings:mail_protocol_desc] => Select desired email protocol.
[settings:mail_sendmail_path] => Sendmail Path
[settings:mail_sendmail_path_desc] => Path to server sendmail binary.
[settings:mail_smtp_host] => SMTP Host
[settings:mail_smtp_host_desc] => The host name of your smtp server.
[settings:mail_smtp_pass] => SMTP password
[settings:mail_smtp_pass_desc] => SMTP password.
[settings:mail_smtp_port] => SMTP Port
[settings:mail_smtp_port_desc] => SMTP port number.
[settings:mail_smtp_user] => SMTP User Name
[settings:mail_smtp_user_desc] => SMTP user name.
[settings:unavailable_message] => Unavailable Message
[settings:unavailable_message_desc] => When the site is turned off or there is a major problem, this message will show to users.
[settings:default_theme] => Default Theme
[settings:default_theme_desc] => Select the theme you want users to see by default.
[settings:activation_email] => Activation Email
[settings:activation_email_desc] => Send out an e-mail when a user signs up with an activation link. Disable this to let only admins activate accounts.
[settings:records_per_page] => Records Per Page
[settings:records_per_page_desc] => How many records should we show per page? (both for frontend and for admin section) e.g.: blog posts, users etc.
[settings:rss_feed_items] => Feed item count
[settings:rss_feed_items_desc] => How many items should we show in RSS/blog feeds?
[settings:enable_profiles] => Enable profiles
[settings:enable_profiles_desc] => Allow users to add and edit profiles.
[settings:ga_email] => Google Analytic E-mail
[settings:ga_email_desc] => E-mail address used for Google Analytics, we need this to show the graph on the dashboard.
[settings:ga_password] => Google Analytic Password
[settings:ga_password_desc] => Google Analytics password. This is also needed to show the graph on the dashboard. You will need to allow access to Google to get this to work. See Authorized Access to your Google Account
[settings:ga_profile] => Google Analytic Profile
[settings:ga_profile_desc] => Profile ID for this website in Google Analytics. Look in the URL when signed into Google Analytics for something that looks like "pXXXXXXXX". The, "XXXXXXXX" is the profile ID.
[settings:ga_tracking] => Google Tracking Code
[settings:ga_tracking_desc] => Enter your Google Analytic Tracking Code to activate Google Analytics view data capturing. E.g: UA-19483569-6
[settings:akismet_api_key] => Akismet API Key
[settings:akismet_api_key_desc] => Akismet is a spam-blocker from the WordPress team. It keeps spam under control without forcing users to get past human-checking CAPTCHA forms.
[settings:comment_order] => Comment Order
[settings:comment_order_desc] => Sort order in which to display comments:
[settings:enable_comments] => Enable Comments
[settings:enable_comments_desc] => Allow users to post comments?
[settings:moderate_comments] => Moderate Comments
[settings:moderate_comments_desc] => Force comments to be approved before they appear on the site.
[settings:comment_markdown] => Allow Markdown
[settings:comment_markdown_desc] => Do you want to allow visitors to post comments using Markdown?
[settings:version] => Version
[settings:version_desc] =>
[settings:site_public_lang] => Public Languages
[settings:site_public_lang_desc] => Which are the languages really supported and offered on the front-end of your website?
[settings:admin_force_https] => Force HTTPS for Control Panel?
[settings:admin_force_https_desc] => Allow only the HTTPS protocol when using the Control Panel?
[settings:files_cache] => Files Cache
[settings:files_cache_desc] => When outputting an image via site.com/files what shall we set the cache expiration for?
[settings:auto_username] => Auto Username
[settings:auto_username_desc] => Create the username automatically, meaning users can skip making one on registration.
[settings:registered_email] => User Registered Email
[settings:registered_email_desc] => Send a notification email to the contact e-mail when someone registers.
[settings:ckeditor_config] => CKEditor Config
[settings:ckeditor_config_desc] => You can find a list of valid configuration items in CKEditor's documentation.
[settings:enable_registration] => Enable user registration
[settings:enable_registration_desc] => Allow users to register in your site.
[settings:profile_visibility] => Profile Visibility
[settings:profile_visibility_desc] => Specify who can view user profiles on the public site
[settings:cdn_domain] => CDN Domain
[settings:cdn_domain_desc] => CDN domains allow you to offload static content to various edge servers, like Amazon CloudFront or MaxCDN. If you do not have a CDN provider try MaxCDN. Sign up and save 25%.
[settings:section_general] => General
[settings:section_integration] => Integration
[settings:section_comments] => Comments
[settings:section_users] => Users
[settings:section_statistics] => Statistics
[settings:section_files] => Files
[settings:form_option_Open] => Open
[settings:form_option_Closed] => Closed
[settings:form_option_Enabled] => Enabled
[settings:form_option_Disabled] => Disabled
[settings:form_option_Required] => Required
[settings:form_option_Optional] => Optional
[settings:form_option_Oldest First] => Oldest First
[settings:form_option_Newest First] => Newest First
[settings:form_option_Text Only] => Text Only
[settings:form_option_Allow Markdown] => Allow Markdown
[settings:form_option_Yes] => Yes
[settings:form_option_No] => No
[settings:form_option_profile_public] => Visible to everybody
[settings:form_option_profile_owner] => Only visible to the profile owner
[settings:form_option_profile_hidden] => Never visible
[settings:form_option_profile_member] => Visible to any logged in user
[settings:form_option_activate_by_email] => Activate by email
[settings:form_option_activate_by_admin] => Activate by admin
[settings:form_option_no_activation] => Instant activation
[settings:no_settings] => There are currently no settings.
[settings:save_success] => Your settings were saved!
[global:control-panel] => Control Panel
[global:profile] => Profile
[global:title] => Title
[name_label] => Name
[desc_label] => Description
[version_label] => Version
[global:author] => Author
[global:action] => Action
[global:slug] => Slug
[global:slug_instructions] => Lowercase characters and underscores only.
[global:user] => User
[global:dialog:delete_message] => Are you sure you want to delete this? It cannot be undone.
[global:dialog:confirm] => Confirm
[global:yes] => Yes
[global:no] => No
[global:select-none] => -- None --
[global:select-all] => -- All --
[global:select-any] => -- Any --
[global:select-pick] => -- Select --
[global:check-all] => All
[global:check-none] => None
[global:operators:equal] => Equal to
[global:operators:not-equal] => Not equal to
[global:operators:less-than] => Less than
[global:operators:greater-than] => Greater than
[global:duration:1-day] => One day
[global:duration:1-week] => One week
[global:duration:2-weeks] => Two weeks
[global:duration:1-month] => One month
[global:duration:3-months] => Three Months
[global:duration:always] => Always
[navigation_headline] => Navigation
[breadcrumb_base_label] => Home
[logged_in_welcome] => Welcome %s, you are logged in.
[logout_label] => Log out
[edit_profile_label] => Edit Profile
[settings_label] => Settings
[close_message] => Close this message
[general_error_label] => Error
[required_error_label] => Required field missing
[note_label] => Note
[success_label] => Success
[global:fields] => Fields
[global:custom_fields] => Custom Fields
[login_title] => Log In
[global:fatal_error] => Fatal error, is CMS installed?
[global:demo_restrictions] => Some features on this page have been disabled for the demo.
[login_error_label] => Login Error
[forgot_password_label] => Forgot your password ?
[global:email] => E-mail
[global:password] => Password
[login_label] => Log In
[help_label] => Help
[save_label] => Save
[cancel_label] => Cancel
[update_label] => Update Caption
[global:delete] => Delete
[activate_label] => Activate
[global:approve] => Approve
[global:unapprove] => Unapprove
[publish_label] => Publish
[global:upload] => Upload
[global:uninstall] => Uninstall
[global:install] => Install
[global:upgrade] => Upgrade
[global:enable] => Enable
[global:disable] => Disable
[global:enabled] => Enabled
[global:disabled] => Disabled
[all_right_reserved] => All Rights Reserved.
[powered_by_pyrocms] => Powered by PyroCMS
[top_page] => Top
[back_to_top] => Back to Top
[global:filters] => Filters
[global:image] => Image
[global:description] => Description
[global:actions] => Actions
[global:view] => View
[global:preview] => Preview
[global:add] => Add
[global:edit] => Edit
[global:empty] => Empty
[global:remove] => Remove
[global:keywords] => Keywords
[global:or] => or
[global:and] => and
[global:at] => at
[global:widgets] => Widgets
[global:themes] => Themes
[global:field_types] => Field Types
[global:plugins] => Plugins
[global:plugin] => Plugin
[global:options] => Options
[global:plain-text] => Plain Text
[user:add_field] => Add User Profile Field
[user:profile_delete_success] => User profile field deleted successfully
[user:profile_delete_failure] => There was a problem with deleting your user profile field
[profile_user_basic_data_label] => Basic Data
[profile_company] => Company
[profile_updated_on] => Updated On
[user:profile_fields_label] => Profile Fields
[user:register_header] => Registration
[user:register_step1] => Step 1: Register
[user:register_step2] => Step 2: Activate
[user:login_header] => Login
[user:add_title] => Add User
[user:list_title] => Users
[user:inactive_title] => Inactive Users
[user:active_title] => Active Users
[user:registred_title] => Registered Users
[user:edit_title] => Edit User "%s"
[user:details_label] => Details
[user:first_name_label] => First Name
[user:last_name_label] => Last Name
[user:group_label] => Group
[user:activate_label] => Activate
[user:password_label] => Password
[user:password_confirm_label] => Confirm Password
[user:name_label] => Name
[user:joined_label] => Joined
[user:last_visit_label] => Last visit
[user:never_label] => Never
[user:no_inactives] => There are no inactive users.
[user:no_registred] => There are no registered users.
[account_changes_saved] => The changes to your account have been saved successfully.
[indicates_required] => Indicates required fields
[user:send_activation_email] => Send Activation Email
[user:do_not_activate] => Inactive
[user:register_title] => Register
[user:activate_account_title] => Activate Account
[user:activated_account_title] => Activated Account
[user:reset_password_title] => Reset Password
[user:password_reset_title] => Password Reset
[user:error_username] => The username you selected is already in use.
[user:error_email] => The email address you entered is already in use.
[user:full_name] => Full Name
[user:first_name] => First Name
[user:last_name] => Last Name
[user:username] => Username
[user:display_name] => Display Name
[user:email_use] => used to login
[user:remember] => Remember Me
[user:group_id_label] => Group ID
[user:level] => User Role
[user:active] => Active
[user:lang] => Language
[user:activation_code] => Activation code
[user:reset_instructions] => Enter your email address or username
[user:reset_password_link] => Forgot your password?
[user:activation_code_sent_notice] => An email has been sent to you with your activation code.
[user:activation_by_admin_notice] => Your registration is awaiting approval by an administrator.
[user:registration_disabled] => Sorry, but the user registration is disabled.
[user:details_section] => Name
[user:password_section] => Change password
[user:other_settings_section] => Other settings
[user:settings_saved_success] => The settings for your user account have been saved.
[user:settings_saved_error] => An error occurred.
[user:register_btn] => Register
[user:activate_btn] => Activate
[user:reset_pass_btn] => Reset Pass
[user:login_btn] => Login
[user:settings_btn] => Save settings
[user:added_and_activated_success] => New user has been created and activated.
[user:added_not_activated_success] => New user has been created, the account needs to be activated.
[user:edit_user_not_found_error] => User not found.
[user:edit_success] => User successfully updated.
[user:edit_error] => Error occurred when trying to update user.
[user:activate_success] => %s users out of %s successfully activated.
[user:activate_error] => You need to select users first.
[user:delete_self_error] => You cannot delete yourself!
[user:mass_delete_success] => %s users out of %s successfully deleted.
[user:mass_delete_error] => You need to select users first.
[user:email_pass_missing] => Email or password fields are not complete.
[user:email_exists] => The email address you have chosen is already in use with a different user.
[user:register_error] => We think you are a bot. If we are mistaken please accept our apologies.
[user:register_reasons] => Join up to access special areas normally restricted. This means your settings will be remembered, more content and less ads.
[user:activation_incorrect] => Activation failed. Please check your details and make sure CAPS LOCK is not on.
[user:activated_message] => Your account has been activated, you can now log in to your account.
[user:logged_in] => You have logged in successfully.
[user:already_logged_in] => You are already logged in. Please logout before trying again.
[user:login_incorrect] => E-mail or password do not match. Please check your login and make sure CAPS LOCK is not on.
[user:inactive] => The account you are trying to access is currently inactive. Check your e-mail for instructions on how to activate your account - it may be in the junk folder.
[user:logged_out] => You have been logged out.
[user:forgot_incorrect] => No account was found with these details.
[user:password_reset_message] => Your password has been reset. You should recieve the email within the next 2 hours. If you don't, it might have gone into your junk mail by accident.
[user:activation_email_subject] => Activation Required
[user:activation_email_body] => Thank you for activting your account with %s. To log in to the site, please visit the link below:
[user:activated_email_subject] => Activation Complete
[user:activated_email_content_line1] => Thank you for registering at %s. Before we can activate your account, please complete the registration process by clicking on the following link:
[user:activated_email_content_line2] => In case your email program does not recognize the above link as, please direct your browser to the following URL and enter the activation code:
[user:reset_pass_email_subject] => Password Reset
[user:reset_pass_email_body] => Your password at %s has been reset. If you did not request this change, please email us at %s and we will resolve the situation.
[profile_of_title] => %s's Profile
[profile_user_details_label] => User Details
[profile_role_label] => Role
[profile_registred_on_label] => Registered on
[profile_last_login_label] => Last login
[profile_male_label] => Male
[profile_female_label] => Female
[profile_not_set_up] => This user does not have a profile set up.
[profile_edit] => Edit your profile
[profile_personal_section] => Personal
[profile_display_name] => Display Name
[profile_dob] => Date of Birth
[profile_dob_day] => Day
[profile_dob_month] => Month
[profile_dob_year] => Year
[profile_gender] => Gender
[profile_gender_nt] => Not Telling
[profile_gender_male] => Male
[profile_gender_female] => Female
[profile_bio] => About me
[profile_contact_section] => Contact
[profile_phone] => Phone
[profile_mobile] => Mobile
[profile_address] => Address
[profile_address_line1] => Line #1
[profile_address_line2] => Line #2
[profile_address_line3] => Town/City
[profile_address_postcode] => Post/Zip Code
[profile_website] => Website
[profile_api_section] => API Access
[profile_edit_success] => Your profile has been saved.
[profile_edit_error] => An error occurred.
[profile_save_btn] => Save profile
[files:files_title] => Files
[files:fetching] => Retrieving data...
[files:fetch_completed] => Completed
[files:save_failed] => Sorry. The changes could not be saved
[files:item_created] => "%s" was created
[files:item_updated] => "%s" was updated
[files:item_deleted] => "%s" was deleted
[files:item_not_deleted] => "%s" could not be deleted
[files:item_not_found] => Sorry. "%s" could not be found
[files:sort_saved] => Sort order saved
[files:no_permissions] => You do not have sufficient permissions
[files:activity] => Activity
[files:places] => Places
[files:back] => Back
[files:forward] => Forward
[files:start] => Start Upload
[files:details] => Details
[files:id] => ID
[files:name] => Name
[files:slug] => Slug
[files:path] => Path
[files:added] => Date Added
[files:width] => Width
[files:height] => Height
[files:ratio] => Ratio
[files:alt_attribute] => Alt Attribute
[files:full_size] => Full Size
[files:filename] => Filename
[files:filesize] => Filesize
[files:download_count] => Download Count
[files:download] => Download
[files:location] => Location
[files:keywords] => Keywords
[files:toggle_data_display] => Toggle Data Display
[files:description] => Description
[files:container] => Container
[files:bucket] => Bucket
[files:check_container] => Check Validity
[files:search_message] => Type and hit Enter
[files:search] => Search
[files:synchronize] => Synchronize
[files:uploader] => Drop files here or Click to select files
[files:replace_file] => Replace file
[files:refresh] => Refresh
[files:open] => Open
[files:new_folder] => New Folder
[files:upload] => Upload
[files:rename] => Rename
[files:replace] => Replace
[files:delete] => Delete
[files:edit] => Edit
[files:no_folders] => Files and folders are managed much like they would be on your desktop. Right click in the area below this message to create your first folder. Then right click on the folder to rename, delete, upload files to it, or change details such as linking it to a cloud location.
[files:no_folders_places] => Folders that you create will show up here in a tree that can be expanded and collapsed. Click on "Places" to view the root folder.
[files:no_folders_wysiwyg] => No folders have been created yet
[files:new_folder_name] => Untitled Folder
[files:folder] => Folder
[files:folders] => Folders
[files:select_folder] => Select a Folder
[files:subfolders] => Subfolders
[files:root] => Root
[files:no_subfolders] => No Subfolders
[files:folder_not_empty] => You must delete the contents of "%s" first
[files:mkdir_error] => We are unable to create %s. You must create it manually
[files:chmod_error] => The upload directory is unwriteable. It must be 0777
[files:location_saved] => The folder location has been saved
[files:container_exists] => "%s" exists. Save to link its contents to this folder
[files:container_not_exists] => "%s" does not exist in your account. Save and we will try to create it
[files:error_container] => "%s" could not be created and we could not determine the reason
[files:container_created] => "%s" has been created and is now linked to this folder
[files:unwritable] => "%s" is unwritable, please set its permissions to 0777
[files:specify_valid_folder] => You must specify a valid folder to upload the file to
[files:enable_cdn] => You must enable CDN for "%s" via your Rackspace control panel before we can synchronize
[files:synchronization_started] => Starting synchronization
[files:synchronization_complete] => Synchronization for "%s" has been completed
[files:untitled_folder] => Untitled Folder
[files:no_files] => No files found
[files:file_uploaded] => "%s" has been uploaded
[files:unsuccessful_fetch] => We were unable to fetch "%s". Are you sure it is a public file?
[files:invalid_container] => "%s" does not appear to be a valid container.
[files:no_records_found] => No records could be found
[files:invalid_extension] => "%s" has a file extension that is not allowed
[files:upload_error] => The file upload failed
[files:description_saved] => The file details have been saved
[files:alt_saved] => The image alt attribute has been saved
[files:file_moved] => "%s" has been moved successfully
[files:exceeds_server_setting] => The server cannot handle this large of a file
[files:exceeds_allowed] => File exceeds the max size allowed
[files:file_type_not_allowed] => This type of file is not allowed
[files:replace_warning] => Warning: Do not replace a file with a file of a different type (e.g. .jpg with .png)
[files:type_a] => Audio
[files:type_v] => Video
[files:type_d] => Document
[files:type_i] => Image
[files:type_o] => Other
[account_creation_successful] => Account Successfully Created
[account_creation_unsuccessful] => Unable to Create Account
[account_creation_duplicate_email] => Email Already Used or Invalid
[account_creation_duplicate_username] => Username Already Used or Invalid
[password_change_successful] => Password Successfully Changed
[password_change_unsuccessful] => Unable to Change Password
[forgot_password_successful] => Password Reset Email Sent
[forgot_password_unsuccessful] => Unable to Reset Password
[activate_successful] => Account Activated
[activate_unsuccessful] => Unable to Activate Account
[deactivate_successful] => Account De-Activated
[deactivate_unsuccessful] => Unable to De-Activate Account
[activation_email_successful] => Activation Email Sent
[activation_email_unsuccessful] => Unable to Send Activation Email
[login_successful] => Logged In Successfully
[login_unsuccessful] => Incorrect Login
[logout_successful] => Logged Out Successfully
[update_successful] => Account Information Successfully Updated
[update_unsuccessful] => Unable to Update Account Information
[delete_successful] => User Deleted
[delete_unsuccessful] => Unable to Delete User
[streams:save_field_error] => There was a problem saving your field.
[streams:field_add_success] => Field added successfully.
[streams:field_update_error] => There was a problem updating your field.
[streams:field_update_success] => Field updated successfully.
[streams:field_delete_error] => There was a problem deleting this field.
[streams:field_delete_success] => Field deleted successfully.
[streams:view_options_update_error] => There was a problem updating the view options.
[streams:view_options_update_success] => View options successfully updated.
[streams:remove_field_error] => There was a problem removing this field.
[streams:remove_field_success] => Field successfully removed.
[streams:create_stream_error] => There was a problem creating your stream.
[streams:create_stream_success] => Stream created successfully.
[streams:stream_update_error] => There was a problem updating this stream.
[streams:stream_update_success] => Stream updated successfully.
[streams:stream_delete_error] => There was a problem with deleting this stream.
[streams:stream_delete_success] => Stream deleted successfully.
[streams:stream_field_ass_add_error] => There was a problem adding this field to this stream.
[streams:stream_field_ass_add_success] => Field added to stream successfully.
[streams:stream_field_ass_upd_error] => There was a problem updating this field assignment.
[streams:stream_field_ass_upd_success] => Field assignment updated successfully.
[streams:delete_entry_error] => There was a problem deleting this entry.
[streams:delete_entry_success] => Entry deleted successfully.
[streams:new_entry_error] => There was a problem adding this entry.
[streams:new_entry_success] => Entry added successfully.
[streams:edit_entry_error] => There was a problem updating this entry.
[streams:edit_entry_success] => Entry updated successfully.
[streams:delete_summary] => Are you sure you want to delete the %s stream? This will delete %s %s permanently.
[streams:no_stream_provided] => No stream was provided.
[streams:invalid_stream] => Invalid stream.
[streams:not_valid_stream] => is not a valid stream.
[streams:invalid_stream_id] => Invalid stream ID.
[streams:invalid_row] => Invalid row.
[streams:invalid_id] => Invalid ID.
[streams:cannot_find_assign] => Cannot find field assignment.
[streams:cannot_find_pyrostreams] => Cannot find PyroStreams.
[streams:table_exists] => A table with the slug %s already exists.
[streams:no_results] => No results
[streams:no_entry] => Unable to find entry.
[streams:invalid_search_type] => is not a valid search type.
[streams:search_not_found] => Search not found.
[streams:field_slug_not_unique] => This field slug is already in use.
[streams:not_mysql_safe_word] => The %s field is a MySQL reserved word.
[streams:not_mysql_safe_characters] => The %s field contains disallowed characters.
[streams:type_not_valid] => Please select a valid field type.
[streams:stream_slug_not_unique] => This stream slug is already in use.
[streams:field_unique] => The %s field must be unique.
[streams:field_is_required] => The %s field is required.
[streams:date_out_or_range] => The date you have chosen for %s is out of the acceptable range.
[streams:label.field] => Field
[streams:label.field_required] => Field is Required
[streams:label.field_unique] => Field is Unique
[streams:label.field_instructions] => Field Instructions
[streams:label.make_field_title_column] => Make field the title column
[streams:label.field_name] => Field Name
[streams:label.field_slug] => Field Slug
[streams:label.field_type] => Field Type
[streams:id] => ID
[streams:created_by] => Created By
[streams:created_date] => Created Date
[streams:updated_date] => Updated Date
[streams:value] => Value
[streams:manage] => Manage
[streams:search] => Search
[streams:stream_prefix] => Stream Prefix
[streams:instr.field_instructions] => Displayed on form when entering or editing data.
[streams:instr.stream_full_name] => Full name for your stream.
[streams:instr.slug] => Lowercase, just letters and underscores.
[streams:assign_field] => Assign Field to Stream
[streams:edit_assign] => Edit Stream Assignment
[streams:add_field] => Create Field
[streams:edit_field] => Edit Field
[streams:fields] => Fields
[streams:streams] => Streams
[streams:list_fields] => List Fields
[streams:new_entry] => New Entry
[streams:stream_entries] => Stream Entries
[streams:entries] => Entries
[streams:stream_admin] => Stream Admin
[streams:list_streams] => List Streams
[streams:sure] => Are You Sure?
[streams:field_assignments] => Stream Field Assignments
[streams:new_field_assign] => New Field Assignment
[streams:stream_name] => Stream Name
[streams:stream_slug] => Stream Slug
[streams:about] => About
[streams:total_entries] => Total Entries
[streams:add_stream] => New Stream
[streams:edit_stream] => Edit Stream
[streams:about_stream] => About This Stream
[streams:title_column] => Title Column
[streams:sort_method] => Sort Method
[streams:add_entry] => Add Entry
[streams:edit_entry] => Edit Entry
[streams:view_options] => View Options
[streams:stream_view_options] => Stream View Options
[streams:backup_table] => Backup Stream Table
[streams:delete_stream] => Delete Stream
[streams:entry] => Entry
[streams:field_types] => Field Types
[streams:field_type] => Field Type
[streams:database_table] => Database Table
[streams:size] => Size
[streams:num_of_entries] => Number of Entries
[streams:num_of_fields] => Number of Fields
[streams:last_updated] => Last Updated
[streams:export_schema] => Export Schema
[streams:start.add_one] => add one here
[streams:start.no_fields] => You have not created any fields yet. To start, you can
[streams:start.no_assign] => Looks like there are no fields yet for this stream. To start, you can
[streams:start.add_field_here] => add a field here
[streams:start.create_field_here] => create a field here
[streams:start.no_streams] => There are no streams yet, but you can start by
[streams:start.no_streams_yet] => There are no streams yet.
[streams:start.adding_one] => adding one
[streams:start.no_fields_to_add] => No Fields to Add
[streams:start.no_fields_msg] => There are no fields to add to this stream. In PyroStreams, field types can be shared between streams and must be created before being added to a stream. You can start by
[streams:start.adding_a_field_here] => adding a field here
[streams:start.no_entries] => There are no entries yet for %s. To start, you can
[streams:no_entries] => No entries
[streams:add_fields] => assign fields
[streams:add_an_entry] => add an entry
[streams:to_this_stream_or] => to this stream or
[streams:no_field_assign] => No Field Assignments
[streams:no_fields_msg_first] => Looks like there are no fields yet for this stream.
[streams:no_field_assign_msg] => Before you start entering data, you need to
[streams:add_some_fields] => assign some fields
[streams:start.before_assign] => Before assigning fields to a stream, you need to create a field. You can
[streams:start.no_fields_to_assign] => Looks like there are no fields available to be assigned. Before you can assign a field you must
[streams:yes_delete] => Yes, Delete
[streams:no_thanks] => No Thanks
[streams:new_field] => New Field
[streams:edit] => Edit
[streams:delete] => Delete
[streams:remove] => Remove
[streams:reset] => Reset
[streams:field_singular] => field
[streams:field_plural] => fields
[streams:by_title_column] => By Title Column
[streams:manual_order] => Manual Order
[streams:stream_data_line] => Edit basic stream data.
[streams:view_options_line] => Choose which columns should be visible on the list data page.
[streams:backup_line] => Backup and download stream table into a zip file.
[streams:permanent_delete_line] => Permanently delete a stream and all stream data.
[streams:choose_a_field_type] => Choose a field type
[streams:choose_a_field] => Choose a field
[recaptcha_class_initialized] => reCaptcha Library Initialized
[recaptcha_no_private_key] => You did not supply an API key for Recaptcha
[recaptcha_no_remoteip] => For security reasons, you must pass the remote ip to reCAPTCHA
[recaptcha_socket_fail] => Could not open socket
[recaptcha_incorrect_response] => Incorrect Security Image Response
[recaptcha_field_name] => Security Image
[recaptcha_html_error] => Error loading security image. Please try again later
[streams:max_length] => Max Length
[streams:upload_location] => Upload Location
[streams:default_value] => Default Value
[streams:menu_path] => Menu Path
[streams:about_instructions] => A short description of your stream.
[streams:slug_instructions] => This will also be the database table name for your stream.
[streams:prefix_instructions] => If used, this will prefix the table in the database. Useful for naming collisons.
[streams:menu_path_instructions] => Where you what section and sub section this stream should show up in the menu. Separate by a forward slash. Ex: Main Section / Sub Section.
[streams:state.name] => US State
[streams:state.full] => Full Name
[streams:state.abbr] => Abbreviation
[streams:state.state_display] => State Display
[streams:state.default_state] => Default State
[streams:year.name] => Year
[streams:year.start_year] => Start Year
[streams:year.end_year] => End Year
[streams:year.default_year] => Default Year
[streams:encrypt.name] => Encrypted
[streams:encrypt.hide_typing] => Hide Typing on Input?
[streams:slug.name] => Slug
[streams:slug.space_type] => Space Type
[streams:slug.slug_field] => Slug Field
[streams:slug.dash] => Dash
[streams:slug.underscore] => Underscore
[streams:email.name] => Email
[streams:file.name] => File
[streams:file.folder] => Upload Folder
[streams:file.allowed_types] => Allowed Types
[streams:file.folder_notice] => You need to set an upload folder before you can upload files. Would you like to create one now?
[streams:file.allowed_types_instructions] => Separate each file type with a pipe character. Ex: pdf|png
[streams:file.allowed_types_error] => The field %s contains an invalid file type.
[streams:url.name] => URL
[streams:relationship.name] => Relationship
[streams:relationship.choose_stream] => Relationship Stream
[streams:relationship.doesnt_exist] => Related stream does not exist.
[streams:integer.name] => Integer
[streams:image.name] => Image
[streams:image.folder] => Upload Folder
[streams:image.resize_width] => Resize Width
[streams:image.resize_height] => Resize Height
[streams:image.allowed_types] => Allowed Types
[streams:image.image_errors] => The following errors occurred when adding your file:
[streams:image.need_folder] => You need to set an upload folder before you can upload files. Would you like to create one now?
[streams:image.keep_ratio] => Keep Ratio
[streams:image.keep_ratio_instr] => When resizing, should we keep the ratio?
[streams:image.allowed_types_instr] => Ex: jpg|jpeg|png
[streams:image.allowed_types_error] => The image type is not allowed. Allowed types: %s.
[streams:textarea.name] => Textarea
[streams:textarea.default_text] => Default Text
[streams:textarea.allow_tags] => Allow Lex Tags
[streams:textarea.content_type] => Content Type
[streams:country.name] => Country
[streams:country.default_country] => Default Country
[streams:text.name] => Text
[streams:datetime.name] => Date/Time
[streams:datetime.use_time] => Use Time
[streams:datetime.timezone] => Timezone
[streams:datetime.start_date] => Start Restriction
[streams:datetime.end_date] => End Restriction
[streams:datetime.rest_instructions] => Takes numerical offset from current date (Ex: -20) or numerical offset for days (D), months (M), and years (Y). Ex: +1D +2Y<
[streams:datetime.storage] => Storage Format
[streams:datetime.input_type] => Input Type
[streams:invalid_input_for_date_range_check] => Invalid date input for data range check.
[streams:wysiwyg.name] => WYSIWYG
[streams:wysiwyg.editor_type] => Editor Type
[streams:wysiwyg.allow_tags] => Allow Tags
[streams:wysiwyg.simple] => Simple
[streams:wysiwyg.advanced] => Advanced
[streams:choice.name] => Choices
[streams:choice.instructions] => Put each choice on one line. If you want a separate value for each choice, you can separate them by a colon (:).
PyroCMS
pyro : PyroCMS
[streams:choice.choice_data] => Choice Data
[streams:choice.choice_type] => Choice Type
[streams:choice.dropdown] => Dropdown
[streams:choice.radio_buttons] => Radio Buttons
[streams:choice.checkboxes] => Checkboxes
[streams:choice.min_choices] => Minimum Number of Selections
[streams:choice.max_choices] => Maximum Number of Selections
[streams:choice.checkboxes_only] => Only available for checkboxes.
[streams:choice.must_select_num] => You must select {val} items from the %s list.
[streams:choice.must_at_least] => You must select at least {val} items from the %s list.
[streams:choice.must_max_num] => You can only select {val} items from the %s list.
[streams:choice.multiselect] => Multiselect Type.
[streams:choice.invalidtype] => Invalid Type.
[streams:user.name] => User
[streams:user.restrict_group] => Restrict Group
[streams:user.dont_restrict_groups] => Don't Restrict Groups
[streams:keywords.name] => Keywords
[streams:keywords.return_type] => Return Type
[streams:keywords.return_type.instructions] => Array: Rows with keyword, count, total, is_first, is_last String: keyword_1, keyword_2, keyword_3 Changing this will effect your templating.
[streams:pyro_lang.name] => PyroCMS Language
[streams:wysiwyg_video.name] => WYSIWYG (video)
[streams:wysiwyg_video.editor_type] => Editor Type
[streams:wysiwyg_video.allow_tags] => Allow Tags
[streams:wysiwyg_video.simple] => Simple
[streams:wysiwyg_video.advanced] => Advanced
[alpha_dot_dash] => The %s field may only contain alpha-numeric characters, underscores, dots and dashes.
[decimal] => The %s field must contain only decimal numbers.
[csrf_bad_token] => Invalid CSRF Token
[streams:api.empty_stream_name] => No stream name provided.
[streams:api.empty_stream_slug] => No stream slug provided.
[streams:api.stream_slug_in_use] => Stream slug in use.
[streams:api.empty_field_name] => No field name provided.
[streams:api.empty_field_slug] => No field slug provided.
[streams:api.field_slug_in_use] => Field slug in use.
[comments:title] => Comments
[comments:your_comment] => Post a comment
[comments:user_comments] => User comments
[comments:list_comment] => %s commented on %s saying:
[comments:recent_comments] => Recent comments
[comments:view_more] => View more...
[comments:name_label] => Your Name
[comments:website_label] => Website
[comments:message_label] => Message
[comments:status_label] => Status
[comments:activate_label] => Approve
[comments:deactivate_label] => Unapprove
[comments:module_label] => Module
[comments:item_label] => Item
[comments:date_label] => Date
[comments:posted_label] => Posted
[comments:from_label] => From
[comments:preview_label] => Preview
[comments:send_label] => Comment
[comments:inactive_title] => Comments awaiting approval
[comments:active_title] => Approved comments
[comments:edit_title] => Edit comment
[comments:list_title] => List comments
[comments:add_success] => The comment has been saved.
[comments:add_approve] => The comment has been saved and is awaiting approval.
[comments:add_error] => There was a problem adding your comment. Please try again later.
[comments:edit_success] => The comment was edited successfully.
[comments:edit_error] => The comment could not be edited.
[comments:approve_success] => This comment has been approved.
[comments:approve_success_multiple] => The selected comments have been approved.
[comments:approve_error] => There was a problem approving this comment.
[comments:approve_error_multiple] => There was a problem approving the selected comments:
[comments:unapprove_success] => The comment has been unapproved and will no longer show on the live site.
[comments:unapprove_success_multiple] => The selected comments have been unapproved and will no longer show on the live site.
[comments:unapprove_error] => There was a problem unapproving this comment. Perhaps deleting would work?
[comments:unapprove_error_multiple] => There was a problem unapproving the selected comments: Perhaps deleting would work?
[comments:delete_single_success] => This comment #%s has been deleted and will no longer show on the live site.
[comments:delete_multi_success] => The comments #%s have been deleted and will no longer show on the live site.
[comments:no_comments] => There are no comments
[comments:counter_none_label] => No comment
[comments:counter_singular_label] => %d comment
[comments:counter_plural_label] => %d comments
)
[is_loaded] => Array
(
[errors_lang.php] => english
[migration_lang.php] => english
[0] => settings/settings_lang.php
[global_lang.php] => english
[1] => users/user_lang.php
[2] => files/files_lang.php
[3] => users/ion_auth_lang.php
[4] => streams_core/pyrostreams_lang.php
[state_lang.php] => english
[year_lang.php] => english
[encrypt_lang.php] => english
[slug_lang.php] => english
[email_lang.php] => english
[file_lang.php] => english
[url_lang.php] => english
[relationship_lang.php] => english
[integer_lang.php] => english
[image_lang.php] => english
[textarea_lang.php] => english
[country_lang.php] => english
[text_lang.php] => english
[datetime_lang.php] => english
[wysiwyg_lang.php] => english
[choice_lang.php] => english
[user_lang.php] => english
[keywords_lang.php] => english
[pyro_lang_lang.php] => english
[wysiwyg_video_lang.php] => english
[extra_validation_lang.php] => english
[streams_api_lang.php] => english
[5] => comments/comments_lang.php
)
)
[load] => MY_Loader Object
(
[_ci_loaded_sparks] => Array
(
)
[_module:protected] => pages
[_ci_plugins] => Array
(
)
[_ci_cached_vars] => Array
(
[lang] => Array
(
[name] => English
[folder] => english
[direction] => ltr
[codes] => Array
(
[0] => en
[1] => english
[2] => en_US
)
[ckeditor] =>
[code] => en
)
[template_views] => addons/default/themes/webaslt/views/
[page] => stdClass Object
(
[id] => 21
[created] => 1423040218
[updated] => 1516186104
[ordering_count] => 1
[created_by] => Array
(
[user_id] => 1
[email] => jaroslav@webas.lt
[username] => Jaroslav
[display_name] => Jaroslav Petrusevic
)
[last] => 1
[odd_even] => odd
[count] => 1
[slug] => home
[class] =>
[title] => Home
[uri] => home
[parent_id] => 0
[type_id] => 2
[entry_id] => 1
[css] =>
[js] =>
[meta_title] =>
[meta_keywords] =>
[meta_robots_no_index] => 0
[meta_robots_no_follow] => 0
[meta_description] =>
[rss_enabled] => 0
[comments_enabled] => 0
[status] => live
[created_on] => 1423033018
[updated_on] => 1516178904
[restricted_to] => 0
[is_home] => 1
[strict_uri] => 0
[order] => 0
[layout] => stdClass Object
(
[id] => 2
[slug] => main
[title] => Main
[description] =>
[stream_id] => 4
[meta_title] =>
[meta_keywords] =>
[meta_description] =>
[body] => {{ body }}
[css] =>
[js] =>
[theme_layout] => main.html
[updated_on] => 1435237232
[save_as_files] => n
[content_label] =>
[title_label] =>
)
[base_uri] =>
)
[current_user] =>
[template] => Array
(
[title] => Go Vilnius
[page_title] => Go Vilnius
[breadcrumbs] => Array
(
[0] => Array
(
[name] => Home
[uri] =>
)
)
[metadata] =>
[partials] => Array
(
)
[body] =>
)
[module_details] => Array
(
[name] => Pages
[module] => Module_Pages Object
(
[version] => 2.2.0
)
[slug] => pages
[version] => 2.2.0
[description] => Add custom pages to the site with any content you want.
[skip_xss] => 1
[is_frontend] => 1
[is_backend] => 1
[menu] => content
[enabled] => 1
[sections] => Array
(
[pages] => Array
(
[name] => pages:list_title
[uri] => admin/pages
)
[types] => Array
(
[name] => page_types:list_title
[uri] => admin/pages/types
)
)
[shortcuts] => Array
(
)
[installed] => 1
[is_core] => 1
[is_current] => 1
[current_version] => 2.2.0
[path] => system/cms/modules/pages
[updated_on] => 1516365533
)
[server] => Array
(
[USER] => www-data
[HOME] => /var/www
[FCGI_ROLE] => RESPONDER
[SCRIPT_FILENAME] => /var/www/100contest.vilnius-tourism.lt/index.php
[DOCUMENT_ROOT] => /var/www/100contest.vilnius-tourism.lt
[HTTPS] => off
[QUERY_STRING] =>
[REQUEST_METHOD] => GET
[CONTENT_TYPE] =>
[CONTENT_LENGTH] =>
[SCRIPT_NAME] => /index.php
[REQUEST_URI] => /
[DOCUMENT_URI] => /index.php
[SERVER_PROTOCOL] => HTTP/1.1
[REQUEST_SCHEME] => http
[GATEWAY_INTERFACE] => CGI/1.1
[SERVER_SOFTWARE] => nginx/1.12.2
[REMOTE_ADDR] => 135.181.104.18
[REMOTE_PORT] => 44128
[SERVER_ADDR] => 185.5.53.181
[SERVER_PORT] => 80
[SERVER_NAME] => 100contest.vilnius-tourism.lt
[REDIRECT_STATUS] => 200
[HTTP_USER_AGENT] => Archive Team
[HTTP_ACCEPT] => */*
[HTTP_ACCEPT_ENCODING] => identity
[HTTP_HOST] => vilnius-tourism.eu
[HTTP_CONNECTION] => Keep-Alive
[PHP_SELF] => /index.php
[REQUEST_TIME_FLOAT] => 1609332167.9108
[REQUEST_TIME] => 1609332167
[APP_DEBUG] => true
[DB_HOST] => localhost
[DB_USER] => vtic_cont100
[DB_PASS] => feu4huthubahp9levaidaefa1ooMoh
[DB_NAME] => vtic_cont100
[DB_DRIVER] => mysqli
[APP_KEY] => 7WQ/Ha7cxB81mLkT7Lkv3+lp5Em5DBue/bjaI5cofD
[RECAPTCHA_KEY] => 6LcjaB0TAAAAAAY9NtxNqLeTMDiKNtPoh1FJA6Su
[RECAPTCHA_SECRET] => 6LcjaB0TAAAAAD0fTtbl-AkIfIOEuwIeh4d9D7Ou
)
[theme] => stdClass Object
(
[slug] => webaslt
[is_core] =>
[path] => addons/default/themes/webaslt
[web_path] => addons/default/themes/webaslt
[screenshot] => addons/default/themes/webaslt/screenshot.png
[name] => webaslt
[author] => ????
[author_website] =>
[website] =>
[description] =>
[version] => ??
[options] => stdClass Object
(
)
)
[_body] =>
[_tags] => Array
(
[persistent_tags] => Array
(
[0] => template:metadata
)
)
)
[_ci_ob_level:protected] => 1
[_ci_view_paths:protected] => Array
(
[system/cms/modules/pages/views/] => 1
)
[_ci_library_paths:protected] => Array
(
[0] => addons/shared_addons/
[1] => addons/default/
[2] => system/cms/
[3] => /home/cont100/contest100www/system/codeigniter/
)
[_ci_model_paths:protected] => Array
(
[0] => addons/shared_addons/
[1] => system/cms/modules/pages/
[2] => addons/default/
[3] => system/cms/
)
[_ci_helper_paths:protected] => Array
(
[0] => addons/shared_addons/
[1] => system/cms/
[2] => /home/cont100/contest100www/system/codeigniter/
)
[_base_classes:protected] => Array
(
[benchmark] => Benchmark
[hooks] => Hooks
[config] => Config
[log] => Log
[exceptions] => Exceptions
[utf8] => Utf8
[uri] => URI
[router] => Router
[output] => Output
[security] => Security
[input] => Input
[lang] => Lang
[loader] => Loader
[model] => Model
)
[_ci_classes:protected] => Array
(
[asset] => asset
[template] => template
[parser] => parser
[user_agent] => agent
[cache] => cache
[translate] => translate
[pyrocache] => pyrocache
[migration] => migration
[session] => session
[encrypt] => encrypt
[settings] => settings
[email] => email
[streams] => streams
[image_lib] => image_lib
[keywords] => keywords
[type] => type
[fields] => fields
[form_validation] => form_validation
[ion_auth] => ion_auth
[events] => events
[variables] => variables
[comments] => comments
[plugins] => plugins
)
[_ci_loaded_files:protected] => Array
(
[0] => system/cms/libraries/Asset.php
[1] => system/cms/libraries/Template.php
[2] => system/cms/libraries/MY_Parser.php
[3] => system/cms/libraries/MY_User_agent.php
[4] => /home/cont100/contest100www/system/codeigniter/libraries/Cache/Cache.php
[5] => system/cms/libraries/Pyrocache.php
[6] => /home/cont100/contest100www/system/codeigniter/libraries/Migration.php
[7] => /home/cont100/contest100www/system/codeigniter/libraries/Session/Session.php
[8] => /home/cont100/contest100www/system/codeigniter/libraries/Encrypt.php
[9] => system/cms/libraries/MY_Email.php
[10] => system/cms/libraries/Streams/Streams.php
[11] => system/cms/libraries/MY_Image_lib.php
[12] => system/cms/libraries/MY_Form_validation.php
[13] => system/cms/libraries/Events.php
[14] => system/cms/libraries/Plugins.php
)
[_ci_models:protected] => Array
(
[0] => settings_m
[1] => translatesettings_m
[2] => translatedomains_m
[3] => keyword_m
[4] => row_m
[5] => streams_m
[6] => fields_m
[7] => ion_auth_model
[8] => permission_m
[9] => module_m
[10] => theme_m
[11] => page_type_m
[12] => page_m
[13] => translate_m
[14] => paieska_m
[15] => redirect_m
[16] => variables_m
[17] => comment_m
)
[_ci_helpers:protected] => Array
(
[debug_helper] => 1
[url_helper] => 1
[form_helper] => 1
[text_helper] => 1
[string_helper] => 1
[language_helper] => 1
[html_helper] => 1
[pagination_helper] => 1
[array_helper] => 1
[gravatar_helper] => 1
[markdown_helper] => 1
[module_helper] => 1
[user_helper] => 1
[translate_helper] => 1
[file_helper] => 1
[inflector_helper] => 1
[cookie_helper] => 1
[date_helper] => 1
[directory_helper] => 1
[security_helper] => 1
[plugin_helper] => 1
)
[_ci_varmap:protected] => Array
(
[unit_test] => unit
[user_agent] => agent
)
)
[db] => CI_DB_mysqli_driver Object
(
[dbdriver] => mysqli
[_escape_char:protected] => `
[_random_keyword:protected] => RAND()
[delete_hack] => 1
[return_delete_sql:protected] =>
[reset_delete_data:protected] =>
[qb_select:protected] => Array
(
)
[qb_distinct:protected] =>
[qb_from:protected] => Array
(
)
[qb_join:protected] => Array
(
)
[qb_where:protected] => Array
(
)
[qb_like:protected] => Array
(
)
[qb_groupby:protected] => Array
(
)
[qb_having:protected] => Array
(
)
[qb_keys:protected] => Array
(
)
[qb_limit:protected] =>
[qb_offset:protected] =>
[qb_orderby:protected] => Array
(
)
[qb_set:protected] => Array
(
)
[qb_wherein:protected] => Array
(
)
[qb_aliased_tables:protected] => Array
(
)
[qb_store_array:protected] => Array
(
)
[qb_where_group_started:protected] =>
[qb_where_group_count:protected] => 0
[qb_caching:protected] =>
[qb_cache_exists:protected] => Array
(
)
[qb_cache_select:protected] => Array
(
)
[qb_cache_from:protected] => Array
(
)
[qb_cache_join:protected] => Array
(
)
[qb_cache_where:protected] => Array
(
)
[qb_cache_like:protected] => Array
(
)
[qb_cache_groupby:protected] => Array
(
)
[qb_cache_having:protected] => Array
(
)
[qb_cache_orderby:protected] => Array
(
)
[qb_cache_set:protected] => Array
(
)
[qb_no_escape:protected] => Array
(
)
[qb_cache_no_escape:protected] => Array
(
)
[dsn] =>
[username] => vtic_cont100
[password] => feu4huthubahp9levaidaefa1ooMoh
[hostname] => localhost
[database] => vtic_cont100
[subdriver] =>
[dbprefix] => default_
[char_set] => utf8
[dbcollat] => utf8_unicode_ci
[autoinit] => 1
[compress] => 1
[swap_pre] =>
[port] => 3306
[pconnect] =>
[conn_id] => mysqli Object
(
[affected_rows] => -1
[client_info] => mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $
[client_version] => 50011
[connect_errno] => 0
[connect_error] =>
[errno] => 0
[error] =>
[error_list] => Array
(
)
[field_count] => 29
[host_info] => Localhost via UNIX socket
[info] =>
[insert_id] => 0
[server_info] => 5.5.43-0ubuntu0.12.04.1
[server_version] => 50543
[stat] => Uptime: 5315596 Threads: 2 Questions: 85282177 Slow queries: 188 Opens: 234290 Flush tables: 1 Open tables: 400 Queries per second avg: 16.043
[sqlstate] => 00000
[protocol_version] => 10
[thread_id] => 948300
[warning_count] => 0
)
[result_id] => mysqli_result Object
(
[current_field] => 0
[field_count] => 29
[lengths] =>
[num_rows] => 0
[type] => 0
)
[db_debug] => 1
[benchmark] => 0.017879009246826
[query_count] => 20
[bind_marker] => ?
[save_queries] => 1
[queries] => Array
(
[0] => SET SESSION sql_mode="STRICT_ALL_TABLES"
[1] => SELECT `version`
FROM `default_migrations`
[2] => INSERT INTO `default_ci_sessions` (`user_data`, `session_id`, `ip_address`, `user_agent`, `last_activity`) VALUES ('', '7de010d0d01177def7cc284f5a07bed1', '135.181.104.18', 'Archive Team', 1609324967)
[3] => SELECT *, IF(`value` = "", `default`, `value`) as `value`
FROM `default_settings`
ORDER BY `order` DESC
[4] => SELECT *
FROM `default_data_streams`
[5] => SELECT `default_data_field_assignments`.`id` as `assign_id`, `default_data_streams`.*, `default_data_field_assignments`.*, `default_data_fields`.*
FROM `default_data_streams`
JOIN `default_data_field_assignments` ON `default_data_streams`.`id`=`default_data_field_assignments`.`stream_id`
JOIN `default_data_fields` ON `default_data_fields`.`id`=`default_data_field_assignments`.`field_id`
WHERE `default_data_streams`.`id` = '3'
ORDER BY `default_data_field_assignments`.`sort_order` asc
[6] => SELECT `default_users`.*, `default_groups`.`name` AS `group`, `default_groups`.`description` AS `group_description`, `default_profiles`.`first_name`, `default_profiles`.`last_name`, `default_profiles`.`company`, `default_profiles`.`bio`, `default_profiles`.`lang`, `default_profiles`.`dob`, `default_profiles`.`gender`, `default_profiles`.`phone`, `default_profiles`.`mobile`, `default_profiles`.`address_line1`, `default_profiles`.`address_line2`, `default_profiles`.`address_line3`, `default_profiles`.`postcode`, `default_profiles`.`website`, `default_profiles`.`display_name` as `display_name`, `default_profiles`.`updated_on` as `updated_on`, `default_profiles`.`user_id` as `user_id`, `default_profiles`.`id` as `profile_id`
FROM `default_users`
LEFT JOIN `default_profiles` ON `default_users`.`id` = `default_profiles`.`user_id`
LEFT JOIN `default_groups` ON `default_users`.`group_id` = `default_groups`.`id`
WHERE `default_users`.`email` IS NULL
LIMIT 1
[7] => SELECT *
FROM `default_modules`
WHERE `enabled` = 1
[8] => SELECT COUNT(*) AS `numrows`
FROM `default_modules`
WHERE `slug` = 'blog'
AND `enabled` = 1
[9] => SELECT `slug`, `value`
FROM `default_theme_options`
WHERE `theme` = 'webaslt'
[10] => SHOW TABLES FROM `vtic_cont100`
[11] => SELECT *
FROM `default_pages`
WHERE `is_home` = 1
[12] => SELECT *
FROM `default_page_types`
WHERE `id` = '2'
LIMIT 1
[13] => SELECT *
FROM `default_data_fields`
WHERE `field_namespace` = 'pages'
ORDER BY `field_name` asc
[14] => SELECT *
FROM `default_data_fields`
ORDER BY `field_name` asc
[15] =>
SELECT default_data_streams.*, default_data_streams.id as stream_id, default_data_fields.*
FROM default_data_streams, default_data_field_assignments, default_data_fields
WHERE default_data_streams.id=default_data_field_assignments.stream_id and
default_data_fields.id=default_data_field_assignments.field_id
[16] => SELECT `default_data_field_assignments`.`id` as `assign_id`, `default_data_streams`.*, `default_data_field_assignments`.*, `default_data_fields`.*
FROM `default_data_streams`
JOIN `default_data_field_assignments` ON `default_data_streams`.`id`=`default_data_field_assignments`.`stream_id`
JOIN `default_data_fields` ON `default_data_fields`.`id`=`default_data_field_assignments`.`field_id`
WHERE `default_data_streams`.`id` = '4'
ORDER BY `default_data_field_assignments`.`sort_order` asc
[17] => SELECT `default_pages_main`.*, `cb_users`.`id` as `created_by||user_id`, `cb_users`.`email` as `created_by||email`, `cb_users`.`username` as `created_by||username`, `profiles`.`display_name` as `created_by||display_name`
FROM `default_pages_main`
LEFT JOIN `default_users` as `cb_users` ON `cb_users`.`id`=`default_pages_main`.`created_by` LEFT JOIN `default_profiles` as `profiles` ON `profiles`.`user_id`=`default_pages_main`.`created_by`
WHERE `default_pages_main`.`id`=1
ORDER BY `default_pages_main`.`created` DESC LIMIT 1
[18] => SELECT `default_data_field_assignments`.`id` as `assign_id`, `default_data_streams`.*, `default_data_field_assignments`.*, `default_data_fields`.*
FROM `default_data_streams`
JOIN `default_data_field_assignments` ON `default_data_streams`.`id`=`default_data_field_assignments`.`stream_id`
JOIN `default_data_fields` ON `default_data_fields`.`id`=`default_data_field_assignments`.`field_id`
WHERE `default_data_streams`.`id` = '4'
ORDER BY `default_data_field_assignments`.`sort_order` asc
[19] => SELECT `default_data_field_assignments`.`id` as `assign_id`, `default_data_streams`.*, `default_data_field_assignments`.*, `default_data_fields`.*
FROM `default_data_streams`
JOIN `default_data_field_assignments` ON `default_data_streams`.`id`=`default_data_field_assignments`.`stream_id`
JOIN `default_data_fields` ON `default_data_fields`.`id`=`default_data_field_assignments`.`field_id`
WHERE `default_data_streams`.`id` = '4'
ORDER BY `default_data_field_assignments`.`sort_order` asc
)
[query_times] => Array
(
[0] => 0.00015902519226074
[1] => 0.00049996376037598
[2] => 0.00058507919311523
[3] => 0.0019190311431885
[4] => 0.00054717063903809
[5] => 0.0006248950958252
[6] => 0.00047707557678223
[7] => 0.0076501369476318
[8] => 0.00034689903259277
[9] => 0.00019407272338867
[10] => 0.00095200538635254
[11] => 0.00037288665771484
[12] => 0.00028300285339355
[13] => 0.00052499771118164
[14] => 0.00070691108703613
[15] => 0.00059103965759277
[16] => 0.00036501884460449
[17] => 0.00029492378234863
[18] => 0.00034499168395996
[19] => 0.00043988227844238
)
[data_cache] => Array
(
[table_names] => Array
(
[0] => core_settings
[1] => core_sites
[2] => core_users
[3] => default_blog
[4] => default_blog_categories
[5] => default_captcha_setting
[6] => default_ci_sessions
[7] => default_comment_blacklists
[8] => default_comments
[9] => default_contact_log
[10] => default_dashboard
[11] => default_data_field_assignments
[12] => default_data_fields
[13] => default_data_streams
[14] => default_def_page_fields
[15] => default_documentsbank
[16] => default_documentsbank_categories
[17] => default_documentsbank_passwords
[18] => default_documentsbank_types
[19] => default_email_templates
[20] => default_fbpublishers
[21] => default_file_folders
[22] => default_files
[23] => default_forms
[24] => default_groups
[25] => default_homepage
[26] => default_keywords
[27] => default_keywords_applied
[28] => default_locatron_cities
[29] => default_locatron_countries
[30] => default_locatron_langs
[31] => default_mediabank
[32] => default_mediateka
[33] => default_migrations
[34] => default_modules
[35] => default_navigation_groups
[36] => default_navigation_links
[37] => default_newsletterlite
[38] => default_page_types
[39] => default_pages
[40] => default_pages_main
[41] => default_paieska_index
[42] => default_paieska_searches
[43] => default_paieska_suggestions
[44] => default_permissions
[45] => default_photobanks
[46] => default_photobanks_photos
[47] => default_photobanks_settings
[48] => default_photobanks_sources
[49] => default_procesas_cities
[50] => default_profiles
[51] => default_receptai_categories
[52] => default_redirects
[53] => default_robotstxt
[54] => default_search_index
[55] => default_settings
[56] => default_spektakliai
[57] => default_spektakliai_tags
[58] => default_spektakliai_tags_link
[59] => default_spektakliai_themes
[60] => default_spektakliai_themes_link
[61] => default_theme_options
[62] => default_translate
[63] => default_translate_domains
[64] => default_translate_redirects
[65] => default_translate_settings
[66] => default_translated_t
[67] => default_users
[68] => default_variables
[69] => default_widget_areas
[70] => default_widget_instances
[71] => default_widgets
)
)
[trans_enabled] => 1
[trans_strict] => 1
[_trans_depth:protected] => 0
[_trans_status:protected] => 1
[cache_on] =>
[cachedir] =>
[cache_autodel] =>
[CACHE] =>
[_protect_identifiers:protected] => 1
[_reserved_identifiers:protected] => Array
(
[0] => *
)
[_like_escape_str:protected] => ESCAPE '%s'
[_like_escape_chr:protected] => !
[_count_string:protected] => SELECT COUNT(*) AS
[active_r] => 1
[stricton] => 1
)
[asset] => Asset Object
(
)
[parser] => MY_Parser Object
(
[_ci:MY_Parser:private] => CI Object
*RECURSION*
[l_delim] => {
[r_delim] => }
[CI:protected] =>
)
[agent] => MY_User_agent Object
(
[agent] => Archive Team
[is_browser] =>
[is_robot] =>
[is_mobile] =>
[languages] => Array
(
)
[charsets] => Array
(
)
[platforms] => Array
(
[windows nt 6.0] => Windows Longhorn
[windows nt 5.2] => Windows 2003
[windows nt 5.0] => Windows 2000
[windows nt 5.1] => Windows XP
[windows nt 4.0] => Windows NT 4.0
[winnt4.0] => Windows NT 4.0
[winnt 4.0] => Windows NT
[winnt] => Windows NT
[windows 98] => Windows 98
[win98] => Windows 98
[windows 95] => Windows 95
[win95] => Windows 95
[windows] => Unknown Windows OS
[os x] => Mac OS X
[ppc mac] => Power PC Mac
[freebsd] => FreeBSD
[ppc] => Macintosh
[linux] => Linux
[debian] => Debian
[sunos] => Sun Solaris
[beos] => BeOS
[apachebench] => ApacheBench
[aix] => AIX
[irix] => Irix
[osf] => DEC OSF
[hp-ux] => HP-UX
[netbsd] => NetBSD
[bsdi] => BSDi
[openbsd] => OpenBSD
[gnu] => GNU/Linux
[unix] => Unknown Unix OS
)
[browsers] => Array
(
[Flock] => Flock
[Chrome] => Chrome
[Opera] => Opera
[MSIE] => Internet Explorer
[Internet Explorer] => Internet Explorer
[ipad] => iPad
[Shiira] => Shiira
[Firefox] => Firefox
[Chimera] => Chimera
[Phoenix] => Phoenix
[Firebird] => Firebird
[Camino] => Camino
[Netscape] => Netscape
[OmniWeb] => OmniWeb
[Safari] => Safari
[Mozilla] => Mozilla
[Konqueror] => Konqueror
[icab] => iCab
[Lynx] => Lynx
[Links] => Links
[hotjava] => HotJava
[amaya] => Amaya
[IBrowse] => IBrowse
)
[mobiles] => Array
(
[mobileexplorer] => Mobile Explorer
[palmsource] => Palm
[palmscape] => Palmscape
[motorola] => Motorola
[nokia] => Nokia
[palm] => Palm
[iphone] => Apple iPhone
[ipod] => Apple iPod Touch
[sony] => Sony Ericsson
[ericsson] => Sony Ericsson
[blackberry] => BlackBerry
[cocoon] => O2 Cocoon
[blazer] => Treo
[lg] => LG
[amoi] => Amoi
[xda] => XDA
[mda] => MDA
[vario] => Vario
[htc] => HTC
[samsung] => Samsung
[sharp] => Sharp
[sie-] => Siemens
[alcatel] => Alcatel
[benq] => BenQ
[ipaq] => HP iPaq
[mot-] => Motorola
[playstation portable] => PlayStation Portable
[hiptop] => Danger Hiptop
[nec-] => NEC
[panasonic] => Panasonic
[philips] => Philips
[sagem] => Sagem
[sanyo] => Sanyo
[spv] => SPV
[zte] => ZTE
[sendo] => Sendo
[symbian] => Symbian
[SymbianOS] => SymbianOS
[elaine] => Palm
[series60] => Symbian S60
[windows ce] => Windows CE
[obigo] => Obigo
[netfront] => Netfront Browser
[openwave] => Openwave Browser
[mobilexplorer] => Mobile Explorer
[operamini] => Opera Mini
[opera mini] => Opera Mini
[digital paths] => Digital Paths
[avantgo] => AvantGo
[xiino] => Xiino
[novarra] => Novarra Transcoder
[vodafone] => Vodafone
[docomo] => NTT DoCoMo
[o2] => O2
[mobile] => Generic Mobile
[wireless] => Generic Mobile
[j2me] => Generic Mobile
[midp] => Generic Mobile
[cldc] => Generic Mobile
[up.link] => Generic Mobile
[up.browser] => Generic Mobile
[smartphone] => Generic Mobile
[cellphone] => Generic Mobile
)
[robots] => Array
(
[googlebot] => Googlebot
[msnbot] => MSNBot
[slurp] => Inktomi Slurp
[yahoo] => Yahoo
[askjeeves] => AskJeeves
[fastcrawler] => FastCrawler
[infoseek] => InfoSeek Robot 1.0
[lycos] => Lycos
)
[platform] => Unknown Platform
[browser] =>
[version] =>
[mobile] =>
[robot] =>
)
[template] => Template Object
(
[_module:Template:private] => pages
[_controller:Template:private] => pages
[_method:Template:private] => index
[_theme:Template:private] => webaslt
[_theme_path:Template:private] => addons/default/themes/webaslt/
[_layout:Template:private] => main.html
[_layout_subdir:Template:private] =>
[_title:Template:private] => Go Vilnius
[_metadata:Template:private] => Array
(
[header] => Array
(
[canonical] =>
[keywords] =>
[robots] =>
[description] =>
)
[late_header] => Array
(
)
)
[_partials:Template:private] => Array
(
)
[_breadcrumbs:Template:private] => Array
(
[0] => Array
(
[name] => Home
[uri] =>
)
)
[_title_separator:Template:private] => |
[_parser_enabled:Template:private] => 1
[_parser_body_enabled:Template:private] => 1
[_minify_enabled:Template:private] =>
[_theme_locations:Template:private] => Array
(
[0] => system/cms/themes/
[1] => addons/shared_addons/themes/
[2] => addons/default/themes/
)
[_is_mobile:Template:private] =>
[_stream:Template:private] => Array
(
)
[cache_lifetime:Template:private] => 0
[_ci:Template:private] => CI Object
*RECURSION*
[_data:Template:private] => Array
(
[current_user] =>
[module_details] => Array
(
[name] => Pages
[module] => Module_Pages Object
(
[version] => 2.2.0
)
[slug] => pages
[version] => 2.2.0
[description] => Add custom pages to the site with any content you want.
[skip_xss] => 1
[is_frontend] => 1
[is_backend] => 1
[menu] => content
[enabled] => 1
[sections] => Array
(
[pages] => Array
(
[name] => pages:list_title
[uri] => admin/pages
)
[types] => Array
(
[name] => page_types:list_title
[uri] => admin/pages/types
)
)
[shortcuts] => Array
(
)
[installed] => 1
[is_core] => 1
[is_current] => 1
[current_version] => 2.2.0
[path] => system/cms/modules/pages
[updated_on] => 1516365533
)
[server] => Array
(
[USER] => www-data
[HOME] => /var/www
[FCGI_ROLE] => RESPONDER
[SCRIPT_FILENAME] => /var/www/100contest.vilnius-tourism.lt/index.php
[DOCUMENT_ROOT] => /var/www/100contest.vilnius-tourism.lt
[HTTPS] => off
[QUERY_STRING] =>
[REQUEST_METHOD] => GET
[CONTENT_TYPE] =>
[CONTENT_LENGTH] =>
[SCRIPT_NAME] => /index.php
[REQUEST_URI] => /
[DOCUMENT_URI] => /index.php
[SERVER_PROTOCOL] => HTTP/1.1
[REQUEST_SCHEME] => http
[GATEWAY_INTERFACE] => CGI/1.1
[SERVER_SOFTWARE] => nginx/1.12.2
[REMOTE_ADDR] => 135.181.104.18
[REMOTE_PORT] => 44128
[SERVER_ADDR] => 185.5.53.181
[SERVER_PORT] => 80
[SERVER_NAME] => 100contest.vilnius-tourism.lt
[REDIRECT_STATUS] => 200
[HTTP_USER_AGENT] => Archive Team
[HTTP_ACCEPT] => */*
[HTTP_ACCEPT_ENCODING] => identity
[HTTP_HOST] => vilnius-tourism.eu
[HTTP_CONNECTION] => Keep-Alive
[PHP_SELF] => /index.php
[REQUEST_TIME_FLOAT] => 1609332167.9108
[REQUEST_TIME] => 1609332167
[APP_DEBUG] => true
[DB_HOST] => localhost
[DB_USER] => vtic_cont100
[DB_PASS] => feu4huthubahp9levaidaefa1ooMoh
[DB_NAME] => vtic_cont100
[DB_DRIVER] => mysqli
[APP_KEY] => 7WQ/Ha7cxB81mLkT7Lkv3+lp5Em5DBue/bjaI5cofD
[RECAPTCHA_KEY] => 6LcjaB0TAAAAAAY9NtxNqLeTMDiKNtPoh1FJA6Su
[RECAPTCHA_SECRET] => 6LcjaB0TAAAAAD0fTtbl-AkIfIOEuwIeh4d9D7Ou
)
[theme] => stdClass Object
(
[slug] => webaslt
[is_core] =>
[path] => addons/default/themes/webaslt
[web_path] => addons/default/themes/webaslt
[screenshot] => addons/default/themes/webaslt/screenshot.png
[name] => webaslt
[author] => ????
[author_website] =>
[website] =>
[description] =>
[version] => ??
[options] => stdClass Object
(
)
)
[page] => stdClass Object
(
[id] => 21
[created] => 1423040218
[updated] => 1516186104
[ordering_count] => 1
[created_by] => Array
(
[user_id] => 1
[email] => jaroslav@webas.lt
[username] => Jaroslav
[display_name] => Jaroslav Petrusevic
)
[last] => 1
[odd_even] => odd
[count] => 1
[slug] => home
[class] =>
[title] => Home
[uri] => home
[parent_id] => 0
[type_id] => 2
[entry_id] => 1
[css] =>
[js] =>
[meta_title] =>
[meta_keywords] =>
[meta_robots_no_index] => 0
[meta_robots_no_follow] => 0
[meta_description] =>
[rss_enabled] => 0
[comments_enabled] => 0
[status] => live
[created_on] => 1423033018
[updated_on] => 1516178904
[restricted_to] => 0
[is_home] => 1
[strict_uri] => 0
[order] => 0
[layout] => stdClass Object
(
[id] => 2
[slug] => main
[title] => Main
[description] =>
[stream_id] => 4
[meta_title] =>
[meta_keywords] =>
[meta_description] =>
[body] => {{ body }}
[css] =>
[js] =>
[theme_layout] => main.html
[updated_on] => 1435237232
[save_as_files] => n
[content_label] =>
[title_label] =>
)
[base_uri] =>
)
[template] => Array
(
[title] => Go Vilnius
[page_title] => Go Vilnius
[breadcrumbs] => Array
(
[0] => Array
(
[name] => Home
[uri] =>
)
)
[metadata] =>
[partials] => Array
(
)
[body] =>
)
[_body] =>
Contest for the Centenary!
This contest closed on 31 January.
But you can still come to Vilnius anytime. We will be celebrating 100 years of Lithuania Independence throughout the entire year!
ErrorException [ Warning ]:Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/sessions)
[cache_expiration] => 0
[headers] => Array
(
)
[mimes] => Array
(
[hqx] => Array
(
[0] => application/mac-binhex40
[1] => application/mac-binhex
[2] => application/x-binhex40
[3] => application/x-mac-binhex40
)
[cpt] => application/mac-compactpro
[csv] => Array
(
[0] => text/x-comma-separated-values
[1] => text/comma-separated-values
[2] => application/octet-stream
[3] => application/vnd.ms-excel
[4] => application/x-csv
[5] => text/x-csv
[6] => text/csv
[7] => text/plain
[8] => application/csv
[9] => application/excel
[10] => application/vnd.msexcel
[11] => text/x-c
)
[bin] => Array
(
[0] => application/macbinary
[1] => application/mac-binary
[2] => application/octet-stream
[3] => application/x-binary
[4] => application/x-macbinary
)
[dms] => application/octet-stream
[lha] => application/octet-stream
[lzh] => application/octet-stream
[exe] => Array
(
[0] => application/octet-stream
[1] => application/x-msdownload
)
[class] => application/octet-stream
[psd] => application/x-photoshop
[so] => application/octet-stream
[sea] => application/octet-stream
[dll] => application/octet-stream
[oda] => application/oda
[pdf] => Array
(
[0] => application/pdf
[1] => application/x-pdf
[2] => application/x-download
[3] => application/x-download
[4] => binary/octet-stream
[5] => application/unknown
[6] => application/force-download
)
[ai] => application/postscript
[eps] => application/postscript
[ps] => application/postscript
[smi] => application/smil
[smil] => application/smil
[mif] => application/vnd.mif
[xls] => Array
(
[0] => application/excel
[1] => application/vnd.ms-excel
[2] => application/msexcel
[3] => application/vnd.ms-office
)
[ppt] => Array
(
[0] => application/powerpoint
[1] => application/vnd.ms-powerpoint
[2] => application/vnd.ms-office
)
[pptx] => Array
(
[0] => application/vnd.openxmlformats-officedocument.presentationml.presentation
[1] => application/zip
)
[wbxml] => application/wbxml
[wmlc] => application/wmlc
[dcr] => application/x-director
[dir] => application/x-director
[dxr] => application/x-director
[dvi] => application/x-dvi
[gtar] => application/x-gtar
[gz] => application/x-gzip
[gzip] => application/x-gzip
[php] => application/x-httpd-php
[php4] => application/x-httpd-php
[php3] => application/x-httpd-php
[phtml] => application/x-httpd-php
[phps] => application/x-httpd-php-source
[js] => application/x-javascript
[swf] => application/x-shockwave-flash
[sit] => application/x-stuffit
[tar] => application/x-tar
[tgz] => Array
(
[0] => application/x-tar
[1] => application/x-gzip-compressed
)
[xhtml] => application/xhtml+xml
[xht] => application/xhtml+xml
[zip] => Array
(
[0] => application/x-zip
[1] => application/zip
[2] => application/x-zip-compressed
)
[mid] => audio/midi
[midi] => audio/midi
[mpga] => audio/mpeg
[mp2] => audio/mpeg
[mp3] => Array
(
[0] => audio/mpeg
[1] => audio/mpg
[2] => audio/mpeg3
[3] => audio/mp3
)
[aif] => Array
(
[0] => audio/x-aiff
[1] => audio/aiff
)
[aiff] => Array
(
[0] => audio/x-aiff
[1] => audio/aiff
)
[aifc] => audio/x-aiff
[ram] => audio/x-pn-realaudio
[rm] => audio/x-pn-realaudio
[rpm] => audio/x-pn-realaudio-plugin
[ra] => audio/x-realaudio
[rv] => video/vnd.rn-realvideo
[wav] => audio/x-wav
[bmp] => Array
(
[0] => image/bmp
[1] => image/x-windows-bmp
)
[gif] => image/gif
[jpeg] => Array
(
[0] => image/jpeg
[1] => image/pjpeg
)
[jpg] => Array
(
[0] => image/jpeg
[1] => image/pjpeg
)
[jpe] => Array
(
[0] => image/jpeg
[1] => image/pjpeg
)
[png] => Array
(
[0] => image/png
[1] => image/x-png
)
[tiff] => image/tiff
[tif] => image/tiff
[css] => text/css
[html] => text/html
[htm] => text/html
[shtml] => text/html
[txt] => text/plain
[text] => text/plain
[log] => Array
(
[0] => text/plain
[1] => text/x-log
)
[rtx] => text/richtext
[rtf] => text/rtf
[xml] => Array
(
[0] => application/xml
[1] => text/xml
)
[xsl] => text/xml
[mpeg] => video/mpeg
[mpg] => video/mpeg
[mpe] => video/mpeg
[qt] => video/quicktime
[mov] => video/quicktime
[avi] => Array
(
[0] => video/x-msvideo
[1] => video/msvideo
[2] => video/avi
[3] => application/x-troff-msvideo
)
[movie] => video/x-sgi-movie
[doc] => application/msword
[docx] => Array
(
[0] => application/vnd.openxmlformats-officedocument.wordprocessingml.document
[1] => application/zip
)
[odt] => Array
(
[0] => application/vnd.oasis.opendocument.text
)
[xlsx] => Array
(
[0] => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[1] => application/zip
)
[word] => Array
(
[0] => application/msword
[1] => application/octet-stream
)
[xl] => application/excel
[eml] => message/rfc822
[json] => Array
(
[0] => application/json
[1] => text/json
)
[pem] => Array
(
[0] => application/x-x509-user-cert
[1] => application/x-pem-file
[2] => application/octet-stream
)
[p10] => Array
(
[0] => application/x-pkcs10
[1] => application/pkcs10
)
[p12] => application/x-pkcs12
[p7a] => application/x-pkcs7-signature
[p7c] => Array
(
[0] => application/pkcs7-mime
[1] => application/x-pkcs7-mime
)
[p7m] => Array
(
[0] => application/pkcs7-mime
[1] => application/x-pkcs7-mime
)
[p7r] => application/x-pkcs7-certreqresp
[p7s] => application/pkcs7-signature
[crt] => Array
(
[0] => application/x-x509-ca-cert
[1] => application/x-x509-user-cert
[2] => application/pkix-cert
)
[crl] => Array
(
[0] => application/pkix-crl
[1] => application/pkcs-crl
)
[der] => application/x-x509-ca-cert
[kdb] => application/octet-stream
[pgp] => application/pgp
[gpg] => application/gpg-keys
[sst] => application/octet-stream
[csr] => application/octet-stream
[rsa] => application/x-pkcs7
[cer] => Array
(
[0] => application/pkix-cert
[1] => application/x-x509-ca-cert
)
[3g2] => video/3gpp2
[3gp] => video/3gp
[mp4] => video/mp4
[m4a] => audio/x-m4a
[f4v] => video/mp4
[aac] => audio/x-acc
[m4u] => application/vnd.mpegurl
[m3u] => text/plain
[xspf] => application/xspf+xml
[vlc] => application/videolan
[wmv] => video/x-ms-wmv
[au] => audio/x-au
[ac3] => audio/ac3
[flac] => audio/x-flac
[ogg] => audio/ogg
[ogv] => application/ogg
[webm] => video/webm
[pages] => application/zip
[numbers] => application/zip
[svg] => image/svg+xml
[docm] => application/vnd.ms-word.document.macroenabled.12
[dotm] => application/vnd.ms-word.template.macroenabled.12
[dotx] => application/vnd.openxmlformats-officedocument.wordprocessingml.template
[potm] => application/vnd.ms-powerpoint.template.macroenabled.12
[potx] => application/vnd.openxmlformats-officedocument.presentationml.template
[ppam] => application/vnd.ms-powerpoint.addin.macroenabled.12
[ppsm] => application/vnd.ms-powerpoint.slideshow.macroenabled.12
[ppsx] => application/vnd.openxmlformats-officedocument.presentationml.slideshow
[pptm] => application/vnd.ms-powerpoint.presentation.macroenabled.12
[xlam] => application/vnd.ms-excel.addin.macroenabled.12
[xlsb] => application/vnd.ms-excel.sheet.binary.macroenabled.12
[xlsm] => application/vnd.ms-excel.sheet.macroenabled.12
[xltm] => application/vnd.ms-excel.template.macroenabled.12
[xltx] => application/vnd.openxmlformats-officedocument.spreadsheetml.template
)
[mime_type:protected] => text/html
[enable_profiler] =>
[_zlib_oc:protected] =>
[_profiler_sections:protected] => Array
(
)
[parse_exec_vars] => 1
)
[SEC] => CI_Security Object
(
[filename_bad_chars] => Array
(
[0] => ../
[1] =>
[3] => <
[4] => >
[5] => '
[6] => "
[7] => &
[8] => $
[9] => #
[10] => {
[11] => }
[12] => [
[13] => ]
[14] => =
[15] => ;
[16] => ?
[17] => %20
[18] => %22
[19] => %3c
[20] => %253c
[21] => %3e
[22] => %0e
[23] => %28
[24] => %29
[25] => %2528
[26] => %26
[27] => %24
[28] => %3f
[29] => %3b
[30] => %3d
)
[charset] => UTF-8
[_xss_hash:protected] =>
[_csrf_hash:protected] =>
[_csrf_expire:protected] => 7200
[_csrf_token_name:protected] => ci_csrf_token
[_csrf_cookie_name:protected] => ci_csrf_token
[_never_allowed_str:protected] => Array
(
[document.cookie] => [removed]
[document.write] => [removed]
[.parentNode] => [removed]
[.innerHTML] => [removed]
[-moz-binding] => [removed]
[] => -->
[ <![CDATA[
[] => <comment>
)
[_never_allowed_regex:protected] => Array
(
[0] => javascript\s*:
[1] => (document|(document\.)?window)\.(location|on\w*)
[2] => expression\s*(\(|&\#40;)
[3] => vbscript\s*:
[4] => wscript\s*:
[5] => jscript\s*:
[6] => vbs\s*:
[7] => Redirect\s+30\d
[8] => (["'])?data\s*:[^\1]*?base64[^\1]*?,[^\1]*?\1?
)
)
[IN] => CI_Input Object
(
[ip_address] => 135.181.104.18
[user_agent] => Archive Team
[_allow_get_array:protected] => 1
[_standardize_newlines:protected] => 1
[_enable_xss:protected] =>
[_enable_csrf:protected] =>
[headers:protected] => Array
(
)
[security] => CI_Security Object
(
[filename_bad_chars] => Array
(
[0] => ../
[1] =>
[3] => <
[4] => >
[5] => '
[6] => "
[7] => &
[8] => $
[9] => #
[10] => {
[11] => }
[12] => [
[13] => ]
[14] => =
[15] => ;
[16] => ?
[17] => %20
[18] => %22
[19] => %3c
[20] => %253c
[21] => %3e
[22] => %0e
[23] => %28
[24] => %29
[25] => %2528
[26] => %26
[27] => %24
[28] => %3f
[29] => %3b
[30] => %3d
)
[charset] => UTF-8
[_xss_hash:protected] =>
[_csrf_hash:protected] =>
[_csrf_expire:protected] => 7200
[_csrf_token_name:protected] => ci_csrf_token
[_csrf_cookie_name:protected] => ci_csrf_token
[_never_allowed_str:protected] => Array
(
[document.cookie] => [removed]
[document.write] => [removed]
[.parentNode] => [removed]
[.innerHTML] => [removed]
[-moz-binding] => [removed]
[] => -->
[ <![CDATA[
[] => <comment>
)
[_never_allowed_regex:protected] => Array
(
[0] => javascript\s*:
[1] => (document|(document\.)?window)\.(location|on\w*)
[2] => expression\s*(\(|&\#40;)
[3] => vbscript\s*:
[4] => wscript\s*:
[5] => jscript\s*:
[6] => vbs\s*:
[7] => Redirect\s+30\d
[8] => (["'])?data\s*:[^\1]*?base64[^\1]*?,[^\1]*?\1?
)
)
[uni] => CI_Utf8 Object
(
)
)
[LANG] => MY_Lang Object
(
[language] => Array
(
[error_404_title] => Page missing
[error_404_message] => We cannot find the page you are looking for, please click here to go to the homepage.
[error_invalid_db_group] => The database is trying to use an invalid configuration group "%s".
[migration_none_found] => No migrations were found.
[migration_not_found] => No migration could be found with the version number: %d.
[migration_multiple_version] => There are multiple migrations with the same version number: %d.
[migration_class_doesnt_exist] => The migration class "%s" could not be found.
[migration_missing_up_method] => The migration class "%s" is missing an "up" method.
[migration_missing_down_method] => The migration class "%s" is missing a "down" method.
[migration_invalid_filename] => Migration "%s" has an invalid filename.
[settings:site_name] => Site Name
[settings:site_name_desc] => The name of the website for page titles and for use around the site.
[settings:site_slogan] => Site Slogan
[settings:site_slogan_desc] => The slogan of the website for page titles and for use around the site.
[settings:site_lang] => Site Language
[settings:site_lang_desc] => The native language of the website, used to choose templates of e-mail notifications, contact form, and other features that should not depend on the language of a user.
[settings:contact_email] => Contact E-mail
[settings:contact_email_desc] => All e-mails from users, guests and the site will go to this e-mail address.
[settings:server_email] => Server E-mail
[settings:server_email_desc] => All e-mails to users will come from this e-mail address.
[settings:meta_topic] => Meta Topic
[settings:meta_topic_desc] => Two or three words describing this type of company/website.
[settings:currency] => Currency
[settings:currency_desc] => The currency symbol for use on products, services, etc.
[settings:dashboard_rss] => Dashboard RSS Feed
[settings:dashboard_rss_desc] => Link to an RSS feed that will be displayed on the dashboard.
[settings:dashboard_rss_count] => Dashboard RSS Items
[settings:dashboard_rss_count_desc] => How many RSS items would you like to display on the dashboard ?
[settings:date_format] => Date Format
[settings:date_format_desc] => How should dates be displayed across the website and control panel? Using the date format from PHP - OR - Using the format of strings formatted as date from PHP.
[settings:frontend_enabled] => Site Status
[settings:frontend_enabled_desc] => Use this option to the user-facing part of the site on or off. Useful when you want to take the site down for maintenence
[settings:mail_protocol] => Mail Protocol
[settings:mail_protocol_desc] => Select desired email protocol.
[settings:mail_sendmail_path] => Sendmail Path
[settings:mail_sendmail_path_desc] => Path to server sendmail binary.
[settings:mail_smtp_host] => SMTP Host
[settings:mail_smtp_host_desc] => The host name of your smtp server.
[settings:mail_smtp_pass] => SMTP password
[settings:mail_smtp_pass_desc] => SMTP password.
[settings:mail_smtp_port] => SMTP Port
[settings:mail_smtp_port_desc] => SMTP port number.
[settings:mail_smtp_user] => SMTP User Name
[settings:mail_smtp_user_desc] => SMTP user name.
[settings:unavailable_message] => Unavailable Message
[settings:unavailable_message_desc] => When the site is turned off or there is a major problem, this message will show to users.
[settings:default_theme] => Default Theme
[settings:default_theme_desc] => Select the theme you want users to see by default.
[settings:activation_email] => Activation Email
[settings:activation_email_desc] => Send out an e-mail when a user signs up with an activation link. Disable this to let only admins activate accounts.
[settings:records_per_page] => Records Per Page
[settings:records_per_page_desc] => How many records should we show per page? (both for frontend and for admin section) e.g.: blog posts, users etc.
[settings:rss_feed_items] => Feed item count
[settings:rss_feed_items_desc] => How many items should we show in RSS/blog feeds?
[settings:enable_profiles] => Enable profiles
[settings:enable_profiles_desc] => Allow users to add and edit profiles.
[settings:ga_email] => Google Analytic E-mail
[settings:ga_email_desc] => E-mail address used for Google Analytics, we need this to show the graph on the dashboard.
[settings:ga_password] => Google Analytic Password
[settings:ga_password_desc] => Google Analytics password. This is also needed to show the graph on the dashboard. You will need to allow access to Google to get this to work. See Authorized Access to your Google Account
[settings:ga_profile] => Google Analytic Profile
[settings:ga_profile_desc] => Profile ID for this website in Google Analytics. Look in the URL when signed into Google Analytics for something that looks like "pXXXXXXXX". The, "XXXXXXXX" is the profile ID.
[settings:ga_tracking] => Google Tracking Code
[settings:ga_tracking_desc] => Enter your Google Analytic Tracking Code to activate Google Analytics view data capturing. E.g: UA-19483569-6
[settings:akismet_api_key] => Akismet API Key
[settings:akismet_api_key_desc] => Akismet is a spam-blocker from the WordPress team. It keeps spam under control without forcing users to get past human-checking CAPTCHA forms.
[settings:comment_order] => Comment Order
[settings:comment_order_desc] => Sort order in which to display comments:
[settings:enable_comments] => Enable Comments
[settings:enable_comments_desc] => Allow users to post comments?
[settings:moderate_comments] => Moderate Comments
[settings:moderate_comments_desc] => Force comments to be approved before they appear on the site.
[settings:comment_markdown] => Allow Markdown
[settings:comment_markdown_desc] => Do you want to allow visitors to post comments using Markdown?
[settings:version] => Version
[settings:version_desc] =>
[settings:site_public_lang] => Public Languages
[settings:site_public_lang_desc] => Which are the languages really supported and offered on the front-end of your website?
[settings:admin_force_https] => Force HTTPS for Control Panel?
[settings:admin_force_https_desc] => Allow only the HTTPS protocol when using the Control Panel?
[settings:files_cache] => Files Cache
[settings:files_cache_desc] => When outputting an image via site.com/files what shall we set the cache expiration for?
[settings:auto_username] => Auto Username
[settings:auto_username_desc] => Create the username automatically, meaning users can skip making one on registration.
[settings:registered_email] => User Registered Email
[settings:registered_email_desc] => Send a notification email to the contact e-mail when someone registers.
[settings:ckeditor_config] => CKEditor Config
[settings:ckeditor_config_desc] => You can find a list of valid configuration items in CKEditor's documentation.
[settings:enable_registration] => Enable user registration
[settings:enable_registration_desc] => Allow users to register in your site.
[settings:profile_visibility] => Profile Visibility
[settings:profile_visibility_desc] => Specify who can view user profiles on the public site
[settings:cdn_domain] => CDN Domain
[settings:cdn_domain_desc] => CDN domains allow you to offload static content to various edge servers, like Amazon CloudFront or MaxCDN. If you do not have a CDN provider try MaxCDN. Sign up and save 25%.
[settings:section_general] => General
[settings:section_integration] => Integration
[settings:section_comments] => Comments
[settings:section_users] => Users
[settings:section_statistics] => Statistics
[settings:section_files] => Files
[settings:form_option_Open] => Open
[settings:form_option_Closed] => Closed
[settings:form_option_Enabled] => Enabled
[settings:form_option_Disabled] => Disabled
[settings:form_option_Required] => Required
[settings:form_option_Optional] => Optional
[settings:form_option_Oldest First] => Oldest First
[settings:form_option_Newest First] => Newest First
[settings:form_option_Text Only] => Text Only
[settings:form_option_Allow Markdown] => Allow Markdown
[settings:form_option_Yes] => Yes
[settings:form_option_No] => No
[settings:form_option_profile_public] => Visible to everybody
[settings:form_option_profile_owner] => Only visible to the profile owner
[settings:form_option_profile_hidden] => Never visible
[settings:form_option_profile_member] => Visible to any logged in user
[settings:form_option_activate_by_email] => Activate by email
[settings:form_option_activate_by_admin] => Activate by admin
[settings:form_option_no_activation] => Instant activation
[settings:no_settings] => There are currently no settings.
[settings:save_success] => Your settings were saved!
[global:control-panel] => Control Panel
[global:profile] => Profile
[global:title] => Title
[name_label] => Name
[desc_label] => Description
[version_label] => Version
[global:author] => Author
[global:action] => Action
[global:slug] => Slug
[global:slug_instructions] => Lowercase characters and underscores only.
[global:user] => User
[global:dialog:delete_message] => Are you sure you want to delete this? It cannot be undone.
[global:dialog:confirm] => Confirm
[global:yes] => Yes
[global:no] => No
[global:select-none] => -- None --
[global:select-all] => -- All --
[global:select-any] => -- Any --
[global:select-pick] => -- Select --
[global:check-all] => All
[global:check-none] => None
[global:operators:equal] => Equal to
[global:operators:not-equal] => Not equal to
[global:operators:less-than] => Less than
[global:operators:greater-than] => Greater than
[global:duration:1-day] => One day
[global:duration:1-week] => One week
[global:duration:2-weeks] => Two weeks
[global:duration:1-month] => One month
[global:duration:3-months] => Three Months
[global:duration:always] => Always
[navigation_headline] => Navigation
[breadcrumb_base_label] => Home
[logged_in_welcome] => Welcome %s, you are logged in.
[logout_label] => Log out
[edit_profile_label] => Edit Profile
[settings_label] => Settings
[close_message] => Close this message
[general_error_label] => Error
[required_error_label] => Required field missing
[note_label] => Note
[success_label] => Success
[global:fields] => Fields
[global:custom_fields] => Custom Fields
[login_title] => Log In
[global:fatal_error] => Fatal error, is CMS installed?
[global:demo_restrictions] => Some features on this page have been disabled for the demo.
[login_error_label] => Login Error
[forgot_password_label] => Forgot your password ?
[global:email] => E-mail
[global:password] => Password
[login_label] => Log In
[help_label] => Help
[save_label] => Save
[cancel_label] => Cancel
[update_label] => Update Caption
[global:delete] => Delete
[activate_label] => Activate
[global:approve] => Approve
[global:unapprove] => Unapprove
[publish_label] => Publish
[global:upload] => Upload
[global:uninstall] => Uninstall
[global:install] => Install
[global:upgrade] => Upgrade
[global:enable] => Enable
[global:disable] => Disable
[global:enabled] => Enabled
[global:disabled] => Disabled
[all_right_reserved] => All Rights Reserved.
[powered_by_pyrocms] => Powered by PyroCMS
[top_page] => Top
[back_to_top] => Back to Top
[global:filters] => Filters
[global:image] => Image
[global:description] => Description
[global:actions] => Actions
[global:view] => View
[global:preview] => Preview
[global:add] => Add
[global:edit] => Edit
[global:empty] => Empty
[global:remove] => Remove
[global:keywords] => Keywords
[global:or] => or
[global:and] => and
[global:at] => at
[global:widgets] => Widgets
[global:themes] => Themes
[global:field_types] => Field Types
[global:plugins] => Plugins
[global:plugin] => Plugin
[global:options] => Options
[global:plain-text] => Plain Text
[user:add_field] => Add User Profile Field
[user:profile_delete_success] => User profile field deleted successfully
[user:profile_delete_failure] => There was a problem with deleting your user profile field
[profile_user_basic_data_label] => Basic Data
[profile_company] => Company
[profile_updated_on] => Updated On
[user:profile_fields_label] => Profile Fields
[user:register_header] => Registration
[user:register_step1] => Step 1: Register
[user:register_step2] => Step 2: Activate
[user:login_header] => Login
[user:add_title] => Add User
[user:list_title] => Users
[user:inactive_title] => Inactive Users
[user:active_title] => Active Users
[user:registred_title] => Registered Users
[user:edit_title] => Edit User "%s"
[user:details_label] => Details
[user:first_name_label] => First Name
[user:last_name_label] => Last Name
[user:group_label] => Group
[user:activate_label] => Activate
[user:password_label] => Password
[user:password_confirm_label] => Confirm Password
[user:name_label] => Name
[user:joined_label] => Joined
[user:last_visit_label] => Last visit
[user:never_label] => Never
[user:no_inactives] => There are no inactive users.
[user:no_registred] => There are no registered users.
[account_changes_saved] => The changes to your account have been saved successfully.
[indicates_required] => Indicates required fields
[user:send_activation_email] => Send Activation Email
[user:do_not_activate] => Inactive
[user:register_title] => Register
[user:activate_account_title] => Activate Account
[user:activated_account_title] => Activated Account
[user:reset_password_title] => Reset Password
[user:password_reset_title] => Password Reset
[user:error_username] => The username you selected is already in use.
[user:error_email] => The email address you entered is already in use.
[user:full_name] => Full Name
[user:first_name] => First Name
[user:last_name] => Last Name
[user:username] => Username
[user:display_name] => Display Name
[user:email_use] => used to login
[user:remember] => Remember Me
[user:group_id_label] => Group ID
[user:level] => User Role
[user:active] => Active
[user:lang] => Language
[user:activation_code] => Activation code
[user:reset_instructions] => Enter your email address or username
[user:reset_password_link] => Forgot your password?
[user:activation_code_sent_notice] => An email has been sent to you with your activation code.
[user:activation_by_admin_notice] => Your registration is awaiting approval by an administrator.
[user:registration_disabled] => Sorry, but the user registration is disabled.
[user:details_section] => Name
[user:password_section] => Change password
[user:other_settings_section] => Other settings
[user:settings_saved_success] => The settings for your user account have been saved.
[user:settings_saved_error] => An error occurred.
[user:register_btn] => Register
[user:activate_btn] => Activate
[user:reset_pass_btn] => Reset Pass
[user:login_btn] => Login
[user:settings_btn] => Save settings
[user:added_and_activated_success] => New user has been created and activated.
[user:added_not_activated_success] => New user has been created, the account needs to be activated.
[user:edit_user_not_found_error] => User not found.
[user:edit_success] => User successfully updated.
[user:edit_error] => Error occurred when trying to update user.
[user:activate_success] => %s users out of %s successfully activated.
[user:activate_error] => You need to select users first.
[user:delete_self_error] => You cannot delete yourself!
[user:mass_delete_success] => %s users out of %s successfully deleted.
[user:mass_delete_error] => You need to select users first.
[user:email_pass_missing] => Email or password fields are not complete.
[user:email_exists] => The email address you have chosen is already in use with a different user.
[user:register_error] => We think you are a bot. If we are mistaken please accept our apologies.
[user:register_reasons] => Join up to access special areas normally restricted. This means your settings will be remembered, more content and less ads.
[user:activation_incorrect] => Activation failed. Please check your details and make sure CAPS LOCK is not on.
[user:activated_message] => Your account has been activated, you can now log in to your account.
[user:logged_in] => You have logged in successfully.
[user:already_logged_in] => You are already logged in. Please logout before trying again.
[user:login_incorrect] => E-mail or password do not match. Please check your login and make sure CAPS LOCK is not on.
[user:inactive] => The account you are trying to access is currently inactive. Check your e-mail for instructions on how to activate your account - it may be in the junk folder.
[user:logged_out] => You have been logged out.
[user:forgot_incorrect] => No account was found with these details.
[user:password_reset_message] => Your password has been reset. You should recieve the email within the next 2 hours. If you don't, it might have gone into your junk mail by accident.
[user:activation_email_subject] => Activation Required
[user:activation_email_body] => Thank you for activting your account with %s. To log in to the site, please visit the link below:
[user:activated_email_subject] => Activation Complete
[user:activated_email_content_line1] => Thank you for registering at %s. Before we can activate your account, please complete the registration process by clicking on the following link:
[user:activated_email_content_line2] => In case your email program does not recognize the above link as, please direct your browser to the following URL and enter the activation code:
[user:reset_pass_email_subject] => Password Reset
[user:reset_pass_email_body] => Your password at %s has been reset. If you did not request this change, please email us at %s and we will resolve the situation.
[profile_of_title] => %s's Profile
[profile_user_details_label] => User Details
[profile_role_label] => Role
[profile_registred_on_label] => Registered on
[profile_last_login_label] => Last login
[profile_male_label] => Male
[profile_female_label] => Female
[profile_not_set_up] => This user does not have a profile set up.
[profile_edit] => Edit your profile
[profile_personal_section] => Personal
[profile_display_name] => Display Name
[profile_dob] => Date of Birth
[profile_dob_day] => Day
[profile_dob_month] => Month
[profile_dob_year] => Year
[profile_gender] => Gender
[profile_gender_nt] => Not Telling
[profile_gender_male] => Male
[profile_gender_female] => Female
[profile_bio] => About me
[profile_contact_section] => Contact
[profile_phone] => Phone
[profile_mobile] => Mobile
[profile_address] => Address
[profile_address_line1] => Line #1
[profile_address_line2] => Line #2
[profile_address_line3] => Town/City
[profile_address_postcode] => Post/Zip Code
[profile_website] => Website
[profile_api_section] => API Access
[profile_edit_success] => Your profile has been saved.
[profile_edit_error] => An error occurred.
[profile_save_btn] => Save profile
[files:files_title] => Files
[files:fetching] => Retrieving data...
[files:fetch_completed] => Completed
[files:save_failed] => Sorry. The changes could not be saved
[files:item_created] => "%s" was created
[files:item_updated] => "%s" was updated
[files:item_deleted] => "%s" was deleted
[files:item_not_deleted] => "%s" could not be deleted
[files:item_not_found] => Sorry. "%s" could not be found
[files:sort_saved] => Sort order saved
[files:no_permissions] => You do not have sufficient permissions
[files:activity] => Activity
[files:places] => Places
[files:back] => Back
[files:forward] => Forward
[files:start] => Start Upload
[files:details] => Details
[files:id] => ID
[files:name] => Name
[files:slug] => Slug
[files:path] => Path
[files:added] => Date Added
[files:width] => Width
[files:height] => Height
[files:ratio] => Ratio
[files:alt_attribute] => Alt Attribute
[files:full_size] => Full Size
[files:filename] => Filename
[files:filesize] => Filesize
[files:download_count] => Download Count
[files:download] => Download
[files:location] => Location
[files:keywords] => Keywords
[files:toggle_data_display] => Toggle Data Display
[files:description] => Description
[files:container] => Container
[files:bucket] => Bucket
[files:check_container] => Check Validity
[files:search_message] => Type and hit Enter
[files:search] => Search
[files:synchronize] => Synchronize
[files:uploader] => Drop files here or Click to select files
[files:replace_file] => Replace file
[files:refresh] => Refresh
[files:open] => Open
[files:new_folder] => New Folder
[files:upload] => Upload
[files:rename] => Rename
[files:replace] => Replace
[files:delete] => Delete
[files:edit] => Edit
[files:no_folders] => Files and folders are managed much like they would be on your desktop. Right click in the area below this message to create your first folder. Then right click on the folder to rename, delete, upload files to it, or change details such as linking it to a cloud location.
[files:no_folders_places] => Folders that you create will show up here in a tree that can be expanded and collapsed. Click on "Places" to view the root folder.
[files:no_folders_wysiwyg] => No folders have been created yet
[files:new_folder_name] => Untitled Folder
[files:folder] => Folder
[files:folders] => Folders
[files:select_folder] => Select a Folder
[files:subfolders] => Subfolders
[files:root] => Root
[files:no_subfolders] => No Subfolders
[files:folder_not_empty] => You must delete the contents of "%s" first
[files:mkdir_error] => We are unable to create %s. You must create it manually
[files:chmod_error] => The upload directory is unwriteable. It must be 0777
[files:location_saved] => The folder location has been saved
[files:container_exists] => "%s" exists. Save to link its contents to this folder
[files:container_not_exists] => "%s" does not exist in your account. Save and we will try to create it
[files:error_container] => "%s" could not be created and we could not determine the reason
[files:container_created] => "%s" has been created and is now linked to this folder
[files:unwritable] => "%s" is unwritable, please set its permissions to 0777
[files:specify_valid_folder] => You must specify a valid folder to upload the file to
[files:enable_cdn] => You must enable CDN for "%s" via your Rackspace control panel before we can synchronize
[files:synchronization_started] => Starting synchronization
[files:synchronization_complete] => Synchronization for "%s" has been completed
[files:untitled_folder] => Untitled Folder
[files:no_files] => No files found
[files:file_uploaded] => "%s" has been uploaded
[files:unsuccessful_fetch] => We were unable to fetch "%s". Are you sure it is a public file?
[files:invalid_container] => "%s" does not appear to be a valid container.
[files:no_records_found] => No records could be found
[files:invalid_extension] => "%s" has a file extension that is not allowed
[files:upload_error] => The file upload failed
[files:description_saved] => The file details have been saved
[files:alt_saved] => The image alt attribute has been saved
[files:file_moved] => "%s" has been moved successfully
[files:exceeds_server_setting] => The server cannot handle this large of a file
[files:exceeds_allowed] => File exceeds the max size allowed
[files:file_type_not_allowed] => This type of file is not allowed
[files:replace_warning] => Warning: Do not replace a file with a file of a different type (e.g. .jpg with .png)
[files:type_a] => Audio
[files:type_v] => Video
[files:type_d] => Document
[files:type_i] => Image
[files:type_o] => Other
[account_creation_successful] => Account Successfully Created
[account_creation_unsuccessful] => Unable to Create Account
[account_creation_duplicate_email] => Email Already Used or Invalid
[account_creation_duplicate_username] => Username Already Used or Invalid
[password_change_successful] => Password Successfully Changed
[password_change_unsuccessful] => Unable to Change Password
[forgot_password_successful] => Password Reset Email Sent
[forgot_password_unsuccessful] => Unable to Reset Password
[activate_successful] => Account Activated
[activate_unsuccessful] => Unable to Activate Account
[deactivate_successful] => Account De-Activated
[deactivate_unsuccessful] => Unable to De-Activate Account
[activation_email_successful] => Activation Email Sent
[activation_email_unsuccessful] => Unable to Send Activation Email
[login_successful] => Logged In Successfully
[login_unsuccessful] => Incorrect Login
[logout_successful] => Logged Out Successfully
[update_successful] => Account Information Successfully Updated
[update_unsuccessful] => Unable to Update Account Information
[delete_successful] => User Deleted
[delete_unsuccessful] => Unable to Delete User
[streams:save_field_error] => There was a problem saving your field.
[streams:field_add_success] => Field added successfully.
[streams:field_update_error] => There was a problem updating your field.
[streams:field_update_success] => Field updated successfully.
[streams:field_delete_error] => There was a problem deleting this field.
[streams:field_delete_success] => Field deleted successfully.
[streams:view_options_update_error] => There was a problem updating the view options.
[streams:view_options_update_success] => View options successfully updated.
[streams:remove_field_error] => There was a problem removing this field.
[streams:remove_field_success] => Field successfully removed.
[streams:create_stream_error] => There was a problem creating your stream.
[streams:create_stream_success] => Stream created successfully.
[streams:stream_update_error] => There was a problem updating this stream.
[streams:stream_update_success] => Stream updated successfully.
[streams:stream_delete_error] => There was a problem with deleting this stream.
[streams:stream_delete_success] => Stream deleted successfully.
[streams:stream_field_ass_add_error] => There was a problem adding this field to this stream.
[streams:stream_field_ass_add_success] => Field added to stream successfully.
[streams:stream_field_ass_upd_error] => There was a problem updating this field assignment.
[streams:stream_field_ass_upd_success] => Field assignment updated successfully.
[streams:delete_entry_error] => There was a problem deleting this entry.
[streams:delete_entry_success] => Entry deleted successfully.
[streams:new_entry_error] => There was a problem adding this entry.
[streams:new_entry_success] => Entry added successfully.
[streams:edit_entry_error] => There was a problem updating this entry.
[streams:edit_entry_success] => Entry updated successfully.
[streams:delete_summary] => Are you sure you want to delete the %s stream? This will delete %s %s permanently.
[streams:no_stream_provided] => No stream was provided.
[streams:invalid_stream] => Invalid stream.
[streams:not_valid_stream] => is not a valid stream.
[streams:invalid_stream_id] => Invalid stream ID.
[streams:invalid_row] => Invalid row.
[streams:invalid_id] => Invalid ID.
[streams:cannot_find_assign] => Cannot find field assignment.
[streams:cannot_find_pyrostreams] => Cannot find PyroStreams.
[streams:table_exists] => A table with the slug %s already exists.
[streams:no_results] => No results
[streams:no_entry] => Unable to find entry.
[streams:invalid_search_type] => is not a valid search type.
[streams:search_not_found] => Search not found.
[streams:field_slug_not_unique] => This field slug is already in use.
[streams:not_mysql_safe_word] => The %s field is a MySQL reserved word.
[streams:not_mysql_safe_characters] => The %s field contains disallowed characters.
[streams:type_not_valid] => Please select a valid field type.
[streams:stream_slug_not_unique] => This stream slug is already in use.
[streams:field_unique] => The %s field must be unique.
[streams:field_is_required] => The %s field is required.
[streams:date_out_or_range] => The date you have chosen for %s is out of the acceptable range.
[streams:label.field] => Field
[streams:label.field_required] => Field is Required
[streams:label.field_unique] => Field is Unique
[streams:label.field_instructions] => Field Instructions
[streams:label.make_field_title_column] => Make field the title column
[streams:label.field_name] => Field Name
[streams:label.field_slug] => Field Slug
[streams:label.field_type] => Field Type
[streams:id] => ID
[streams:created_by] => Created By
[streams:created_date] => Created Date
[streams:updated_date] => Updated Date
[streams:value] => Value
[streams:manage] => Manage
[streams:search] => Search
[streams:stream_prefix] => Stream Prefix
[streams:instr.field_instructions] => Displayed on form when entering or editing data.
[streams:instr.stream_full_name] => Full name for your stream.
[streams:instr.slug] => Lowercase, just letters and underscores.
[streams:assign_field] => Assign Field to Stream
[streams:edit_assign] => Edit Stream Assignment
[streams:add_field] => Create Field
[streams:edit_field] => Edit Field
[streams:fields] => Fields
[streams:streams] => Streams
[streams:list_fields] => List Fields
[streams:new_entry] => New Entry
[streams:stream_entries] => Stream Entries
[streams:entries] => Entries
[streams:stream_admin] => Stream Admin
[streams:list_streams] => List Streams
[streams:sure] => Are You Sure?
[streams:field_assignments] => Stream Field Assignments
[streams:new_field_assign] => New Field Assignment
[streams:stream_name] => Stream Name
[streams:stream_slug] => Stream Slug
[streams:about] => About
[streams:total_entries] => Total Entries
[streams:add_stream] => New Stream
[streams:edit_stream] => Edit Stream
[streams:about_stream] => About This Stream
[streams:title_column] => Title Column
[streams:sort_method] => Sort Method
[streams:add_entry] => Add Entry
[streams:edit_entry] => Edit Entry
[streams:view_options] => View Options
[streams:stream_view_options] => Stream View Options
[streams:backup_table] => Backup Stream Table
[streams:delete_stream] => Delete Stream
[streams:entry] => Entry
[streams:field_types] => Field Types
[streams:field_type] => Field Type
[streams:database_table] => Database Table
[streams:size] => Size
[streams:num_of_entries] => Number of Entries
[streams:num_of_fields] => Number of Fields
[streams:last_updated] => Last Updated
[streams:export_schema] => Export Schema
[streams:start.add_one] => add one here
[streams:start.no_fields] => You have not created any fields yet. To start, you can
[streams:start.no_assign] => Looks like there are no fields yet for this stream. To start, you can
[streams:start.add_field_here] => add a field here
[streams:start.create_field_here] => create a field here
[streams:start.no_streams] => There are no streams yet, but you can start by
[streams:start.no_streams_yet] => There are no streams yet.
[streams:start.adding_one] => adding one
[streams:start.no_fields_to_add] => No Fields to Add
[streams:start.no_fields_msg] => There are no fields to add to this stream. In PyroStreams, field types can be shared between streams and must be created before being added to a stream. You can start by
[streams:start.adding_a_field_here] => adding a field here
[streams:start.no_entries] => There are no entries yet for %s. To start, you can
[streams:no_entries] => No entries
[streams:add_fields] => assign fields
[streams:add_an_entry] => add an entry
[streams:to_this_stream_or] => to this stream or
[streams:no_field_assign] => No Field Assignments
[streams:no_fields_msg_first] => Looks like there are no fields yet for this stream.
[streams:no_field_assign_msg] => Before you start entering data, you need to
[streams:add_some_fields] => assign some fields
[streams:start.before_assign] => Before assigning fields to a stream, you need to create a field. You can
[streams:start.no_fields_to_assign] => Looks like there are no fields available to be assigned. Before you can assign a field you must
[streams:yes_delete] => Yes, Delete
[streams:no_thanks] => No Thanks
[streams:new_field] => New Field
[streams:edit] => Edit
[streams:delete] => Delete
[streams:remove] => Remove
[streams:reset] => Reset
[streams:field_singular] => field
[streams:field_plural] => fields
[streams:by_title_column] => By Title Column
[streams:manual_order] => Manual Order
[streams:stream_data_line] => Edit basic stream data.
[streams:view_options_line] => Choose which columns should be visible on the list data page.
[streams:backup_line] => Backup and download stream table into a zip file.
[streams:permanent_delete_line] => Permanently delete a stream and all stream data.
[streams:choose_a_field_type] => Choose a field type
[streams:choose_a_field] => Choose a field
[recaptcha_class_initialized] => reCaptcha Library Initialized
[recaptcha_no_private_key] => You did not supply an API key for Recaptcha
[recaptcha_no_remoteip] => For security reasons, you must pass the remote ip to reCAPTCHA
[recaptcha_socket_fail] => Could not open socket
[recaptcha_incorrect_response] => Incorrect Security Image Response
[recaptcha_field_name] => Security Image
[recaptcha_html_error] => Error loading security image. Please try again later
[streams:max_length] => Max Length
[streams:upload_location] => Upload Location
[streams:default_value] => Default Value
[streams:menu_path] => Menu Path
[streams:about_instructions] => A short description of your stream.
[streams:slug_instructions] => This will also be the database table name for your stream.
[streams:prefix_instructions] => If used, this will prefix the table in the database. Useful for naming collisons.
[streams:menu_path_instructions] => Where you what section and sub section this stream should show up in the menu. Separate by a forward slash. Ex: Main Section / Sub Section.
[streams:state.name] => US State
[streams:state.full] => Full Name
[streams:state.abbr] => Abbreviation
[streams:state.state_display] => State Display
[streams:state.default_state] => Default State
[streams:year.name] => Year
[streams:year.start_year] => Start Year
[streams:year.end_year] => End Year
[streams:year.default_year] => Default Year
[streams:encrypt.name] => Encrypted
[streams:encrypt.hide_typing] => Hide Typing on Input?
[streams:slug.name] => Slug
[streams:slug.space_type] => Space Type
[streams:slug.slug_field] => Slug Field
[streams:slug.dash] => Dash
[streams:slug.underscore] => Underscore
[streams:email.name] => Email
[streams:file.name] => File
[streams:file.folder] => Upload Folder
[streams:file.allowed_types] => Allowed Types
[streams:file.folder_notice] => You need to set an upload folder before you can upload files. Would you like to create one now?
[streams:file.allowed_types_instructions] => Separate each file type with a pipe character. Ex: pdf|png
[streams:file.allowed_types_error] => The field %s contains an invalid file type.
[streams:url.name] => URL
[streams:relationship.name] => Relationship
[streams:relationship.choose_stream] => Relationship Stream
[streams:relationship.doesnt_exist] => Related stream does not exist.
[streams:integer.name] => Integer
[streams:image.name] => Image
[streams:image.folder] => Upload Folder
[streams:image.resize_width] => Resize Width
[streams:image.resize_height] => Resize Height
[streams:image.allowed_types] => Allowed Types
[streams:image.image_errors] => The following errors occurred when adding your file:
[streams:image.need_folder] => You need to set an upload folder before you can upload files. Would you like to create one now?
[streams:image.keep_ratio] => Keep Ratio
[streams:image.keep_ratio_instr] => When resizing, should we keep the ratio?
[streams:image.allowed_types_instr] => Ex: jpg|jpeg|png
[streams:image.allowed_types_error] => The image type is not allowed. Allowed types: %s.
[streams:textarea.name] => Textarea
[streams:textarea.default_text] => Default Text
[streams:textarea.allow_tags] => Allow Lex Tags
[streams:textarea.content_type] => Content Type
[streams:country.name] => Country
[streams:country.default_country] => Default Country
[streams:text.name] => Text
[streams:datetime.name] => Date/Time
[streams:datetime.use_time] => Use Time
[streams:datetime.timezone] => Timezone
[streams:datetime.start_date] => Start Restriction
[streams:datetime.end_date] => End Restriction
[streams:datetime.rest_instructions] => Takes numerical offset from current date (Ex: -20) or numerical offset for days (D), months (M), and years (Y). Ex: +1D +2Y<
[streams:datetime.storage] => Storage Format
[streams:datetime.input_type] => Input Type
[streams:invalid_input_for_date_range_check] => Invalid date input for data range check.
[streams:wysiwyg.name] => WYSIWYG
[streams:wysiwyg.editor_type] => Editor Type
[streams:wysiwyg.allow_tags] => Allow Tags
[streams:wysiwyg.simple] => Simple
[streams:wysiwyg.advanced] => Advanced
[streams:choice.name] => Choices
[streams:choice.instructions] => Put each choice on one line. If you want a separate value for each choice, you can separate them by a colon (:).
PyroCMS
pyro : PyroCMS
[streams:choice.choice_data] => Choice Data
[streams:choice.choice_type] => Choice Type
[streams:choice.dropdown] => Dropdown
[streams:choice.radio_buttons] => Radio Buttons
[streams:choice.checkboxes] => Checkboxes
[streams:choice.min_choices] => Minimum Number of Selections
[streams:choice.max_choices] => Maximum Number of Selections
[streams:choice.checkboxes_only] => Only available for checkboxes.
[streams:choice.must_select_num] => You must select {val} items from the %s list.
[streams:choice.must_at_least] => You must select at least {val} items from the %s list.
[streams:choice.must_max_num] => You can only select {val} items from the %s list.
[streams:choice.multiselect] => Multiselect Type.
[streams:choice.invalidtype] => Invalid Type.
[streams:user.name] => User
[streams:user.restrict_group] => Restrict Group
[streams:user.dont_restrict_groups] => Don't Restrict Groups
[streams:keywords.name] => Keywords
[streams:keywords.return_type] => Return Type
[streams:keywords.return_type.instructions] => Array: Rows with keyword, count, total, is_first, is_last String: keyword_1, keyword_2, keyword_3 Changing this will effect your templating.
[streams:pyro_lang.name] => PyroCMS Language
[streams:wysiwyg_video.name] => WYSIWYG (video)
[streams:wysiwyg_video.editor_type] => Editor Type
[streams:wysiwyg_video.allow_tags] => Allow Tags
[streams:wysiwyg_video.simple] => Simple
[streams:wysiwyg_video.advanced] => Advanced
[alpha_dot_dash] => The %s field may only contain alpha-numeric characters, underscores, dots and dashes.
[decimal] => The %s field must contain only decimal numbers.
[csrf_bad_token] => Invalid CSRF Token
[streams:api.empty_stream_name] => No stream name provided.
[streams:api.empty_stream_slug] => No stream slug provided.
[streams:api.stream_slug_in_use] => Stream slug in use.
[streams:api.empty_field_name] => No field name provided.
[streams:api.empty_field_slug] => No field slug provided.
[streams:api.field_slug_in_use] => Field slug in use.
[comments:title] => Comments
[comments:your_comment] => Post a comment
[comments:user_comments] => User comments
[comments:list_comment] => %s commented on %s saying:
[comments:recent_comments] => Recent comments
[comments:view_more] => View more...
[comments:name_label] => Your Name
[comments:website_label] => Website
[comments:message_label] => Message
[comments:status_label] => Status
[comments:activate_label] => Approve
[comments:deactivate_label] => Unapprove
[comments:module_label] => Module
[comments:item_label] => Item
[comments:date_label] => Date
[comments:posted_label] => Posted
[comments:from_label] => From
[comments:preview_label] => Preview
[comments:send_label] => Comment
[comments:inactive_title] => Comments awaiting approval
[comments:active_title] => Approved comments
[comments:edit_title] => Edit comment
[comments:list_title] => List comments
[comments:add_success] => The comment has been saved.
[comments:add_approve] => The comment has been saved and is awaiting approval.
[comments:add_error] => There was a problem adding your comment. Please try again later.
[comments:edit_success] => The comment was edited successfully.
[comments:edit_error] => The comment could not be edited.
[comments:approve_success] => This comment has been approved.
[comments:approve_success_multiple] => The selected comments have been approved.
[comments:approve_error] => There was a problem approving this comment.
[comments:approve_error_multiple] => There was a problem approving the selected comments:
[comments:unapprove_success] => The comment has been unapproved and will no longer show on the live site.
[comments:unapprove_success_multiple] => The selected comments have been unapproved and will no longer show on the live site.
[comments:unapprove_error] => There was a problem unapproving this comment. Perhaps deleting would work?
[comments:unapprove_error_multiple] => There was a problem unapproving the selected comments: Perhaps deleting would work?
[comments:delete_single_success] => This comment #%s has been deleted and will no longer show on the live site.
[comments:delete_multi_success] => The comments #%s have been deleted and will no longer show on the live site.
[comments:no_comments] => There are no comments
[comments:counter_none_label] => No comment
[comments:counter_singular_label] => %d comment
[comments:counter_plural_label] => %d comments
)
[is_loaded] => Array
(
[errors_lang.php] => english
[migration_lang.php] => english
[0] => settings/settings_lang.php
[global_lang.php] => english
[1] => users/user_lang.php
[2] => files/files_lang.php
[3] => users/ion_auth_lang.php
[4] => streams_core/pyrostreams_lang.php
[state_lang.php] => english
[year_lang.php] => english
[encrypt_lang.php] => english
[slug_lang.php] => english
[email_lang.php] => english
[file_lang.php] => english
[url_lang.php] => english
[relationship_lang.php] => english
[integer_lang.php] => english
[image_lang.php] => english
[textarea_lang.php] => english
[country_lang.php] => english
[text_lang.php] => english
[datetime_lang.php] => english
[wysiwyg_lang.php] => english
[choice_lang.php] => english
[user_lang.php] => english
[keywords_lang.php] => english
[pyro_lang_lang.php] => english
[wysiwyg_video_lang.php] => english
[extra_validation_lang.php] => english
[streams_api_lang.php] => english
[5] => comments/comments_lang.php
)
)
[class] => pages
[method] => index
[_SESSION] => Array
(
[lang_code] => en
)
[CI] => Pages Object
(
[module] => pages
[controller] => pages
[method] => index
[autoload] => Array
(
)
[load] => MY_Loader Object
(
[_ci_loaded_sparks] => Array
(
)
[_module:protected] => pages
[_ci_plugins] => Array
(
)
[_ci_cached_vars] => Array
(
[lang] => Array
(
[name] => English
[folder] => english
[direction] => ltr
[codes] => Array
(
[0] => en
[1] => english
[2] => en_US
)
[ckeditor] =>
[code] => en
)
[template_views] => addons/default/themes/webaslt/views/
[page] => stdClass Object
(
[id] => 21
[created] => 1423040218
[updated] => 1516186104
[ordering_count] => 1
[created_by] => Array
(
[user_id] => 1
[email] => jaroslav@webas.lt
[username] => Jaroslav
[display_name] => Jaroslav Petrusevic
)
[last] => 1
[odd_even] => odd
[count] => 1
[slug] => home
[class] =>
[title] => Home
[uri] => home
[parent_id] => 0
[type_id] => 2
[entry_id] => 1
[css] =>
[js] =>
[meta_title] =>
[meta_keywords] =>
[meta_robots_no_index] => 0
[meta_robots_no_follow] => 0
[meta_description] =>
[rss_enabled] => 0
[comments_enabled] => 0
[status] => live
[created_on] => 1423033018
[updated_on] => 1516178904
[restricted_to] => 0
[is_home] => 1
[strict_uri] => 0
[order] => 0
[layout] => stdClass Object
(
[id] => 2
[slug] => main
[title] => Main
[description] =>
[stream_id] => 4
[meta_title] =>
[meta_keywords] =>
[meta_description] =>
[body] => {{ body }}
[css] =>
[js] =>
[theme_layout] => main.html
[updated_on] => 1435237232
[save_as_files] => n
[content_label] =>
[title_label] =>
)
[base_uri] =>
)
[current_user] =>
[template] => Array
(
[title] => Go Vilnius
[page_title] => Go Vilnius
[breadcrumbs] => Array
(
[0] => Array
(
[name] => Home
[uri] =>
)
)
[metadata] =>
[partials] => Array
(
)
[body] =>
)
[module_details] => Array
(
[name] => Pages
[module] => Module_Pages Object
(
[version] => 2.2.0
)
[slug] => pages
[version] => 2.2.0
[description] => Add custom pages to the site with any content you want.
[skip_xss] => 1
[is_frontend] => 1
[is_backend] => 1
[menu] => content
[enabled] => 1
[sections] => Array
(
[pages] => Array
(
[name] => pages:list_title
[uri] => admin/pages
)
[types] => Array
(
[name] => page_types:list_title
[uri] => admin/pages/types
)
)
[shortcuts] => Array
(
)
[installed] => 1
[is_core] => 1
[is_current] => 1
[current_version] => 2.2.0
[path] => system/cms/modules/pages
[updated_on] => 1516365533
)
[server] => Array
(
[USER] => www-data
[HOME] => /var/www
[FCGI_ROLE] => RESPONDER
[SCRIPT_FILENAME] => /var/www/100contest.vilnius-tourism.lt/index.php
[DOCUMENT_ROOT] => /var/www/100contest.vilnius-tourism.lt
[HTTPS] => off
[QUERY_STRING] =>
[REQUEST_METHOD] => GET
[CONTENT_TYPE] =>
[CONTENT_LENGTH] =>
[SCRIPT_NAME] => /index.php
[REQUEST_URI] => /
[DOCUMENT_URI] => /index.php
[SERVER_PROTOCOL] => HTTP/1.1
[REQUEST_SCHEME] => http
[GATEWAY_INTERFACE] => CGI/1.1
[SERVER_SOFTWARE] => nginx/1.12.2
[REMOTE_ADDR] => 135.181.104.18
[REMOTE_PORT] => 44128
[SERVER_ADDR] => 185.5.53.181
[SERVER_PORT] => 80
[SERVER_NAME] => 100contest.vilnius-tourism.lt
[REDIRECT_STATUS] => 200
[HTTP_USER_AGENT] => Archive Team
[HTTP_ACCEPT] => */*
[HTTP_ACCEPT_ENCODING] => identity
[HTTP_HOST] => vilnius-tourism.eu
[HTTP_CONNECTION] => Keep-Alive
[PHP_SELF] => /index.php
[REQUEST_TIME_FLOAT] => 1609332167.9108
[REQUEST_TIME] => 1609332167
[APP_DEBUG] => true
[DB_HOST] => localhost
[DB_USER] => vtic_cont100
[DB_PASS] => feu4huthubahp9levaidaefa1ooMoh
[DB_NAME] => vtic_cont100
[DB_DRIVER] => mysqli
[APP_KEY] => 7WQ/Ha7cxB81mLkT7Lkv3+lp5Em5DBue/bjaI5cofD
[RECAPTCHA_KEY] => 6LcjaB0TAAAAAAY9NtxNqLeTMDiKNtPoh1FJA6Su
[RECAPTCHA_SECRET] => 6LcjaB0TAAAAAD0fTtbl-AkIfIOEuwIeh4d9D7Ou
)
[theme] => stdClass Object
(
[slug] => webaslt
[is_core] =>
[path] => addons/default/themes/webaslt
[web_path] => addons/default/themes/webaslt
[screenshot] => addons/default/themes/webaslt/screenshot.png
[name] => webaslt
[author] => ????
[author_website] =>
[website] =>
[description] =>
[version] => ??
[options] => stdClass Object
(
)
)
[_body] =>
[_tags] => Array
(
[persistent_tags] => Array
(
[0] => template:metadata
)
)
)
[_ci_ob_level:protected] => 1
[_ci_view_paths:protected] => Array
(
[system/cms/modules/pages/views/] => 1
)
[_ci_library_paths:protected] => Array
(
[0] => addons/shared_addons/
[1] => addons/default/
[2] => system/cms/
[3] => /home/cont100/contest100www/system/codeigniter/
)
[_ci_model_paths:protected] => Array
(
[0] => addons/shared_addons/
[1] => system/cms/modules/pages/
[2] => addons/default/
[3] => system/cms/
)
[_ci_helper_paths:protected] => Array
(
[0] => addons/shared_addons/
[1] => system/cms/
[2] => /home/cont100/contest100www/system/codeigniter/
)
[_base_classes:protected] => Array
(
[benchmark] => Benchmark
[hooks] => Hooks
[config] => Config
[log] => Log
[exceptions] => Exceptions
[utf8] => Utf8
[uri] => URI
[router] => Router
[output] => Output
[security] => Security
[input] => Input
[lang] => Lang
[loader] => Loader
[model] => Model
)
[_ci_classes:protected] => Array
(
[asset] => asset
[template] => template
[parser] => parser
[user_agent] => agent
[cache] => cache
[translate] => translate
[pyrocache] => pyrocache
[migration] => migration
[session] => session
[encrypt] => encrypt
[settings] => settings
[email] => email
[streams] => streams
[image_lib] => image_lib
[keywords] => keywords
[type] => type
[fields] => fields
[form_validation] => form_validation
[ion_auth] => ion_auth
[events] => events
[variables] => variables
[comments] => comments
[plugins] => plugins
)
[_ci_loaded_files:protected] => Array
(
[0] => system/cms/libraries/Asset.php
[1] => system/cms/libraries/Template.php
[2] => system/cms/libraries/MY_Parser.php
[3] => system/cms/libraries/MY_User_agent.php
[4] => /home/cont100/contest100www/system/codeigniter/libraries/Cache/Cache.php
[5] => system/cms/libraries/Pyrocache.php
[6] => /home/cont100/contest100www/system/codeigniter/libraries/Migration.php
[7] => /home/cont100/contest100www/system/codeigniter/libraries/Session/Session.php
[8] => /home/cont100/contest100www/system/codeigniter/libraries/Encrypt.php
[9] => system/cms/libraries/MY_Email.php
[10] => system/cms/libraries/Streams/Streams.php
[11] => system/cms/libraries/MY_Image_lib.php
[12] => system/cms/libraries/MY_Form_validation.php
[13] => system/cms/libraries/Events.php
[14] => system/cms/libraries/Plugins.php
)
[_ci_models:protected] => Array
(
[0] => settings_m
[1] => translatesettings_m
[2] => translatedomains_m
[3] => keyword_m
[4] => row_m
[5] => streams_m
[6] => fields_m
[7] => ion_auth_model
[8] => permission_m
[9] => module_m
[10] => theme_m
[11] => page_type_m
[12] => page_m
[13] => translate_m
[14] => paieska_m
[15] => redirect_m
[16] => variables_m
[17] => comment_m
)
[_ci_helpers:protected] => Array
(
[debug_helper] => 1
[url_helper] => 1
[form_helper] => 1
[text_helper] => 1
[string_helper] => 1
[language_helper] => 1
[html_helper] => 1
[pagination_helper] => 1
[array_helper] => 1
[gravatar_helper] => 1
[markdown_helper] => 1
[module_helper] => 1
[user_helper] => 1
[translate_helper] => 1
[file_helper] => 1
[inflector_helper] => 1
[cookie_helper] => 1
[date_helper] => 1
[directory_helper] => 1
[security_helper] => 1
[plugin_helper] => 1
)
[_ci_varmap:protected] => Array
(
[unit_test] => unit
[user_agent] => agent
)
[controller] => Pages Object
*RECURSION*
)
[current_user] =>
[sentry] => Cartalyst\Sentry\Sentry Object
(
[user:protected] =>
[session:protected] => Cartalyst\Sentry\Sessions\CISession Object
(
[store:protected] => CI_Session Object
(
[params] => Array
(
)
[current:protected] => CI_Session_cookie Object
(
[sess_encrypt_cookie] => 1
[sess_use_database] => 1
[sess_table_name] => default_ci_sessions
[sess_expiration] => 63072000
[sess_expire_on_close] => 1
[sess_match_ip] => 1
[sess_match_useragent] => 1
[sess_cookie_name] => 100contest_webascms_development
[cookie_prefix] => 100contest_
[cookie_path] => /
[cookie_domain] => 100contest.vilnius-tourism.lt
[cookie_secure] =>
[cookie_httponly] =>
[sess_time_to_update] => 300
[encryption_key] => 7WQ/Ha7cxB81mLkT7Lkv3+lp5Em5DBue/bjaI5cofD
[time_reference] => gmt
[userdata] => Array
(
[session_id] => 7de010d0d01177def7cc284f5a07bed1
[ip_address] => 135.181.104.18
[user_agent] => Archive Team
[last_activity] => 1609324967
)
[CI] => CI Object
(
[benchmark] => CI_Benchmark Object
(
[marker] => Array
(
[total_execution_time_start] => 1609332167.9164
[loading_time:_base_classes_start] => 1609332167.9164
[loading_time:_base_classes_end] => 1609332167.9319
[controller_execution_time_( pages / index )_start] => 1609332167.9425
[my_controller_start] => 1609332167.9428
[my_controller_end] => 1609332168.0448
[public_controller_start] => 1609332168.0448
[public_controller_end] => 1609332168.0473
[parse_start] => 1609332168.0599
[parse_end] => 1609332168.0601
[controller_execution_time_( pages / index )_end] => 1609332168.0602
[total_execution_time_end] => 1609332168.0602
)
)
[hooks] => CI_Hooks Object
(
[enabled] => 1
[hooks] => Array
(
[pre_system] => Array
(
[function] => load_exceptions
[filename] => uhoh.php
[filepath] => hooks
)
[pre_controller] => Array
(
[0] => Array
(
[function] => pick_language
[filename] => pick_language.php
[filepath] => hooks
)
[1] => Array
(
[function] => check_installed
[filename] => check_installed.php
[filepath] => hooks
)
)
)
[in_progress] =>
)
[config] => MX_Config Object
(
[config] => Array
(
[base_url] => http://vilnius-tourism.eu/
[index_page] =>
[uri_protocol] => AUTO
[url_suffix] =>
[language] => english
[charset] => UTF-8
[enable_hooks] => 1
[subclass_prefix] => MY_
[permitted_uri_chars] => a-z 0-9~%.:_\-
[allow_get_array] => 1
[enable_query_strings] =>
[controller_trigger] => c
[function_trigger] => m
[directory_trigger] => d
[log_threshold] => 1
[log_path] => /home/cont100/contest100www/storage/logs/
[log_date_format] => Y-m-d H:i:s
[cache_path] => system/cms/cache/default/codeigniter/
[encryption_key] => 7WQ/Ha7cxB81mLkT7Lkv3+lp5Em5DBue/bjaI5cofD
[tinyphp_key] =>
[sess_cookie_name] => webascms_development
[sess_expiration] => 0
[sess_expire_on_close] => 1
[sess_encrypt_cookie] => 1
[sess_use_database] => 1
[sess_table_name] => default_ci_sessions
[sess_match_ip] => 1
[sess_match_useragent] => 1
[sess_time_to_update] => 300
[cookie_prefix] => 100contest_
[cookie_domain] => 100contest.vilnius-tourism.lt
[cookie_path] => /
[cookie_secure] =>
[global_xss_filtering] =>
[csrf_protection] =>
[csrf_token_name] => csrf_hash_name
[csrf_cookie_name] => csrf_cookie_name
[csrf_expire] => 7200
[csrf_exclude_uris] => Array
(
)
[compress_output] =>
[minify_output] =>
[time_reference] => gmt
[rewrite_short_tags] =>
[proxy_ips] =>
[modules_locations] => Array
(
[system/cms/modules/] => ../modules/
[addons/__SITE_REF__/modules/] => ../../../addons/__SITE_REF__/modules/
[addons/shared_addons/modules/] => ../../../addons/shared_addons/modules/
)
[supported_languages] => Array
(
[en] => Array
(
[name] => English
[folder] => english
[direction] => ltr
[codes] => Array
(
[0] => en
[1] => english
[2] => en_US
)
[ckeditor] =>
)
[de] => Array
(
[name] => Deutsch
[folder] => german
[direction] => ltr
[codes] => Array
(
[0] => de
[1] => german
[2] => de_DE
)
[ckeditor] =>
)
[pl] => Array
(
[name] => Polski
[folder] => polish
[direction] => ltr
[codes] => Array
(
[0] => plk
[1] => polish
[2] => pl_PL
)
[ckeditor] =>
)
[pt] => Array
(
[name] => Português de Portugal
[folder] => portuguese
[direction] => ltr
[codes] => Array
(
[0] => ptb
[1] => portuguese-portugal
[2] => pt_PT
)
[ckeditor] => pt-pt
)
[ru] => Array
(
[name] => Русский
[folder] => russian
[direction] => ltr
[codes] => Array
(
[0] => rus
[1] => russian
[2] => ru_RU
)
[ckeditor] =>
)
[lt] => Array
(
[name] => Lietuvių
[folder] => lithuanian
[direction] => ltr
[codes] => Array
(
[0] => lt
[1] => lithuanian
[2] => lt_LT
)
[ckeditor] =>
)
[fi] => Array
(
[name] => Suomi
[folder] => finnish
[direction] => ltr
[codes] => Array
(
[0] => fi
[1] => finnish
[2] => fi_FI
)
[ckeditor] =>
)
)
[default_language] => en
[check_http_accept_language] => 1
[asset_paths] => Array
(
[core] => assets/
)
[asset_js_dir] => js/
[asset_css_dir] => css/
[asset_img_dir] => img/
[asset_cache_path] => assets/cache/
[asset_min] =>
[asset_combine] =>
[asset_show_files] =>
[asset_show_files_inline] =>
[asset_deps_max_depth] => 2
[asset_post_load_callback] =>
[asset_groups] => Array
(
)
[asset_symlinks] => Array
(
)
[cache_dir] => system/cms/cache/default/
[cache_default_expires] => 0
[navigation_cache] => 21600
[rss_cache] => 3600
[simplepie_cache_dir] => system/cms/cache/default/simplepie/
[ion_auth] => Array
(
[tables] => Array
(
[groups] => default_groups
[users] => default_users
[meta] => default_profiles
)
[site_title] => Go Vilnius
[admin_email] => info@finlift.lt
[default_group] => user
[admin_group] => admin
[join] => user_id
[columns] => Array
(
)
[identity] => email
[min_password_length] => 6
[max_password_length] => 20
[email_activation] =>
[remember_users] => 1
[user_expire] => 86500
[user_extend_on_login] =>
[email_templates] =>
[email_activate] =>
[email_forgot_password] =>
[email_forgot_password_complete] =>
[salt_length] => 6
[store_salt] => 1
[message_start_delimiter] =>
[cache_expiration] => 0
[headers] => Array
(
)
[mimes] => Array
(
[hqx] => Array
(
[0] => application/mac-binhex40
[1] => application/mac-binhex
[2] => application/x-binhex40
[3] => application/x-mac-binhex40
)
[cpt] => application/mac-compactpro
[csv] => Array
(
[0] => text/x-comma-separated-values
[1] => text/comma-separated-values
[2] => application/octet-stream
[3] => application/vnd.ms-excel
[4] => application/x-csv
[5] => text/x-csv
[6] => text/csv
[7] => text/plain
[8] => application/csv
[9] => application/excel
[10] => application/vnd.msexcel
[11] => text/x-c
)
[bin] => Array
(
[0] => application/macbinary
[1] => application/mac-binary
[2] => application/octet-stream
[3] => application/x-binary
[4] => application/x-macbinary
)
[dms] => application/octet-stream
[lha] => application/octet-stream
[lzh] => application/octet-stream
[exe] => Array
(
[0] => application/octet-stream
[1] => application/x-msdownload
)
[class] => application/octet-stream
[psd] => application/x-photoshop
[so] => application/octet-stream
[sea] => application/octet-stream
[dll] => application/octet-stream
[oda] => application/oda
[pdf] => Array
(
[0] => application/pdf
[1] => application/x-pdf
[2] => application/x-download
[3] => application/x-download
[4] => binary/octet-stream
[5] => application/unknown
[6] => application/force-download
)
[ai] => application/postscript
[eps] => application/postscript
[ps] => application/postscript
[smi] => application/smil
[smil] => application/smil
[mif] => application/vnd.mif
[xls] => Array
(
[0] => application/excel
[1] => application/vnd.ms-excel
[2] => application/msexcel
[3] => application/vnd.ms-office
)
[ppt] => Array
(
[0] => application/powerpoint
[1] => application/vnd.ms-powerpoint
[2] => application/vnd.ms-office
)
[pptx] => Array
(
[0] => application/vnd.openxmlformats-officedocument.presentationml.presentation
[1] => application/zip
)
[wbxml] => application/wbxml
[wmlc] => application/wmlc
[dcr] => application/x-director
[dir] => application/x-director
[dxr] => application/x-director
[dvi] => application/x-dvi
[gtar] => application/x-gtar
[gz] => application/x-gzip
[gzip] => application/x-gzip
[php] => application/x-httpd-php
[php4] => application/x-httpd-php
[php3] => application/x-httpd-php
[phtml] => application/x-httpd-php
[phps] => application/x-httpd-php-source
[js] => application/x-javascript
[swf] => application/x-shockwave-flash
[sit] => application/x-stuffit
[tar] => application/x-tar
[tgz] => Array
(
[0] => application/x-tar
[1] => application/x-gzip-compressed
)
[xhtml] => application/xhtml+xml
[xht] => application/xhtml+xml
[zip] => Array
(
[0] => application/x-zip
[1] => application/zip
[2] => application/x-zip-compressed
)
[mid] => audio/midi
[midi] => audio/midi
[mpga] => audio/mpeg
[mp2] => audio/mpeg
[mp3] => Array
(
[0] => audio/mpeg
[1] => audio/mpg
[2] => audio/mpeg3
[3] => audio/mp3
)
[aif] => Array
(
[0] => audio/x-aiff
[1] => audio/aiff
)
[aiff] => Array
(
[0] => audio/x-aiff
[1] => audio/aiff
)
[aifc] => audio/x-aiff
[ram] => audio/x-pn-realaudio
[rm] => audio/x-pn-realaudio
[rpm] => audio/x-pn-realaudio-plugin
[ra] => audio/x-realaudio
[rv] => video/vnd.rn-realvideo
[wav] => audio/x-wav
[bmp] => Array
(
[0] => image/bmp
[1] => image/x-windows-bmp
)
[gif] => image/gif
[jpeg] => Array
(
[0] => image/jpeg
[1] => image/pjpeg
)
[jpg] => Array
(
[0] => image/jpeg
[1] => image/pjpeg
)
[jpe] => Array
(
[0] => image/jpeg
[1] => image/pjpeg
)
[png] => Array
(
[0] => image/png
[1] => image/x-png
)
[tiff] => image/tiff
[tif] => image/tiff
[css] => text/css
[html] => text/html
[htm] => text/html
[shtml] => text/html
[txt] => text/plain
[text] => text/plain
[log] => Array
(
[0] => text/plain
[1] => text/x-log
)
[rtx] => text/richtext
[rtf] => text/rtf
[xml] => Array
(
[0] => application/xml
[1] => text/xml
)
[xsl] => text/xml
[mpeg] => video/mpeg
[mpg] => video/mpeg
[mpe] => video/mpeg
[qt] => video/quicktime
[mov] => video/quicktime
[avi] => Array
(
[0] => video/x-msvideo
[1] => video/msvideo
[2] => video/avi
[3] => application/x-troff-msvideo
)
[movie] => video/x-sgi-movie
[doc] => application/msword
[docx] => Array
(
[0] => application/vnd.openxmlformats-officedocument.wordprocessingml.document
[1] => application/zip
)
[odt] => Array
(
[0] => application/vnd.oasis.opendocument.text
)
[xlsx] => Array
(
[0] => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[1] => application/zip
)
[word] => Array
(
[0] => application/msword
[1] => application/octet-stream
)
[xl] => application/excel
[eml] => message/rfc822
[json] => Array
(
[0] => application/json
[1] => text/json
)
[pem] => Array
(
[0] => application/x-x509-user-cert
[1] => application/x-pem-file
[2] => application/octet-stream
)
[p10] => Array
(
[0] => application/x-pkcs10
[1] => application/pkcs10
)
[p12] => application/x-pkcs12
[p7a] => application/x-pkcs7-signature
[p7c] => Array
(
[0] => application/pkcs7-mime
[1] => application/x-pkcs7-mime
)
[p7m] => Array
(
[0] => application/pkcs7-mime
[1] => application/x-pkcs7-mime
)
[p7r] => application/x-pkcs7-certreqresp
[p7s] => application/pkcs7-signature
[crt] => Array
(
[0] => application/x-x509-ca-cert
[1] => application/x-x509-user-cert
[2] => application/pkix-cert
)
[crl] => Array
(
[0] => application/pkix-crl
[1] => application/pkcs-crl
)
[der] => application/x-x509-ca-cert
[kdb] => application/octet-stream
[pgp] => application/pgp
[gpg] => application/gpg-keys
[sst] => application/octet-stream
[csr] => application/octet-stream
[rsa] => application/x-pkcs7
[cer] => Array
(
[0] => application/pkix-cert
[1] => application/x-x509-ca-cert
)
[3g2] => video/3gpp2
[3gp] => video/3gp
[mp4] => video/mp4
[m4a] => audio/x-m4a
[f4v] => video/mp4
[aac] => audio/x-acc
[m4u] => application/vnd.mpegurl
[m3u] => text/plain
[xspf] => application/xspf+xml
[vlc] => application/videolan
[wmv] => video/x-ms-wmv
[au] => audio/x-au
[ac3] => audio/ac3
[flac] => audio/x-flac
[ogg] => audio/ogg
[ogv] => application/ogg
[webm] => video/webm
[pages] => application/zip
[numbers] => application/zip
[svg] => image/svg+xml
[docm] => application/vnd.ms-word.document.macroenabled.12
[dotm] => application/vnd.ms-word.template.macroenabled.12
[dotx] => application/vnd.openxmlformats-officedocument.wordprocessingml.template
[potm] => application/vnd.ms-powerpoint.template.macroenabled.12
[potx] => application/vnd.openxmlformats-officedocument.presentationml.template
[ppam] => application/vnd.ms-powerpoint.addin.macroenabled.12
[ppsm] => application/vnd.ms-powerpoint.slideshow.macroenabled.12
[ppsx] => application/vnd.openxmlformats-officedocument.presentationml.slideshow
[pptm] => application/vnd.ms-powerpoint.presentation.macroenabled.12
[xlam] => application/vnd.ms-excel.addin.macroenabled.12
[xlsb] => application/vnd.ms-excel.sheet.binary.macroenabled.12
[xlsm] => application/vnd.ms-excel.sheet.macroenabled.12
[xltm] => application/vnd.ms-excel.template.macroenabled.12
[xltx] => application/vnd.openxmlformats-officedocument.spreadsheetml.template
)
[mime_type:protected] => text/html
[enable_profiler] =>
[_zlib_oc:protected] =>
[_profiler_sections:protected] => Array
(
)
[parse_exec_vars] => 1
)
[security] => CI_Security Object
(
[filename_bad_chars] => Array
(
[0] => ../
[1] =>
[3] => <
[4] => >
[5] => '
[6] => "
[7] => &
[8] => $
[9] => #
[10] => {
[11] => }
[12] => [
[13] => ]
[14] => =
[15] => ;
[16] => ?
[17] => %20
[18] => %22
[19] => %3c
[20] => %253c
[21] => %3e
[22] => %0e
[23] => %28
[24] => %29
[25] => %2528
[26] => %26
[27] => %24
[28] => %3f
[29] => %3b
[30] => %3d
)
[charset] => UTF-8
[_xss_hash:protected] =>
[_csrf_hash:protected] =>
[_csrf_expire:protected] => 7200
[_csrf_token_name:protected] => ci_csrf_token
[_csrf_cookie_name:protected] => ci_csrf_token
[_never_allowed_str:protected] => Array
(
[document.cookie] => [removed]
[document.write] => [removed]
[.parentNode] => [removed]
[.innerHTML] => [removed]
[-moz-binding] => [removed]
[] => -->
[ <![CDATA[
[] => <comment>
)
[_never_allowed_regex:protected] => Array
(
[0] => javascript\s*:
[1] => (document|(document\.)?window)\.(location|on\w*)
[2] => expression\s*(\(|&\#40;)
[3] => vbscript\s*:
[4] => wscript\s*:
[5] => jscript\s*:
[6] => vbs\s*:
[7] => Redirect\s+30\d
[8] => (["'])?data\s*:[^\1]*?base64[^\1]*?,[^\1]*?\1?
)
)
[input] => CI_Input Object
(
[ip_address] => 135.181.104.18
[user_agent] => Archive Team
[_allow_get_array:protected] => 1
[_standardize_newlines:protected] => 1
[_enable_xss:protected] =>
[_enable_csrf:protected] =>
[headers:protected] => Array
(
)
[security] => CI_Security Object
(
[filename_bad_chars] => Array
(
[0] => ../
[1] =>
[3] => <
[4] => >
[5] => '
[6] => "
[7] => &
[8] => $
[9] => #
[10] => {
[11] => }
[12] => [
[13] => ]
[14] => =
[15] => ;
[16] => ?
[17] => %20
[18] => %22
[19] => %3c
[20] => %253c
[21] => %3e
[22] => %0e
[23] => %28
[24] => %29
[25] => %2528
[26] => %26
[27] => %24
[28] => %3f
[29] => %3b
[30] => %3d
)
[charset] => UTF-8
[_xss_hash:protected] =>
[_csrf_hash:protected] =>
[_csrf_expire:protected] => 7200
[_csrf_token_name:protected] => ci_csrf_token
[_csrf_cookie_name:protected] => ci_csrf_token
[_never_allowed_str:protected] => Array
(
[document.cookie] => [removed]
[document.write] => [removed]
[.parentNode] => [removed]
[.innerHTML] => [removed]
[-moz-binding] => [removed]
[] => -->
[ <![CDATA[
[] => <comment>
)
[_never_allowed_regex:protected] => Array
(
[0] => javascript\s*:
[1] => (document|(document\.)?window)\.(location|on\w*)
[2] => expression\s*(\(|&\#40;)
[3] => vbscript\s*:
[4] => wscript\s*:
[5] => jscript\s*:
[6] => vbs\s*:
[7] => Redirect\s+30\d
[8] => (["'])?data\s*:[^\1]*?base64[^\1]*?,[^\1]*?\1?
)
)
[uni] => CI_Utf8 Object
(
)
)
[lang] => MY_Lang Object
(
[language] => Array
(
[error_404_title] => Page missing
[error_404_message] => We cannot find the page you are looking for, please click here to go to the homepage.
[error_invalid_db_group] => The database is trying to use an invalid configuration group "%s".
[migration_none_found] => No migrations were found.
[migration_not_found] => No migration could be found with the version number: %d.
[migration_multiple_version] => There are multiple migrations with the same version number: %d.
[migration_class_doesnt_exist] => The migration class "%s" could not be found.
[migration_missing_up_method] => The migration class "%s" is missing an "up" method.
[migration_missing_down_method] => The migration class "%s" is missing a "down" method.
[migration_invalid_filename] => Migration "%s" has an invalid filename.
[settings:site_name] => Site Name
[settings:site_name_desc] => The name of the website for page titles and for use around the site.
[settings:site_slogan] => Site Slogan
[settings:site_slogan_desc] => The slogan of the website for page titles and for use around the site.
[settings:site_lang] => Site Language
[settings:site_lang_desc] => The native language of the website, used to choose templates of e-mail notifications, contact form, and other features that should not depend on the language of a user.
[settings:contact_email] => Contact E-mail
[settings:contact_email_desc] => All e-mails from users, guests and the site will go to this e-mail address.
[settings:server_email] => Server E-mail
[settings:server_email_desc] => All e-mails to users will come from this e-mail address.
[settings:meta_topic] => Meta Topic
[settings:meta_topic_desc] => Two or three words describing this type of company/website.
[settings:currency] => Currency
[settings:currency_desc] => The currency symbol for use on products, services, etc.
[settings:dashboard_rss] => Dashboard RSS Feed
[settings:dashboard_rss_desc] => Link to an RSS feed that will be displayed on the dashboard.
[settings:dashboard_rss_count] => Dashboard RSS Items
[settings:dashboard_rss_count_desc] => How many RSS items would you like to display on the dashboard ?
[settings:date_format] => Date Format
[settings:date_format_desc] => How should dates be displayed across the website and control panel? Using the date format from PHP - OR - Using the format of strings formatted as date from PHP.
[settings:frontend_enabled] => Site Status
[settings:frontend_enabled_desc] => Use this option to the user-facing part of the site on or off. Useful when you want to take the site down for maintenence
[settings:mail_protocol] => Mail Protocol
[settings:mail_protocol_desc] => Select desired email protocol.
[settings:mail_sendmail_path] => Sendmail Path
[settings:mail_sendmail_path_desc] => Path to server sendmail binary.
[settings:mail_smtp_host] => SMTP Host
[settings:mail_smtp_host_desc] => The host name of your smtp server.
[settings:mail_smtp_pass] => SMTP password
[settings:mail_smtp_pass_desc] => SMTP password.
[settings:mail_smtp_port] => SMTP Port
[settings:mail_smtp_port_desc] => SMTP port number.
[settings:mail_smtp_user] => SMTP User Name
[settings:mail_smtp_user_desc] => SMTP user name.
[settings:unavailable_message] => Unavailable Message
[settings:unavailable_message_desc] => When the site is turned off or there is a major problem, this message will show to users.
[settings:default_theme] => Default Theme
[settings:default_theme_desc] => Select the theme you want users to see by default.
[settings:activation_email] => Activation Email
[settings:activation_email_desc] => Send out an e-mail when a user signs up with an activation link. Disable this to let only admins activate accounts.
[settings:records_per_page] => Records Per Page
[settings:records_per_page_desc] => How many records should we show per page? (both for frontend and for admin section) e.g.: blog posts, users etc.
[settings:rss_feed_items] => Feed item count
[settings:rss_feed_items_desc] => How many items should we show in RSS/blog feeds?
[settings:enable_profiles] => Enable profiles
[settings:enable_profiles_desc] => Allow users to add and edit profiles.
[settings:ga_email] => Google Analytic E-mail
[settings:ga_email_desc] => E-mail address used for Google Analytics, we need this to show the graph on the dashboard.
[settings:ga_password] => Google Analytic Password
[settings:ga_password_desc] => Google Analytics password. This is also needed to show the graph on the dashboard. You will need to allow access to Google to get this to work. See Authorized Access to your Google Account
[settings:ga_profile] => Google Analytic Profile
[settings:ga_profile_desc] => Profile ID for this website in Google Analytics. Look in the URL when signed into Google Analytics for something that looks like "pXXXXXXXX". The, "XXXXXXXX" is the profile ID.
[settings:ga_tracking] => Google Tracking Code
[settings:ga_tracking_desc] => Enter your Google Analytic Tracking Code to activate Google Analytics view data capturing. E.g: UA-19483569-6
[settings:akismet_api_key] => Akismet API Key
[settings:akismet_api_key_desc] => Akismet is a spam-blocker from the WordPress team. It keeps spam under control without forcing users to get past human-checking CAPTCHA forms.
[settings:comment_order] => Comment Order
[settings:comment_order_desc] => Sort order in which to display comments:
[settings:enable_comments] => Enable Comments
[settings:enable_comments_desc] => Allow users to post comments?
[settings:moderate_comments] => Moderate Comments
[settings:moderate_comments_desc] => Force comments to be approved before they appear on the site.
[settings:comment_markdown] => Allow Markdown
[settings:comment_markdown_desc] => Do you want to allow visitors to post comments using Markdown?
[settings:version] => Version
[settings:version_desc] =>
[settings:site_public_lang] => Public Languages
[settings:site_public_lang_desc] => Which are the languages really supported and offered on the front-end of your website?
[settings:admin_force_https] => Force HTTPS for Control Panel?
[settings:admin_force_https_desc] => Allow only the HTTPS protocol when using the Control Panel?
[settings:files_cache] => Files Cache
[settings:files_cache_desc] => When outputting an image via site.com/files what shall we set the cache expiration for?
[settings:auto_username] => Auto Username
[settings:auto_username_desc] => Create the username automatically, meaning users can skip making one on registration.
[settings:registered_email] => User Registered Email
[settings:registered_email_desc] => Send a notification email to the contact e-mail when someone registers.
[settings:ckeditor_config] => CKEditor Config
[settings:ckeditor_config_desc] => You can find a list of valid configuration items in CKEditor's documentation.
[settings:enable_registration] => Enable user registration
[settings:enable_registration_desc] => Allow users to register in your site.
[settings:profile_visibility] => Profile Visibility
[settings:profile_visibility_desc] => Specify who can view user profiles on the public site
[settings:cdn_domain] => CDN Domain
[settings:cdn_domain_desc] => CDN domains allow you to offload static content to various edge servers, like Amazon CloudFront or MaxCDN. If you do not have a CDN provider try MaxCDN. Sign up and save 25%.
[settings:section_general] => General
[settings:section_integration] => Integration
[settings:section_comments] => Comments
[settings:section_users] => Users
[settings:section_statistics] => Statistics
[settings:section_files] => Files
[settings:form_option_Open] => Open
[settings:form_option_Closed] => Closed
[settings:form_option_Enabled] => Enabled
[settings:form_option_Disabled] => Disabled
[settings:form_option_Required] => Required
[settings:form_option_Optional] => Optional
[settings:form_option_Oldest First] => Oldest First
[settings:form_option_Newest First] => Newest First
[settings:form_option_Text Only] => Text Only
[settings:form_option_Allow Markdown] => Allow Markdown
[settings:form_option_Yes] => Yes
[settings:form_option_No] => No
[settings:form_option_profile_public] => Visible to everybody
[settings:form_option_profile_owner] => Only visible to the profile owner
[settings:form_option_profile_hidden] => Never visible
[settings:form_option_profile_member] => Visible to any logged in user
[settings:form_option_activate_by_email] => Activate by email
[settings:form_option_activate_by_admin] => Activate by admin
[settings:form_option_no_activation] => Instant activation
[settings:no_settings] => There are currently no settings.
[settings:save_success] => Your settings were saved!
[global:control-panel] => Control Panel
[global:profile] => Profile
[global:title] => Title
[name_label] => Name
[desc_label] => Description
[version_label] => Version
[global:author] => Author
[global:action] => Action
[global:slug] => Slug
[global:slug_instructions] => Lowercase characters and underscores only.
[global:user] => User
[global:dialog:delete_message] => Are you sure you want to delete this? It cannot be undone.
[global:dialog:confirm] => Confirm
[global:yes] => Yes
[global:no] => No
[global:select-none] => -- None --
[global:select-all] => -- All --
[global:select-any] => -- Any --
[global:select-pick] => -- Select --
[global:check-all] => All
[global:check-none] => None
[global:operators:equal] => Equal to
[global:operators:not-equal] => Not equal to
[global:operators:less-than] => Less than
[global:operators:greater-than] => Greater than
[global:duration:1-day] => One day
[global:duration:1-week] => One week
[global:duration:2-weeks] => Two weeks
[global:duration:1-month] => One month
[global:duration:3-months] => Three Months
[global:duration:always] => Always
[navigation_headline] => Navigation
[breadcrumb_base_label] => Home
[logged_in_welcome] => Welcome %s, you are logged in.
[logout_label] => Log out
[edit_profile_label] => Edit Profile
[settings_label] => Settings
[close_message] => Close this message
[general_error_label] => Error
[required_error_label] => Required field missing
[note_label] => Note
[success_label] => Success
[global:fields] => Fields
[global:custom_fields] => Custom Fields
[login_title] => Log In
[global:fatal_error] => Fatal error, is CMS installed?
[global:demo_restrictions] => Some features on this page have been disabled for the demo.
[login_error_label] => Login Error
[forgot_password_label] => Forgot your password ?
[global:email] => E-mail
[global:password] => Password
[login_label] => Log In
[help_label] => Help
[save_label] => Save
[cancel_label] => Cancel
[update_label] => Update Caption
[global:delete] => Delete
[activate_label] => Activate
[global:approve] => Approve
[global:unapprove] => Unapprove
[publish_label] => Publish
[global:upload] => Upload
[global:uninstall] => Uninstall
[global:install] => Install
[global:upgrade] => Upgrade
[global:enable] => Enable
[global:disable] => Disable
[global:enabled] => Enabled
[global:disabled] => Disabled
[all_right_reserved] => All Rights Reserved.
[powered_by_pyrocms] => Powered by PyroCMS
[top_page] => Top
[back_to_top] => Back to Top
[global:filters] => Filters
[global:image] => Image
[global:description] => Description
[global:actions] => Actions
[global:view] => View
[global:preview] => Preview
[global:add] => Add
[global:edit] => Edit
[global:empty] => Empty
[global:remove] => Remove
[global:keywords] => Keywords
[global:or] => or
[global:and] => and
[global:at] => at
[global:widgets] => Widgets
[global:themes] => Themes
[global:field_types] => Field Types
[global:plugins] => Plugins
[global:plugin] => Plugin
[global:options] => Options
[global:plain-text] => Plain Text
[user:add_field] => Add User Profile Field
[user:profile_delete_success] => User profile field deleted successfully
[user:profile_delete_failure] => There was a problem with deleting your user profile field
[profile_user_basic_data_label] => Basic Data
[profile_company] => Company
[profile_updated_on] => Updated On
[user:profile_fields_label] => Profile Fields
[user:register_header] => Registration
[user:register_step1] => Step 1: Register
[user:register_step2] => Step 2: Activate
[user:login_header] => Login
[user:add_title] => Add User
[user:list_title] => Users
[user:inactive_title] => Inactive Users
[user:active_title] => Active Users
[user:registred_title] => Registered Users
[user:edit_title] => Edit User "%s"
[user:details_label] => Details
[user:first_name_label] => First Name
[user:last_name_label] => Last Name
[user:group_label] => Group
[user:activate_label] => Activate
[user:password_label] => Password
[user:password_confirm_label] => Confirm Password
[user:name_label] => Name
[user:joined_label] => Joined
[user:last_visit_label] => Last visit
[user:never_label] => Never
[user:no_inactives] => There are no inactive users.
[user:no_registred] => There are no registered users.
[account_changes_saved] => The changes to your account have been saved successfully.
[indicates_required] => Indicates required fields
[user:send_activation_email] => Send Activation Email
[user:do_not_activate] => Inactive
[user:register_title] => Register
[user:activate_account_title] => Activate Account
[user:activated_account_title] => Activated Account
[user:reset_password_title] => Reset Password
[user:password_reset_title] => Password Reset
[user:error_username] => The username you selected is already in use.
[user:error_email] => The email address you entered is already in use.
[user:full_name] => Full Name
[user:first_name] => First Name
[user:last_name] => Last Name
[user:username] => Username
[user:display_name] => Display Name
[user:email_use] => used to login
[user:remember] => Remember Me
[user:group_id_label] => Group ID
[user:level] => User Role
[user:active] => Active
[user:lang] => Language
[user:activation_code] => Activation code
[user:reset_instructions] => Enter your email address or username
[user:reset_password_link] => Forgot your password?
[user:activation_code_sent_notice] => An email has been sent to you with your activation code.
[user:activation_by_admin_notice] => Your registration is awaiting approval by an administrator.
[user:registration_disabled] => Sorry, but the user registration is disabled.
[user:details_section] => Name
[user:password_section] => Change password
[user:other_settings_section] => Other settings
[user:settings_saved_success] => The settings for your user account have been saved.
[user:settings_saved_error] => An error occurred.
[user:register_btn] => Register
[user:activate_btn] => Activate
[user:reset_pass_btn] => Reset Pass
[user:login_btn] => Login
[user:settings_btn] => Save settings
[user:added_and_activated_success] => New user has been created and activated.
[user:added_not_activated_success] => New user has been created, the account needs to be activated.
[user:edit_user_not_found_error] => User not found.
[user:edit_success] => User successfully updated.
[user:edit_error] => Error occurred when trying to update user.
[user:activate_success] => %s users out of %s successfully activated.
[user:activate_error] => You need to select users first.
[user:delete_self_error] => You cannot delete yourself!
[user:mass_delete_success] => %s users out of %s successfully deleted.
[user:mass_delete_error] => You need to select users first.
[user:email_pass_missing] => Email or password fields are not complete.
[user:email_exists] => The email address you have chosen is already in use with a different user.
[user:register_error] => We think you are a bot. If we are mistaken please accept our apologies.
[user:register_reasons] => Join up to access special areas normally restricted. This means your settings will be remembered, more content and less ads.
[user:activation_incorrect] => Activation failed. Please check your details and make sure CAPS LOCK is not on.
[user:activated_message] => Your account has been activated, you can now log in to your account.
[user:logged_in] => You have logged in successfully.
[user:already_logged_in] => You are already logged in. Please logout before trying again.
[user:login_incorrect] => E-mail or password do not match. Please check your login and make sure CAPS LOCK is not on.
[user:inactive] => The account you are trying to access is currently inactive. Check your e-mail for instructions on how to activate your account - it may be in the junk folder.
[user:logged_out] => You have been logged out.
[user:forgot_incorrect] => No account was found with these details.
[user:password_reset_message] => Your password has been reset. You should recieve the email within the next 2 hours. If you don't, it might have gone into your junk mail by accident.
[user:activation_email_subject] => Activation Required
[user:activation_email_body] => Thank you for activting your account with %s. To log in to the site, please visit the link below:
[user:activated_email_subject] => Activation Complete
[user:activated_email_content_line1] => Thank you for registering at %s. Before we can activate your account, please complete the registration process by clicking on the following link:
[user:activated_email_content_line2] => In case your email program does not recognize the above link as, please direct your browser to the following URL and enter the activation code:
[user:reset_pass_email_subject] => Password Reset
[user:reset_pass_email_body] => Your password at %s has been reset. If you did not request this change, please email us at %s and we will resolve the situation.
[profile_of_title] => %s's Profile
[profile_user_details_label] => User Details
[profile_role_label] => Role
[profile_registred_on_label] => Registered on
[profile_last_login_label] => Last login
[profile_male_label] => Male
[profile_female_label] => Female
[profile_not_set_up] => This user does not have a profile set up.
[profile_edit] => Edit your profile
[profile_personal_section] => Personal
[profile_display_name] => Display Name
[profile_dob] => Date of Birth
[profile_dob_day] => Day
[profile_dob_month] => Month
[profile_dob_year] => Year
[profile_gender] => Gender
[profile_gender_nt] => Not Telling
[profile_gender_male] => Male
[profile_gender_female] => Female
[profile_bio] => About me
[profile_contact_section] => Contact
[profile_phone] => Phone
[profile_mobile] => Mobile
[profile_address] => Address
[profile_address_line1] => Line #1
[profile_address_line2] => Line #2
[profile_address_line3] => Town/City
[profile_address_postcode] => Post/Zip Code
[profile_website] => Website
[profile_api_section] => API Access
[profile_edit_success] => Your profile has been saved.
[profile_edit_error] => An error occurred.
[profile_save_btn] => Save profile
[files:files_title] => Files
[files:fetching] => Retrieving data...
[files:fetch_completed] => Completed
[files:save_failed] => Sorry. The changes could not be saved
[files:item_created] => "%s" was created
[files:item_updated] => "%s" was updated
[files:item_deleted] => "%s" was deleted
[files:item_not_deleted] => "%s" could not be deleted
[files:item_not_found] => Sorry. "%s" could not be found
[files:sort_saved] => Sort order saved
[files:no_permissions] => You do not have sufficient permissions
[files:activity] => Activity
[files:places] => Places
[files:back] => Back
[files:forward] => Forward
[files:start] => Start Upload
[files:details] => Details
[files:id] => ID
[files:name] => Name
[files:slug] => Slug
[files:path] => Path
[files:added] => Date Added
[files:width] => Width
[files:height] => Height
[files:ratio] => Ratio
[files:alt_attribute] => Alt Attribute
[files:full_size] => Full Size
[files:filename] => Filename
[files:filesize] => Filesize
[files:download_count] => Download Count
[files:download] => Download
[files:location] => Location
[files:keywords] => Keywords
[files:toggle_data_display] => Toggle Data Display
[files:description] => Description
[files:container] => Container
[files:bucket] => Bucket
[files:check_container] => Check Validity
[files:search_message] => Type and hit Enter
[files:search] => Search
[files:synchronize] => Synchronize
[files:uploader] => Drop files here or Click to select files
[files:replace_file] => Replace file
[files:refresh] => Refresh
[files:open] => Open
[files:new_folder] => New Folder
[files:upload] => Upload
[files:rename] => Rename
[files:replace] => Replace
[files:delete] => Delete
[files:edit] => Edit
[files:no_folders] => Files and folders are managed much like they would be on your desktop. Right click in the area below this message to create your first folder. Then right click on the folder to rename, delete, upload files to it, or change details such as linking it to a cloud location.
[files:no_folders_places] => Folders that you create will show up here in a tree that can be expanded and collapsed. Click on "Places" to view the root folder.
[files:no_folders_wysiwyg] => No folders have been created yet
[files:new_folder_name] => Untitled Folder
[files:folder] => Folder
[files:folders] => Folders
[files:select_folder] => Select a Folder
[files:subfolders] => Subfolders
[files:root] => Root
[files:no_subfolders] => No Subfolders
[files:folder_not_empty] => You must delete the contents of "%s" first
[files:mkdir_error] => We are unable to create %s. You must create it manually
[files:chmod_error] => The upload directory is unwriteable. It must be 0777
[files:location_saved] => The folder location has been saved
[files:container_exists] => "%s" exists. Save to link its contents to this folder
[files:container_not_exists] => "%s" does not exist in your account. Save and we will try to create it
[files:error_container] => "%s" could not be created and we could not determine the reason
[files:container_created] => "%s" has been created and is now linked to this folder
[files:unwritable] => "%s" is unwritable, please set its permissions to 0777
[files:specify_valid_folder] => You must specify a valid folder to upload the file to
[files:enable_cdn] => You must enable CDN for "%s" via your Rackspace control panel before we can synchronize
[files:synchronization_started] => Starting synchronization
[files:synchronization_complete] => Synchronization for "%s" has been completed
[files:untitled_folder] => Untitled Folder
[files:no_files] => No files found
[files:file_uploaded] => "%s" has been uploaded
[files:unsuccessful_fetch] => We were unable to fetch "%s". Are you sure it is a public file?
[files:invalid_container] => "%s" does not appear to be a valid container.
[files:no_records_found] => No records could be found
[files:invalid_extension] => "%s" has a file extension that is not allowed
[files:upload_error] => The file upload failed
[files:description_saved] => The file details have been saved
[files:alt_saved] => The image alt attribute has been saved
[files:file_moved] => "%s" has been moved successfully
[files:exceeds_server_setting] => The server cannot handle this large of a file
[files:exceeds_allowed] => File exceeds the max size allowed
[files:file_type_not_allowed] => This type of file is not allowed
[files:replace_warning] => Warning: Do not replace a file with a file of a different type (e.g. .jpg with .png)
[files:type_a] => Audio
[files:type_v] => Video
[files:type_d] => Document
[files:type_i] => Image
[files:type_o] => Other
[account_creation_successful] => Account Successfully Created
[account_creation_unsuccessful] => Unable to Create Account
[account_creation_duplicate_email] => Email Already Used or Invalid
[account_creation_duplicate_username] => Username Already Used or Invalid
[password_change_successful] => Password Successfully Changed
[password_change_unsuccessful] => Unable to Change Password
[forgot_password_successful] => Password Reset Email Sent
[forgot_password_unsuccessful] => Unable to Reset Password
[activate_successful] => Account Activated
[activate_unsuccessful] => Unable to Activate Account
[deactivate_successful] => Account De-Activated
[deactivate_unsuccessful] => Unable to De-Activate Account
[activation_email_successful] => Activation Email Sent
[activation_email_unsuccessful] => Unable to Send Activation Email
[login_successful] => Logged In Successfully
[login_unsuccessful] => Incorrect Login
[logout_successful] => Logged Out Successfully
[update_successful] => Account Information Successfully Updated
[update_unsuccessful] => Unable to Update Account Information
[delete_successful] => User Deleted
[delete_unsuccessful] => Unable to Delete User
[streams:save_field_error] => There was a problem saving your field.
[streams:field_add_success] => Field added successfully.
[streams:field_update_error] => There was a problem updating your field.
[streams:field_update_success] => Field updated successfully.
[streams:field_delete_error] => There was a problem deleting this field.
[streams:field_delete_success] => Field deleted successfully.
[streams:view_options_update_error] => There was a problem updating the view options.
[streams:view_options_update_success] => View options successfully updated.
[streams:remove_field_error] => There was a problem removing this field.
[streams:remove_field_success] => Field successfully removed.
[streams:create_stream_error] => There was a problem creating your stream.
[streams:create_stream_success] => Stream created successfully.
[streams:stream_update_error] => There was a problem updating this stream.
[streams:stream_update_success] => Stream updated successfully.
[streams:stream_delete_error] => There was a problem with deleting this stream.
[streams:stream_delete_success] => Stream deleted successfully.
[streams:stream_field_ass_add_error] => There was a problem adding this field to this stream.
[streams:stream_field_ass_add_success] => Field added to stream successfully.
[streams:stream_field_ass_upd_error] => There was a problem updating this field assignment.
[streams:stream_field_ass_upd_success] => Field assignment updated successfully.
[streams:delete_entry_error] => There was a problem deleting this entry.
[streams:delete_entry_success] => Entry deleted successfully.
[streams:new_entry_error] => There was a problem adding this entry.
[streams:new_entry_success] => Entry added successfully.
[streams:edit_entry_error] => There was a problem updating this entry.
[streams:edit_entry_success] => Entry updated successfully.
[streams:delete_summary] => Are you sure you want to delete the %s stream? This will delete %s %s permanently.
[streams:no_stream_provided] => No stream was provided.
[streams:invalid_stream] => Invalid stream.
[streams:not_valid_stream] => is not a valid stream.
[streams:invalid_stream_id] => Invalid stream ID.
[streams:invalid_row] => Invalid row.
[streams:invalid_id] => Invalid ID.
[streams:cannot_find_assign] => Cannot find field assignment.
[streams:cannot_find_pyrostreams] => Cannot find PyroStreams.
[streams:table_exists] => A table with the slug %s already exists.
[streams:no_results] => No results
[streams:no_entry] => Unable to find entry.
[streams:invalid_search_type] => is not a valid search type.
[streams:search_not_found] => Search not found.
[streams:field_slug_not_unique] => This field slug is already in use.
[streams:not_mysql_safe_word] => The %s field is a MySQL reserved word.
[streams:not_mysql_safe_characters] => The %s field contains disallowed characters.
[streams:type_not_valid] => Please select a valid field type.
[streams:stream_slug_not_unique] => This stream slug is already in use.
[streams:field_unique] => The %s field must be unique.
[streams:field_is_required] => The %s field is required.
[streams:date_out_or_range] => The date you have chosen for %s is out of the acceptable range.
[streams:label.field] => Field
[streams:label.field_required] => Field is Required
[streams:label.field_unique] => Field is Unique
[streams:label.field_instructions] => Field Instructions
[streams:label.make_field_title_column] => Make field the title column
[streams:label.field_name] => Field Name
[streams:label.field_slug] => Field Slug
[streams:label.field_type] => Field Type
[streams:id] => ID
[streams:created_by] => Created By
[streams:created_date] => Created Date
[streams:updated_date] => Updated Date
[streams:value] => Value
[streams:manage] => Manage
[streams:search] => Search
[streams:stream_prefix] => Stream Prefix
[streams:instr.field_instructions] => Displayed on form when entering or editing data.
[streams:instr.stream_full_name] => Full name for your stream.
[streams:instr.slug] => Lowercase, just letters and underscores.
[streams:assign_field] => Assign Field to Stream
[streams:edit_assign] => Edit Stream Assignment
[streams:add_field] => Create Field
[streams:edit_field] => Edit Field
[streams:fields] => Fields
[streams:streams] => Streams
[streams:list_fields] => List Fields
[streams:new_entry] => New Entry
[streams:stream_entries] => Stream Entries
[streams:entries] => Entries
[streams:stream_admin] => Stream Admin
[streams:list_streams] => List Streams
[streams:sure] => Are You Sure?
[streams:field_assignments] => Stream Field Assignments
[streams:new_field_assign] => New Field Assignment
[streams:stream_name] => Stream Name
[streams:stream_slug] => Stream Slug
[streams:about] => About
[streams:total_entries] => Total Entries
[streams:add_stream] => New Stream
[streams:edit_stream] => Edit Stream
[streams:about_stream] => About This Stream
[streams:title_column] => Title Column
[streams:sort_method] => Sort Method
[streams:add_entry] => Add Entry
[streams:edit_entry] => Edit Entry
[streams:view_options] => View Options
[streams:stream_view_options] => Stream View Options
[streams:backup_table] => Backup Stream Table
[streams:delete_stream] => Delete Stream
[streams:entry] => Entry
[streams:field_types] => Field Types
[streams:field_type] => Field Type
[streams:database_table] => Database Table
[streams:size] => Size
[streams:num_of_entries] => Number of Entries
[streams:num_of_fields] => Number of Fields
[streams:last_updated] => Last Updated
[streams:export_schema] => Export Schema
[streams:start.add_one] => add one here
[streams:start.no_fields] => You have not created any fields yet. To start, you can
[streams:start.no_assign] => Looks like there are no fields yet for this stream. To start, you can
[streams:start.add_field_here] => add a field here
[streams:start.create_field_here] => create a field here
[streams:start.no_streams] => There are no streams yet, but you can start by
[streams:start.no_streams_yet] => There are no streams yet.
[streams:start.adding_one] => adding one
[streams:start.no_fields_to_add] => No Fields to Add
[streams:start.no_fields_msg] => There are no fields to add to this stream. In PyroStreams, field types can be shared between streams and must be created before being added to a stream. You can start by
[streams:start.adding_a_field_here] => adding a field here
[streams:start.no_entries] => There are no entries yet for %s. To start, you can
[streams:no_entries] => No entries
[streams:add_fields] => assign fields
[streams:add_an_entry] => add an entry
[streams:to_this_stream_or] => to this stream or
[streams:no_field_assign] => No Field Assignments
[streams:no_fields_msg_first] => Looks like there are no fields yet for this stream.
[streams:no_field_assign_msg] => Before you start entering data, you need to
[streams:add_some_fields] => assign some fields
[streams:start.before_assign] => Before assigning fields to a stream, you need to create a field. You can
[streams:start.no_fields_to_assign] => Looks like there are no fields available to be assigned. Before you can assign a field you must
[streams:yes_delete] => Yes, Delete
[streams:no_thanks] => No Thanks
[streams:new_field] => New Field
[streams:edit] => Edit
[streams:delete] => Delete
[streams:remove] => Remove
[streams:reset] => Reset
[streams:field_singular] => field
[streams:field_plural] => fields
[streams:by_title_column] => By Title Column
[streams:manual_order] => Manual Order
[streams:stream_data_line] => Edit basic stream data.
[streams:view_options_line] => Choose which columns should be visible on the list data page.
[streams:backup_line] => Backup and download stream table into a zip file.
[streams:permanent_delete_line] => Permanently delete a stream and all stream data.
[streams:choose_a_field_type] => Choose a field type
[streams:choose_a_field] => Choose a field
[recaptcha_class_initialized] => reCaptcha Library Initialized
[recaptcha_no_private_key] => You did not supply an API key for Recaptcha
[recaptcha_no_remoteip] => For security reasons, you must pass the remote ip to reCAPTCHA
[recaptcha_socket_fail] => Could not open socket
[recaptcha_incorrect_response] => Incorrect Security Image Response
[recaptcha_field_name] => Security Image
[recaptcha_html_error] => Error loading security image. Please try again later
[streams:max_length] => Max Length
[streams:upload_location] => Upload Location
[streams:default_value] => Default Value
[streams:menu_path] => Menu Path
[streams:about_instructions] => A short description of your stream.
[streams:slug_instructions] => This will also be the database table name for your stream.
[streams:prefix_instructions] => If used, this will prefix the table in the database. Useful for naming collisons.
[streams:menu_path_instructions] => Where you what section and sub section this stream should show up in the menu. Separate by a forward slash. Ex: Main Section / Sub Section.
[streams:state.name] => US State
[streams:state.full] => Full Name
[streams:state.abbr] => Abbreviation
[streams:state.state_display] => State Display
[streams:state.default_state] => Default State
[streams:year.name] => Year
[streams:year.start_year] => Start Year
[streams:year.end_year] => End Year
[streams:year.default_year] => Default Year
[streams:encrypt.name] => Encrypted
[streams:encrypt.hide_typing] => Hide Typing on Input?
[streams:slug.name] => Slug
[streams:slug.space_type] => Space Type
[streams:slug.slug_field] => Slug Field
[streams:slug.dash] => Dash
[streams:slug.underscore] => Underscore
[streams:email.name] => Email
[streams:file.name] => File
[streams:file.folder] => Upload Folder
[streams:file.allowed_types] => Allowed Types
[streams:file.folder_notice] => You need to set an upload folder before you can upload files. Would you like to create one now?
[streams:file.allowed_types_instructions] => Separate each file type with a pipe character. Ex: pdf|png
[streams:file.allowed_types_error] => The field %s contains an invalid file type.
[streams:url.name] => URL
[streams:relationship.name] => Relationship
[streams:relationship.choose_stream] => Relationship Stream
[streams:relationship.doesnt_exist] => Related stream does not exist.
[streams:integer.name] => Integer
[streams:image.name] => Image
[streams:image.folder] => Upload Folder
[streams:image.resize_width] => Resize Width
[streams:image.resize_height] => Resize Height
[streams:image.allowed_types] => Allowed Types
[streams:image.image_errors] => The following errors occurred when adding your file:
[streams:image.need_folder] => You need to set an upload folder before you can upload files. Would you like to create one now?
[streams:image.keep_ratio] => Keep Ratio
[streams:image.keep_ratio_instr] => When resizing, should we keep the ratio?
[streams:image.allowed_types_instr] => Ex: jpg|jpeg|png
[streams:image.allowed_types_error] => The image type is not allowed. Allowed types: %s.
[streams:textarea.name] => Textarea
[streams:textarea.default_text] => Default Text
[streams:textarea.allow_tags] => Allow Lex Tags
[streams:textarea.content_type] => Content Type
[streams:country.name] => Country
[streams:country.default_country] => Default Country
[streams:text.name] => Text
[streams:datetime.name] => Date/Time
[streams:datetime.use_time] => Use Time
[streams:datetime.timezone] => Timezone
[streams:datetime.start_date] => Start Restriction
[streams:datetime.end_date] => End Restriction
[streams:datetime.rest_instructions] => Takes numerical offset from current date (Ex: -20) or numerical offset for days (D), months (M), and years (Y). Ex: +1D +2Y<
[streams:datetime.storage] => Storage Format
[streams:datetime.input_type] => Input Type
[streams:invalid_input_for_date_range_check] => Invalid date input for data range check.
[streams:wysiwyg.name] => WYSIWYG
[streams:wysiwyg.editor_type] => Editor Type
[streams:wysiwyg.allow_tags] => Allow Tags
[streams:wysiwyg.simple] => Simple
[streams:wysiwyg.advanced] => Advanced
[streams:choice.name] => Choices
[streams:choice.instructions] => Put each choice on one line. If you want a separate value for each choice, you can separate them by a colon (:).
PyroCMS
pyro : PyroCMS
[streams:choice.choice_data] => Choice Data
[streams:choice.choice_type] => Choice Type
[streams:choice.dropdown] => Dropdown
[streams:choice.radio_buttons] => Radio Buttons
[streams:choice.checkboxes] => Checkboxes
[streams:choice.min_choices] => Minimum Number of Selections
[streams:choice.max_choices] => Maximum Number of Selections
[streams:choice.checkboxes_only] => Only available for checkboxes.
[streams:choice.must_select_num] => You must select {val} items from the %s list.
[streams:choice.must_at_least] => You must select at least {val} items from the %s list.
[streams:choice.must_max_num] => You can only select {val} items from the %s list.
[streams:choice.multiselect] => Multiselect Type.
[streams:choice.invalidtype] => Invalid Type.
[streams:user.name] => User
[streams:user.restrict_group] => Restrict Group
[streams:user.dont_restrict_groups] => Don't Restrict Groups
[streams:keywords.name] => Keywords
[streams:keywords.return_type] => Return Type
[streams:keywords.return_type.instructions] => Array: Rows with keyword, count, total, is_first, is_last String: keyword_1, keyword_2, keyword_3 Changing this will effect your templating.
[streams:pyro_lang.name] => PyroCMS Language
[streams:wysiwyg_video.name] => WYSIWYG (video)
[streams:wysiwyg_video.editor_type] => Editor Type
[streams:wysiwyg_video.allow_tags] => Allow Tags
[streams:wysiwyg_video.simple] => Simple
[streams:wysiwyg_video.advanced] => Advanced
[alpha_dot_dash] => The %s field may only contain alpha-numeric characters, underscores, dots and dashes.
[decimal] => The %s field must contain only decimal numbers.
[csrf_bad_token] => Invalid CSRF Token
[streams:api.empty_stream_name] => No stream name provided.
[streams:api.empty_stream_slug] => No stream slug provided.
[streams:api.stream_slug_in_use] => Stream slug in use.
[streams:api.empty_field_name] => No field name provided.
[streams:api.empty_field_slug] => No field slug provided.
[streams:api.field_slug_in_use] => Field slug in use.
[comments:title] => Comments
[comments:your_comment] => Post a comment
[comments:user_comments] => User comments
[comments:list_comment] => %s commented on %s saying:
[comments:recent_comments] => Recent comments
[comments:view_more] => View more...
[comments:name_label] => Your Name
[comments:website_label] => Website
[comments:message_label] => Message
[comments:status_label] => Status
[comments:activate_label] => Approve
[comments:deactivate_label] => Unapprove
[comments:module_label] => Module
[comments:item_label] => Item
[comments:date_label] => Date
[comments:posted_label] => Posted
[comments:from_label] => From
[comments:preview_label] => Preview
[comments:send_label] => Comment
[comments:inactive_title] => Comments awaiting approval
[comments:active_title] => Approved comments
[comments:edit_title] => Edit comment
[comments:list_title] => List comments
[comments:add_success] => The comment has been saved.
[comments:add_approve] => The comment has been saved and is awaiting approval.
[comments:add_error] => There was a problem adding your comment. Please try again later.
[comments:edit_success] => The comment was edited successfully.
[comments:edit_error] => The comment could not be edited.
[comments:approve_success] => This comment has been approved.
[comments:approve_success_multiple] => The selected comments have been approved.
[comments:approve_error] => There was a problem approving this comment.
[comments:approve_error_multiple] => There was a problem approving the selected comments:
[comments:unapprove_success] => The comment has been unapproved and will no longer show on the live site.
[comments:unapprove_success_multiple] => The selected comments have been unapproved and will no longer show on the live site.
[comments:unapprove_error] => There was a problem unapproving this comment. Perhaps deleting would work?
[comments:unapprove_error_multiple] => There was a problem unapproving the selected comments: Perhaps deleting would work?
[comments:delete_single_success] => This comment #%s has been deleted and will no longer show on the live site.
[comments:delete_multi_success] => The comments #%s have been deleted and will no longer show on the live site.
[comments:no_comments] => There are no comments
[comments:counter_none_label] => No comment
[comments:counter_singular_label] => %d comment
[comments:counter_plural_label] => %d comments
)
[is_loaded] => Array
(
[errors_lang.php] => english
[migration_lang.php] => english
[0] => settings/settings_lang.php
[global_lang.php] => english
[1] => users/user_lang.php
[2] => files/files_lang.php
[3] => users/ion_auth_lang.php
[4] => streams_core/pyrostreams_lang.php
[state_lang.php] => english
[year_lang.php] => english
[encrypt_lang.php] => english
[slug_lang.php] => english
[email_lang.php] => english
[file_lang.php] => english
[url_lang.php] => english
[relationship_lang.php] => english
[integer_lang.php] => english
[image_lang.php] => english
[textarea_lang.php] => english
[country_lang.php] => english
[text_lang.php] => english
[datetime_lang.php] => english
[wysiwyg_lang.php] => english
[choice_lang.php] => english
[user_lang.php] => english
[keywords_lang.php] => english
[pyro_lang_lang.php] => english
[wysiwyg_video_lang.php] => english
[extra_validation_lang.php] => english
[streams_api_lang.php] => english
[5] => comments/comments_lang.php
)
)
[load] => MY_Loader Object
(
[_ci_loaded_sparks] => Array
(
)
[_module:protected] => pages
[_ci_plugins] => Array
(
)
[_ci_cached_vars] => Array
(
[lang] => Array
(
[name] => English
[folder] => english
[direction] => ltr
[codes] => Array
(
[0] => en
[1] => english
[2] => en_US
)
[ckeditor] =>
[code] => en
)
[template_views] => addons/default/themes/webaslt/views/
[page] => stdClass Object
(
[id] => 21
[created] => 1423040218
[updated] => 1516186104
[ordering_count] => 1
[created_by] => Array
(
[user_id] => 1
[email] => jaroslav@webas.lt
[username] => Jaroslav
[display_name] => Jaroslav Petrusevic
)
[last] => 1
[odd_even] => odd
[count] => 1
[slug] => home
[class] =>
[title] => Home
[uri] => home
[parent_id] => 0
[type_id] => 2
[entry_id] => 1
[css] =>
[js] =>
[meta_title] =>
[meta_keywords] =>
[meta_robots_no_index] => 0
[meta_robots_no_follow] => 0
[meta_description] =>
[rss_enabled] => 0
[comments_enabled] => 0
[status] => live
[created_on] => 1423033018
[updated_on] => 1516178904
[restricted_to] => 0
[is_home] => 1
[strict_uri] => 0
[order] => 0
[layout] => stdClass Object
(
[id] => 2
[slug] => main
[title] => Main
[description] =>
[stream_id] => 4
[meta_title] =>
[meta_keywords] =>
[meta_description] =>
[body] => {{ body }}
[css] =>
[js] =>
[theme_layout] => main.html
[updated_on] => 1435237232
[save_as_files] => n
[content_label] =>
[title_label] =>
)
[base_uri] =>
)
[current_user] =>
[template] => Array
(
[title] => Go Vilnius
[page_title] => Go Vilnius
[breadcrumbs] => Array
(
[0] => Array
(
[name] => Home
[uri] =>
)
)
[metadata] =>
[partials] => Array
(
)
[body] =>
)
[module_details] => Array
(
[name] => Pages
[module] => Module_Pages Object
(
[version] => 2.2.0
)
[slug] => pages
[version] => 2.2.0
[description] => Add custom pages to the site with any content you want.
[skip_xss] => 1
[is_frontend] => 1
[is_backend] => 1
[menu] => content
[enabled] => 1
[sections] => Array
(
[pages] => Array
(
[name] => pages:list_title
[uri] => admin/pages
)
[types] => Array
(
[name] => page_types:list_title
[uri] => admin/pages/types
)
)
[shortcuts] => Array
(
)
[installed] => 1
[is_core] => 1
[is_current] => 1
[current_version] => 2.2.0
[path] => system/cms/modules/pages
[updated_on] => 1516365533
)
[server] => Array
(
[USER] => www-data
[HOME] => /var/www
[FCGI_ROLE] => RESPONDER
[SCRIPT_FILENAME] => /var/www/100contest.vilnius-tourism.lt/index.php
[DOCUMENT_ROOT] => /var/www/100contest.vilnius-tourism.lt
[HTTPS] => off
[QUERY_STRING] =>
[REQUEST_METHOD] => GET
[CONTENT_TYPE] =>
[CONTENT_LENGTH] =>
[SCRIPT_NAME] => /index.php
[REQUEST_URI] => /
[DOCUMENT_URI] => /index.php
[SERVER_PROTOCOL] => HTTP/1.1
[REQUEST_SCHEME] => http
[GATEWAY_INTERFACE] => CGI/1.1
[SERVER_SOFTWARE] => nginx/1.12.2
[REMOTE_ADDR] => 135.181.104.18
[REMOTE_PORT] => 44128
[SERVER_ADDR] => 185.5.53.181
[SERVER_PORT] => 80
[SERVER_NAME] => 100contest.vilnius-tourism.lt
[REDIRECT_STATUS] => 200
[HTTP_USER_AGENT] => Archive Team
[HTTP_ACCEPT] => */*
[HTTP_ACCEPT_ENCODING] => identity
[HTTP_HOST] => vilnius-tourism.eu
[HTTP_CONNECTION] => Keep-Alive
[PHP_SELF] => /index.php
[REQUEST_TIME_FLOAT] => 1609332167.9108
[REQUEST_TIME] => 1609332167
[APP_DEBUG] => true
[DB_HOST] => localhost
[DB_USER] => vtic_cont100
[DB_PASS] => feu4huthubahp9levaidaefa1ooMoh
[DB_NAME] => vtic_cont100
[DB_DRIVER] => mysqli
[APP_KEY] => 7WQ/Ha7cxB81mLkT7Lkv3+lp5Em5DBue/bjaI5cofD
[RECAPTCHA_KEY] => 6LcjaB0TAAAAAAY9NtxNqLeTMDiKNtPoh1FJA6Su
[RECAPTCHA_SECRET] => 6LcjaB0TAAAAAD0fTtbl-AkIfIOEuwIeh4d9D7Ou
)
[theme] => stdClass Object
(
[slug] => webaslt
[is_core] =>
[path] => addons/default/themes/webaslt
[web_path] => addons/default/themes/webaslt
[screenshot] => addons/default/themes/webaslt/screenshot.png
[name] => webaslt
[author] => ????
[author_website] =>
[website] =>
[description] =>
[version] => ??
[options] => stdClass Object
(
)
)
[_body] =>
[_tags] => Array
(
[persistent_tags] => Array
(
[0] => template:metadata
)
)
)
[_ci_ob_level:protected] => 1
[_ci_view_paths:protected] => Array
(
[system/cms/modules/pages/views/] => 1
)
[_ci_library_paths:protected] => Array
(
[0] => addons/shared_addons/
[1] => addons/default/
[2] => system/cms/
[3] => /home/cont100/contest100www/system/codeigniter/
)
[_ci_model_paths:protected] => Array
(
[0] => addons/shared_addons/
[1] => system/cms/modules/pages/
[2] => addons/default/
[3] => system/cms/
)
[_ci_helper_paths:protected] => Array
(
[0] => addons/shared_addons/
[1] => system/cms/
[2] => /home/cont100/contest100www/system/codeigniter/
)
[_base_classes:protected] => Array
(
[benchmark] => Benchmark
[hooks] => Hooks
[config] => Config
[log] => Log
[exceptions] => Exceptions
[utf8] => Utf8
[uri] => URI
[router] => Router
[output] => Output
[security] => Security
[input] => Input
[lang] => Lang
[loader] => Loader
[model] => Model
)
[_ci_classes:protected] => Array
(
[asset] => asset
[template] => template
[parser] => parser
[user_agent] => agent
[cache] => cache
[translate] => translate
[pyrocache] => pyrocache
[migration] => migration
[session] => session
[encrypt] => encrypt
[settings] => settings
[email] => email
[streams] => streams
[image_lib] => image_lib
[keywords] => keywords
[type] => type
[fields] => fields
[form_validation] => form_validation
[ion_auth] => ion_auth
[events] => events
[variables] => variables
[comments] => comments
[plugins] => plugins
)
[_ci_loaded_files:protected] => Array
(
[0] => system/cms/libraries/Asset.php
[1] => system/cms/libraries/Template.php
[2] => system/cms/libraries/MY_Parser.php
[3] => system/cms/libraries/MY_User_agent.php
[4] => /home/cont100/contest100www/system/codeigniter/libraries/Cache/Cache.php
[5] => system/cms/libraries/Pyrocache.php
[6] => /home/cont100/contest100www/system/codeigniter/libraries/Migration.php
[7] => /home/cont100/contest100www/system/codeigniter/libraries/Session/Session.php
[8] => /home/cont100/contest100www/system/codeigniter/libraries/Encrypt.php
[9] => system/cms/libraries/MY_Email.php
[10] => system/cms/libraries/Streams/Streams.php
[11] => system/cms/libraries/MY_Image_lib.php
[12] => system/cms/libraries/MY_Form_validation.php
[13] => system/cms/libraries/Events.php
[14] => system/cms/libraries/Plugins.php
)
[_ci_models:protected] => Array
(
[0] => settings_m
[1] => translatesettings_m
[2] => translatedomains_m
[3] => keyword_m
[4] => row_m
[5] => streams_m
[6] => fields_m
[7] => ion_auth_model
[8] => permission_m
[9] => module_m
[10] => theme_m
[11] => page_type_m
[12] => page_m
[13] => translate_m
[14] => paieska_m
[15] => redirect_m
[16] => variables_m
[17] => comment_m
)
[_ci_helpers:protected] => Array
(
[debug_helper] => 1
[url_helper] => 1
[form_helper] => 1
[text_helper] => 1
[string_helper] => 1
[language_helper] => 1
[html_helper] => 1
[pagination_helper] => 1
[array_helper] => 1
[gravatar_helper] => 1
[markdown_helper] => 1
[module_helper] => 1
[user_helper] => 1
[translate_helper] => 1
[file_helper] => 1
[inflector_helper] => 1
[cookie_helper] => 1
[date_helper] => 1
[directory_helper] => 1
[security_helper] => 1
[plugin_helper] => 1
)
[_ci_varmap:protected] => Array
(
[unit_test] => unit
[user_agent] => agent
)
)
[db] => CI_DB_mysqli_driver Object
(
[dbdriver] => mysqli
[_escape_char:protected] => `
[_random_keyword:protected] => RAND()
[delete_hack] => 1
[return_delete_sql:protected] =>
[reset_delete_data:protected] =>
[qb_select:protected] => Array
(
)
[qb_distinct:protected] =>
[qb_from:protected] => Array
(
)
[qb_join:protected] => Array
(
)
[qb_where:protected] => Array
(
)
[qb_like:protected] => Array
(
)
[qb_groupby:protected] => Array
(
)
[qb_having:protected] => Array
(
)
[qb_keys:protected] => Array
(
)
[qb_limit:protected] =>
[qb_offset:protected] =>
[qb_orderby:protected] => Array
(
)
[qb_set:protected] => Array
(
)
[qb_wherein:protected] => Array
(
)
[qb_aliased_tables:protected] => Array
(
)
[qb_store_array:protected] => Array
(
)
[qb_where_group_started:protected] =>
[qb_where_group_count:protected] => 0
[qb_caching:protected] =>
[qb_cache_exists:protected] => Array
(
)
[qb_cache_select:protected] => Array
(
)
[qb_cache_from:protected] => Array
(
)
[qb_cache_join:protected] => Array
(
)
[qb_cache_where:protected] => Array
(
)
[qb_cache_like:protected] => Array
(
)
[qb_cache_groupby:protected] => Array
(
)
[qb_cache_having:protected] => Array
(
)
[qb_cache_orderby:protected] => Array
(
)
[qb_cache_set:protected] => Array
(
)
[qb_no_escape:protected] => Array
(
)
[qb_cache_no_escape:protected] => Array
(
)
[dsn] =>
[username] => vtic_cont100
[password] => feu4huthubahp9levaidaefa1ooMoh
[hostname] => localhost
[database] => vtic_cont100
[subdriver] =>
[dbprefix] => default_
[char_set] => utf8
[dbcollat] => utf8_unicode_ci
[autoinit] => 1
[compress] => 1
[swap_pre] =>
[port] => 3306
[pconnect] =>
[conn_id] => mysqli Object
(
[affected_rows] => -1
[client_info] => mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $
[client_version] => 50011
[connect_errno] => 0
[connect_error] =>
[errno] => 0
[error] =>
[error_list] => Array
(
)
[field_count] => 29
[host_info] => Localhost via UNIX socket
[info] =>
[insert_id] => 0
[server_info] => 5.5.43-0ubuntu0.12.04.1
[server_version] => 50543
[stat] => Uptime: 5315596 Threads: 2 Questions: 85282180 Slow queries: 188 Opens: 234290 Flush tables: 1 Open tables: 400 Queries per second avg: 16.043
[sqlstate] => 00000
[protocol_version] => 10
[thread_id] => 948300
[warning_count] => 0
)
[result_id] => mysqli_result Object
(
[current_field] => 0
[field_count] => 29
[lengths] =>
[num_rows] => 0
[type] => 0
)
[db_debug] => 1
[benchmark] => 0.017879009246826
[query_count] => 20
[bind_marker] => ?
[save_queries] => 1
[queries] => Array
(
[0] => SET SESSION sql_mode="STRICT_ALL_TABLES"
[1] => SELECT `version`
FROM `default_migrations`
[2] => INSERT INTO `default_ci_sessions` (`user_data`, `session_id`, `ip_address`, `user_agent`, `last_activity`) VALUES ('', '7de010d0d01177def7cc284f5a07bed1', '135.181.104.18', 'Archive Team', 1609324967)
[3] => SELECT *, IF(`value` = "", `default`, `value`) as `value`
FROM `default_settings`
ORDER BY `order` DESC
[4] => SELECT *
FROM `default_data_streams`
[5] => SELECT `default_data_field_assignments`.`id` as `assign_id`, `default_data_streams`.*, `default_data_field_assignments`.*, `default_data_fields`.*
FROM `default_data_streams`
JOIN `default_data_field_assignments` ON `default_data_streams`.`id`=`default_data_field_assignments`.`stream_id`
JOIN `default_data_fields` ON `default_data_fields`.`id`=`default_data_field_assignments`.`field_id`
WHERE `default_data_streams`.`id` = '3'
ORDER BY `default_data_field_assignments`.`sort_order` asc
[6] => SELECT `default_users`.*, `default_groups`.`name` AS `group`, `default_groups`.`description` AS `group_description`, `default_profiles`.`first_name`, `default_profiles`.`last_name`, `default_profiles`.`company`, `default_profiles`.`bio`, `default_profiles`.`lang`, `default_profiles`.`dob`, `default_profiles`.`gender`, `default_profiles`.`phone`, `default_profiles`.`mobile`, `default_profiles`.`address_line1`, `default_profiles`.`address_line2`, `default_profiles`.`address_line3`, `default_profiles`.`postcode`, `default_profiles`.`website`, `default_profiles`.`display_name` as `display_name`, `default_profiles`.`updated_on` as `updated_on`, `default_profiles`.`user_id` as `user_id`, `default_profiles`.`id` as `profile_id`
FROM `default_users`
LEFT JOIN `default_profiles` ON `default_users`.`id` = `default_profiles`.`user_id`
LEFT JOIN `default_groups` ON `default_users`.`group_id` = `default_groups`.`id`
WHERE `default_users`.`email` IS NULL
LIMIT 1
[7] => SELECT *
FROM `default_modules`
WHERE `enabled` = 1
[8] => SELECT COUNT(*) AS `numrows`
FROM `default_modules`
WHERE `slug` = 'blog'
AND `enabled` = 1
[9] => SELECT `slug`, `value`
FROM `default_theme_options`
WHERE `theme` = 'webaslt'
[10] => SHOW TABLES FROM `vtic_cont100`
[11] => SELECT *
FROM `default_pages`
WHERE `is_home` = 1
[12] => SELECT *
FROM `default_page_types`
WHERE `id` = '2'
LIMIT 1
[13] => SELECT *
FROM `default_data_fields`
WHERE `field_namespace` = 'pages'
ORDER BY `field_name` asc
[14] => SELECT *
FROM `default_data_fields`
ORDER BY `field_name` asc
[15] =>
SELECT default_data_streams.*, default_data_streams.id as stream_id, default_data_fields.*
FROM default_data_streams, default_data_field_assignments, default_data_fields
WHERE default_data_streams.id=default_data_field_assignments.stream_id and
default_data_fields.id=default_data_field_assignments.field_id
[16] => SELECT `default_data_field_assignments`.`id` as `assign_id`, `default_data_streams`.*, `default_data_field_assignments`.*, `default_data_fields`.*
FROM `default_data_streams`
JOIN `default_data_field_assignments` ON `default_data_streams`.`id`=`default_data_field_assignments`.`stream_id`
JOIN `default_data_fields` ON `default_data_fields`.`id`=`default_data_field_assignments`.`field_id`
WHERE `default_data_streams`.`id` = '4'
ORDER BY `default_data_field_assignments`.`sort_order` asc
[17] => SELECT `default_pages_main`.*, `cb_users`.`id` as `created_by||user_id`, `cb_users`.`email` as `created_by||email`, `cb_users`.`username` as `created_by||username`, `profiles`.`display_name` as `created_by||display_name`
FROM `default_pages_main`
LEFT JOIN `default_users` as `cb_users` ON `cb_users`.`id`=`default_pages_main`.`created_by` LEFT JOIN `default_profiles` as `profiles` ON `profiles`.`user_id`=`default_pages_main`.`created_by`
WHERE `default_pages_main`.`id`=1
ORDER BY `default_pages_main`.`created` DESC LIMIT 1
[18] => SELECT `default_data_field_assignments`.`id` as `assign_id`, `default_data_streams`.*, `default_data_field_assignments`.*, `default_data_fields`.*
FROM `default_data_streams`
JOIN `default_data_field_assignments` ON `default_data_streams`.`id`=`default_data_field_assignments`.`stream_id`
JOIN `default_data_fields` ON `default_data_fields`.`id`=`default_data_field_assignments`.`field_id`
WHERE `default_data_streams`.`id` = '4'
ORDER BY `default_data_field_assignments`.`sort_order` asc
[19] => SELECT `default_data_field_assignments`.`id` as `assign_id`, `default_data_streams`.*, `default_data_field_assignments`.*, `default_data_fields`.*
FROM `default_data_streams`
JOIN `default_data_field_assignments` ON `default_data_streams`.`id`=`default_data_field_assignments`.`stream_id`
JOIN `default_data_fields` ON `default_data_fields`.`id`=`default_data_field_assignments`.`field_id`
WHERE `default_data_streams`.`id` = '4'
ORDER BY `default_data_field_assignments`.`sort_order` asc
)
[query_times] => Array
(
[0] => 0.00015902519226074
[1] => 0.00049996376037598
[2] => 0.00058507919311523
[3] => 0.0019190311431885
[4] => 0.00054717063903809
[5] => 0.0006248950958252
[6] => 0.00047707557678223
[7] => 0.0076501369476318
[8] => 0.00034689903259277
[9] => 0.00019407272338867
[10] => 0.00095200538635254
[11] => 0.00037288665771484
[12] => 0.00028300285339355
[13] => 0.00052499771118164
[14] => 0.00070691108703613
[15] => 0.00059103965759277
[16] => 0.00036501884460449
[17] => 0.00029492378234863
[18] => 0.00034499168395996
[19] => 0.00043988227844238
)
[data_cache] => Array
(
[table_names] => Array
(
[0] => core_settings
[1] => core_sites
[2] => core_users
[3] => default_blog
[4] => default_blog_categories
[5] => default_captcha_setting
[6] => default_ci_sessions
[7] => default_comment_blacklists
[8] => default_comments
[9] => default_contact_log
[10] => default_dashboard
[11] => default_data_field_assignments
[12] => default_data_fields
[13] => default_data_streams
[14] => default_def_page_fields
[15] => default_documentsbank
[16] => default_documentsbank_categories
[17] => default_documentsbank_passwords
[18] => default_documentsbank_types
[19] => default_email_templates
[20] => default_fbpublishers
[21] => default_file_folders
[22] => default_files
[23] => default_forms
[24] => default_groups
[25] => default_homepage
[26] => default_keywords
[27] => default_keywords_applied
[28] => default_locatron_cities
[29] => default_locatron_countries
[30] => default_locatron_langs
[31] => default_mediabank
[32] => default_mediateka
[33] => default_migrations
[34] => default_modules
[35] => default_navigation_groups
[36] => default_navigation_links
[37] => default_newsletterlite
[38] => default_page_types
[39] => default_pages
[40] => default_pages_main
[41] => default_paieska_index
[42] => default_paieska_searches
[43] => default_paieska_suggestions
[44] => default_permissions
[45] => default_photobanks
[46] => default_photobanks_photos
[47] => default_photobanks_settings
[48] => default_photobanks_sources
[49] => default_procesas_cities
[50] => default_profiles
[51] => default_receptai_categories
[52] => default_redirects
[53] => default_robotstxt
[54] => default_search_index
[55] => default_settings
[56] => default_spektakliai
[57] => default_spektakliai_tags
[58] => default_spektakliai_tags_link
[59] => default_spektakliai_themes
[60] => default_spektakliai_themes_link
[61] => default_theme_options
[62] => default_translate
[63] => default_translate_domains
[64] => default_translate_redirects
[65] => default_translate_settings
[66] => default_translated_t
[67] => default_users
[68] => default_variables
[69] => default_widget_areas
[70] => default_widget_instances
[71] => default_widgets
)
)
[trans_enabled] => 1
[trans_strict] => 1
[_trans_depth:protected] => 0
[_trans_status:protected] => 1
[cache_on] =>
[cachedir] =>
[cache_autodel] =>
[CACHE] =>
[_protect_identifiers:protected] => 1
[_reserved_identifiers:protected] => Array
(
[0] => *
)
[_like_escape_str:protected] => ESCAPE '%s'
[_like_escape_chr:protected] => !
[_count_string:protected] => SELECT COUNT(*) AS
[active_r] => 1
[stricton] => 1
)
[asset] => Asset Object
(
)
[parser] => MY_Parser Object
(
[_ci:MY_Parser:private] => CI Object
*RECURSION*
[l_delim] => {
[r_delim] => }
[CI:protected] =>
)
[agent] => MY_User_agent Object
(
[agent] => Archive Team
[is_browser] =>
[is_robot] =>
[is_mobile] =>
[languages] => Array
(
)
[charsets] => Array
(
)
[platforms] => Array
(
[windows nt 6.0] => Windows Longhorn
[windows nt 5.2] => Windows 2003
[windows nt 5.0] => Windows 2000
[windows nt 5.1] => Windows XP
[windows nt 4.0] => Windows NT 4.0
[winnt4.0] => Windows NT 4.0
[winnt 4.0] => Windows NT
[winnt] => Windows NT
[windows 98] => Windows 98
[win98] => Windows 98
[windows 95] => Windows 95
[win95] => Windows 95
[windows] => Unknown Windows OS
[os x] => Mac OS X
[ppc mac] => Power PC Mac
[freebsd] => FreeBSD
[ppc] => Macintosh
[linux] => Linux
[debian] => Debian
[sunos] => Sun Solaris
[beos] => BeOS
[apachebench] => ApacheBench
[aix] => AIX
[irix] => Irix
[osf] => DEC OSF
[hp-ux] => HP-UX
[netbsd] => NetBSD
[bsdi] => BSDi
[openbsd] => OpenBSD
[gnu] => GNU/Linux
[unix] => Unknown Unix OS
)
[browsers] => Array
(
[Flock] => Flock
[Chrome] => Chrome
[Opera] => Opera
[MSIE] => Internet Explorer
[Internet Explorer] => Internet Explorer
[ipad] => iPad
[Shiira] => Shiira
[Firefox] => Firefox
[Chimera] => Chimera
[Phoenix] => Phoenix
[Firebird] => Firebird
[Camino] => Camino
[Netscape] => Netscape
[OmniWeb] => OmniWeb
[Safari] => Safari
[Mozilla] => Mozilla
[Konqueror] => Konqueror
[icab] => iCab
[Lynx] => Lynx
[Links] => Links
[hotjava] => HotJava
[amaya] => Amaya
[IBrowse] => IBrowse
)
[mobiles] => Array
(
[mobileexplorer] => Mobile Explorer
[palmsource] => Palm
[palmscape] => Palmscape
[motorola] => Motorola
[nokia] => Nokia
[palm] => Palm
[iphone] => Apple iPhone
[ipod] => Apple iPod Touch
[sony] => Sony Ericsson
[ericsson] => Sony Ericsson
[blackberry] => BlackBerry
[cocoon] => O2 Cocoon
[blazer] => Treo
[lg] => LG
[amoi] => Amoi
[xda] => XDA
[mda] => MDA
[vario] => Vario
[htc] => HTC
[samsung] => Samsung
[sharp] => Sharp
[sie-] => Siemens
[alcatel] => Alcatel
[benq] => BenQ
[ipaq] => HP iPaq
[mot-] => Motorola
[playstation portable] => PlayStation Portable
[hiptop] => Danger Hiptop
[nec-] => NEC
[panasonic] => Panasonic
[philips] => Philips
[sagem] => Sagem
[sanyo] => Sanyo
[spv] => SPV
[zte] => ZTE
[sendo] => Sendo
[symbian] => Symbian
[SymbianOS] => SymbianOS
[elaine] => Palm
[series60] => Symbian S60
[windows ce] => Windows CE
[obigo] => Obigo
[netfront] => Netfront Browser
[openwave] => Openwave Browser
[mobilexplorer] => Mobile Explorer
[operamini] => Opera Mini
[opera mini] => Opera Mini
[digital paths] => Digital Paths
[avantgo] => AvantGo
[xiino] => Xiino
[novarra] => Novarra Transcoder
[vodafone] => Vodafone
[docomo] => NTT DoCoMo
[o2] => O2
[mobile] => Generic Mobile
[wireless] => Generic Mobile
[j2me] => Generic Mobile
[midp] => Generic Mobile
[cldc] => Generic Mobile
[up.link] => Generic Mobile
[up.browser] => Generic Mobile
[smartphone] => Generic Mobile
[cellphone] => Generic Mobile
)
[robots] => Array
(
[googlebot] => Googlebot
[msnbot] => MSNBot
[slurp] => Inktomi Slurp
[yahoo] => Yahoo
[askjeeves] => AskJeeves
[fastcrawler] => FastCrawler
[infoseek] => InfoSeek Robot 1.0
[lycos] => Lycos
)
[platform] => Unknown Platform
[browser] =>
[version] =>
[mobile] =>
[robot] =>
)
[template] => Template Object
(
[_module:Template:private] => pages
[_controller:Template:private] => pages
[_method:Template:private] => index
[_theme:Template:private] => webaslt
[_theme_path:Template:private] => addons/default/themes/webaslt/
[_layout:Template:private] => main.html
[_layout_subdir:Template:private] =>
[_title:Template:private] => Go Vilnius
[_metadata:Template:private] => Array
(
[header] => Array
(
[canonical] =>
[keywords] =>
[robots] =>
[description] =>
)
[late_header] => Array
(
)
)
[_partials:Template:private] => Array
(
)
[_breadcrumbs:Template:private] => Array
(
[0] => Array
(
[name] => Home
[uri] =>
)
)
[_title_separator:Template:private] => |
[_parser_enabled:Template:private] => 1
[_parser_body_enabled:Template:private] => 1
[_minify_enabled:Template:private] =>
[_theme_locations:Template:private] => Array
(
[0] => system/cms/themes/
[1] => addons/shared_addons/themes/
[2] => addons/default/themes/
)
[_is_mobile:Template:private] =>
[_stream:Template:private] => Array
(
)
[cache_lifetime:Template:private] => 0
[_ci:Template:private] => CI Object
*RECURSION*
[_data:Template:private] => Array
(
[current_user] =>
[module_details] => Array
(
[name] => Pages
[module] => Module_Pages Object
(
[version] => 2.2.0
)
[slug] => pages
[version] => 2.2.0
[description] => Add custom pages to the site with any content you want.
[skip_xss] => 1
[is_frontend] => 1
[is_backend] => 1
[menu] => content
[enabled] => 1
[sections] => Array
(
[pages] => Array
(
[name] => pages:list_title
[uri] => admin/pages
)
[types] => Array
(
[name] => page_types:list_title
[uri] => admin/pages/types
)
)
[shortcuts] => Array
(
)
[installed] => 1
[is_core] => 1
[is_current] => 1
[current_version] => 2.2.0
[path] => system/cms/modules/pages
[updated_on] => 1516365533
)
[server] => Array
(
[USER] => www-data
[HOME] => /var/www
[FCGI_ROLE] => RESPONDER
[SCRIPT_FILENAME] => /var/www/100contest.vilnius-tourism.lt/index.php
[DOCUMENT_ROOT] => /var/www/100contest.vilnius-tourism.lt
[HTTPS] => off
[QUERY_STRING] =>
[REQUEST_METHOD] => GET
[CONTENT_TYPE] =>
[CONTENT_LENGTH] =>
[SCRIPT_NAME] => /index.php
[REQUEST_URI] => /
[DOCUMENT_URI] => /index.php
[SERVER_PROTOCOL] => HTTP/1.1
[REQUEST_SCHEME] => http
[GATEWAY_INTERFACE] => CGI/1.1
[SERVER_SOFTWARE] => nginx/1.12.2
[REMOTE_ADDR] => 135.181.104.18
[REMOTE_PORT] => 44128
[SERVER_ADDR] => 185.5.53.181
[SERVER_PORT] => 80
[SERVER_NAME] => 100contest.vilnius-tourism.lt
[REDIRECT_STATUS] => 200
[HTTP_USER_AGENT] => Archive Team
[HTTP_ACCEPT] => */*
[HTTP_ACCEPT_ENCODING] => identity
[HTTP_HOST] => vilnius-tourism.eu
[HTTP_CONNECTION] => Keep-Alive
[PHP_SELF] => /index.php
[REQUEST_TIME_FLOAT] => 1609332167.9108
[REQUEST_TIME] => 1609332167
[APP_DEBUG] => true
[DB_HOST] => localhost
[DB_USER] => vtic_cont100
[DB_PASS] => feu4huthubahp9levaidaefa1ooMoh
[DB_NAME] => vtic_cont100
[DB_DRIVER] => mysqli
[APP_KEY] => 7WQ/Ha7cxB81mLkT7Lkv3+lp5Em5DBue/bjaI5cofD
[RECAPTCHA_KEY] => 6LcjaB0TAAAAAAY9NtxNqLeTMDiKNtPoh1FJA6Su
[RECAPTCHA_SECRET] => 6LcjaB0TAAAAAD0fTtbl-AkIfIOEuwIeh4d9D7Ou
)
[theme] => stdClass Object
(
[slug] => webaslt
[is_core] =>
[path] => addons/default/themes/webaslt
[web_path] => addons/default/themes/webaslt
[screenshot] => addons/default/themes/webaslt/screenshot.png
[name] => webaslt
[author] => ????
[author_website] =>
[website] =>
[description] =>
[version] => ??
[options] => stdClass Object
(
)
)
[page] => stdClass Object
(
[id] => 21
[created] => 1423040218
[updated] => 1516186104
[ordering_count] => 1
[created_by] => Array
(
[user_id] => 1
[email] => jaroslav@webas.lt
[username] => Jaroslav
[display_name] => Jaroslav Petrusevic
)
[last] => 1
[odd_even] => odd
[count] => 1
[slug] => home
[class] =>
[title] => Home
[uri] => home
[parent_id] => 0
[type_id] => 2
[entry_id] => 1
[css] =>
[js] =>
[meta_title] =>
[meta_keywords] =>
[meta_robots_no_index] => 0
[meta_robots_no_follow] => 0
[meta_description] =>
[rss_enabled] => 0
[comments_enabled] => 0
[status] => live
[created_on] => 1423033018
[updated_on] => 1516178904
[restricted_to] => 0
[is_home] => 1
[strict_uri] => 0
[order] => 0
[layout] => stdClass Object
(
[id] => 2
[slug] => main
[title] => Main
[description] =>
[stream_id] => 4
[meta_title] =>
[meta_keywords] =>
[meta_description] =>
[body] => {{ body }}
[css] =>
[js] =>
[theme_layout] => main.html
[updated_on] => 1435237232
[save_as_files] => n
[content_label] =>
[title_label] =>
)
[base_uri] =>
)
[template] => Array
(
[title] => Go Vilnius
[page_title] => Go Vilnius
[breadcrumbs] => Array
(
[0] => Array
(
[name] => Home
[uri] =>
)
)
[metadata] =>
[partials] => Array
(
)
[body] =>
)
[_body] =>
Contest for the Centenary!
This contest closed on 31 January.
But you can still come to Vilnius anytime. We will be celebrating 100 years of Lithuania Independence throughout the entire year!
[cache_expiration] => 0
[headers] => Array
(
)
[mimes] => Array
(
[hqx] => Array
(
[0] => application/mac-binhex40
[1] => application/mac-binhex
[2] => application/x-binhex40
[3] => application/x-mac-binhex40
)
[cpt] => application/mac-compactpro
[csv] => Array
(
[0] => text/x-comma-separated-values
[1] => text/comma-separated-values
[2] => application/octet-stream
[3] => application/vnd.ms-excel
[4] => application/x-csv
[5] => text/x-csv
[6] => text/csv
[7] => text/plain
[8] => application/csv
[9] => application/excel
[10] => application/vnd.msexcel
[11] => text/x-c
)
[bin] => Array
(
[0] => application/macbinary
[1] => application/mac-binary
[2] => application/octet-stream
[3] => application/x-binary
[4] => application/x-macbinary
)
[dms] => application/octet-stream
[lha] => application/octet-stream
[lzh] => application/octet-stream
[exe] => Array
(
[0] => application/octet-stream
[1] => application/x-msdownload
)
[class] => application/octet-stream
[psd] => application/x-photoshop
[so] => application/octet-stream
[sea] => application/octet-stream
[dll] => application/octet-stream
[oda] => application/oda
[pdf] => Array
(
[0] => application/pdf
[1] => application/x-pdf
[2] => application/x-download
[3] => application/x-download
[4] => binary/octet-stream
[5] => application/unknown
[6] => application/force-download
)
[ai] => application/postscript
[eps] => application/postscript
[ps] => application/postscript
[smi] => application/smil
[smil] => application/smil
[mif] => application/vnd.mif
[xls] => Array
(
[0] => application/excel
[1] => application/vnd.ms-excel
[2] => application/msexcel
[3] => application/vnd.ms-office
)
[ppt] => Array
(
[0] => application/powerpoint
[1] => application/vnd.ms-powerpoint
[2] => application/vnd.ms-office
)
[pptx] => Array
(
[0] => application/vnd.openxmlformats-officedocument.presentationml.presentation
[1] => application/zip
)
[wbxml] => application/wbxml
[wmlc] => application/wmlc
[dcr] => application/x-director
[dir] => application/x-director
[dxr] => application/x-director
[dvi] => application/x-dvi
[gtar] => application/x-gtar
[gz] => application/x-gzip
[gzip] => application/x-gzip
[php] => application/x-httpd-php
[php4] => application/x-httpd-php
[php3] => application/x-httpd-php
[phtml] => application/x-httpd-php
[phps] => application/x-httpd-php-source
[js] => application/x-javascript
[swf] => application/x-shockwave-flash
[sit] => application/x-stuffit
[tar] => application/x-tar
[tgz] => Array
(
[0] => application/x-tar
[1] => application/x-gzip-compressed
)
[xhtml] => application/xhtml+xml
[xht] => application/xhtml+xml
[zip] => Array
(
[0] => application/x-zip
[1] => application/zip
[2] => application/x-zip-compressed
)
[mid] => audio/midi
[midi] => audio/midi
[mpga] => audio/mpeg
[mp2] => audio/mpeg
[mp3] => Array
(
[0] => audio/mpeg
[1] => audio/mpg
[2] => audio/mpeg3
[3] => audio/mp3
)
[aif] => Array
(
[0] => audio/x-aiff
[1] => audio/aiff
)
[aiff] => Array
(
[0] => audio/x-aiff
[1] => audio/aiff
)
[aifc] => audio/x-aiff
[ram] => audio/x-pn-realaudio
[rm] => audio/x-pn-realaudio
[rpm] => audio/x-pn-realaudio-plugin
[ra] => audio/x-realaudio
[rv] => video/vnd.rn-realvideo
[wav] => audio/x-wav
[bmp] => Array
(
[0] => image/bmp
[1] => image/x-windows-bmp
)
[gif] => image/gif
[jpeg] => Array
(
[0] => image/jpeg
[1] => image/pjpeg
)
[jpg] => Array
(
[0] => image/jpeg
[1] => image/pjpeg
)
[jpe] => Array
(
[0] => image/jpeg
[1] => image/pjpeg
)
[png] => Array
(
[0] => image/png
[1] => image/x-png
)
[tiff] => image/tiff
[tif] => image/tiff
[css] => text/css
[html] => text/html
[htm] => text/html
[shtml] => text/html
[txt] => text/plain
[text] => text/plain
[log] => Array
(
[0] => text/plain
[1] => text/x-log
)
[rtx] => text/richtext
[rtf] => text/rtf
[xml] => Array
(
[0] => application/xml
[1] => text/xml
)
[xsl] => text/xml
[mpeg] => video/mpeg
[mpg] => video/mpeg
[mpe] => video/mpeg
[qt] => video/quicktime
[mov] => video/quicktime
[avi] => Array
(
[0] => video/x-msvideo
[1] => video/msvideo
[2] => video/avi
[3] => application/x-troff-msvideo
)
[movie] => video/x-sgi-movie
[doc] => application/msword
[docx] => Array
(
[0] => application/vnd.openxmlformats-officedocument.wordprocessingml.document
[1] => application/zip
)
[odt] => Array
(
[0] => application/vnd.oasis.opendocument.text
)
[xlsx] => Array
(
[0] => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
[1] => application/zip
)
[word] => Array
(
[0] => application/msword
[1] => application/octet-stream
)
[xl] => application/excel
[eml] => message/rfc822
[json] => Array
(
[0] => application/json
[1] => text/json
)
[pem] => Array
(
[0] => application/x-x509-user-cert
[1] => application/x-pem-file
[2] => application/octet-stream
)
[p10] => Array
(
[0] => application/x-pkcs10
[1] => application/pkcs10
)
[p12] => application/x-pkcs12
[p7a] => application/x-pkcs7-signature
[p7c] => Array
(
[0] => application/pkcs7-mime
[1] => application/x-pkcs7-mime
)
[p7m] => Array
(
[0] => application/pkcs7-mime
[1] => application/x-pkcs7-mime
)
[p7r] => application/x-pkcs7-certreqresp
[p7s] => application/pkcs7-signature
[crt] => Array
(
[0] => application/x-x509-ca-cert
[1] => application/x-x509-user-cert
[2] => application/pkix-cert
)
[crl] => Array
(
[0] => application/pkix-crl
[1] => application/pkcs-crl
)
[der] => application/x-x509-ca-cert
[kdb] => application/octet-stream
[pgp] => application/pgp
[gpg] => application/gpg-keys
[sst] => application/octet-stream
[csr] => application/octet-stream
[rsa] => application/x-pkcs7
[cer] => Array
(
[0] => application/pkix-cert
[1] => application/x-x509-ca-cert
)
[3g2] => video/3gpp2
[3gp] => video/3gp
[mp4] => video/mp4
[m4a] => audio/x-m4a
[f4v] => video/mp4
[aac] => audio/x-acc
[m4u] => application/vnd.mpegurl
[m3u] => text/plain
[xspf] => application/xspf+xml
[vlc] => application/videolan
[wmv] => video/x-ms-wmv
[au] => audio/x-au
[ac3] => audio/ac3
[flac] => audio/x-flac
[ogg] => audio/ogg
[ogv] => application/ogg
[webm] => video/webm
[pages] => application/zip
[numbers] => application/zip
[svg] => image/svg+xml
[docm] => application/vnd.ms-word.document.macroenabled.12
[dotm] => application/vnd.ms-word.template.macroenabled.12
[dotx] => application/vnd.openxmlformats-officedocument.wordprocessingml.template
[potm] => application/vnd.ms-powerpoint.template.macroenabled.12
[potx] => application/vnd.openxmlformats-officedocument.presentationml.template
[ppam] => application/vnd.ms-powerpoint.addin.macroenabled.12
[ppsm] => application/vnd.ms-powerpoint.slideshow.macroenabled.12
[ppsx] => application/vnd.openxmlformats-officedocument.presentationml.slideshow
[pptm] => application/vnd.ms-powerpoint.presentation.macroenabled.12
[xlam] => application/vnd.ms-excel.addin.macroenabled.12
[xlsb] => application/vnd.ms-excel.sheet.binary.macroenabled.12
[xlsm] => application/vnd.ms-excel.sheet.macroenabled.12
[xltm] => application/vnd.ms-excel.template.macroenabled.12
[xltx] => application/vnd.openxmlformats-officedocument.spreadsheetml.template
)
[mime_type:protected] => text/html
[enable_profiler] =>
[_zlib_oc:protected] =>
[_profiler_sections:protected] => Array
(
)
[parse_exec_vars] => 1
)
[security] => CI_Security Object
(
[filename_bad_chars] => Array
(
[0] => ../
[1] =>
[3] => <
[4] => >
[5] => '
[6] => "
[7] => &
[8] => $
[9] => #
[10] => {
[11] => }
[12] => [
[13] => ]
[14] => =
[15] => ;
[16] => ?
[17] => %20
[18] => %22
[19] => %3c
[20] => %253c
[21] => %3e
[22] => %0e
[23] => %28
[24] => %29
[25] => %2528
[26] => %26
[27] => %24
[28] => %3f
[29] => %3b
[30] => %3d
)
[charset] => UTF-8
[_xss_hash:protected] =>
[_csrf_hash:protected] =>
[_csrf_expire:protected] => 7200
[_csrf_token_name:protected] => ci_csrf_token
[_csrf_cookie_name:protected] => ci_csrf_token
[_never_allowed_str:protected] => Array
(
[document.cookie] => [removed]
[document.write] => [removed]
[.parentNode] => [removed]
[.innerHTML] => [removed]
[-moz-binding] => [removed]
[] => -->
[ <![CDATA[
[] => <comment>
)
[_never_allowed_regex:protected] => Array
(
[0] => javascript\s*:
[1] => (document|(document\.)?window)\.(location|on\w*)
[2] => expression\s*(\(|&\#40;)
[3] => vbscript\s*:
[4] => wscript\s*:
[5] => jscript\s*:
[6] => vbs\s*:
[7] => Redirect\s+30\d
[8] => (["'])?data\s*:[^\1]*?base64[^\1]*?,[^\1]*?\1?
)
)
[input] => CI_Input Object
(
[ip_address] => 135.181.104.18
[user_agent] => Archive Team
[_allow_get_array:protected] => 1
[_standardize_newlines:protected] => 1
[_enable_xss:protected] =>
[_enable_csrf:protected] =>
[headers:protected] => Array
(
)
[security] => CI_Security Object
(
[filename_bad_chars] => Array
(
[0] => ../
[1] =>
[3] => <
[4] => >
[5] => '
[6] => "
[7] => &
[8] => $
[9] => #
[10] => {
[11] => }
[12] => [
[13] => ]
[14] => =
[15] => ;
[16] => ?
[17] => %20
[18] => %22
[19] => %3c
[20] => %253c
[21] => %3e
[22] => %0e
[23] => %28
[24] => %29
[25] => %2528
[26] => %26
[27] => %24
[28] => %3f
[29] => %3b
[30] => %3d
)
[charset] => UTF-8
[_xss_hash:protected] =>
[_csrf_hash:protected] =>
[_csrf_expire:protected] => 7200
[_csrf_token_name:protected] => ci_csrf_token
[_csrf_cookie_name:protected] => ci_csrf_token
[_never_allowed_str:protected] => Array
(
[document.cookie] => [removed]
[document.write] => [removed]
[.parentNode] => [removed]
[.innerHTML] => [removed]
[-moz-binding] => [removed]
[] => -->
[ <![CDATA[
[] => <comment>
)
[_never_allowed_regex:protected] => Array
(
[0] => javascript\s*:
[1] => (document|(document\.)?window)\.(location|on\w*)
[2] => expression\s*(\(|&\#40;)
[3] => vbscript\s*:
[4] => wscript\s*:
[5] => jscript\s*:
[6] => vbs\s*:
[7] => Redirect\s+30\d
[8] => (["'])?data\s*:[^\1]*?base64[^\1]*?,[^\1]*?\1?
)
)
[uni] => CI_Utf8 Object
(
)
)
[lang] => MY_Lang Object
(
[language] => Array
(
[error_404_title] => Page missing
[error_404_message] => We cannot find the page you are looking for, please click here to go to the homepage.
[error_invalid_db_group] => The database is trying to use an invalid configuration group "%s".
[migration_none_found] => No migrations were found.
[migration_not_found] => No migration could be found with the version number: %d.
[migration_multiple_version] => There are multiple migrations with the same version number: %d.
[migration_class_doesnt_exist] => The migration class "%s" could not be found.
[migration_missing_up_method] => The migration class "%s" is missing an "up" method.
[migration_missing_down_method] => The migration class "%s" is missing a "down" method.
[migration_invalid_filename] => Migration "%s" has an invalid filename.
[settings:site_name] => Site Name
[settings:site_name_desc] => The name of the website for page titles and for use around the site.
[settings:site_slogan] => Site Slogan
[settings:site_slogan_desc] => The slogan of the website for page titles and for use around the site.
[settings:site_lang] => Site Language
[settings:site_lang_desc] => The native language of the website, used to choose templates of e-mail notifications, contact form, and other features that should not depend on the language of a user.
[settings:contact_email] => Contact E-mail
[settings:contact_email_desc] => All e-mails from users, guests and the site will go to this e-mail address.
[settings:server_email] => Server E-mail
[settings:server_email_desc] => All e-mails to users will come from this e-mail address.
[settings:meta_topic] => Meta Topic
[settings:meta_topic_desc] => Two or three words describing this type of company/website.
[settings:currency] => Currency
[settings:currency_desc] => The currency symbol for use on products, services, etc.
[settings:dashboard_rss] => Dashboard RSS Feed
[settings:dashboard_rss_desc] => Link to an RSS feed that will be displayed on the dashboard.
[settings:dashboard_rss_count] => Dashboard RSS Items
[settings:dashboard_rss_count_desc] => How many RSS items would you like to display on the dashboard ?
[settings:date_format] => Date Format
[settings:date_format_desc] => How should dates be displayed across the website and control panel? Using the date format from PHP - OR - Using the format of strings formatted as date from PHP.
[settings:frontend_enabled] => Site Status
[settings:frontend_enabled_desc] => Use this option to the user-facing part of the site on or off. Useful when you want to take the site down for maintenence
[settings:mail_protocol] => Mail Protocol
[settings:mail_protocol_desc] => Select desired email protocol.
[settings:mail_sendmail_path] => Sendmail Path
[settings:mail_sendmail_path_desc] => Path to server sendmail binary.
[settings:mail_smtp_host] => SMTP Host
[settings:mail_smtp_host_desc] => The host name of your smtp server.
[settings:mail_smtp_pass] => SMTP password
[settings:mail_smtp_pass_desc] => SMTP password.
[settings:mail_smtp_port] => SMTP Port
[settings:mail_smtp_port_desc] => SMTP port number.
[settings:mail_smtp_user] => SMTP User Name
[settings:mail_smtp_user_desc] => SMTP user name.
[settings:unavailable_message] => Unavailable Message
[settings:unavailable_message_desc] => When the site is turned off or there is a major problem, this message will show to users.
[settings:default_theme] => Default Theme
[settings:default_theme_desc] => Select the theme you want users to see by default.
[settings:activation_email] => Activation Email
[settings:activation_email_desc] => Send out an e-mail when a user signs up with an activation link. Disable this to let only admins activate accounts.
[settings:records_per_page] => Records Per Page
[settings:records_per_page_desc] => How many records should we show per page? (both for frontend and for admin section) e.g.: blog posts, users etc.
[settings:rss_feed_items] => Feed item count
[settings:rss_feed_items_desc] => How many items should we show in RSS/blog feeds?
[settings:enable_profiles] => Enable profiles
[settings:enable_profiles_desc] => Allow users to add and edit profiles.
[settings:ga_email] => Google Analytic E-mail
[settings:ga_email_desc] => E-mail address used for Google Analytics, we need this to show the graph on the dashboard.
[settings:ga_password] => Google Analytic Password
[settings:ga_password_desc] => Google Analytics password. This is also needed to show the graph on the dashboard. You will need to allow access to Google to get this to work. See Authorized Access to your Google Account
[settings:ga_profile] => Google Analytic Profile
[settings:ga_profile_desc] => Profile ID for this website in Google Analytics. Look in the URL when signed into Google Analytics for something that looks like "pXXXXXXXX". The, "XXXXXXXX" is the profile ID.
[settings:ga_tracking] => Google Tracking Code
[settings:ga_tracking_desc] => Enter your Google Analytic Tracking Code to activate Google Analytics view data capturing. E.g: UA-19483569-6
[settings:akismet_api_key] => Akismet API Key
[settings:akismet_api_key_desc] => Akismet is a spam-blocker from the WordPress team. It keeps spam under control without forcing users to get past human-checking CAPTCHA forms.
[settings:comment_order] => Comment Order
[settings:comment_order_desc] => Sort order in which to display comments:
[settings:enable_comments] => Enable Comments
[settings:enable_comments_desc] => Allow users to post comments?
[settings:moderate_comments] => Moderate Comments
[settings:moderate_comments_desc] => Force comments to be approved before they appear on the site.
[settings:comment_markdown] => Allow Markdown
[settings:comment_markdown_desc] => Do you want to allow visitors to post comments using Markdown?
[settings:version] => Version
[settings:version_desc] =>
[settings:site_public_lang] => Public Languages
[settings:site_public_lang_desc] => Which are the languages really supported and offered on the front-end of your website?
[settings:admin_force_https] => Force HTTPS for Control Panel?
[settings:admin_force_https_desc] => Allow only the HTTPS protocol when using the Control Panel?
[settings:files_cache] => Files Cache
[settings:files_cache_desc] => When outputting an image via site.com/files what shall we set the cache expiration for?
[settings:auto_username] => Auto Username
[settings:auto_username_desc] => Create the username automatically, meaning users can skip making one on registration.
[settings:registered_email] => User Registered Email
[settings:registered_email_desc] => Send a notification email to the contact e-mail when someone registers.
[settings:ckeditor_config] => CKEditor Config
[settings:ckeditor_config_desc] => You can find a list of valid configuration items in CKEditor's documentation.
[settings:enable_registration] => Enable user registration
[settings:enable_registration_desc] => Allow users to register in your site.
[settings:profile_visibility] => Profile Visibility
[settings:profile_visibility_desc] => Specify who can view user profiles on the public site
[settings:cdn_domain] => CDN Domain
[settings:cdn_domain_desc] => CDN domains allow you to offload static content to various edge servers, like Amazon CloudFront or MaxCDN. If you do not have a CDN provider try MaxCDN. Sign up and save 25%.
[settings:section_general] => General
[settings:section_integration] => Integration
[settings:section_comments] => Comments
[settings:section_users] => Users
[settings:section_statistics] => Statistics
[settings:section_files] => Files
[settings:form_option_Open] => Open
[settings:form_option_Closed] => Closed
[settings:form_option_Enabled] => Enabled
[settings:form_option_Disabled] => Disabled
[settings:form_option_Required] => Required
[settings:form_option_Optional] => Optional
[settings:form_option_Oldest First] => Oldest First
[settings:form_option_Newest First] => Newest First
[settings:form_option_Text Only] => Text Only
[settings:form_option_Allow Markdown] => Allow Markdown
[settings:form_option_Yes] => Yes
[settings:form_option_No] => No
[settings:form_option_profile_public] => Visible to everybody
[settings:form_option_profile_owner] => Only visible to the profile owner
[settings:form_option_profile_hidden] => Never visible
[settings:form_option_profile_member] => Visible to any logged in user
[settings:form_option_activate_by_email] => Activate by email
[settings:form_option_activate_by_admin] => Activate by admin
[settings:form_option_no_activation] => Instant activation
[settings:no_settings] => There are currently no settings.
[settings:save_success] => Your settings were saved!
[global:control-panel] => Control Panel
[global:profile] => Profile
[global:title] => Title
[name_label] => Name
[desc_label] => Description
[version_label] => Version
[global:author] => Author
[global:action] => Action
[global:slug] => Slug
[global:slug_instructions] => Lowercase characters and underscores only.
[global:user] => User
[global:dialog:delete_message] => Are you sure you want to delete this? It cannot be undone.
[global:dialog:confirm] => Confirm
[global:yes] => Yes
[global:no] => No
[global:select-none] => -- None --
[global:select-all] => -- All --
[global:select-any] => -- Any --
[global:select-pick] => -- Select --
[global:check-all] => All
[global:check-none] => None
[global:operators:equal] => Equal to
[global:operators:not-equal] => Not equal to
[global:operators:less-than] => Less than
[global:operators:greater-than] => Greater than
[global:duration:1-day] => One day
[global:duration:1-week] => One week
[global:duration:2-weeks] => Two weeks
[global:duration:1-month] => One month
[global:duration:3-months] => Three Months
[global:duration:always] => Always
[navigation_headline] => Navigation
[breadcrumb_base_label] => Home
[logged_in_welcome] => Welcome %s, you are logged in.
[logout_label] => Log out
[edit_profile_label] => Edit Profile
[settings_label] => Settings
[close_message] => Close this message
[general_error_label] => Error
[required_error_label] => Required field missing
[note_label] => Note
[success_label] => Success
[global:fields] => Fields
[global:custom_fields] => Custom Fields
[login_title] => Log In
[global:fatal_error] => Fatal error, is CMS installed?
[global:demo_restrictions] => Some features on this page have been disabled for the demo.
[login_error_label] => Login Error
[forgot_password_label] => Forgot your password ?
[global:email] => E-mail
[global:password] => Password
[login_label] => Log In
[help_label] => Help
[save_label] => Save
[cancel_label] => Cancel
[update_label] => Update Caption
[global:delete] => Delete
[activate_label] => Activate
[global:approve] => Approve
[global:unapprove] => Unapprove
[publish_label] => Publish
[global:upload] => Upload
[global:uninstall] => Uninstall
[global:install] => Install
[global:upgrade] => Upgrade
[global:enable] => Enable
[global:disable] => Disable
[global:enabled] => Enabled
[global:disabled] => Disabled
[all_right_reserved] => All Rights Reserved.
[powered_by_pyrocms] => Powered by PyroCMS
[top_page] => Top
[back_to_top] => Back to Top
[global:filters] => Filters
[global:image] => Image
[global:description] => Description
[global:actions] => Actions
[global:view] => View
[global:preview] => Preview
[global:add] => Add
[global:edit] => Edit
[global:empty] => Empty
[global:remove] => Remove
[global:keywords] => Keywords
[global:or] => or
[global:and] => and
[global:at] => at
[global:widgets] => Widgets
[global:themes] => Themes
[global:field_types] => Field Types
[global:plugins] => Plugins
[global:plugin] => Plugin
[global:options] => Options
[global:plain-text] => Plain Text
[user:add_field] => Add User Profile Field
[user:profile_delete_success] => User profile field deleted successfully
[user:profile_delete_failure] => There was a problem with deleting your user profile field
[profile_user_basic_data_label] => Basic Data
[profile_company] => Company
[profile_updated_on] => Updated On
[user:profile_fields_label] => Profile Fields
[user:register_header] => Registration
[user:register_step1] => Step 1: Register
[user:register_step2] => Step 2: Activate
[user:login_header] => Login
[user:add_title] => Add User
[user:list_title] => Users
[user:inactive_title] => Inactive Users
[user:active_title] => Active Users
[user:registred_title] => Registered Users
[user:edit_title] => Edit User "%s"
[user:details_label] => Details
[user:first_name_label] => First Name
[user:last_name_label] => Last Name
[user:group_label] => Group
[user:activate_label] => Activate
[user:password_label] => Password
[user:password_confirm_label] => Confirm Password
[user:name_label] => Name
[user:joined_label] => Joined
[user:last_visit_label] => Last visit
[user:never_label] => Never
[user:no_inactives] => There are no inactive users.
[user:no_registred] => There are no registered users.
[account_changes_saved] => The changes to your account have been saved successfully.
[indicates_required] => Indicates required fields
[user:send_activation_email] => Send Activation Email
[user:do_not_activate] => Inactive
[user:register_title] => Register
[user:activate_account_title] => Activate Account
[user:activated_account_title] => Activated Account
[user:reset_password_title] => Reset Password
[user:password_reset_title] => Password Reset
[user:error_username] => The username you selected is already in use.
[user:error_email] => The email address you entered is already in use.
[user:full_name] => Full Name
[user:first_name] => First Name
[user:last_name] => Last Name
[user:username] => Username
[user:display_name] => Display Name
[user:email_use] => used to login
[user:remember] => Remember Me
[user:group_id_label] => Group ID
[user:level] => User Role
[user:active] => Active
[user:lang] => Language
[user:activation_code] => Activation code
[user:reset_instructions] => Enter your email address or username
[user:reset_password_link] => Forgot your password?
[user:activation_code_sent_notice] => An email has been sent to you with your activation code.
[user:activation_by_admin_notice] => Your registration is awaiting approval by an administrator.
[user:registration_disabled] => Sorry, but the user registration is disabled.
[user:details_section] => Name
[user:password_section] => Change password
[user:other_settings_section] => Other settings
[user:settings_saved_success] => The settings for your user account have been saved.
[user:settings_saved_error] => An error occurred.
[user:register_btn] => Register
[user:activate_btn] => Activate
[user:reset_pass_btn] => Reset Pass
[user:login_btn] => Login
[user:settings_btn] => Save settings
[user:added_and_activated_success] => New user has been created and activated.
[user:added_not_activated_success] => New user has been created, the account needs to be activated.
[user:edit_user_not_found_error] => User not found.
[user:edit_success] => User successfully updated.
[user:edit_error] => Error occurred when trying to update user.
[user:activate_success] => %s users out of %s successfully activated.
[user:activate_error] => You need to select users first.
[user:delete_self_error] => You cannot delete yourself!
[user:mass_delete_success] => %s users out of %s successfully deleted.
[user:mass_delete_error] => You need to select users first.
[user:email_pass_missing] => Email or password fields are not complete.
[user:email_exists] => The email address you have chosen is already in use with a different user.
[user:register_error] => We think you are a bot. If we are mistaken please accept our apologies.
[user:register_reasons] => Join up to access special areas normally restricted. This means your settings will be remembered, more content and less ads.
[user:activation_incorrect] => Activation failed. Please check your details and make sure CAPS LOCK is not on.
[user:activated_message] => Your account has been activated, you can now log in to your account.
[user:logged_in] => You have logged in successfully.
[user:already_logged_in] => You are already logged in. Please logout before trying again.
[user:login_incorrect] => E-mail or password do not match. Please check your login and make sure CAPS LOCK is not on.
[user:inactive] => The account you are trying to access is currently inactive. Check your e-mail for instructions on how to activate your account - it may be in the junk folder.
[user:logged_out] => You have been logged out.
[user:forgot_incorrect] => No account was found with these details.
[user:password_reset_message] => Your password has been reset. You should recieve the email within the next 2 hours. If you don't, it might have gone into your junk mail by accident.
[user:activation_email_subject] => Activation Required
[user:activation_email_body] => Thank you for activting your account with %s. To log in to the site, please visit the link below:
[user:activated_email_subject] => Activation Complete
[user:activated_email_content_line1] => Thank you for registering at %s. Before we can activate your account, please complete the registration process by clicking on the following link:
[user:activated_email_content_line2] => In case your email program does not recognize the above link as, please direct your browser to the following URL and enter the activation code:
[user:reset_pass_email_subject] => Password Reset
[user:reset_pass_email_body] => Your password at %s has been reset. If you did not request this change, please email us at %s and we will resolve the situation.
[profile_of_title] => %s's Profile
[profile_user_details_label] => User Details
[profile_role_label] => Role
[profile_registred_on_label] => Registered on
[profile_last_login_label] => Last login
[profile_male_label] => Male
[profile_female_label] => Female
[profile_not_set_up] => This user does not have a profile set up.
[profile_edit] => Edit your profile
[profile_personal_section] => Personal
[profile_display_name] => Display Name
[profile_dob] => Date of Birth
[profile_dob_day] => Day
[profile_dob_month] => Month
[profile_dob_year] => Year
[profile_gender] => Gender
[profile_gender_nt] => Not Telling
[profile_gender_male] => Male
[profile_gender_female] => Female
[profile_bio] => About me
[profile_contact_section] => Contact
[profile_phone] => Phone
[profile_mobile] => Mobile
[profile_address] => Address
[profile_address_line1] => Line #1
[profile_address_line2] => Line #2
[profile_address_line3] => Town/City
[profile_address_postcode] => Post/Zip Code
[profile_website] => Website
[profile_api_section] => API Access
[profile_edit_success] => Your profile has been saved.
[profile_edit_error] => An error occurred.
[profile_save_btn] => Save profile
[files:files_title] => Files
[files:fetching] => Retrieving data...
[files:fetch_completed] => Completed
[files:save_failed] => Sorry. The changes could not be saved
[files:item_created] => "%s" was created
[files:item_updated] => "%s" was updated
[files:item_deleted] => "%s" was deleted
[files:item_not_deleted] => "%s" could not be deleted
[files:item_not_found] => Sorry. "%s" could not be found
[files:sort_saved] => Sort order saved
[files:no_permissions] => You do not have sufficient permissions
[files:activity] => Activity
[files:places] => Places
[files:back] => Back
[files:forward] => Forward
[files:start] => Start Upload
[files:details] => Details
[files:id] => ID
[files:name] => Name
[files:slug] => Slug
[files:path] => Path
[files:added] => Date Added
[files:width] => Width
[files:height] => Height
[files:ratio] => Ratio
[files:alt_attribute] => Alt Attribute
[files:full_size] => Full Size
[files:filename] => Filename
[files:filesize] => Filesize
[files:download_count] => Download Count
[files:download] => Download
[files:location] => Location
[files:keywords] => Keywords
[files:toggle_data_display] => Toggle Data Display
[files:description] => Description
[files:container] => Container
[files:bucket] => Bucket
[files:check_container] => Check Validity
[files:search_message] => Type and hit Enter
[files:search] => Search
[files:synchronize] => Synchronize
[files:uploader] => Drop files here or Click to select files
[files:replace_file] => Replace file
[files:refresh] => Refresh
[files:open] => Open
[files:new_folder] => New Folder
[files:upload] => Upload
[files:rename] => Rename
[files:replace] => Replace
[files:delete] => Delete
[files:edit] => Edit
[files:no_folders] => Files and folders are managed much like they would be on your desktop. Right click in the area below this message to create your first folder. Then right click on the folder to rename, delete, upload files to it, or change details such as linking it to a cloud location.
[files:no_folders_places] => Folders that you create will show up here in a tree that can be expanded and collapsed. Click on "Places" to view the root folder.
[files:no_folders_wysiwyg] => No folders have been created yet
[files:new_folder_name] => Untitled Folder
[files:folder] => Folder
[files:folders] => Folders
[files:select_folder] => Select a Folder
[files:subfolders] => Subfolders
[files:root] => Root
[files:no_subfolders] => No Subfolders
[files:folder_not_empty] => You must delete the contents of "%s" first
[files:mkdir_error] => We are unable to create %s. You must create it manually
[files:chmod_error] => The upload directory is unwriteable. It must be 0777
[files:location_saved] => The folder location has been saved
[files:container_exists] => "%s" exists. Save to link its contents to this folder
[files:container_not_exists] => "%s" does not exist in your account. Save and we will try to create it
[files:error_container] => "%s" could not be created and we could not determine the reason
[files:container_created] => "%s" has been created and is now linked to this folder
[files:unwritable] => "%s" is unwritable, please set its permissions to 0777
[files:specify_valid_folder] => You must specify a valid folder to upload the file to
[files:enable_cdn] => You must enable CDN for "%s" via your Rackspace control panel before we can synchronize
[files:synchronization_started] => Starting synchronization
[files:synchronization_complete] => Synchronization for "%s" has been completed
[files:untitled_folder] => Untitled Folder
[files:no_files] => No files found
[files:file_uploaded] => "%s" has been uploaded
[files:unsuccessful_fetch] => We were unable to fetch "%s". Are you sure it is a public file?
[files:invalid_container] => "%s" does not appear to be a valid container.
[files:no_records_found] => No records could be found
[files:invalid_extension] => "%s" has a file extension that is not allowed
[files:upload_error] => The file upload failed
[files:description_saved] => The file details have been saved
[files:alt_saved] => The image alt attribute has been saved
[files:file_moved] => "%s" has been moved successfully
[files:exceeds_server_setting] => The server cannot handle this large of a file
[files:exceeds_allowed] => File exceeds the max size allowed
[files:file_type_not_allowed] => This type of file is not allowed
[files:replace_warning] => Warning: Do not replace a file with a file of a different type (e.g. .jpg with .png)
[files:type_a] => Audio
[files:type_v] => Video
[files:type_d] => Document
[files:type_i] => Image
[files:type_o] => Other
[account_creation_successful] => Account Successfully Created
[account_creation_unsuccessful] => Unable to Create Account
[account_creation_duplicate_email] => Email Already Used or Invalid
[account_creation_duplicate_username] => Username Already Used or Invalid
[password_change_successful] => Password Successfully Changed
[password_change_unsuccessful] => Unable to Change Password
[forgot_password_successful] => Password Reset Email Sent
[forgot_password_unsuccessful] => Unable to Reset Password
[activate_successful] => Account Activated
[activate_unsuccessful] => Unable to Activate Account
[deactivate_successful] => Account De-Activated
[deactivate_unsuccessful] => Unable to De-Activate Account
[activation_email_successful] => Activation Email Sent
[activation_email_unsuccessful] => Unable to Send Activation Email
[login_successful] => Logged In Successfully
[login_unsuccessful] => Incorrect Login
[logout_successful] => Logged Out Successfully
[update_successful] => Account Information Successfully Updated
[update_unsuccessful] => Unable to Update Account Information
[delete_successful] => User Deleted
[delete_unsuccessful] => Unable to Delete User
[streams:save_field_error] => There was a problem saving your field.
[streams:field_add_success] => Field added successfully.
[streams:field_update_error] => There was a problem updating your field.
[streams:field_update_success] => Field updated successfully.
[streams:field_delete_error] => There was a problem deleting this field.
[streams:field_delete_success] => Field deleted successfully.
[streams:view_options_update_error] => There was a problem updating the view options.
[streams:view_options_update_success] => View options successfully updated.
[streams:remove_field_error] => There was a problem removing this field.
[streams:remove_field_success] => Field successfully removed.
[streams:create_stream_error] => There was a problem creating your stream.
[streams:create_stream_success] => Stream created successfully.
[streams:stream_update_error] => There was a problem updating this stream.
[streams:stream_update_success] => Stream updated successfully.
[streams:stream_delete_error] => There was a problem with deleting this stream.
[streams:stream_delete_success] => Stream deleted successfully.
[streams:stream_field_ass_add_error] => There was a problem adding this field to this stream.
[streams:stream_field_ass_add_success] => Field added to stream successfully.
[streams:stream_field_ass_upd_error] => There was a problem updating this field assignment.
[streams:stream_field_ass_upd_success] => Field assignment updated successfully.
[streams:delete_entry_error] => There was a problem deleting this entry.
[streams:delete_entry_success] => Entry deleted successfully.
[streams:new_entry_error] => There was a problem adding this entry.
[streams:new_entry_success] => Entry added successfully.
[streams:edit_entry_error] => There was a problem updating this entry.
[streams:edit_entry_success] => Entry updated successfully.
[streams:delete_summary] => Are you sure you want to delete the %s stream? This will delete %s %s permanently.
[streams:no_stream_provided] => No stream was provided.
[streams:invalid_stream] => Invalid stream.
[streams:not_valid_stream] => is not a valid stream.
[streams:invalid_stream_id] => Invalid stream ID.
[streams:invalid_row] => Invalid row.
[streams:invalid_id] => Invalid ID.
[streams:cannot_find_assign] => Cannot find field assignment.
[streams:cannot_find_pyrostreams] => Cannot find PyroStreams.
[streams:table_exists] => A table with the slug %s already exists.
[streams:no_results] => No results
[streams:no_entry] => Unable to find entry.
[streams:invalid_search_type] => is not a valid search type.
[streams:search_not_found] => Search not found.
[streams:field_slug_not_unique] => This field slug is already in use.
[streams:not_mysql_safe_word] => The %s field is a MySQL reserved word.
[streams:not_mysql_safe_characters] => The %s field contains disallowed characters.
[streams:type_not_valid] => Please select a valid field type.
[streams:stream_slug_not_unique] => This stream slug is already in use.
[streams:field_unique] => The %s field must be unique.
[streams:field_is_required] => The %s field is required.
[streams:date_out_or_range] => The date you have chosen for %s is out of the acceptable range.
[streams:label.field] => Field
[streams:label.field_required] => Field is Required
[streams:label.field_unique] => Field is Unique
[streams:label.field_instructions] => Field Instructions
[streams:label.make_field_title_column] => Make field the title column
[streams:label.field_name] => Field Name
[streams:label.field_slug] => Field Slug
[streams:label.field_type] => Field Type
[streams:id] => ID
[streams:created_by] => Created By
[streams:created_date] => Created Date
[streams:updated_date] => Updated Date
[streams:value] => Value
[streams:manage] => Manage
[streams:search] => Search
[streams:stream_prefix] => Stream Prefix
[streams:instr.field_instructions] => Displayed on form when entering or editing data.
[streams:instr.stream_full_name] => Full name for your stream.
[streams:instr.slug] => Lowercase, just letters and underscores.
[streams:assign_field] => Assign Field to Stream
[streams:edit_assign] => Edit Stream Assignment
[streams:add_field] => Create Field
[streams:edit_field] => Edit Field
[streams:fields] => Fields
[streams:streams] => Streams
[streams:list_fields] => List Fields
[streams:new_entry] => New Entry
[streams:stream_entries] => Stream Entries
[streams:entries] => Entries
[streams:stream_admin] => Stream Admin
[streams:list_streams] => List Streams
[streams:sure] => Are You Sure?
[streams:field_assignments] => Stream Field Assignments
[streams:new_field_assign] => New Field Assignment
[streams:stream_name] => Stream Name
[streams:stream_slug] => Stream Slug
[streams:about] => About
[streams:total_entries] => Total Entries
[streams:add_stream] => New Stream
[streams:edit_stream] => Edit Stream
[streams:about_stream] => About This Stream
[streams:title_column] => Title Column
[streams:sort_method] => Sort Method
[streams:add_entry] => Add Entry
[streams:edit_entry] => Edit Entry
[streams:view_options] => View Options
[streams:stream_view_options] => Stream View Options
[streams:backup_table] => Backup Stream Table
[streams:delete_stream] => Delete Stream
[streams:entry] => Entry
[streams:field_types] => Field Types
[streams:field_type] => Field Type
[streams:database_table] => Database Table
[streams:size] => Size
[streams:num_of_entries] => Number of Entries
[streams:num_of_fields] => Number of Fields
[streams:last_updated] => Last Updated
[streams:export_schema] => Export Schema
[streams:start.add_one] => add one here
[streams:start.no_fields] => You have not created any fields yet. To start, you can
[streams:start.no_assign] => Looks like there are no fields yet for this stream. To start, you can
[streams:start.add_field_here] => add a field here
[streams:start.create_field_here] => create a field here
[streams:start.no_streams] => There are no streams yet, but you can start by
[streams:start.no_streams_yet] => There are no streams yet.
[streams:start.adding_one] => adding one
[streams:start.no_fields_to_add] => No Fields to Add
[streams:start.no_fields_msg] => There are no fields to add to this stream. In PyroStreams, field types can be shared between streams and must be created before being added to a stream. You can start by
[streams:start.adding_a_field_here] => adding a field here
[streams:start.no_entries] => There are no entries yet for %s. To start, you can
[streams:no_entries] => No entries
[streams:add_fields] => assign fields
[streams:add_an_entry] => add an entry
[streams:to_this_stream_or] => to this stream or
[streams:no_field_assign] => No Field Assignments
[streams:no_fields_msg_first] => Looks like there are no fields yet for this stream.
[streams:no_field_assign_msg] => Before you start entering data, you need to
[streams:add_some_fields] => assign some fields
[streams:start.before_assign] => Before assigning fields to a stream, you need to create a field. You can
[streams:start.no_fields_to_assign] => Looks like there are no fields available to be assigned. Before you can assign a field you must
[streams:yes_delete] => Yes, Delete
[streams:no_thanks] => No Thanks
[streams:new_field] => New Field
[streams:edit] => Edit
[streams:delete] => Delete
[streams:remove] => Remove
[streams:reset] => Reset
[streams:field_singular] => field
[streams:field_plural] => fields
[streams:by_title_column] => By Title Column
[streams:manual_order] => Manual Order
[streams:stream_data_line] => Edit basic stream data.
[streams:view_options_line] => Choose which columns should be visible on the list data page.
[streams:backup_line] => Backup and download stream table into a zip file.
[streams:permanent_delete_line] => Permanently delete a stream and all stream data.
[streams:choose_a_field_type] => Choose a field type
[streams:choose_a_field] => Choose a field
[recaptcha_class_initialized] => reCaptcha Library Initialized
[recaptcha_no_private_key] => You did not supply an API key for Recaptcha
[recaptcha_no_remoteip] => For security reasons, you must pass the remote ip to reCAPTCHA
[recaptcha_socket_fail] => Could not open socket
[recaptcha_incorrect_response] => Incorrect Security Image Response
[recaptcha_field_name] => Security Image
[recaptcha_html_error] => Error loading security image. Please try again later
[streams:max_length] => Max Length
[streams:upload_location] => Upload Location
[streams:default_value] => Default Value
[streams:menu_path] => Menu Path
[streams:about_instructions] => A short description of your stream.
[streams:slug_instructions] => This will also be the database table name for your stream.
[streams:prefix_instructions] => If used, this will prefix the table in the database. Useful for naming collisons.
[streams:menu_path_instructions] => Where you what section and sub section this stream should show up in the menu. Separate by a forward slash. Ex: Main Section / Sub Section.
[streams:state.name] => US State
[streams:state.full] => Full Name
[streams:state.abbr] => Abbreviation
[streams:state.state_display] => State Display
[streams:state.default_state] => Default State
[streams:year.name] => Year
[streams:year.start_year] => Start Year
[streams:year.end_year] => End Year
[streams:year.default_year] => Default Year
[streams:encrypt.name] => Encrypted
[streams:encrypt.hide_typing] => Hide Typing on Input?
[streams:slug.name] => Slug
[streams:slug.space_type] => Space Type
[streams:slug.slug_field] => Slug Field
[streams:slug.dash] => Dash
[streams:slug.underscore] => Underscore
[streams:email.name] => Email
[streams:file.name] => File
[streams:file.folder] => Upload Folder
[streams:file.allowed_types] => Allowed Types
[streams:file.folder_notice] => You need to set an upload folder before you can upload files. Would you like to create one now?
[streams:file.allowed_types_instructions] => Separate each file type with a pipe character. Ex: pdf|png
[streams:file.allowed_types_error] => The field %s contains an invalid file type.
[streams:url.name] => URL
[streams:relationship.name] => Relationship
[streams:relationship.choose_stream] => Relationship Stream
[streams:relationship.doesnt_exist] => Related stream does not exist.
[streams:integer.name] => Integer
[streams:image.name] => Image
[streams:image.folder] => Upload Folder
[streams:image.resize_width] => Resize Width
[streams:image.resize_height] => Resize Height
[streams:image.allowed_types] => Allowed Types
[streams:image.image_errors] => The following errors occurred when adding your file:
[streams:image.need_folder] => You need to set an upload folder before you can upload files. Would you like to create one now?
[streams:image.keep_ratio] => Keep Ratio
[streams:image.keep_ratio_instr] => When resizing, should we keep the ratio?
[streams:image.allowed_types_instr] => Ex: jpg|jpeg|png
[streams:image.allowed_types_error] => The image type is not allowed. Allowed types: %s.
[streams:textarea.name] => Textarea
[streams:textarea.default_text] => Default Text
[streams:textarea.allow_tags] => Allow Lex Tags
[streams:textarea.content_type] => Content Type
[streams:country.name] => Country
[streams:country.default_country] => Default Country
[streams:text.name] => Text
[streams:datetime.name] => Date/Time
[streams:datetime.use_time] => Use Time
[streams:datetime.timezone] => Timezone
[streams:datetime.start_date] => Start Restriction
[streams:datetime.end_date] => End Restriction
[streams:datetime.rest_instructions] => Takes numerical offset from current date (Ex: -20) or numerical offset for days (D), months (M), and years (Y). Ex: +1D +2Y<
[streams:datetime.storage] => Storage Format
[streams:datetime.input_type] => Input Type
[streams:invalid_input_for_date_range_check] => Invalid date input for data range check.
[streams:wysiwyg.name] => WYSIWYG
[streams:wysiwyg.editor_type] => Editor Type
[streams:wysiwyg.allow_tags] => Allow Tags
[streams:wysiwyg.simple] => Simple
[streams:wysiwyg.advanced] => Advanced
[streams:choice.name] => Choices
[streams:choice.instructions] => Put each choice on one line. If you want a separate value for each choice, you can separate them by a colon (:).
PyroCMS
pyro : PyroCMS
[streams:choice.choice_data] => Choice Data
[streams:choice.choice_type] => Choice Type
[streams:choice.dropdown] => Dropdown
[streams:choice.radio_buttons] => Radio Buttons
[streams:choice.checkboxes] => Checkboxes
[streams:choice.min_choices] => Minimum Number of Selections
[streams:choice.max_choices] => Maximum Number of Selections
[streams:choice.checkboxes_only] => Only available for checkboxes.
[streams:choice.must_select_num] => You must select {val} items from the %s list.
[streams:choice.must_at_least] => You must select at least {val} items from the %s list.
[streams:choice.must_max_num] => You can only select {val} items from the %s list.
[streams:choice.multiselect] => Multiselect Type.
[streams:choice.invalidtype] => Invalid Type.
[streams:user.name] => User
[streams:user.restrict_group] => Restrict Group
[streams:user.dont_restrict_groups] => Don't Restrict Groups
[streams:keywords.name] => Keywords
[streams:keywords.return_type] => Return Type
[streams:keywords.return_type.instructions] => Array: Rows with keyword, count, total, is_first, is_last String: keyword_1, keyword_2, keyword_3 Changing this will effect your templating.
[streams:pyro_lang.name] => PyroCMS Language
[streams:wysiwyg_video.name] => WYSIWYG (video)
[streams:wysiwyg_video.editor_type] => Editor Type
[streams:wysiwyg_video.allow_tags] => Allow Tags
[streams:wysiwyg_video.simple] => Simple
[streams:wysiwyg_video.advanced] => Advanced
[alpha_dot_dash] => The %s field may only contain alpha-numeric characters, underscores, dots and dashes.
[decimal] => The %s field must contain only decimal numbers.
[csrf_bad_token] => Invalid CSRF Token
[streams:api.empty_stream_name] => No stream name provided.
[streams:api.empty_stream_slug] => No stream slug provided.
[streams:api.stream_slug_in_use] => Stream slug in use.
[streams:api.empty_field_name] => No field name provided.
[streams:api.empty_field_slug] => No field slug provided.
[streams:api.field_slug_in_use] => Field slug in use.
[comments:title] => Comments
[comments:your_comment] => Post a comment
[comments:user_comments] => User comments
[comments:list_comment] => %s commented on %s saying:
[comments:recent_comments] => Recent comments
[comments:view_more] => View more...
[comments:name_label] => Your Name
[comments:website_label] => Website
[comments:message_label] => Message
[comments:status_label] => Status
[comments:activate_label] => Approve
[comments:deactivate_label] => Unapprove
[comments:module_label] => Module
[comments:item_label] => Item
[comments:date_label] => Date
[comments:posted_label] => Posted
[comments:from_label] => From
[comments:preview_label] => Preview
[comments:send_label] => Comment
[comments:inactive_title] => Comments awaiting approval
[comments:active_title] => Approved comments
[comments:edit_title] => Edit comment
[comments:list_title] => List comments
[comments:add_success] => The comment has been saved.
[comments:add_approve] => The comment has been saved and is awaiting approval.
[comments:add_error] => There was a problem adding your comment. Please try again later.
[comments:edit_success] => The comment was edited successfully.
[comments:edit_error] => The comment could not be edited.
[comments:approve_success] => This comment has been approved.
[comments:approve_success_multiple] => The selected comments have been approved.
[comments:approve_error] => There was a problem approving this comment.
[comments:approve_error_multiple] => There was a problem approving the selected comments:
[comments:unapprove_success] => The comment has been unapproved and will no longer show on the live site.
[comments:unapprove_success_multiple] => The selected comments have been unapproved and will no longer show on the live site.
[comments:unapprove_error] => There was a problem unapproving this comment. Perhaps deleting would work?
[comments:unapprove_error_multiple] => There was a problem unapproving the selected comments: Perhaps deleting would work?
[comments:delete_single_success] => This comment #%s has been deleted and will no longer show on the live site.
[comments:delete_multi_success] => The comments #%s have been deleted and will no longer show on the live site.
[comments:no_comments] => There are no comments
[comments:counter_none_label] => No comment
[comments:counter_singular_label] => %d comment
[comments:counter_plural_label] => %d comments
)
[is_loaded] => Array
(
[errors_lang.php] => english
[migration_lang.php] => english
[0] => settings/settings_lang.php
[global_lang.php] => english
[1] => users/user_lang.php
[2] => files/files_lang.php
[3] => users/ion_auth_lang.php
[4] => streams_core/pyrostreams_lang.php
[state_lang.php] => english
[year_lang.php] => english
[encrypt_lang.php] => english
[slug_lang.php] => english
[email_lang.php] => english
[file_lang.php] => english
[url_lang.php] => english
[relationship_lang.php] => english
[integer_lang.php] => english
[image_lang.php] => english
[textarea_lang.php] => english
[country_lang.php] => english
[text_lang.php] => english
[datetime_lang.php] => english
[wysiwyg_lang.php] => english
[choice_lang.php] => english
[user_lang.php] => english
[keywords_lang.php] => english
[pyro_lang_lang.php] => english
[wysiwyg_video_lang.php] => english
[extra_validation_lang.php] => english
[streams_api_lang.php] => english
[5] => comments/comments_lang.php
)
)
[load] => MY_Loader Object
(
[_ci_loaded_sparks] => Array
(
)
[_module:protected] => pages
[_ci_plugins] => Array
(
)
[_ci_cached_vars] => Array
(
[lang] => Array
(
[name] => English
[folder] => english
[direction] => ltr
[codes] => Array
(
[0] => en
[1] => english
[2] => en_US
)
[ckeditor] =>
[code] => en
)
[template_views] => addons/default/themes/webaslt/views/
[page] => stdClass Object
(
[id] => 21
[created] => 1423040218
[updated] => 1516186104
[ordering_count] => 1
[created_by] => Array
(
[user_id] => 1
[email] => jaroslav@webas.lt
[username] => Jaroslav
[display_name] => Jaroslav Petrusevic
)
[last] => 1
[odd_even] => odd
[count] => 1
[slug] => home
[class] =>
[title] => Home
[uri] => home
[parent_id] => 0
[type_id] => 2
[entry_id] => 1
[css] =>
[js] =>
[meta_title] =>
[meta_keywords] =>
[meta_robots_no_index] => 0
[meta_robots_no_follow] => 0
[meta_description] =>
[rss_enabled] => 0
[comments_enabled] => 0
[status] => live
[created_on] => 1423033018
[updated_on] => 1516178904
[restricted_to] => 0
[is_home] => 1
[strict_uri] => 0
[order] => 0
[layout] => stdClass Object
(
[id] => 2
[slug] => main
[title] => Main
[description] =>
[stream_id] => 4
[meta_title] =>
[meta_keywords] =>
[meta_description] =>
[body] => {{ body }}
[css] =>
[js] =>
[theme_layout] => main.html
[updated_on] => 1435237232
[save_as_files] => n
[content_label] =>
[title_label] =>
)
[base_uri] =>
)
[current_user] =>
[template] => Array
(
[title] => Go Vilnius
[page_title] => Go Vilnius
[breadcrumbs] => Array
(
[0] => Array
(
[name] => Home
[uri] =>
)
)
[metadata] =>
[partials] => Array
(
)
[body] =>
)
[module_details] => Array
(
[name] => Pages
[module] => Module_Pages Object
(
[version] => 2.2.0
)
[slug] => pages
[version] => 2.2.0
[description] => Add custom pages to the site with any content you want.
[skip_xss] => 1
[is_frontend] => 1
[is_backend] => 1
[menu] => content
[enabled] => 1
[sections] => Array
(
[pages] => Array
(
[name] => pages:list_title
[uri] => admin/pages
)
[types] => Array
(
[name] => page_types:list_title
[uri] => admin/pages/types
)
)
[shortcuts] => Array
(
)
[installed] => 1
[is_core] => 1
[is_current] => 1
[current_version] => 2.2.0
[path] => system/cms/modules/pages
[updated_on] => 1516365533
)
[server] => Array
(
[USER] => www-data
[HOME] => /var/www
[FCGI_ROLE] => RESPONDER
[SCRIPT_FILENAME] => /var/www/100contest.vilnius-tourism.lt/index.php
[DOCUMENT_ROOT] => /var/www/100contest.vilnius-tourism.lt
[HTTPS] => off
[QUERY_STRING] =>
[REQUEST_METHOD] => GET
[CONTENT_TYPE] =>
[CONTENT_LENGTH] =>
[SCRIPT_NAME] => /index.php
[REQUEST_URI] => /
[DOCUMENT_URI] => /index.php
[SERVER_PROTOCOL] => HTTP/1.1
[REQUEST_SCHEME] => http
[GATEWAY_INTERFACE] => CGI/1.1
[SERVER_SOFTWARE] => nginx/1.12.2
[REMOTE_ADDR] => 135.181.104.18
[REMOTE_PORT] => 44128
[SERVER_ADDR] => 185.5.53.181
[SERVER_PORT] => 80
[SERVER_NAME] => 100contest.vilnius-tourism.lt
[REDIRECT_STATUS] => 200
[HTTP_USER_AGENT] => Archive Team
[HTTP_ACCEPT] => */*
[HTTP_ACCEPT_ENCODING] => identity
[HTTP_HOST] => vilnius-tourism.eu
[HTTP_CONNECTION] => Keep-Alive
[PHP_SELF] => /index.php
[REQUEST_TIME_FLOAT] => 1609332167.9108
[REQUEST_TIME] => 1609332167
[APP_DEBUG] => true
[DB_HOST] => localhost
[DB_USER] => vtic_cont100
[DB_PASS] => feu4huthubahp9levaidaefa1ooMoh
[DB_NAME] => vtic_cont100
[DB_DRIVER] => mysqli
[APP_KEY] => 7WQ/Ha7cxB81mLkT7Lkv3+lp5Em5DBue/bjaI5cofD
[RECAPTCHA_KEY] => 6LcjaB0TAAAAAAY9NtxNqLeTMDiKNtPoh1FJA6Su
[RECAPTCHA_SECRET] => 6LcjaB0TAAAAAD0fTtbl-AkIfIOEuwIeh4d9D7Ou
)
[theme] => stdClass Object
(
[slug] => webaslt
[is_core] =>
[path] => addons/default/themes/webaslt
[web_path] => addons/default/themes/webaslt
[screenshot] => addons/default/themes/webaslt/screenshot.png
[name] => webaslt
[author] => ????
[author_website] =>
[website] =>
[description] =>
[version] => ??
[options] => stdClass Object
(
)
)
[_body] =>
[_tags] => Array
(
[persistent_tags] => Array
(
[0] => template:metadata
)
)
)
[_ci_ob_level:protected] => 1
[_ci_view_paths:protected] => Array
(
[system/cms/modules/pages/views/] => 1
)
[_ci_library_paths:protected] => Array
(
[0] => addons/shared_addons/
[1] => addons/default/
[2] => system/cms/
[3] => /home/cont100/contest100www/system/codeigniter/
)
[_ci_model_paths:protected] => Array
(
[0] => addons/shared_addons/
[1] => system/cms/modules/pages/
[2] => addons/default/
[3] => system/cms/
)
[_ci_helper_paths:protected] => Array
(
[0] => addons/shared_addons/
[1] => system/cms/
[2] => /home/cont100/contest100www/system/codeigniter/
)
[_base_classes:protected] => Array
(
[benchmark] => Benchmark
[hooks] => Hooks
[config] => Config
[log] => Log
[exceptions] => Exceptions
[utf8] => Utf8
[uri] => URI
[router] => Router
[output] => Output
[security] => Security
[input] => Input
[lang] => Lang
[loader] => Loader
[model] => Model
)
[_ci_classes:protected] => Array
(
[asset] => asset
[template] => template
[parser] => parser
[user_agent] => agent
[cache] => cache
[translate] => translate
[pyrocache] => pyrocache
[migration] => migration
[session] => session
[encrypt] => encrypt
[settings] => settings
[email] => email
[streams] => streams
[image_lib] => image_lib
[keywords] => keywords
[type] => type
[fields] => fields
[form_validation] => form_validation
[ion_auth] => ion_auth
[events] => events
[variables] => variables
[comments] => comments
[plugins] => plugins
)
[_ci_loaded_files:protected] => Array
(
[0] => system/cms/libraries/Asset.php
[1] => system/cms/libraries/Template.php
[2] => system/cms/libraries/MY_Parser.php
[3] => system/cms/libraries/MY_User_agent.php
[4] => /home/cont100/contest100www/system/codeigniter/libraries/Cache/Cache.php
[5] => system/cms/libraries/Pyrocache.php
[6] => /home/cont100/contest100www/system/codeigniter/libraries/Migration.php
[7] => /home/cont100/contest100www/system/codeigniter/libraries/Session/Session.php
[8] => /home/cont100/contest100www/system/codeigniter/libraries/Encrypt.php
[9] => system/cms/libraries/MY_Email.php
[10] => system/cms/libraries/Streams/Streams.php
[11] => system/cms/libraries/MY_Image_lib.php
[12] => system/cms/libraries/MY_Form_validation.php
[13] => system/cms/libraries/Events.php
[14] => system/cms/libraries/Plugins.php
)
[_ci_models:protected] => Array
(
[0] => settings_m
[1] => translatesettings_m
[2] => translatedomains_m
[3] => keyword_m
[4] => row_m
[5] => streams_m
[6] => fields_m
[7] => ion_auth_model
[8] => permission_m
[9] => module_m
[10] => theme_m
[11] => page_type_m
[12] => page_m
[13] => translate_m
[14] => paieska_m
[15] => redirect_m
[16] => variables_m
[17] => comment_m
)
[_ci_helpers:protected] => Array
(
[debug_helper] => 1
[url_helper] => 1
[form_helper] => 1
[text_helper] => 1
[string_helper] => 1
[language_helper] => 1
[html_helper] => 1
[pagination_helper] => 1
[array_helper] => 1
[gravatar_helper] => 1
[markdown_helper] => 1
[module_helper] => 1
[user_helper] => 1
[translate_helper] => 1
[file_helper] => 1
[inflector_helper] => 1
[cookie_helper] => 1
[date_helper] => 1
[directory_helper] => 1
[security_helper] => 1
[plugin_helper] => 1
)
[_ci_varmap:protected] => Array
(
[unit_test] => unit
[user_agent] => agent
)
)
[db] => CI_DB_mysqli_driver Object
(
[dbdriver] => mysqli
[_escape_char:protected] => `
[_random_keyword:protected] => RAND()
[delete_hack] => 1
[return_delete_sql:protected] =>
[reset_delete_data:protected] =>
[qb_select:protected] => Array
(
)
[qb_distinct:protected] =>
[qb_from:protected] => Array
(
)
[qb_join:protected] => Array
(
)
[qb_where:protected] => Array
(
)
[qb_like:protected] => Array
(
)
[qb_groupby:protected] => Array
(
)
[qb_having:protected] => Array
(
)
[qb_keys:protected] => Array
(
)
[qb_limit:protected] =>
[qb_offset:protected] =>
[qb_orderby:protected] => Array
(
)
[qb_set:protected] => Array
(
)
[qb_wherein:protected] => Array
(
)
[qb_aliased_tables:protected] => Array
(
)
[qb_store_array:protected] => Array
(
)
[qb_where_group_started:protected] =>
[qb_where_group_count:protected] => 0
[qb_caching:protected] =>
[qb_cache_exists:protected] => Array
(
)
[qb_cache_select:protected] => Array
(
)
[qb_cache_from:protected] => Array
(
)
[qb_cache_join:protected] => Array
(
)
[qb_cache_where:protected] => Array
(
)
[qb_cache_like:protected] => Array
(
)
[qb_cache_groupby:protected] => Array
(
)
[qb_cache_having:protected] => Array
(
)
[qb_cache_orderby:protected] => Array
(
)
[qb_cache_set:protected] => Array
(
)
[qb_no_escape:protected] => Array
(
)
[qb_cache_no_escape:protected] => Array
(
)
[dsn] =>
[username] => vtic_cont100
[password] => feu4huthubahp9levaidaefa1ooMoh
[hostname] => localhost
[database] => vtic_cont100
[subdriver] =>
[dbprefix] => default_
[char_set] => utf8
[dbcollat] => utf8_unicode_ci
[autoinit] => 1
[compress] => 1
[swap_pre] =>
[port] => 3306
[pconnect] =>
[conn_id] => mysqli Object
(
[affected_rows] => -1
[client_info] => mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $
[client_version] => 50011
[connect_errno] => 0
[connect_error] =>
[errno] => 0
[error] =>
[error_list] => Array
(
)
[field_count] => 29
[host_info] => Localhost via UNIX socket
[info] =>
[insert_id] => 0
[server_info] => 5.5.43-0ubuntu0.12.04.1
[server_version] => 50543
[stat] => Uptime: 5315596 Threads: 2 Questions: 85282183 Slow queries: 188 Opens: 234290 Flush tables: 1 Open tables: 400 Queries per second avg: 16.043
[sqlstate] => 00000
[protocol_version] => 10
[thread_id] => 948300
[warning_count] => 0
)
[result_id] => mysqli_result Object
(
[current_field] => 0
[field_count] => 29
[lengths] =>
[num_rows] => 0
[type] => 0
)
[db_debug] => 1
[benchmark] => 0.017879009246826
[query_count] => 20
[bind_marker] => ?
[save_queries] => 1
[queries] => Array
(
[0] => SET SESSION sql_mode="STRICT_ALL_TABLES"
[1] => SELECT `version`
FROM `default_migrations`
[2] => INSERT INTO `default_ci_sessions` (`user_data`, `session_id`, `ip_address`, `user_agent`, `last_activity`) VALUES ('', '7de010d0d01177def7cc284f5a07bed1', '135.181.104.18', 'Archive Team', 1609324967)
[3] => SELECT *, IF(`value` = "", `default`, `value`) as `value`
FROM `default_settings`
ORDER BY `order` DESC
[4] => SELECT *
FROM `default_data_streams`
[5] => SELECT `default_data_field_assignments`.`id` as `assign_id`, `default_data_streams`.*, `default_data_field_assignments`.*, `default_data_fields`.*
FROM `default_data_streams`
JOIN `default_data_field_assignments` ON `default_data_streams`.`id`=`default_data_field_assignments`.`stream_id`
JOIN `default_data_fields` ON `default_data_fields`.`id`=`default_data_field_assignments`.`field_id`
WHERE `default_data_streams`.`id` = '3'
ORDER BY `default_data_field_assignments`.`sort_order` asc
[6] => SELECT `default_users`.*, `default_groups`.`name` AS `group`, `default_groups`.`description` AS `group_description`, `default_profiles`.`first_name`, `default_profiles`.`last_name`, `default_profiles`.`company`, `default_profiles`.`bio`, `default_profiles`.`lang`, `default_profiles`.`dob`, `default_profiles`.`gender`, `default_profiles`.`phone`, `default_profiles`.`mobile`, `default_profiles`.`address_line1`, `default_profiles`.`address_line2`, `default_profiles`.`address_line3`, `default_profiles`.`postcode`, `default_profiles`.`website`, `default_profiles`.`display_name` as `display_name`, `default_profiles`.`updated_on` as `updated_on`, `default_profiles`.`user_id` as `user_id`, `default_profiles`.`id` as `profile_id`
FROM `default_users`
LEFT JOIN `default_profiles` ON `default_users`.`id` = `default_profiles`.`user_id`
LEFT JOIN `default_groups` ON `default_users`.`group_id` = `default_groups`.`id`
WHERE `default_users`.`email` IS NULL
LIMIT 1
[7] => SELECT *
FROM `default_modules`
WHERE `enabled` = 1
[8] => SELECT COUNT(*) AS `numrows`
FROM `default_modules`
WHERE `slug` = 'blog'
AND `enabled` = 1
[9] => SELECT `slug`, `value`
FROM `default_theme_options`
WHERE `theme` = 'webaslt'
[10] => SHOW TABLES FROM `vtic_cont100`
[11] => SELECT *
FROM `default_pages`
WHERE `is_home` = 1
[12] => SELECT *
FROM `default_page_types`
WHERE `id` = '2'
LIMIT 1
[13] => SELECT *
FROM `default_data_fields`
WHERE `field_namespace` = 'pages'
ORDER BY `field_name` asc
[14] => SELECT *
FROM `default_data_fields`
ORDER BY `field_name` asc
[15] =>
SELECT default_data_streams.*, default_data_streams.id as stream_id, default_data_fields.*
FROM default_data_streams, default_data_field_assignments, default_data_fields
WHERE default_data_streams.id=default_data_field_assignments.stream_id and
default_data_fields.id=default_data_field_assignments.field_id
[16] => SELECT `default_data_field_assignments`.`id` as `assign_id`, `default_data_streams`.*, `default_data_field_assignments`.*, `default_data_fields`.*
FROM `default_data_streams`
JOIN `default_data_field_assignments` ON `default_data_streams`.`id`=`default_data_field_assignments`.`stream_id`
JOIN `default_data_fields` ON `default_data_fields`.`id`=`default_data_field_assignments`.`field_id`
WHERE `default_data_streams`.`id` = '4'
ORDER BY `default_data_field_assignments`.`sort_order` asc
[17] => SELECT `default_pages_main`.*, `cb_users`.`id` as `created_by||user_id`, `cb_users`.`email` as `created_by||email`, `cb_users`.`username` as `created_by||username`, `profiles`.`display_name` as `created_by||display_name`
FROM `default_pages_main`
LEFT JOIN `default_users` as `cb_users` ON `cb_users`.`id`=`default_pages_main`.`created_by` LEFT JOIN `default_profiles` as `profiles` ON `profiles`.`user_id`=`default_pages_main`.`created_by`
WHERE `default_pages_main`.`id`=1
ORDER BY `default_pages_main`.`created` DESC LIMIT 1
[18] => SELECT `default_data_field_assignments`.`id` as `assign_id`, `default_data_streams`.*, `default_data_field_assignments`.*, `default_data_fields`.*
FROM `default_data_streams`
JOIN `default_data_field_assignments` ON `default_data_streams`.`id`=`default_data_field_assignments`.`stream_id`
JOIN `default_data_fields` ON `default_data_fields`.`id`=`default_data_field_assignments`.`field_id`
WHERE `default_data_streams`.`id` = '4'
ORDER BY `default_data_field_assignments`.`sort_order` asc
[19] => SELECT `default_data_field_assignments`.`id` as `assign_id`, `default_data_streams`.*, `default_data_field_assignments`.*, `default_data_fields`.*
FROM `default_data_streams`
JOIN `default_data_field_assignments` ON `default_data_streams`.`id`=`default_data_field_assignments`.`stream_id`
JOIN `default_data_fields` ON `default_data_fields`.`id`=`default_data_field_assignments`.`field_id`
WHERE `default_data_streams`.`id` = '4'
ORDER BY `default_data_field_assignments`.`sort_order` asc
)
[query_times] => Array
(
[0] => 0.00015902519226074
[1] => 0.00049996376037598
[2] => 0.00058507919311523
[3] => 0.0019190311431885
[4] => 0.00054717063903809
[5] => 0.0006248950958252
[6] => 0.00047707557678223
[7] => 0.0076501369476318
[8] => 0.00034689903259277
[9] => 0.00019407272338867
[10] => 0.00095200538635254
[11] => 0.00037288665771484
[12] => 0.00028300285339355
[13] => 0.00052499771118164
[14] => 0.00070691108703613
[15] => 0.00059103965759277
[16] => 0.00036501884460449
[17] => 0.00029492378234863
[18] => 0.00034499168395996
[19] => 0.00043988227844238
)
[data_cache] => Array
(
[table_names] => Array
(
[0] => core_settings
[1] => core_sites
[2] => core_users
[3] => default_blog
[4] => default_blog_categories
[5] => default_captcha_setting
[6] => default_ci_sessions
[7] => default_comment_blacklists
[8] => default_comments
[9] => default_contact_log
[10] => default_dashboard
[11] => default_data_field_assignments
[12] => default_data_fields
[13] => default_data_streams
[14] => default_def_page_fields
[15] => default_documentsbank
[16] => default_documentsbank_categories
[17] => default_documentsbank_passwords
[18] => default_documentsbank_types
[19] => default_email_templates
[20] => default_fbpublishers
[21] => default_file_folders
[22] => default_files
[23] => default_forms
[24] => default_groups
[25] => default_homepage
[26] => default_keywords
[27] => default_keywords_applied
[28] => default_locatron_cities
[29] => default_locatron_countries
[30] => default_locatron_langs
[31] => default_mediabank
[32] => default_mediateka
[33] => default_migrations
[34] => default_modules
[35] => default_navigation_groups
[36] => default_navigation_links
[37] => default_newsletterlite
[38] => default_page_types
[39] => default_pages
[40] => default_pages_main
[41] => default_paieska_index
[42] => default_paieska_searches
[43] => default_paieska_suggestions
[44] => default_permissions
[45] => default_photobanks
[46] => default_photobanks_photos
[47] => default_photobanks_settings
[48] => default_photobanks_sources
[49] => default_procesas_cities
[50] => default_profiles
[51] => default_receptai_categories
[52] => default_redirects
[53] => default_robotstxt
[54] => default_search_index
[55] => default_settings
[56] => default_spektakliai
[57] => default_spektakliai_tags
[58] => default_spektakliai_tags_link
[59] => default_spektakliai_themes
[60] => default_spektakliai_themes_link
[61] => default_theme_options
[62] => default_translate
[63] => default_translate_domains
[64] => default_translate_redirects
[65] => default_translate_settings
[66] => default_translated_t
[67] => default_users
[68] => default_variables
[69] => default_widget_areas
[70] => default_widget_instances
[71] => default_widgets
)
)
[trans_enabled] => 1
[trans_strict] => 1
[_trans_depth:protected] => 0
[_trans_status:protected] => 1
[cache_on] =>
[cachedir] =>
[cache_autodel] =>
[CACHE] =>
[_protect_identifiers:protected] => 1
[_reserved_identifiers:protected] => Array
(
[0] => *
)
[_like_escape_str:protected] => ESCAPE '%s'
[_like_escape_chr:protected] => !
[_count_string:protected] => SELECT COUNT(*) AS
[active_r] => 1
[stricton] => 1
)
[asset] => Asset Object
(
)
[parser] => MY_Parser Object
(
[_ci:MY_Parser:private] => CI Object
*RECURSION*
[l_delim] => {
[r_delim] => }
[CI:protected] =>
)
[agent] => MY_User_agent Object
(
[agent] => Archive Team
[is_browser] =>
[is_robot] =>
[is_mobile] =>
[languages] => Array
(
)
[charsets] => Array
(
)
[platforms] => Array
(
[windows nt 6.0] => Windows Longhorn
[windows nt 5.2] => Windows 2003
[windows nt 5.0] => Windows 2000
[windows nt 5.1] => Windows XP
[windows nt 4.0] => Windows NT 4.0
[winnt4.0] => Windows NT 4.0
[winnt 4.0] => Windows NT
[winnt] => Windows NT
[windows 98] => Windows 98
[win98] => Windows 98
[windows 95] => Windows 95
[win95] => Windows 95
[windows] => Unknown Windows OS
[os x] => Mac OS X
[ppc mac] => Power PC Mac
[freebsd] => FreeBSD
[ppc] => Macintosh
[linux] => Linux
[debian] => Debian
[sunos] => Sun Solaris
[beos] => BeOS
[apachebench] => ApacheBench
[aix] => AIX
[irix] => Irix
[osf] => DEC OSF
[hp-ux] => HP-UX
[netbsd] => NetBSD
[bsdi] => BSDi
[openbsd] => OpenBSD
[gnu] => GNU/Linux
[unix] => Unknown Unix OS
)
[browsers] => Array
(
[Flock] => Flock
[Chrome] => Chrome
[Opera] => Opera
[MSIE] => Internet Explorer
[Internet Explorer] => Internet Explorer
[ipad] => iPad
[Shiira] => Shiira
[Firefox] => Firefox
[Chimera] => Chimera
[Phoenix] => Phoenix
[Firebird] => Firebird
[Camino] => Camino
[Netscape] => Netscape
[OmniWeb] => OmniWeb
[Safari] => Safari
[Mozilla] => Mozilla
[Konqueror] => Konqueror
[icab] => iCab
[Lynx] => Lynx
[Links] => Links
[hotjava] => HotJava
[amaya] => Amaya
[IBrowse] => IBrowse
)
[mobiles] => Array
(
[mobileexplorer] => Mobile Explorer
[palmsource] => Palm
[palmscape] => Palmscape
[motorola] => Motorola
[nokia] => Nokia
[palm] => Palm
[iphone] => Apple iPhone
[ipod] => Apple iPod Touch
[sony] => Sony Ericsson
[ericsson] => Sony Ericsson
[blackberry] => BlackBerry
[cocoon] => O2 Cocoon
[blazer] => Treo
[lg] => LG
[amoi] => Amoi
[xda] => XDA
[mda] => MDA
[vario] => Vario
[htc] => HTC
[samsung] => Samsung
[sharp] => Sharp
[sie-] => Siemens
[alcatel] => Alcatel
[benq] => BenQ
[ipaq] => HP iPaq
[mot-] => Motorola
[playstation portable] => PlayStation Portable
[hiptop] => Danger Hiptop
[nec-] => NEC
[panasonic] => Panasonic
[philips] => Philips
[sagem] => Sagem
[sanyo] => Sanyo
[spv] => SPV
[zte] => ZTE
[sendo] => Sendo
[symbian] => Symbian
[SymbianOS] => SymbianOS
[elaine] => Palm
[series60] => Symbian S60
[windows ce] => Windows CE
[obigo] => Obigo
[netfront] => Netfront Browser
[openwave] => Openwave Browser
[mobilexplorer] => Mobile Explorer
[operamini] => Opera Mini
[opera mini] => Opera Mini
[digital paths] => Digital Paths
[avantgo] => AvantGo
[xiino] => Xiino
[novarra] => Novarra Transcoder
[vodafone] => Vodafone
[docomo] => NTT DoCoMo
[o2] => O2
[mobile] => Generic Mobile
[wireless] => Generic Mobile
[j2me] => Generic Mobile
[midp] => Generic Mobile
[cldc] => Generic Mobile
[up.link] => Generic Mobile
[up.browser] => Generic Mobile
[smartphone] => Generic Mobile
[cellphone] => Generic Mobile
)
[robots] => Array
(
[googlebot] => Googlebot
[msnbot] => MSNBot
[slurp] => Inktomi Slurp
[yahoo] => Yahoo
[askjeeves] => AskJeeves
[fastcrawler] => FastCrawler
[infoseek] => InfoSeek Robot 1.0
[lycos] => Lycos
)
[platform] => Unknown Platform
[browser] =>
[version] =>
[mobile] =>
[robot] =>
)
[template] => Template Object
(
[_module:Template:private] => pages
[_controller:Template:private] => pages
[_method:Template:private] => index
[_theme:Template:private] => webaslt
[_theme_path:Template:private] => addons/default/themes/webaslt/
[_layout:Template:private] => main.html
[_layout_subdir:Template:private] =>
[_title:Template:private] => Go Vilnius
[_metadata:Template:private] => Array
(
[header] => Array
(
[canonical] =>
[keywords] =>
[robots] =>
[description] =>
)
[late_header] => Array
(
)
)
[_partials:Template:private] => Array
(
)
[_breadcrumbs:Template:private] => Array
(
[0] => Array
(
[name] => Home
[uri] =>
)
)
[_title_separator:Template:private] => |
[_parser_enabled:Template:private] => 1
[_parser_body_enabled:Template:private] => 1
[_minify_enabled:Template:private] =>
[_theme_locations:Template:private] => Array
(
[0] => system/cms/themes/
[1] => addons/shared_addons/themes/
[2] => addons/default/themes/
)
[_is_mobile:Template:private] =>
[_stream:Template:private] => Array
(
)
[cache_lifetime:Template:private] => 0
[_ci:Template:private] => CI Object
*RECURSION*
[_data:Template:private] => Array
(
[current_user] =>
[module_details] => Array
(
[name] => Pages
[module] => Module_Pages Object
(
[version] => 2.2.0
)
[slug] => pages
[version] => 2.2.0
[description] => Add custom pages to the site with any content you want.
[skip_xss] => 1
[is_frontend] => 1
[is_backend] => 1
[menu] => content
[enabled] => 1
[sections] => Array
(
[pages] => Array
(
[name] => pages:list_title
[uri] => admin/pages
)
[types] => Array
(
[name] => page_types:list_title
[uri] => admin/pages/types
)
)
[shortcuts] => Array
(
)
[installed] => 1
[is_core] => 1
[is_current] => 1
[current_version] => 2.2.0
[path] => system/cms/modules/pages
[updated_on] => 1516365533
)
[server] => Array
(
[USER] => www-data
[HOME] => /var/www
[FCGI_ROLE] => RESPONDER
[SCRIPT_FILENAME] => /var/www/100contest.vilnius-tourism.lt/index.php
[DOCUMENT_ROOT] => /var/www/100contest.vilnius-tourism.lt
[HTTPS] => off
[QUERY_STRING] =>
[REQUEST_METHOD] => GET
[CONTENT_TYPE] =>
[CONTENT_LENGTH] =>
[SCRIPT_NAME] => /index.php
[REQUEST_URI] => /
[DOCUMENT_URI] => /index.php
[SERVER_PROTOCOL] => HTTP/1.1
[REQUEST_SCHEME] => http
[GATEWAY_INTERFACE] => CGI/1.1
[SERVER_SOFTWARE] => nginx/1.12.2
[REMOTE_ADDR] => 135.181.104.18
[REMOTE_PORT] => 44128
[SERVER_ADDR] => 185.5.53.181
[SERVER_PORT] => 80
[SERVER_NAME] => 100contest.vilnius-tourism.lt
[REDIRECT_STATUS] => 200
[HTTP_USER_AGENT] => Archive Team
[HTTP_ACCEPT] => */*
[HTTP_ACCEPT_ENCODING] => identity
[HTTP_HOST] => vilnius-tourism.eu
[HTTP_CONNECTION] => Keep-Alive
[PHP_SELF] => /index.php
[REQUEST_TIME_FLOAT] => 1609332167.9108
[REQUEST_TIME] => 1609332167
[APP_DEBUG] => true
[DB_HOST] => localhost
[DB_USER] => vtic_cont100
[DB_PASS] => feu4huthubahp9levaidaefa1ooMoh
[DB_NAME] => vtic_cont100
[DB_DRIVER] => mysqli
[APP_KEY] => 7WQ/Ha7cxB81mLkT7Lkv3+lp5Em5DBue/bjaI5cofD
[RECAPTCHA_KEY] => 6LcjaB0TAAAAAAY9NtxNqLeTMDiKNtPoh1FJA6Su
[RECAPTCHA_SECRET] => 6LcjaB0TAAAAAD0fTtbl-AkIfIOEuwIeh4d9D7Ou
)
[theme] => stdClass Object
(
[slug] => webaslt
[is_core] =>
[path] => addons/default/themes/webaslt
[web_path] => addons/default/themes/webaslt
[screenshot] => addons/default/themes/webaslt/screenshot.png
[name] => webaslt
[author] => ????
[author_website] =>
[website] =>
[description] =>
[version] => ??
[options] => stdClass Object
(
)
)
[page] => stdClass Object
(
[id] => 21
[created] => 1423040218
[updated] => 1516186104
[ordering_count] => 1
[created_by] => Array
(
[user_id] => 1
[email] => jaroslav@webas.lt
[username] => Jaroslav
[display_name] => Jaroslav Petrusevic
)
[last] => 1
[odd_even] => odd
[count] => 1
[slug] => home
[class] =>
[title] => Home
[uri] => home
[parent_id] => 0
[type_id] => 2
[entry_id] => 1
[css] =>
[js] =>
[meta_title] =>
[meta_keywords] =>
[meta_robots_no_index] => 0
[meta_robots_no_follow] => 0
[meta_description] =>
[rss_enabled] => 0
[comments_enabled] => 0
[status] => live
[created_on] => 1423033018
[updated_on] => 1516178904
[restricted_to] => 0
[is_home] => 1
[strict_uri] => 0
[order] => 0
[layout] => stdClass Object
(
[id] => 2
[slug] => main
[title] => Main
[description] =>
[stream_id] => 4
[meta_title] =>
[meta_keywords] =>
[meta_description] =>
[body] => {{ body }}
[css] =>
[js] =>
[theme_layout] => main.html
[updated_on] => 1435237232
[save_as_files] => n
[content_label] =>
[title_label] =>
)
[base_uri] =>
)
[template] => Array
(
[title] => Go Vilnius
[page_title] => Go Vilnius
[breadcrumbs] => Array
(
[0] => Array
(
[name] => Home
[uri] =>
)
)
[metadata] =>
[partials] => Array
(
)
[body] =>
)
[_body] =>
Contest for the Centenary!
This contest closed on 31 January.
But you can still come to Vilnius anytime. We will be celebrating 100 years of Lithuania Independence throughout the entire year!