paginator_b64 = false; // don't base64 encode // define vars var _charset = 'utf-8'; var _twoletterlangid = 'en'; // define messages var jsNothingSelected = 'You did not select any items. Please first check the box(es) next to the item(s) you wish to perform this operation on.'; var jsNothingFound = 'There are no items to choose from.'; var jsNothingSelectedButContinue = 'You did not select any items, so this action will be performed on all items!' + '\n\n' + 'If you wish to select specific items first, then please cancel this action, then check the box(es) next to the item(s) you wish to perform this operation on.' + '\n\n' + 'Are you sure you wish to continue?' ; // global strings (used everywhere) var replaceAlert1 = 'Please type in the phrase to replace...'; var replaceAlert2 = 'You did not provide a phrase to replace. Type it in now...'; var replaceAlert3 = 'You did not provide within which areas should this text be replaced.\n\nWould you like to replace text \'%s\' with text \'%s\' EVERYWHERE?'; var versionsNotFound = 'No versions found.'; var jsAllItemsWillBeDeleted = 'All items will be deleted.'; var jsAllItemsWillBeClosed = 'All items will be closed.'; var jsTitleAdd = '» Add'; var jsTitleEdit = '» Edit'; var jsTitleDelete = '» Delete'; var jsTitleVersion = 'Past Versions'; var jsEdit = 'Edit'; var jsDelete = 'Delete'; var jsRemove = 'Remove'; var jsAdd = 'Add'; var jsUpdate = 'Update'; var jsSave = 'Save'; var jsImport = 'Import'; var jsNext = 'Next'; var jsOK = 'OK'; var jsCancel = 'Cancel'; var jsBack = 'Back'; var jsContent = 'Content'; var jsSetAsDefault = 'Set as Default'; var jsHtmlEditor = 'HTML Editor'; var jsTextEditor = 'Text Editor'; var jsNotAvailable = 'N/A'; var jsNone = 'None'; var jsDefault = 'Default'; var jsSubmit = 'Submit'; var jsReset = 'Reset'; var jsBranding = 'Branding'; var jsPrint = 'Print'; var jsForward = 'Forward'; var jsOptions = 'Options'; var jsUnknown = 'Unknown'; var jsCheck = 'Check'; var jsOrderNotSaved = 'You have not saved your order changes.'; var jsSearching = 'Searching...'; var jsSorting = 'Sorting...'; var jsFiltering = 'Filtering...'; var jsSaving = 'Saving...'; var jsDeleting = 'Deleting...'; var jsRemoving = 'Removing...'; var jsReplacing = 'Replacing...'; var jsWorking = 'Working...'; var jsReverting = 'Reverting...'; var jsConnecting = 'Connecting...'; var jsImporting = 'Importing...'; var jsChecking = 'Checking...'; var jsInstalling = 'Installing...'; var jsUpdating = 'Updating...'; var jsResetting = 'Resetting...'; var jsSending = 'Sending...'; var jsStarting = 'Starting...'; var jsResuming = 'Resuming...'; var jsPausing = 'Pausing...'; var jsStopping = 'Stopping...'; var jsRestarting = 'Restarting...'; var jsEnabling = 'Enabling...'; var jsDisabling = 'Disabling...'; var jsFetching = 'Fetching...'; var jsCounting = 'Counting...'; var jsAdding = 'Adding...'; var jsApproving = 'Approving...'; var jsWait4AWhile = 'Please wait, this can take a while.'; var jsFilteringOn = 'on'; var jsFilteringBetween = 'between'; var jsFilteringAnd = 'and'; var jsOptionEdit = 'Edit'; var jsOptionDelete = 'Delete'; var jsOptionView = 'View'; var jsOptionReply = 'Reply'; var jsOptionPublic = 'Public'; var jsOptionRestore = 'Restore'; var jsOptionPreview = 'Preview'; var jsOptionDownload = 'Download'; var jsOptionTest = 'Test'; var jsOptionRun = 'Run'; var jsOptionResume = 'Resume'; var jsOptionContinue = 'Continue'; var jsOptionRestart = 'Restart'; var jsOptionPause = 'Pause'; var jsOptionStop = 'Stop'; var jsOptionReports = 'Reports'; var jsOptionLog = 'Log'; var jsOptionExport = 'Export'; var jsOptionHTML = 'HTML'; var jsOptionXML = 'XML'; var jsOptionEnable = 'Enable'; var jsOptionDisable = 'Disable'; var jsOptionApprove = 'Approve'; var jsOptionBlock = 'Block'; var jsCreated = 'Created: '; var jsModified = 'Modified: '; var messageLP = 'This will cancel all the changes you might have made.'; var jsYes = 'Yes'; var jsNo = 'No'; var jsNoGroup = 'No Group'; var decimalDelim = '.'; var commaDelim = ','; // define strings var jsAreYouSure = 'Are You Sure?'; var jsAPIfailed = 'Server call failed for unknown reason. Please try your action again...'; var jsLoading = 'Loading...'; var jsResult = 'Changes Saved.'; var jsError = 'Error Occurred!'; // Users var jsUserDeleteMessage = 'This operation will delete %s (%s %s); are you sure you want to do this?'; var jsUserDeleteGlobal = 'This operation will permanently delete this user. If they are used in any other product that shares your authentication table, they will be deleted there as well. Are you sure you want to do this?'; var jsUserImport = 'Import'; var jsUserDelete = 'Delete'; var jsUserFormPasswordBlank = 'Password field cannot be left blank.'; var jsUserFormPasswordMismatch = 'The two passwords do not match; you should re-type them and try again.'; var jsUserFormValidationFail = 'To add or change a user, you must ensure that they have at least a username, password and group.'; var jsUserFormValidationUserBadchars = 'A username can only have lower-case letters and/or numbers, and may not have any spaces in it.'; var jsUserFormMissingGroups = 'You need to select at least one group for this user to belong to.'; // AC_GLOBAL CONTEXTS var syncEnterTitle = 'Please type in the sync name...'; var syncMissingTitle = 'You did not provide a sync name. Type it in now...'; var syncEnterUser = 'Please type in the database username...'; var syncMissingUser = 'You did not provide a database username. Type it in now...'; var syncEnterHost = 'Please type in the database host name...'; var syncMissingHost = 'You did not provide a database host name. Type it in now...'; var syncNothingChanged = 'You did not change anything. Do you wish to save this sync anyway?'; var syncMissingRelid = 'You did not select a sync destination. Please select it first...'; var syncMissingTable = 'Please select a table you wish to sync with first.'; var syncMissingQuery = 'You did not enter a proper (SELECT) database query. Please write down the query or select a table to sync...'; var syncDuplicateMapping = 'You cannot sync the same field twice. Please select different destinations for every mapped field.'; var syncMissingMapping = 'You did not map a required field %s. Please select a field in external database for it.'; var syncCustomQuery = 'Custom Query'; var syncShowTables = 'Show Tables'; var syncHideTables = 'Hide Tables'; var syncShowSynced = 'Show Synced'; var syncHideSynced = 'Hide Synced'; var syncShowFailed = 'Show Failed'; var syncHideFailed = 'Hide Failed'; var syncTitleRun = 'Initiating Synchronization'; var syncTitleTest = 'Testing Synchronization'; var syncStartRun = 'Start Sync'; var syncStartTest = 'Start Test'; var importMissingRelid = 'You did not select an import destination. Please select it first...'; var importMissingText = 'You did not enter any data into a text box. Please add data first...'; var importMissingFile = 'You did not upload a file to import. Please do that first...'; var importMissingMapping = 'You did not map a required field %s. Please select a column for it.'; var importDuplicateMapping = 'You cannot map the same field twice. Please select different destinations for every mapped field.'; var importSuccessfulMapping = 'Mapping successful.'; var installerFoundTables = 'Installer has found a version of %s already installed.'; var installerFoundTablesOptions = '\n\nYour options are:\n1) Please enter a different database information and click NEXT.\n2) Move/Backup your previous database data and click NEXT\n3) Install can remove your old installation for you.\n\n\nDo you want installer to remove found installation?'; var installerRemoveTablesConfirm = 'THIS WILL REMOVE TABLES FROM THE DATABASE!\n\n Are you sure you wish to continue?'; var installerAuthTableMissing = 'Table `acp_globalauth` was not found on this connection. Please choose another.'; var strPersCustomFields = 'Custom Fields'; var strPersGlobalFields = 'Global Custom Fields'; var strPersSystemTags = 'System Personalization Tags'; var syncConfDeleteSingle = 'Are you sure you want to delete this sync job?'; var syncConfDeleteMulti = 'Are you sure you want to delete the following sync jobs?'; var editorConfirmSwitch = 'Do you wish to convert existing text to other format?'; var editorPersonalizeTitle = 'Insert Personalization'; var editorActiveRSSTitle = 'Insert RSS Feed'; var editorTemplateTitle = 'Insert Template'; var editorConditionalTitle = 'Insert Conditional Content'; var editorConditionalText = 'Insert Content Here'; var editorConditionalElseText = 'Insert Alternative Content Here'; var jsErrorMailerBarMessage = 'Unexpected Error Occurred.'; var jsAPIErrorAuthMessage = 'You are not authorized to access this file'; // add public side strings herevar datetimeformat = "%m/%d/%Y %H:%M"; var dateformat = "%m/%d/%Y"; var timeformat = "%H:%M"; var ac_js_site = { "id" : 1, "lang" : "english", "p_link" : "https://carproperty.com/letters", "emfrom" : "newsletter@carproperty.com", "version" : "5.3.6", "updatecheck" : 1, "updatedate" : "2024-04-23", "updateversion" : "5.4.0", "t_offset" : 1, "t_offset_min" : 0, "t_offset_o" : "-", "datetimeformat" : "%m/%d/%Y %H:%M", "dateformat" : "%m/%d/%Y", "timeformat" : "%H:%M", "local_zoneid" : "America/Los_Angeles", "local_dst" : 1, "maxuploadfilesize" : 2000, "export_pdf" : 0, "export_htm" : 0, "general_maint" : 0, "general_maint_message" : "", "general_passprotect" : 0, "general_url_rewrite" : 0, "general_allow_rss" : 0, "general_public" : 1, "design_logo_admin" : "", "design_logo_public" : "", "design_header_html" : "", "design_header_url" : "", "design_footer_html" : "", "design_footer_url" : "", "admin_editor" : "html", "sdord" : "desc", "message_attachments_location" : "db", "mailer_log_file" : 0, "stream_set_blocking" : 0, "log_error_source" : 0, "mail_abuse" : 1, "socialdata" : 0, "maxcampaignid" : 1746, "is_trial" : 0, "is_free" : false, "live_limit" : 0, "stype" : 0, "smenc" : 8, "smpop3b4" : 0, "smthres" : 10000, "sdfreq" : 14, "sdnum" : 3, "sdlim" : 0, "sdspan" : "hour", "sddotfix" : 0, "sdsent" : 99063113, "em_bounce" : "", "is12all" : true, "pspell" : true, "gd" : true, "zip" : true, "p_link_precname" : "https://carproperty.com/letters", "limited" : false, "lite" : false, "trial" : false, "free" : false, "aspa" : false, "v5full" : false, "v5full_resell" : false, "listsCnt" : 22, "listsMax" : 0, "subscribersCnt" : 50045, "subscribersMax" : 0, "adminsCnt" : 1, "adminsMax" : 1, "d_h" : "carproperty.com", "d_r" : "/home/cpgcar/public_html/letters/admin", "listsLeft" : 1, "adminsLeft" : 0, "overLimit" : false, "overLimitUser" : false, "overLimitSubscriber" : false, "overLimitList" : false, "overLimitCode" : 0, "brand_site_name" : "CarProperty.com - Email Newsletter - Subscriber Management", "brand_site_logo" : "http://carproperty.com/letters/admin/images/admin/Email%20Campaign%20Designs/Auctions/Goodings/Gooding_1961_Ferrari_250GT_SWB_sm.jpg", "brand_header_text" : 0, "brand_header_text_value" : "", "brand_header_html" : 0, "brand_header_html_value" : "", "brand_footer_text" : 0, "brand_footer_text_value" : "", "brand_footer_html" : 0, "brand_footer_html_value" : "", "brand_copyright" : 0, "brand_version" : true, "brand_license" : 1, "brand_links" : 1, "brand_demo" : 0, "brand_help" : 1, "brand_admin_template_htm" : "", "brand_admin_template_css" : "", "brand_public_template_htm" : "", "brand_public_template_css" : "", "site_name" : "CarProperty.com - Email Newsletter - Subscriber Management", "site_logo" : "http://carproperty.com/letters/admin/images/admin/Email%20Campaign%20Designs/Auctions/Goodings/Gooding_1961_Ferrari_250GT_SWB_sm.jpg" }; var ac_js_admin = { "id" : 0, "username" : "", "first_name" : "", "last_name" : "", "email" : "", "last_login" : null, "sourceid" : 0, "sourceupdated" : null, "productset" : null, "absid" : 0, "parentid" : 0, "lang" : "english", "t_offset" : 0, "t_offset_min" : 0, "t_offset_o" : "+", "lists_per_page" : 20, "messages_per_page" : 20, "subscribers_per_page" : 20, "htmleditor" : 1, "editorsize_w" : "100%", "editorsize_h" : "600px", "local_zoneid" : "America/Chicago", "local_dst" : 0, "autoupdate" : 600, "autosave" : 0, "sdate" : null, "ldate" : null, "ltime" : null, "approved" : 1, "fullname" : "", "emails_sent_total" : 0, "emails_sent" : 0, "campaigns_sent_total" : 0, "campaigns_sent" : 0, "groups" : { 1 : 1 }, "lists" : { 58 : 58, 59 : 59, 6 : 6, 39 : 39, 46 : 46, 29 : 29, 49 : 49, 56 : 56 }, "p_admin" : 0, "pg_list_add" : 0, "pg_list_edit" : 0, "pg_list_delete" : 0, "pg_list_opt" : 0, "pg_list_headers" : 0, "pg_list_emailaccount" : 0, "pg_list_bounce" : 0, "pg_message_add" : 0, "pg_message_edit" : 0, "pg_message_delete" : 0, "pg_message_send" : 0, "pg_subscriber_add" : 0, "pg_subscriber_edit" : 0, "pg_subscriber_delete" : 0, "pg_subscriber_import" : 0, "pg_subscriber_approve" : 0, "pg_subscriber_export" : 0, "pg_subscriber_sync" : 0, "pg_subscriber_filters" : 0, "pg_subscriber_actions" : 0, "pg_subscriber_fields" : 0, "pg_user_add" : 0, "pg_user_edit" : 0, "pg_user_delete" : 0, "pg_group_add" : 0, "pg_group_edit" : 0, "pg_group_delete" : 0, "pg_template_add" : 0, "pg_template_edit" : 0, "pg_template_delete" : 0, "pg_personalization_add" : 0, "pg_personalization_edit" : 0, "pg_personalization_delete" : 0, "pg_form_add" : 0, "pg_form_edit" : 0, "pg_form_delete" : 0, "pg_reports_campaign" : 0, "pg_reports_list" : 0, "pg_reports_user" : 0, "pg_reports_trend" : 1, "pg_startup_reports" : 0, "pg_startup_gettingstarted" : 1, "brand_site_name" : "CarProperty.com - Email Newsletter - Subscriber Management", "brand_site_logo" : "http://carproperty.com/letters/admin/images/admin/Email%20Campaign%20Designs/Auctions/Goodings/Gooding_1961_Ferrari_250GT_SWB_sm.jpg", "brand_header_text" : 0, "brand_header_text_value" : "", "brand_header_html" : 0, "brand_header_html_value" : "", "brand_footer_text" : 0, "brand_footer_text_value" : "", "brand_footer_html" : 0, "brand_footer_html_value" : "", "brand_copyright" : 0, "brand_version" : true, "brand_license" : 1, "brand_links" : 1, "brand_demo" : 0, "brand_help" : 1, "brand_admin_template_htm" : "", "brand_admin_template_css" : "", "brand_public_template_htm" : "", "brand_public_template_css" : "" }; var ac_action = null; var plink = "https://carproperty.com/letters"; var apipath = "https://carproperty.com/letters/api.php"; var acgpath = "https://carproperty.com/letters/ac_global"; ac_tooltip_init(); ac_editor_init_mid_object.content_css = ac_js_site.p_link + ac_editor_init_mid_object.content_css; ac_liveedit_onclose = function(id) { return; if (id == "acontent") { // Article content window.setTimeout(function() { main_highlight_def($("article_content"), glossary, "article_highlight"); main_highlight_def($("article_content"), glossary_s, "article_highlight"); }, 200); } else if (id == "category_descript") { // Category description window.setTimeout(function() { main_highlight_def($("category_descript"), glossary, "article_highlight"); main_highlight_def($("category_descript"), glossary_s, "article_highlight"); }, 200); } } function main_highlight_def(elem, dict, cls) { ac_dom_highlight(elem, dict, true); ac_dom_highlight_definition(elem, dict, cls); } function main_highlight(elem, dict, cls) { ac_dom_highlight(elem, dict, false); ac_dom_highlight_replace(elem, dict, cls); }