✏️ 正在编辑: ajax_downline_user.php
路径:
/home/llpreacharge/public_html/LLPRECHARGE/Distributers/ajax_downline_user.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php include'connection.php'; $downlineUsr = $_GET['downlineUsr']; $userid = $_GET['usrid']; $reSponser=mysqli_query($con,"select * from user where Userid='$downlineUsr' AND Parent1='$userid' OR Userid='$downlineUsr' AND Parent2='$userid' OR Userid='$downlineUsr' AND Parent3='$userid' OR Userid='$downlineUsr' AND Parent4='$userid' OR Userid='$downlineUsr' AND Parent5='$userid' OR Userid='$downlineUsr' AND Parent6='$userid' OR Userid='$downlineUsr' AND Parent7='$userid' OR Userid='$downlineUsr' AND Parent8='$userid'"); if($dataSponser=mysqli_fetch_array($reSponser)) { echo "<p style='color:green;'>".$dataSponser['Name']."</p>"; } else { echo "<p style='color:red;'>User Is Not Available In Your Downline !</p>"; } ?>
💾 保存文件
← 返回文件管理器