Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Impacto Hosting

Botão NO AR, FORA DO AR

Recommended Posts

<?
if ($_SERVER['REMOTE_ADDR'] != "127.0.0.1"){

$cfgServerPort = ""; // MySQL port - leave blank for default port

$cfgServerHost = "localhost"; // MySQL hostname

$cfgServerUser = "impactoh_amaraji"; // MySQL user

$cfgServerPassword = "eita151422"; // MySQL password

$cfgDbDatabase = "impactoh_teste"; // MySQL database name containing phpSecurePages table

} else {

$cfgServerPort = ""; // MySQL port - leave blank for default port

$cfgServerHost = "localhost"; // MySQL hostname

$cfgServerUser = "impactoh_amaraji"; // MySQL user

$cfgServerPassword = "eita151422"; // MySQL password

$cfgDbDatabase = "impactoh_teste"; // MySQL database name containing phpSecurePages table

}

 

$conexao = mysql_connect("$cfgServerHost", "$cfgServerUser", "$cfgServerPassword"); $db = mysql_select_db("$cfgDbDatabase");

 

mysql_query("SELECT * FROM status WHERE no_ar = '2'")

{ echo "<img src='teste.jpg'>"};


?>

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.