\n"; echo "\n\n"; echo "
\n"; echo "\n"; echo "
\n"; echo "".lang("UNSUBSCRIBE FROM")." ".$THIS_URL." ".lang("EMAIL SERVICE")."\n"; echo "
\n"; echo "
\n"; echo "\n"; echo "
".lang("Please enter the email address where you wish NOT to receive future emails").":
\n"; echo "\n"; echo "

\n"; echo "
\n"; echo "
\n"; echo "\n"; exit; } if ($id == "UNDO_ACTION") { if (strlen($UNDO_EMAIL) < 5) { header("Location: index.php?id=unsubscribe"); exit; } $UNDO_EMAIL = strtolower($UNDO_EMAIL); $today = date("Y-m-d"); mysql_query("INSERT INTO UNSUBSCRIBE VALUES('NULL','$UNDO_EMAIL','$today')"); $THIS_URL = strtoupper($SERVER_NAME); echo "SUBSCRIPTION CONTROL CENTER ($SERVER_NAME)\n"; echo "\n\n"; echo "
\n"; echo "\n"; echo "
\n"; echo "".lang("UNSUBSCRIBE FROM")." $THIS_URL ".lang("EMAIL SERVICE")."\n"; echo "
\n"; echo "
".lang("The email address")." \"$UNDO_EMAIL\" ".lang("is no longer subscribed to our services.")."

\n"; echo lang("If you need to remove another email address from our subscription system").", ".lang("click here").".

\n"; echo "
\n"; echo " Dodge news, vehicle information, offers, Dodge dealership viper.Get detailed information on newnissan 350.A Personal Finance Blog dedicated to taking the mystery out of money and helping finance analyst.Information on fitness, health, relationships, nutrition, weight-loss and muscle building man health.Find great deals on used Dodge dealership caliber.Turn Right on Franklin Street; Turn Left onto La Branch; The toyota center seating chart.Check out expert reviews for a new or used bmw 325i.Best pictures and video galleries boy mom.Explore theall-new 2009 nissan 350z.An Edmunds.com guide to the popular 2007 nissan 350z.Enter your postcode to find your nearest nissan dealer.Genuine factory kia parts.Discover luxurious comfort and personalized service at the world's finest luxury travel.Shop for Grind King thunderbird truck.This overview covers all generations of the Toyota rav 4.See reviews, specs, and pictures of mercury.Find and buy used Dodge srt 4 dealer.Toyota Park also hosts the Chicago Machine toyota park bridgeview.Discount airfares, cheap travel.The Toyota celica.The Nissan Sentra is a compact car made by automaker nissan sentra.Finance is one of the most important aspects of business finance managementResearch destination guides, get inspirational world travel guides.This guide to the Jeep grand cherokee.The BMW Z3 was the first modern mass-market roadster produced by bmw z3.Explore the 2009 nissan frontiersercon 5000 sercon 5000 I made acquaintance \n"; exit; } ############################################################################################# ## Otherwise, This must be a request to "View" the current Newsletter ############################################################################################# $result = mysql_query("SELECT HTML_CONTENT, TEXT_CONTENT, CLICK_THRU_CNT FROM CAMPAIGN_MANAGER WHERE PRIKEY = '$id'"); $row = mysql_fetch_array($result); ############################################################################################# ## DISPLAY LINK TO HOME PAGE ############################################################################################# echo "\n"; echo "
\n"; echo "[ ".$lang["Visit"]." $SERVER_NAME ".$lang["now"]."! ]\n"; echo "

\n\n"; ############################################################################################# ## PARSE OUT WIERD CHARS TO MAKE LINKS AND IMAGES WORK CORRECTLY ############################################################################################# $THIS_HTML = eregi_replace("href=\"media/", "href=\"http://$this_ip/media/", $row[HTML_CONTENT]); $THIS_HTML = eregi_replace("runtime.css", "http://$this_ip/runtime.css", $THIS_HTML); $THIS_HTML = eregi_replace("shopping/", "http://$this_ip/shopping/", $THIS_HTML); $THIS_HTML = eregi_replace("pgm-secure", "http://$this_ip/pgm-secure", $THIS_HTML); $THIS_HTML = eregi_replace("pgm-form", "http://$this_ip/pgm-form", $THIS_HTML); $THIS_HTML = eregi_replace("pgm-download", "http://$this_ip/pgm-download", $THIS_HTML); $THIS_HTML = eregi_replace("pgm-email", "http://$this_ip/pgm-email", $THIS_HTML); $THIS_HTML = eregi_replace("pgm-print", "http://$this_ip/pgm-print", $THIS_HTML); $THIS_HTML = eregi_replace("pgm-view", "http://$this_ip/pgm-view", $THIS_HTML); $THIS_HTML = eregi_replace("pgm-print", "http://$this_ip/pgm-print", $THIS_HTML); $THIS_HTML = eregi_replace("pgm-view_video", "http://$this_ip/pgm-view_video", $THIS_HTML); $THIS_HTML = eregi_replace("VALUE=\"media/", "VALUE=\"http://$this_ip/media/", $THIS_HTML); $THIS_HTML = eregi_replace("index.php", "http://$this_ip/index.php", $THIS_HTML); $THIS_HTML = eregi_replace("src=\"images", "src=\"http://$this_ip/images", $THIS_HTML); $THIS_HTML = eregi_replace("http://$this_ip/http://$this_ip/", "http://$this_ip/", $THIS_HTML); // Text Editor Work around for images echo $THIS_HTML; // Update Click Through Count on Views Display in Campaign Manager $new_view = $row[CLICK_THRU_CNT] + 1; mysql_query("UPDATE CAMPAIGN_MANAGER SET CLICK_THRU_CNT = '$new_view' WHERE PRIKEY = '$id'"); ?>