(key:c=26982)(key:i=360) function linea_bb($userId,$lang) { if ($userId) { $linea_bb="
MIRA tus COLECCIONES     -    AYUDA
"; } else { $linea_bb="Registrate GRATIS     -    AYUDA
"; } return $linea_bb; } function linea_bb2($userId,$lang,$db) { if ($userId) { $sql = "SELECT * FROM users WHERE id=$userId"; $sth = $db->prepare($sql); $sth->execute(); $Cuser = $sth->fetchAll(PDO::FETCH_ASSOC); $Uname = $Cuser[0]['username']; if (strlen($Uname)>8) { $Uname=substr($Uname,7).".."; } $linea_bb="".$Uname.": Colecciones  Cambios   -    AYUDA
"; } else { $linea_bb="Registrate GRATIS     -    AYUDA
"; } return $linea_bb; }