Я установил скрипт - ссылка , после чего выдает такую ошибку - ссылка
Код файла common.php
<?php
if(!defined('TASTYDIR_VERSION')){ echo 'No direct access allowed.'; die(); }
// if you want the home directory to be something other than the actual directory tastydir is installed in, change this. // FULL PATH PLEASE! default is blank. $homedir='';
// globally invisible files // tastydir's files are added to this to prevent security problems and generally creating a mess $inv=array( dirname($path).'/index.php', dirname($path).'/_tastydir' );
// json_encode for PHP 4 and early PHP 5 - thanks Steve! // http://au.php.net/manual/en/function.json-encode.php#82904 if (!function_exists('json_encode')) { function json_encode($a=false) { if (is_null($a)) return 'null'; if ($a === false) return 'false'; if ($a === true) return 'true'; if (is_scalar($a)) { if (is_float($a)) { // Always use "." for floats. return floatval(str_replace(",", ".", strval($a))); }
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
Andrew_las
Здравствуйте!
Я установил скрипт - ссылка , после чего выдает такую ошибку - ссылка
Код файла common.php
А вот и сам кусок кода:
Edited by Andrew_lasLink to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.