if ($_SERVER['REMOTE_ADDR'] != "127.0.0.1"){
$cfgServerPort = ""; // MySQL port - leave blank for default port
$cfgServerHost = "localhost"; // MySQL hostname
$cfgServerUser = "dancabra_user"; // MySQL user
$cfgServerPassword = "321123"; // MySQL password
$cfgDbDatabase = "dancabra_delio"; // MySQL database name containing phpSecurePages table
} else {
$cfgServerPort = ""; // MySQL port - leave blank for default port
$cfgServerHost = "localhost"; // MySQL hostname
$cfgServerUser = "root"; // MySQL user
$cfgServerPassword = ""; // MySQL password
$cfgDbDatabase = ""; // MySQL database name containing phpSecurePages table
}
$conexao = mysql_connect("$cfgServerHost", "$cfgServerUser", "$cfgServerPassword"); $db = mysql_select_db("$cfgDbDatabase");
?>
$acao = "ultimo";
$limite2 = "LIMIT 20";
include "estrutura/mural/exibe.php";
?>