Guest User

Untitled

a guest
Nov 20th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. https://www.hotspot.com/login.php
  2.  
  3. 192.168.2.1:3990
  4.  
  5. $.ajax({
  6. type="GET"
  7. url='http://192.168.2.1:3990/json/logon',data:{username:aa ,password:aa}
  8.  
  9.  
  10. )};
  11.  
  12. <script>
  13. chilliController.host="192.168.2.1"
  14. chilliController.port="3990";
  15. function connect(){
  16. chilliController.logon('aa','aa')
  17.  
  18. }
  19.  
  20.  
  21. </script>
Add Comment
Please, Sign In to add comment