[php] UPB Channel Service

Viewer

copydownloadembedprintName: UPB Channel Service
  1. <?php 
  2. echo '<!--#include file="incl1.php"-->
  3. <html><head><title>.</title>
  4. <style type="text/css">
  5. <!--
  6. a:link { font-family: arial,helvetica; color: #60659c;  }
  7. a:visited { font-family: arial,helvetica; color: #60659c; }
  8. a:hover { font-family: arial,helvetica; color: #ff7700; }
  9. //-->
  10. </style></head><body alink="#ff7700" bgcolor="#aaafe4" link="#60659c" text="#000000" vlink="#60659c">
  11. <%
  12. dim acc1,uu1,uname1
  13.  
  14. uname1 = getlg(request.cookies("xcluser"),request.cookies("xclpass"),uu1) 
  15. if uname1 = "" then
  16.         response.redirect "login.php"
  17. end if
  18. r1.open "select * from acctbl where ausername like \'" & uname1 & "\' and achannel like \'" & cc("*") & "\'" ,dbconn,2,3
  19.         if r1.eof = false then
  20.                 if r1.fields("asuspendlvl") = 0 then
  21.                 acc1 = r1.fields("alvl")
  22.                 end if
  23.         end if
  24. r1.close
  25. if acc1 < 1 then
  26.         reponse.redirect "uinfo.php"
  27. end if
  28. %>
  29. <font face="arial,helvetica" size="-1">
  30. </font><h1><font face="arial,helvetica" size="-1">Admin Reports</font></h1>
  31. <font face="arial,helvetica" size="-1"><h4>
  32. <%
  33. if acc1 > 749 then
  34.         response.write "<font face=arial,helvetica size=-1><a href=boredmanagers.php>Missing Managers</a> (750+)<br>"
  35.         response.write "<a href=verifdatacheck.php>Verification Answer Check</a> (750+)<br>"
  36. end if
  37. if acc1 > 799 then
  38.         response.write "<a href=pendingusers.php>View current pending users</a> (800+)<br>"
  39. end if
  40. response.write "<a href=vlogs.php?show=purged>View Purged Channels</a><br>" 
  41. %><h4>
  42. </font><font face="arial,helvetica" size="-1"><br>
  43. </font></body></html>';

Editor

You can edit this paste and save as new:


File Description
  • UPB Channel Service
  • Paste Code
  • 21 Oct-2021
  • 1.5 Kb
You can Share it: