Guest User

test.php

a guest
Jun 2nd, 2017
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <?php
  2. require('JSONAPI.php');
  3.  
  4. $ip = 'mc35.boxtoplay.com';
  5. $port = 30010;
  6. $user = 'admin';
  7. $pass = 'test123';
  8. $api = new JSONAPI($ip, $port, $user, $pass);
  9.  
  10.  
  11.  
  12.  
  13.  
  14. echo "Ip_du_serveur: " . $ip . "</br>Port: " . $port . "</br>User: " . $user . "</br>Pass: " . $pass . "</br></br>";
  15.  
  16.  
  17. ?>
Add Comment
Please, Sign In to add comment