Server IP : 108.163.255.210 / Your IP : 3.138.178.162 Web Server : Apache System : Linux blossom.urlnameserver.com 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64 User : ( 1172) PHP Version : 7.2.34 Disable Function : eval,escapeshellarg,proc_close,proc_get_status,proc_nice,proc_open,symlink,system,pcntl_exec,getrusage,chown,chgp,closelog,openlog,syslog,define_syslog_variables,php_ini_loaded_file,getservbyname,getservbyport,posix_getgid,posix_getgrgid,proc_terminate,pfsockopen,apache_child_terminate,posix_mkfifo,posix_setpgid,posix_setuid,hypot,pg_host,pos,posix_access,posix_getcwd,posix_getservbyname,myshellexec,getpid,posix_getsid,posix_isatty,posix_kill,posix_mknod,posix_setgid,posix_setsid,posix_setuid,posix_times,posix_uname,ps_fill,posix_getpwuid,global,ini_restore,zip_open,zip_read,rar_open,bzopen,bzread,bzwrite,apache_get_modules,apache_get_version,phpversionphpinfo,php_ini_scanned_files,get_current_user,disk_total_space,diskfreespace,leak,imap_list,hypo,filedump,safe_mode,getmygid,apache_getenv,apache_setenv,bzread,bzwrite,bzopen,phpini,higlight_file,dos_conv,get_cwd,er_log,cmd,e_name,vdir,get_dir,only_read,ftok,ftpexec,posix_getpwnam,mysql_list_dbs,disk_free_space,session_save_path,confirm_phpdoc_compiled,zip_entry_rea,php_u,psockopen,crack_opendict,crack_getlastmessage,crack_closedict,crack_check,fpassthru,posix_get_last_error,posix_getlogin,posix_getgroups,posix_strerror,posix_getrlimit,posix_getpgrp,posix_getgrnam,pos,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/unilinki/www/Development/includes/ |
Upload File : |
<?php $user_profileid = $userdetail['user_profileid']; $user=$com_obj->singlerec("select * from mlm_register where user_profileid='$user_profileid' and user_status='0'"); $ufname=ucfirst($user['user_fname']); $ulname=$user['user_lname']; $email=$user['user_email']; if($user_profileid==""){ @session_destroy(); header("location:login.php"); echo "<script>location.href='login.php';</script>"; exit; } $bal = $com_obj->totalBal($userdetail['user_profileid']); $with = $com_obj->withdrawBal($userdetail['user_profileid']); $reward=$com_obj->completedPair($_SESSION['profileid']); //$reward='25'; $reimg=$com_obj->singlerec("select * from mlm_reward where pair_complete like '$reward' and status='1'"); $re_img=$reimg['reward_img']; $paircount=$reimg['pair_complete']; if($reward==$paircount){ $subject="Reward Complete Details from ".$website_name; $msg="<table cellpadding='0' cellspacing='0' border='0' bgcolor='#006699' style='border:solid 10px #006699; width:550px;'> <tr bgcolor='#006699' height='25'> <td><img src=".$logourl." border='0' width='200' height='60' /></td> </tr> <tr bgcolor='#FFFFFF'><td> </td></tr> <tr bgcolor='#FFFFFF' height='30'> <td valign='top' style='font-family:Arial; font-size:12px; line-height:18px; text-decoration:none; color:#000000; padding-left:20px;'><b>Reward Complete Details from ".$website_name." </b></td> </tr> <tr bgcolor='#FFFFFF' height='35'> <td style='padding-left:20px; font-family:Arial; font-size:11px; line-height:18px; text-decoration:none; color:#000000;'>Dear $ufname, </td> </tr> <tr bgcolor='#FFFFFF' height='35'> <td style='padding-left:20px; font-family:Arial; font-size:11px; line-height:18px; text-decoration:none; color:#000000;'>congratulation,You have successfully completed $reward pair's.</td> </tr> <tr bgcolor='#FFFFFF'> <td align='left' style='padding-left:20px; font-family:Arial; font-size:11px; line-height:18px; text-decoration:none; color:#000000; padding-left:20px;'> Regards,<br> ".$website_name."<br> </td> </tr> <tr bgcolor='#FFFFFF'><td> </td></tr> <tr height='40'> <td align='right' style='font-family: Arial, Helvetica, sans-serif;font-size: 10px;background-color:#006699; color: #000000;'>© Copyright " .date("Y")." "."<a href='$website_url/login.php' style='font-family:Arial; font-size:11px; font-weight:bold; text-decoration:none; color:#FFFFFF;'>".$website_name."</a>."." </td> </tr> </table>"; $to=$email; $cmail=$com_obj->commonMail($to,$subject,$msg); } $ismemExpired=extra::ismemExpired($_SESSION['profileid']); if($ismemExpired) { $renewIn=extra::renewIn(); if($renewIn<=0) $com_obj->insertrec("update mlm_register set user_status='1' where user_profileid='$_SESSION[profileid]'"); } $sponid=$userdetail['user_sponserid']; $detail=$com_obj->singlerec("select * from mlm_register where user_profileid='$sponid' and user_status='0'"); ?> <div class="row"> <div class="col-sm-12 profile-info"> <div class="row"> <div class="col-sm-3 text-center"> <img src="<?php echo $profileimages;?>" class="img-responsive" width="128" height="128" /> <?php if(!empty($re_img)){ ?> <img src="./uploads/products/logo/mid/<?php echo $re_img; ?>" width="45" class="tt" /> <?php }else{ } ?> </div> <div class="col-sm-9"> <blockquote style="height: 155px; margin: 0;"> <h4 class="profle_head"> <?php echo $userdetail['user_fname']; ?> <span style="float:right; display:block;"> <?php echo $userdetail['user_date']; ?> </span> </h4> <div class="table-responsive" style="margin-top:30px;"> <table class="table" cellpadding="7" cellspacing="0" border="0" width="100%"> <tr> <td width="20%"> <strong>Name</strong> </td> <td width="7" align="center">:</td> <td width="28%"> <?php echo $userdetail['user_fname']; ?> </td> <td width="20%"> <strong>Email id</strong> </td> <td width="7" align="center">:</td> <td width="28%"> <?php echo $userdetail['user_email']; ?> </td> </tr> <tr> <td width="20%"> <strong>Profile Id</strong> </td> <td width="7" align="center">:</td> <td width="28%"> <?php echo $userdetail['user_profileid']; ?> </td> <td width="20%"> <strong>Sponsor Name</strong> </td> <td width="7" align="center">:</td> <td width="28%"> <?php echo $detail['user_fname'].' '.$detail['user_lname']; ?> </td> </tr> </table> </div> <hr style="border: 1px solid #f5f5f5;" /> <div style="text-align:center;"> <ul style="list-style:none; margin: 0; width:100%;"> <li style="margin:0 10px; display:block;"> <label class="cb-enable selected"> <span> Total Balance </span> </label> <label class="cb-disable"> <span style="min-width:50px;"><?php echo $com_obj->totalBal($userdetail['user_profileid'])." ".$sitecurrency; ?></span> </label> </li> <li><span style="float:left; margin:0 10px;"> </span></li> <li style="margin:0 10px;"> <label class="cb-enable selected"> <span>Withdraw Balance </span> </label> <label class="cb-disable"> <span style="min-width:50px;"><?php echo $com_obj->withdrawBal($userdetail['user_profileid'])." ".$sitecurrency ; ?></span> </label> </li> <li><span style="float:left; margin:0 10px;"> </span></li> <li style="margin:0 10px;"> <label class="cb-enable selected"> <span>Available Balance </span> </label> <label class="cb-disable"> <span style="min-width:50px;"> <?php echo $com_obj->availBal($bal,$with)." ".$sitecurrency; ?></span> </label> </li> </ul> </div> </blockquote> </div> </div> </div> </div>