Java Script Party Tool


SUBMITTED BY: Guest

DATE: Jan. 20, 2021, 1:52 p.m.

FORMAT: Text only

SIZE: 10.4 kB

HITS: 424

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <link rel="stylesheet" href="/css/bootstrap.min.css?v=7">
  5. <link rel="stylesheet" href="/css/styles3.css?v=6">
  6. <link rel="shortcut icon" type="image/x-icon" href="/img/favicon.ico">
  7. <link rel="stylesheet" href="/css/mobile.css" media="handheld">
  8. <script type="text/javascript" src="/js/jquery-1.7.1.min.js"></script>
  9. <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Team 3 Star | Party Tool</title>
  10. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  11. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css">
  12. <script type="text/javascript" src="js/partytoolv.js?v=1"></script>
  13. </head>
  14. <body>
  15. <nav id="top-nav" class="topnav">
  16. <div class="logo"><img src="/img/logo.png" alt="" style="height: auto;width: auto;padding: 5px;" class="img-logo"></div>
  17. <div class="topnav-selection">
  18. <a href="unset.php"><div id="btn-logout" class="topnav-btn">Sign Out</div></a>
  19. <div class="yr nav-seperate"></div>
  20. <a href="usercp.php"><div id="btn-profile" class="topnav-btn">Profile</div></a>
  21. <div class="yr nav-seperate">
  22. </div>
  23. </div>
  24. </nav>
  25. <nav class="sidenav" style="height: 1121px;">
  26. <div class="sidenav-list">
  27. <div class="xr"></div>
  28. <a href="index.php"><div id="btn-dash" class="sidenav-btn">Dashboard</div></a>
  29. <div class="xr"></div>
  30. <a href="authorize.php"><div id="btn-auth" class="sidenav-btn">Authorize</div></a>
  31. <div class="xr"></div>
  32. <a href="partytool.php"><div id="btn-party" class="sidenav-btn">Party Tool</div></a><div class="xr"></div><a href="upgrade.php"><div id="btn-upgrade" class="sidenav-btn">Upgrade</div></a><div class="xr"></div> <a href="https://discord.gg/KNqAb82" target="_blank"><div id="btn-discord" class="sidenav-btn">Discord</div></a>
  33. <div class="xr"></div>
  34. </div>
  35. </nav>
  36. <script>
  37. $(document).ready(function(){
  38. setSidenavHeight();
  39. setInterval(setSidenavHeight, 1000);
  40. });
  41. window.onresize = setSidenavHeight;
  42. function setSidenavHeight(){
  43. var heightBody = $('html').height() - 5;
  44. var heightTopnav = document.getElementById('top-nav').clientHeight;
  45. var windowHeight = $(window).height();
  46. var heightSidenav = windowHeight - heightTopnav - 5;
  47. if(heightBody > heightSidenav){
  48. document.getElementsByClassName("sidenav")[0].style.cssText = "height: "+ heightBody +"px;";
  49. } else {
  50. document.getElementsByClassName("sidenav")[0].style.cssText = "height: "+ heightSidenav +"px;";
  51. }
  52. }
  53. </script> <div class="body-wrapper">
  54. <div id="form-container" class="hub-container">
  55. <div class="site-main-box well">
  56. <h2>Party Tool</h2>
  57. <div class="zr"></div>
  58. <form method="post" id="hub-form" class="hub-box well">
  59. <h2>My Party</h2>
  60. <div class="zr"></div>
  61. <h6 id="sub1">The table below will show your party if you are in one.<br>The lock icon will open or close the party, if you are in one, when clicked.</h6>
  62. <hr>
  63. <div id="table-container">
  64. <table id="partyTable" class="table kickTable">
  65. <tr>
  66. <th colspan="4">
  67. <i style="float:left" class="fa fa-lock" onclick="" title="Close Party" id="statusButton"></i>
  68. <i style="float:right" class="fa fa-refresh" onclick="getPartyByUser()" id="refreshButton"></i>
  69. Party Status: <i id="statusText">None Found</i>
  70. </th>
  71. </tr>
  72. </table>
  73. <h6 id="statusAlert" style="margin-bottom:0"></h6>
  74. </div>
  75. </form>
  76. <form method="post" id="hub-form" class="hub-box well">
  77. <h2>Search For A Party</h2>
  78. <div class="zr"></div>
  79. <h6 id="sub1">The table below will show the party of anyone you have searched.</h6>
  80. <hr>
  81. <div class="form-group">
  82. <input id="gamertagSearch" type="text" name="tag" placeholder="Gamertag" class="form-control">
  83. </div>
  84. <div style="margin-bottom: 15px;" class="form-buttons">
  85. <button type="button" id="gamertagButton" class="btn">Get Party</button>
  86. </div>
  87. <div id="table-container">
  88. <table id="partyTableSearch" class="table kickTable">
  89. <tr>
  90. <th colspan="4">
  91. <i style="float:right" class="fa fa-refresh" id="refreshButtonSearch"></i>
  92. Party Status: <i id="statusTextSearch">None Found</i>
  93. </th>
  94. </tr>
  95. </table>
  96. <h6 id="statusAlertOther" style="margin-bottom:0"></h6>
  97. </div>
  98. </form>
  99. </div>
  100. </div>
  101. <div id="form-container" class="hub-container">
  102. <div class="site-main-box well">
  103. <h2>Other Tools</h2>
  104. <div class="zr"></div>
  105. <form method="post" id="hub-form" class="hub-box form-horizontal well">
  106. <h2>Geo IP</h2>
  107. <div class="zr"></div>
  108. <h6 id="sub1">The Geolocation of an IP address will show here when you click the IP to copy it.</h6>
  109. <hr>
  110. <div class="form-group">
  111. <label class="control-label col-sm-3">Gamertag</label>
  112. <div class="col-sm-9">
  113. <input id="geoGamertag" type="text" name="gamertag" class="form-control">
  114. </div>
  115. </div>
  116. <div class="form-group">
  117. <label class="control-label col-sm-3">IP Address</label>
  118. <div class="col-sm-9">
  119. <input id="geoIP" type="text" name="ip" class="form-control">
  120. </div>
  121. </div>
  122. <hr>
  123. <div class="form-group">
  124. <label class="control-label col-sm-3">City</label>
  125. <div class="col-sm-9">
  126. <input id="geoCity" type="text" name="city" class="form-control">
  127. </div>
  128. </div>
  129. <div class="form-group">
  130. <label class="control-label col-sm-3">Region</label>
  131. <div class="col-sm-9">
  132. <input id="geoRegion" type="text" name="region" class="form-control">
  133. </div>
  134. </div>
  135. <div class="form-group">
  136. <label class="control-label col-sm-3">Country</label>
  137. <div class="col-sm-9">
  138. <input id="geoCountry" type="text" name="country" class="form-control">
  139. </div>
  140. </div>
  141. <hr>
  142. <div class="form-group">
  143. <label class="control-label col-sm-3">ISP</label>
  144. <div class="col-sm-9">
  145. <input id="geoISP" type="text" name="ISP" class="form-control">
  146. </div>
  147. </div>
  148. <div class="form-group">
  149. <label class="control-label col-sm-3">Org</label>
  150. <div class="col-sm-9">
  151. <input id="geoOrg" type="text" name="org" class="form-control">
  152. </div>
  153. </div>
  154. </form>
  155. <form method="post" id="hub-form" class="hub-box well">
  156. <h2>Friends in a Party</h2>
  157. <div class="zr"></div>
  158. <h6 id="sub1">The table below will show all of your friends that are in a party. Click Get Party to show the party in the table above.</h6>
  159. <hr>
  160. <div id="table-container">
  161. <table id="friendsTable" class="table friendsTable">
  162. <tr>
  163. <th>
  164. Gamertag
  165. </th>
  166. <th>
  167. Status
  168. </th>
  169. <th>
  170. Get Party
  171. <i style="float:right" class="fa fa-refresh" onclick="getFriends()" id="refreshButtonFriends"></i>
  172. </th>
  173. </tr>
  174. </table>
  175. </div>
  176. </form>
  177. </div>
  178. </div>
  179. </div>
  180. <script>
  181. $(document).ready(function(){
  182. $('[data-toggle="tooltip"]').tooltip();
  183. });
  184. </script>
  185. </body>
  186. </html>

comments powered by Disqus