Guest User

Untitled

a guest
May 20th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. <?php
  2. /////////////////////////////////////////////////////////////////////////
  3. // (C) 2012 VietSol Enterprise. All Right Reserved.
  4. // Website: http://www.vietsol.com
  5. // Email: [email protected]
  6. // This script is protected by copyright law and international treaties
  7. // Unauthorized reproduction or redistribution of this script, or any
  8. // portion of it, may result in severe civil and criminal penalties and
  9. // will be prosecuted to the maximum extent possible under the law
  10. /////////////////////////////////////////////////////////////////////////
  11.  
  12. session_start();
  13. include_once("lib/vscrypt.php");
  14. include_once("lib/stringtool.php");
  15. include_once("lib/disktool.php");
  16. include_once("lib/pm.php");
  17.  
  18. ob_start();
  19. include_once("data/config.php");
  20. ob_end_clean();
  21. include_once("layout.php");
  22. include_once("error.php");
  23. include_once("spend.php");
  24. include_once("pm_verify.php");
  25. include_once("show.php");
  26. include_once("payment.php");
  27. include_once("init.php");
  28.  
  29. class index
  30. {
  31. //------------------------------------------------
  32. function make_spend_list()
  33. {
  34. global $SPEND_AMOUNT_LIST;
  35. $result="<select name='amount'>";
  36. ................................................................
  37. ...................................
  38. .............
Advertisement
Add Comment
Please, Sign In to add comment