Por favor, ten en cuenta 📝 que si deseas hacer un trato 🤝 con este usuario, está baneado 🔒.
hola hermanos betas... solicitu su ayuda para este problema que tengo ... vera intento instalar un Script web pero me sale este problema:
dejo qui el codigo:
desde ya gracias por la ayuda
dejo qui el codigo:
PHP:
<?php
//error_reporting(E_ALL ^ E_NOTICE);
/* Mysqli Information */
$config['db_host'] = '127.0.0.1'; // HOST DE TU BASE DE DATOS
$config['db_user'] = 'noticiasfalsas'; //USUARIO DE TU BASE DE DATOS
$config['db_password'] = ''; //CONTRASENA DE TU BASE DE DATOS
$config['db_name'] = 'root'; // EL NOMBRE DE TU BASE DE DATOS
/* Website Information */
$config['url'] = 'localhost'; // LA URL DE TU WEBSITE
$config['name'] = 'Bromas.com'; //NOMBRE
$config['title'] = 'Bromas y mas bROMAS'; //TITULO PARA TU PAGINA
$config['description'] = 'Bromas y mas bROMAS'; //DESCRIPCION
$config['keywords'] = 'ff,ff,ff,ff'; //KEYWORDS PARA TU WEBSITE
$config['cookie_name'] = 'sondeo'; // SI QUIERES CAMBIAR EL NOMBRE ALA COOKIE :D
$config['app_id'] = ''; // LA ID DE TU FANPAGE
$config['twitter_username'] = [MENTION=34505]sondeoh[/MENTION]'; //USUARIO DE TWITTER AQUI POR EJEMPLO [MENTION=34505]sondeoh[/MENTION]
//$config[''] = '';
//$config[''] = '';
@$db = mysqli_connect($config['db_host'], $config['db_user'], $config['db_password'], $config['db_name'])or die(mysqli_error($db));
/* Funcion para evitar alos juackersiyos jijiji */
function mysql_clean($string) {
if(!get_magic_quotes_gpc()) {
$string = stripslashes($string);
}
$string = htmlspecialchars($string, ENT_QUOTES);
//$string = str_replace('\\', '\\\\', $string);
return $string;
}
//Para acortar los textos
function cut($string, $s, $add ) {
if(strlen($string) > $s) {
$string = substr($string, 0, $s).$add;
}
return $string;
}
?>
desde ya gracias por la ayuda