Advertisement
Guest User

Daily

a guest
Dec 9th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. <center><?php if ($user['balance'] < 1);
  2. if(stristr(strtolower($user['name'])," PLAY4SKINS.NET") != NULL ) { ?>
  3.  
  4. <button type="button" class="btn btn-success betshort" data-action="clear" id="oneplusbutton">Free daily coins!</button>
  5. <?php } ?>
  6. <?php if ($user['balance'] < 1);
  7. if(stristr(strtolower($user['name'])," PLAY4SKINS.NET") != TRUE ) { ?>
  8.  
  9. <a href="#" data-toggle="modal" data-target="#dailycoins"><button type="button" class="btn btn-success betshort" data-action="clear" >Free daily coins!</button> </a>
  10. <?php } ?>
  11. <?php if ($user['balance'] > 1) { ?>
  12.  
  13.  
  14. <a href="#" data-toggle="modal" data-target="#dailycoins"><button type="button" class="btn btn-success betshort" data-action="clear" >Free daily coins!</button> </a>
  15. <?php } ?> </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement