extract ($HTTP_GET_VARS, EXTR_OVERWRITE);
extract ($HTTP_POST_VARS, EXTR_OVERWRITE);
extract ($HTTP_COOKIE_VARS, EXTR_OVERWRITE);
require_once("./affiliates/stats/lib/config.lib.php");
require_once("./affiliates/stats/lib/function.lib.php");
require_once("./affiliates/stats/lib/mail.lib.php");
require_once("./affiliates/stats/lib/template.lib.php");
if (isset($HTTP_GET_VARS)) { while(list($name,$value)=each($HTTP_GET_VARS)) $FRM[$name]=$value; }
if (isset($HTTP_POST_VARS)){ while(list($name,$value)=each($HTTP_POST_VARS)) $FRM[$name]=$value; }
if (empty($FRM['fnct'])) $FRM['fnct'] = 'view_index';
$TPL['SELF'] = basename($PHP_SELF);
eval(main());
function derr($err)
{
echo "
$err
";
exit;
}
function main()
{
global $FRM;
$call = $FRM['fnct'];
if( empty($call) ) derr("Empty function");
if( !function_exists($call) ) derr("Function not found");
$call();
}
function view_index($err='')
{
global $TPL,$FRM,$VAR;
$TPL['FUNCTION']="contact with support service";
//
?>
This site is made to help others to choose the right product and to save
their money, time and nerves. We hope that we have succeed in our mission and
that you've found the item you were looking for.