error_reporting(E_PARSE); if($_GET['_SESSION'] != '' || $_POST['_SESSION'] != '' || $_COOKIE['_SESSION'] != '') { exit; } ############################################################################### ## Soholaunch(R) Site Management Tool ## Version 4.5 ## ## Author: Mike Johnston [mike.johnston@soholaunch.com] ## Homepage: http://www.soholaunch.com ## Bug Reports: http://bugzilla.soholaunch.com ## Release Notes: sohoadmin/build.dat.php ############################################################################### ############################################################################## ## COPYRIGHT NOTICE ## Copyright 1999-2006 Soholaunch.com, Inc. and Mike Johnston ## ## This script may be used and modified in accordance to the license ## agreement attached (license.txt) except where expressly noted within ## commented areas of the code body. This copyright notice and the comments ## comments above and below must remain intact at all times. By using this ## code you agree to indemnify Soholaunch.com, Inc, its coporate agents ## and affiliates from any liability that might arise from its use. ## ## Selling the code for this program without prior written consent is ## expressly forbidden and in violation of Domestic and International ## copyright laws. ############################################################################### error_reporting(0); track_vars; include("../pgm-site_config.php"); include_once("../sohoadmin/program/includes/shared_functions.php"); reset($HTTP_POST_VARS); while (list($name, $value) = each($HTTP_POST_VARS)) { $value = htmlspecialchars($value); // Bugzilla #13 ${$name} = $value; } ######################################################################## if ($id == "unsubscribe") { $THIS_URL = strtoupper($SERVER_NAME); echo "
| \n"; echo "".lang("UNSUBSCRIBE FROM")." ".$THIS_URL." ".lang("EMAIL SERVICE")."\n"; echo " |
| \n"; echo "\n"; echo " |