Advertisement
Guest User

Untitled

a guest
Jun 14th, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. //Logging and
  2. if ($valid > 0) {
  3. echo "<h1>VALID USER</h1>";
  4. } else {
  5. echo "<h1>INVALID USER</h1>";
  6. }
  7. //Checks to see if Login is Valid and are running from roblox.
  8. if ($valid > 0 ) {
  9. echo('\nMSIE');
  10. echo "<h1>Contact East_Arctica#3555</h1>";
  11.  
  12. echo'Some information is incorrect, logged for suspicion.';
  13. file_put_contents("./Logs/fail----kajhsdbfkajsdbfkjhbakjbdsf.txt", "\n".date('h:i:s A, m/d/Y').": User failed to log in with the following: Username: ".$Username." Password: ".$Password." IP: ".$IP, FILE_APPEND | LOCK_EX);
  14. }
  15. //Sends script into Roblox
  16. else {
  17. $SCRIPT = fopen("./Scripts/LunarGUI---ajdhfhiuhdsfkuahsdhf.txt".$Scriptt.".txt", "r") or die('o no');
  18. $Script = fread($SCRIPT,filesize("/home/u949404073/public_html/kermit/Lunar/Scripts/LunarGUI---ajdhfhiuhdsfkuahsdhf.txt".$Scriptt.".txt"));
  19. fclose($SCRIPT);
  20. echo($Script);
  21. //logs the Username, Password and IP
  22. file_put_contents("./Logs/Success-----hsdfkhasdfkhksdjfahd.txt", "\n".date('h:i:s A, m/d/Y').": User sucessfully logged in with the following: Username: ".$Username." Password: ".$Password." IP: ".$IP, FILE_APPEND | LOCK_EX);
  23.  
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement