|
|||||||
PHP_консультац
Время создания: 05.12.2019 16:14
Текстовые метки: PHP консультация
Раздел: PHP_консультация
Запись: alensav/MyTetra2/main/base/1575551661r1u86vivg9/text.html на raw.githubusercontent.com
|
|||||||
|
|||||||
ddPHP_консультац О нлайн консультации экспертов Психология
Эзотерика
Юриспруденция
Учеба и наука
ТЕХНОЛОГИИ PHP
Все категории
Вопросы Технологии PHP Добрый день! Как устранить замечание по… Оплатите вопрос! Добрый день! Как устранить замечание по скрипту php -Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ']' on line 55 : 55. global $lang; Анатолий сегодня, 19:22 Технологии / PHP 0 ответов Оплатить Редактировать Удалить Закрыть Ответов пока нет config.php <?php //Localization require_once(dirname(__FILE__)."/lang/russian.php"); //Download available in minutes $download_minutes = 120; //Download times available $download_times = 2; //Download currency $download_currency_name = __("RUB"); //Script URL $script_url = "http://arhiv-proekt.ru/sellfileeasy/"; //Send email to user from(website email) $fxn_website_email = "Анатолий С. sav27951@yandex.ru@mail>"; //Buttom copyright row $buttom_copyright = "Анатолий Серов. sav27951@yandex"; //Is Nginx $nginx = false; //Statistics Login $stat_login = "admin-sav"; //Change //Statistics Password $stat_pass = "2Ro485127_sav"; //Change //ROBOKASSA uncomment to use, or comment // to disable require_once(dirname(__FILE__)."/robokassa/config.php"); //Z-Payment uncomment to use, or comment // to disable //require_once(dirname(__FILE__)."/z-payment/config.php"); //2CheckOut uncomment to use, or comment // to disable //require_once(dirname(__FILE__)."/2checkout/config.php"); //Interkassa uncomment to use, or comment // to disable //require_once(dirname(__FILE__)."/interkassa/config.php"); //Paypal uncomment to use, or comment // to disable //require_once(dirname(__FILE__)."/paypal/config.php"); //Yandex.money uncomment to use, or comment // to disable require_once(dirname(__FILE__)."/yamoney/config.php"); //payMaster uncomment to use, or comment // to disable //require_once(dirname(__FILE__)."/paymaster/config.php"); //Qiwi uncomment to use, or comment // to disable require_once(dirname(__FILE__)."/qiwi/config.php"); //Custom uncomment to use, or comment // to disable //require_once(dirname(__FILE__)."/custom_sfe/config.php"); //Webmoney uncomment to use, or comment // to disable require_once(dirname(__FILE__)."/webmoney/config.php"); //Localization function __($text) { global $lang; return isset($lang[md5($text)])?$lang[md5($text)] : $text; } //Fix URL $script_url = substr($script_url, -1, 1) == "/" ? $script_url : $script_url."/"; //Images url $images_url = $script_url."images"; ?> |
|||||||
Так же в этом разделе:
|
|||||||
|
|||||||
|