File manager - Edit - /home/ferretapmx/public_html/suitecrm7.tar
Back
info.xml 0000644 00000007066 15231110216 0006222 0 ustar 00 <soft xmlns="http://www.softaculous.com"> <overview> <img src="logo.png" style="float:right;margin:10px;" alt="" />{{overview}} </overview> <features> {{features}} </features> <demo> http://www.softaculous.com/demos/SuiteCRM_7 </demo> <ratings> http://www.softaculous.com/softwares/erp/SuiteCRM_7 </ratings> <space> 172263628 </space> <support> http://suitecrm.com </support> <version> 7.15.1 </version> <mod>9</mod> <release_date>19-03-2026</release_date> <admin>index.php</admin> <softversion> 4.5.4 </softversion> <requirement check="php" type="version" operator="ge" value="8.1.0" /> <requirement check="mysql" type="version" operator="ge" value="8.0.0" mariadb="10.6.0" /> <requirement check="php" type="extension" name="mysqli" /> <requirement check="php" type="extension" name="curl" /> <requirement check="php" type="extension" name="intl" /> <requirement check="php" type="extension" name="json" /> <requirement check="php" type="extension" name="gd" /> <requirement check="php" type="extension" name="mbstring" /> <requirement check="php" type="extension" name="openssl" /> <requirement check="php" type="extension" name="soap" /> <requirement check="php" type="extension" name="xml" /> <requirement check="php" type="extension" name="zip" /> <languages> <english-overview> <font size="5" color="#182e7a">SuiteCRM</font> is a fork of SugarCRM. SuiteCRM is designed to be a free and open source alternative to SugarCRM Professional Edition. Because it is based on SugarCRM, all the community provided extensions that work with Community Edition will also work with SuiteCRM. <br /><br /> SuiteCRM is also an excellent alternative to SalesForce Professional and Microsoft Dynamics <br /><br /> SuiteCRM is released under the <a href="http://www.suitecrm.com/wiki/index.php/Licensing" target="_blank">GNU Affero General Public License version 3</a>. </english-overview> <english-features> <font size="2" color="#A61042"><b>MANAGE YOUR CONTACTS</b></font><br /><br /> Organise your business contacts and record relevant information that will help your business create opportunities and leads. Import your contacts to communicate with clients and send marketing campaigns. Duplicate contact information for clients who work in the same business, to reduce time and improve efficiency.<br /><br /> <font size="2" color="#A61042"><b>TARGET CUSTOMERS</b></font><br /><br /> Target customers you want to do business with and configure them into lists through information gathered in the contacts database. By understanding who you want to target, your business can focus on creating marketing campaigns for those people who will most likely buy your product or service.<br /><br /> <font size="2" color="#A61042"><b>ORGANISE MEETINGS</b></font><br /><br /> Schedule meetings with clients or colleagues with SuiteCRM Max, and send invites to those people you want to attend. Manage the notes of your meetings to keep track with what is happening in your business. Set an expected duration for those meetings and reminders prior to them taking place.<br /><br /> </english-features> <english-exp_ad_pass>New password. Leave blank if you do not want to reset the password</english-exp_ad_pass> <english-err_no_username>Please provide the username to reset the password</english-err_no_username> <english-err_no_such_user>The Admin username is incorrect and does not exist!</english-err_no_such_user> <english-no_pass_encrypt>Could not encrypt admin password because the domain is not pointing to the correct server</english-no_pass_encrypt> </languages> </soft> config.php 0000644 00000027625 15231110216 0006526 0 ustar 00 <?php // created: [[regtime]] $sugar_config = array ( 'addAjaxBannedModules' => array ( 0 => 'SecurityGroups', ), 'admin_access_control' => false, 'admin_export_only' => false, 'allowed_preview' => array ( 0 => 'gif', 1 => 'png', 2 => 'jpeg', 3 => 'jpg', ), 'anti_malware_scanners' => array ( 'SuiteCRM\\Utility\\AntiMalware\\Providers\\ClamTCP' => array ( 'name' => 'ClamAntiVirus TCP', 'support_page' => 'https://www.clamav.net/', 'enabled' => false, 'path' => NULL, 'options' => array ( 'ip' => '127.0.0.1', 'port' => 3310, 'type' => 'local', ), ), 'SuiteCRM\\Utility\\AntiMalware\\Providers\\Sophos' => array ( 'name' => 'Sophos Anti Virus (Linux)', 'support_page' => 'https://www.sophos.com/en-us/products/free-tools/sophos-antivirus-for-linux.aspx', 'enabled' => false, 'path' => '/opt/sophos-av/bin/savscan', 'options' => '-ss', ), ), 'aod' => array ( 'enable_aod' => false, ), 'aop' => array ( 'distribution_method' => 'roundRobin', 'case_closure_email_template_id' => '[[case_closure_email_template_id]]', 'joomla_account_creation_email_template_id' => '[[joomla_account_creation_email_template_id]]', 'case_creation_email_template_id' => '[[case_creation_email_template_id]]', 'contact_email_template_id' => '[[contact_email_template_id]]', 'user_email_template_id' => '[[user_email_template_id]]', ), 'aos' => array ( 'version' => '5.3.3', 'contracts' => array ( 'renewalReminderPeriod' => '14', ), 'lineItems' => array ( 'totalTax' => false, 'enableGroups' => true, ), 'invoices' => array ( 'initialNumber' => '1', ), 'quotes' => array ( 'initialNumber' => '1', ), ), 'cache_dir' => 'cache/', 'calculate_response_time' => true, 'calendar' => array ( 'default_view' => 'week', 'show_calls_by_default' => true, 'show_tasks_by_default' => true, 'show_completed_by_default' => true, 'editview_width' => 990, 'editview_height' => 485, 'day_timestep' => 15, 'week_timestep' => 30, 'items_draggable' => true, 'items_resizable' => true, 'enable_repeat' => true, 'max_repeat_count' => 1000, ), 'chartEngine' => 'Jit', 'common_ml_dir' => '', 'create_default_user' => false, 'cron' => array ( 'max_cron_jobs' => 10, 'max_cron_runtime' => 30, 'min_cron_interval' => 30, 'allowed_cron_users' => array ( 0 => '[[cron_user]]', ), ), 'dashlet_auto_refresh_min' => 30, 'dashlet_display_row_options' => array ( 0 => '1', 1 => '3', 2 => '5', 3 => '10', ), 'date_formats' => array ( 'Y-m-d' => '2010-12-23', 'm-d-Y' => '12-23-2010', 'd-m-Y' => '23-12-2010', 'Y/m/d' => '2010/12/23', 'm/d/Y' => '12/23/2010', 'd/m/Y' => '23/12/2010', 'Y.m.d' => '2010.12.23', 'd.m.Y' => '23.12.2010', 'm.d.Y' => '12.23.2010', ), 'datef' => 'm/d/Y', 'dbconfig' => array ( 'db_host_name' => '[[softdbhost]]', 'db_host_instance' => 'SQLEXPRESS', 'db_user_name' => '[[softdbuser]]', 'db_password' => '[[softdbpass]]', 'db_name' => '[[softdb]]', 'db_type' => 'mysql', 'db_port' => '', 'db_manager' => 'MysqliManager', 'collation' => 'utf8mb4_general_ci', 'charset' => 'utf8mb4', ), 'dbconfigoption' => array ( 'persistent' => true, 'autofree' => false, 'debug' => 0, 'ssl' => false, 'collation' => 'utf8mb4_general_ci', 'charset' => 'utf8mb4', ), 'default_action' => 'index', 'default_charset' => 'UTF-8', 'default_currency_iso4217' => 'USD', 'default_currency_name' => 'US Dollars', 'default_currency_significant_digits' => 2, 'default_currency_symbol' => '$', 'default_date_format' => 'm/d/Y', 'default_decimal_seperator' => '.', 'default_email_charset' => 'UTF-8', 'default_email_client' => 'sugar', 'default_email_editor' => 'html', 'default_export_charset' => 'UTF-8', 'default_language' => 'en_us', 'default_locale_name_format' => 's f l', 'default_max_tabs' => 10, 'default_module' => 'Home', 'default_module_favicon' => false, 'default_navigation_paradigm' => 'gm', 'default_number_grouping_seperator' => ',', 'default_password' => '', 'default_permissions' => array ( 'dir_mode' => [[set_odc]], 'file_mode' => [[set_ofc]], 'user' => '', 'group' => '', ), 'default_subpanel_links' => false, 'default_subpanel_tabs' => true, 'default_swap_last_viewed' => false, 'default_swap_shortcuts' => false, 'default_theme' => 'SuiteP', 'default_time_format' => 'h:ia', 'default_user_is_admin' => false, 'default_user_name' => '', 'demoData' => 'no', 'developerMode' => false, 'disable_convert_lead' => false, 'disable_export' => false, 'disable_persistent_connections' => false, 'display_email_template_variable_chooser' => false, 'display_inbound_email_buttons' => false, 'dump_slow_queries' => false, 'email_address_separator' => ',', 'email_calendar_invite_type' => 'rsvp_ics', 'email_confirm_opt_in_email_template_id' => '[[email_confirm_opt_in_email_template_id]]', 'email_default_client' => 'sugar', 'email_default_delete_attachments' => true, 'email_default_editor' => 'html', 'email_enable_auto_send_opt_in' => false, 'email_enable_confirm_opt_in' => 'not-opt-in', 'email_import_fetch_unread_only' => false, 'email_import_per_run_threshold' => 25, 'email_import_timeframe_start' => '-30 days', 'email_warning_notifications' => false, 'enable_action_menu' => true, 'enable_line_editing_detail' => true, 'enable_line_editing_list' => true, 'export_delimiter' => ',', 'export_excel_compatible' => false, 'external_trusted_hosts' => array ( ), 'filter_module_fields' => array ( 'Users' => array ( 0 => 'show_on_employees', 1 => 'portal_only', 2 => 'is_group', 3 => 'system_generated_password', 4 => 'external_auth_only', 5 => 'sugar_login', 6 => 'authenticate_id', 7 => 'pwd_last_changed', 8 => 'is_admin', 9 => 'user_name', 10 => 'user_hash', 11 => 'password', 12 => 'last_login', 13 => 'oauth_tokens', ), 'Employees' => array ( 0 => 'show_on_employees', 1 => 'portal_only', 2 => 'is_group', 3 => 'system_generated_password', 4 => 'external_auth_only', 5 => 'sugar_login', 6 => 'authenticate_id', 7 => 'pwd_last_changed', 8 => 'is_admin', 9 => 'user_name', 10 => 'user_hash', 11 => 'password', 12 => 'last_login', 13 => 'oauth_tokens', ), ), 'google_auth_json' => '', 'hide_subpanels' => true, 'history_max_viewed' => 50, 'host_name' => '[[domhost]]', 'id_validation_pattern' => '/^[a-zA-Z0-9_-]*$/i', 'imap_test' => false, 'import_max_execution_time' => 3600, 'import_max_records_per_file' => 100, 'import_max_records_total_limit' => '', 'installer_locked' => true, 'jobs' => array ( 'min_retry_interval' => 30, 'max_retries' => 5, 'timeout' => 86400, ), 'js_custom_version' => 1, 'js_lang_version' => 1, 'languages' => array ( 'en_us' => 'English (US)', ), 'large_scale_test' => false, 'lead_conv_activity_opt' => 'donothing', 'legacy_email_behaviour' => false, 'list_max_entries_per_page' => 20, 'list_max_entries_per_subpanel' => 10, 'lock_default_user_name' => false, 'lock_homepage' => false, 'lock_subpanels' => false, 'log_dir' => '.', 'log_file' => 'suitecrm.log', 'log_memory_usage' => false, 'logger' => array ( 'level' => 'fatal', 'file' => array ( 'ext' => '.log', 'name' => 'suitecrm', 'dateFormat' => '%c', 'maxSize' => '10MB', 'maxLogs' => 10, 'suffix' => '', ), ), 'login_language' => true, 'max_dashlets_homepage' => '15', 'name_formats' => array ( 's f l' => 's f l', 'f l' => 'f l', 's l' => 's l', 'l, s f' => 'l, s f', 'l, f' => 'l, f', 's l, f' => 's l, f', 'l s f' => 'l s f', 'l f s' => 'l f s', ), 'oauth2_encryption_key' => '[[oauth2_encryption_key]]', 'oauth_code_delete_threshold' => '-7 days', 'oauth_token_delete_threshold' => '-7 days', 'passwordsetting' => array ( 'SystemGeneratedPasswordON' => '', 'generatepasswordtmpl' => '[[generatepasswordtmpl]]', 'lostpasswordtmpl' => '[[lostpasswordtmpl]]', 'factoremailtmpl' => '[[factoremailtmpl]]', 'forgotpasswordON' => false, 'linkexpiration' => '1', 'linkexpirationtime' => '30', 'linkexpirationtype' => '1', 'systexpiration' => '1', 'systexpirationtime' => '7', 'systexpirationtype' => '1', 'systexpirationlogin' => '', ), 'pdf' => array ( 'defaultEngine' => 'TCPDFEngine', ), 'portal_view' => 'single_user', 'require_accounts' => true, 'resource_management' => array ( 'special_query_limit' => 50000, 'special_query_modules' => array ( 0 => 'AOR_Reports', 1 => 'Export', 2 => 'Import', 3 => 'Administration', 4 => 'Sync', ), 'default_limit' => 20000, ), 'rss_cache_time' => '10800', 'save_query' => 'all', 'search' => array ( 'controller' => 'UnifiedSearch', 'defaultEngine' => 'BasicSearchEngine', 'pagination' => array ( 'min' => 10, 'max' => 50, 'step' => 10, ), 'ElasticSearch' => array ( 'enabled' => false, 'host' => 'localhost', 'user' => '', 'pass' => '', 'index' => '[[es_index]]', 'search_wildcard_char' => '%', 'search_wildcard_infront' => true, ), ), 'search_wildcard_char' => '%', 'search_wildcard_infront' => false, 'securitysuite_additive' => true, 'securitysuite_filter_user_list' => false, 'securitysuite_inherit_assigned' => true, 'securitysuite_inherit_creator' => true, 'securitysuite_inherit_parent' => true, 'securitysuite_popup_select' => false, 'securitysuite_strict_rights' => false, 'securitysuite_user_popup' => true, 'securitysuite_user_role_precedence' => true, 'securitysuite_version' => '6.5.17', 'session_dir' => '', 'session_gc' => array ( 'enable' => true, 'gc_probability' => 1, 'gc_divisor' => 100, ), 'showDetailData' => true, 'showThemePicker' => true, 'site_url' => '[[softurl]]/', 'slow_query_time_msec' => '100', 'stackTrace' => false, 'stack_trace_errors' => false, 'strict_id_validation' => false, 'sugar_version' => '6.5.25', 'sugarbeet' => false, 'suitecrm_version' => '7.15.1', 'system_email_templates' => array ( 'confirm_opt_in_template_id' => '[[email_confirm_opt_in_email_template_id]]', ), 'time_formats' => array ( 'H:i' => '23:00', 'h:ia' => '11:00pm', 'h:iA' => '11:00PM', 'h:i a' => '11:00 pm', 'h:i A' => '11:00 PM', 'H.i' => '23.00', 'h.ia' => '11.00pm', 'h.iA' => '11.00PM', 'h.i a' => '11.00 pm', 'h.i A' => '11.00 PM', ), 'timef' => 'H:i', 'tmp_dir' => 'cache/xml/', 'tracker_max_display_length' => 15, 'translation_string_prefix' => false, 'trusted_hosts' => array ( ), 'unique_key' => '[[unique_key]]', 'upload_badext' => array ( 0 => 'php', 1 => 'php3', 2 => 'php4', 3 => 'php5', 4 => 'php6', 5 => 'php7', 6 => 'php8', 7 => 'pl', 8 => 'cgi', 9 => 'py', 10 => 'asp', 11 => 'cfm', 12 => 'js', 13 => 'vbs', 14 => 'html', 15 => 'htm', 16 => 'phtml', 17 => 'phar', ), 'upload_dir' => 'upload/', 'upload_maxsize' => 30000000, 'use_common_ml_dir' => false, 'use_real_names' => true, 'valid_image_ext' => array ( 0 => 'gif', 1 => 'png', 2 => 'jpg', 3 => 'jpeg', 4 => 'svg', 5 => 'bmp', ), 'valid_imap_ports' => array ( 0 => '110', 1 => '143', 2 => '993', 3 => '995', ), 'vcal_time' => '2', 'verify_client_ip' => true, 'web_to_lead_allowed_redirect_hosts' => array ( ), ); import.php 0000644 00000006527 15231110216 0006571 0 ustar 00 <?php //0046a if(!extension_loaded('ionCube Loader')){$__oc=strtolower(substr(php_uname(),0,3));$__ln='ioncube_loader_'.$__oc.'_'.substr(phpversion(),0,3).(($__oc=='win')?'.dll':'.so');if(function_exists('dl')){@dl($__ln);}if(function_exists('_il_exec')){return _il_exec();}$__ln='/ioncube/'.$__ln;$__oid=$__id=realpath(ini_get('extension_dir'));$__here=dirname(__FILE__);if(strlen($__id)>1&&$__id[1]==':'){$__id=str_replace('\\','/',substr($__id,2));$__here=str_replace('\\','/',substr($__here,2));}$__rd=str_repeat('/..',substr_count($__id,'/')).$__here.'/';$__i=strlen($__rd);while($__i--){if($__rd[$__i]=='/'){$__lp=substr($__rd,0,$__i).$__ln;if(file_exists($__oid.$__lp)){$__ln=$__lp;break;}}}if(function_exists('dl')){@dl($__ln);}}else{die('The file '.__FILE__." is corrupted.\n");}if(function_exists('_il_exec')){return _il_exec();}echo('Site error: the file <b>'.__FILE__.'</b> requires the ionCube PHP Loader '.basename($__ln).' to be installed by the website operator. If you are the website operator please use the <a href="http://www.ioncube.com/lw/">ionCube Loader Wizard</a> to assist with installation.');exit(199); ?> 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 notes.txt 0000644 00000002154 15231110216 0006427 0 ustar 00 1) Do not install with Demo data. 2) SuiteCRM asks only for MySQLi 3) Fill softurl with '/' at the end in manual installation. 4) Dont forget to add the "generatepasswordtmpl" and "lostpasswordtmpl" in email_templates table in SQL 5) Add : error_reporting(E_PARSE); $sugar_config['http_referer']['list'][] = '[[servervar]]'; in config_override.php 6) Make script where Database ENGINE is InnoDB 7) Check and replace cache/* (which are not getting created post login) and custom folder from manual to zip if there are any changes. 8) Keep our code to redirect to public directory in .htaccess 9) Give writeble permission to /install directory in manual installation to create status.json. 10) PHP REQUIREMENT LINK : https://docs.suitecrm.com/admin/compatibility-matrix/#_versions 11) We do not provide Upgrade in SuiteCRM because there is no manual (GUI Based) upgrade utility. Only CLI upgrade is supported. Upgrade Guide : https://docs.suitecrm.com/8.x/admin/installation-guide/upgrading/ 12) We do not change "MySettings" value in `config` table because they are default module names. Check with base64_decode('value'); config_override.php 0000644 00000000204 15231110216 0010405 0 ustar 00 <?php /***CONFIGURATOR***/ error_reporting(E_PARSE); $sugar_config['http_referer']['list'][] = '[[servervar]]'; /***CONFIGURATOR***/ update_pass.php 0000644 00000001056 15231110216 0007557 0 ustar 00 <?php /** * A Compatibility library with PHP 5.5's simplified password hashing API. * * @author Anthony Ferrara <ircmaxell@php.net> * @license http://www.opensource.org/licenses/mit-license.html MIT License * @copyright 2012 The Authors */ @unlink('update_pass.php'); if(!defined('PASSWORD_BCRYPT')){ define('PASSWORD_BCRYPT', 1); } define('PASSWORD_DEFAULT', PASSWORD_BCRYPT); $resp = password_hash(strtolower(md5('[[admin_pass]]')), PASSWORD_DEFAULT); $resp1 = str_replace("\$", "\\\$", $resp); echo '<update_pass>'.$resp1.'</update_pass>'; ?>