$paidOK=false;
if( isset($_GET['paidok']) && ($_GET['paidok']='yes') ){
$paidOK=true;
}
if($paidOK){include '../reg/thankyou.php';
}else{
?>
Echoloop VST Download>Register>Donate
include '../reg/downloadecho.php';
}
?>
Register Echoloop VST Plugin
include '../reg/validate.php';
$fullName=$name1.' '.$name2;
$licenseType='1';
$plugName='Echoloop';
$regFileName='EcholoopMathons.rky';
$regTypeMessage="";
if($spambot) include'../reg/spambot.php';
elseif($inputValid) include'../reg/doreg.php';
else include'../reg/regform.php';
//mysql_real_escape_string()
?>
|
if(!$paidOK)include '../reg/donate.php';
else{
?>
Download Echoloop VST Plugin
include '../reg/downloadecho.php';
}
?>
|
|