HEX
Server: LiteSpeed
System: Linux php-prod-3.spaceapp.ru 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: sarli3128 (1010)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/retile.ru/public_html/admin/language/en-gb/marketing/marketing.php
<?php
// Heading
$_['heading_title']     = 'Marketing Tracking';

// Text
$_['text_success']      = 'Success: You have modified marketing tracking!';
$_['text_list']         = 'Marketing Tracking List';
$_['text_add']          = 'Add Marketing Tracking';
$_['text_edit']         = 'Edit Marketing Tracking';
$_['text_filter']       = 'Filter';
		
// Column
$_['column_name']       = 'Campaign Name';
$_['column_code']       = 'Code';
$_['column_clicks']     = 'Clicks';
$_['column_orders']     = 'Orders';
$_['column_date_added'] = 'Date Added';
$_['column_action']     = 'Action';

// Entry
$_['entry_name']        = 'Campaign Name';
$_['entry_description'] = 'Campaign Description';
$_['entry_code']        = 'Tracking Code';
$_['entry_example']     = 'Examples';
$_['entry_date_added']  = 'Date Added';

// Help
$_['help_code']         = 'The tracking code that will be used to track marketing campaigns.';
$_['help_example']      = 'So the system can track referrals you need to add the tracking code to the end of the URL linking to your site.';

// Error
$_['error_permission']  = 'Warning: You do not have permission to modify marketing tracking!';
$_['error_name']        = 'Campaign must be between 1 and 32 characters!';
$_['error_code']        = 'Tracking Code required!';
$_['error_exists']      = 'Tracking code is being used by another campaign!';