include "includes/header.php"; $msg = isset($msg)?$msg:''; $sponsor_id = isset($sponsor_id)?$sponsor_id:''; $sponsor_name = isset($sponsor_name)?$sponsor_name:''; $place_id = isset($place_id)?$place_id:''; if(isset($_SESSION['reg_usr_mail'])) { echo ""; header("location:register-otp-check.php"); exit; } if(isset($sid)) { $sponsor_id = $sid; $row_ct = $db->singlerec("select count(*) as count from register where sponsor_id='$sponsor_id'"); $get_pack=$db->extract_single("select member_pack from register where userprofile_id='$sponsor_id'"); $ids=explode(',',$get_pack); $getval=$ids[0]; $checkdonation=$db->extract_single("select count(*) from user_donation where from_id='$sponsor_id' and pack_id='$getval'"); if($checkdonation >= 2) { $sponsor_id = $sid; $_SESSION['sponsor_id'] = $sponsor_id; $sponsor_name = $extra->userName($sponsor_id); $extra->PlacementID($sponsor_id); $place_id = $extra->placement; } else { $sponsor_id = ''; echo ""; header("location:register.php?countdon"); exit; } } if(isset($exceed)) $msg = 'Sponsor\'s Referral limit exceeded'; if(isset($countdon)) $msg = 'Sponsor\'s need to donate'; if(isset($captcherr)) $msg = 'Please Check the the captcha!'; if(isset($captch_mismatch)) $msg = 'Captcha mismatch!'; if(isset($inval_email)) $msg = 'Invalid Email!'; if(isset($exst_email)) $msg = 'Email Id already exist!'; if(isset($mismatch)) $msg = 'Password Mismatch!'; ?> include "includes/headersection.php"; ?> Register in Choose Register Type: Token System Member Pack MemberPack Levels: $packDets = $db->get_all("select * from membership where active_status='1' order by price asc limit 1"); for($i=0;$i } ?> Epin: Admin Fee : I agree with Terms of Services Submit Already have an account? Login include "includes/footer.php";?>