B
BullEntertainment
Épsilon
Programador
buenas acabo de empezar a montar una hyip y me saltan unos cuantos errores en el script que he escogido : hyipp.hol.es
si alguien me lo puede solucionar se lo agradeceria mucho 😀
Deprecated: Function ereg() is deprecated in /home/u149378046/public_html/inc/config.inc.php on line 2228
Deprecated: Function split() is deprecated in /home/u149378046/public_html/index.php on line 587
Warning: strlen() expects parameter 1 to be string, array given in /home/u149378046/public_html/inc/libs/plugins/modifier.myescape.php on line 28
gracias 😀
si alguien me lo puede solucionar se lo agradeceria mucho 😀
Deprecated: Function ereg() is deprecated in /home/u149378046/public_html/inc/config.inc.php on line 2228
PHP:
2228: if (!ereg (''.'\\/\\/'. $host, $referer))
2229: {
2230: setcookie ('CameFrom', $referer, time () + 630720000);
2231: }
Deprecated: Function split() is deprecated in /home/u149378046/public_html/index.php on line 587
PHP:
587: list ($user_id, $chid) = split ('-', $password, 2);
Warning: strlen() expects parameter 1 to be string, array given in /home/u149378046/public_html/inc/libs/plugins/modifier.myescape.php on line 28
PHP:
function smarty_modifier_myescape($string)
{
if (strlen($string) > 20) <-- this is line 28
{
$string = str_replace('<SC', '<SC', $string);
$string = str_replace('<sC', '<sC', $string);
$string = str_replace('<Sc', '<Sc', $string);
$string = str_replace('<sc', '<sc', $string);
}
return $string;
}
gracias 😀