Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <iframe src="samp.php" onload="resizeIframe(this)" frameborder="0" scrolling="no" width="80" height="100" align:"center"; style="height: 90px;"></iframe>
  2.  
  3. ////////
  4.  
  5.  
  6. <?php
  7. require "SampQueryAPI.php";
  8. $query = new SampQueryAPI('87.98.236.108', '3400');
  9. $aInformation = $query->getInfo();
  10.  
  11. if($query->isOnline())
  12. {
  13. $aInformation = $query->getInfo();
  14. $aServerRules = $query->getRules();
  15. ?>
  16.  
  17. <a href="#" style="color:#FFFFFF; text-decoration:none; font: 45px Helvetica; font-weight:bold;";"><?= $aInformation['players'] ?></a>
  18. <?php
  19. }
  20.  
  21. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement