Advertisement
khalequzzaman17

LSWS Service Status Monitor

Aug 18th, 2022 (edited)
707
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.43 KB | None | 0 0
  1. <?php
  2. error_reporting(0);
  3. ${"GLOBALS"}["qlmgffvfuihg"] = "errstr";
  4. ${"GLOBALS"}["ltrnhjmxkfu"] = "errno";
  5. ${"GLOBALS"}["xaflrft"] = "socket";
  6. $host = "localhost";
  7. if (
  8.     ${${"GLOBALS"}["xaflrft"]} = @fsockopen(
  9.         $host,
  10.         80,
  11.         ${${"GLOBALS"}["ltrnhjmxkfu"]},
  12.         ${${"GLOBALS"}["qlmgffvfuihg"]},
  13.         30
  14.     )
  15. ) {
  16.     echo "1";
  17.     fclose(${${"GLOBALS"}["xaflrft"]});
  18. } else {
  19.     echo "0";
  20. }
  21. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement