Advertisement
scriptz-team

[PHP] GET SKiN FOR SKiN GENERATOR iN IP.BOARD v3.x

Jun 13th, 2012
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <?php
  2. /* _____ _____ _ _____ _____ _____ _____ _____ _____
  3. ___| | __ |_| _ |_ _|___ ___|_ _| __| _ | |
  4. |_ -| --| -| | __| | | |- _|___| | | | __| | | | |
  5. |___|_____|__|__|_|__| |_| |___| |_| |_____|__|__|_|_|_|
  6. |s C R i P T z - T E A M . i N F O|----------------------------
  7.  
  8. GET SKiN FOR SKiN GENERATOR iN IP.BOARD v3.x
  9. */
  10. define("IN_DEV", "0");
  11. define("IPB_LONG_VERSION", "33000");
  12. define("IPB_REG_NUMBER", "2072847672-22071-402-61745-5869566442");
  13.  
  14. $x = file_get_contents('http://ips-skin-gen.invisionpower.com/index.php?v=' . IPB_LONG_VERSION . '&k=' . urlencode(IPB_REG_NUMBER) . '&i=' . IN_DEV);
  15.  
  16. if ($x == "license-bad") {
  17. die("Add real license into IPB_REG_NUMBER !");
  18. } else {
  19. echo $x;
  20. }
  21. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement