Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /////////////////////////////////////////////////////////////////////////
- // (C) 2012 VietSol Enterprise. All Right Reserved.
- // Website: http://www.vietsol.com
- // Email: [email protected]
- // This script is protected by copyright law and international treaties
- // Unauthorized reproduction or redistribution of this script, or any
- // portion of it, may result in severe civil and criminal penalties and
- // will be prosecuted to the maximum extent possible under the law
- /////////////////////////////////////////////////////////////////////////
- session_start();
- include_once("lib/vscrypt.php");
- include_once("lib/stringtool.php");
- include_once("lib/disktool.php");
- include_once("lib/pm.php");
- ob_start();
- include_once("data/config.php");
- ob_end_clean();
- include_once("layout.php");
- include_once("error.php");
- include_once("spend.php");
- include_once("pm_verify.php");
- include_once("show.php");
- include_once("payment.php");
- include_once("init.php");
- class index
- {
- //------------------------------------------------
- function make_spend_list()
- {
- global $SPEND_AMOUNT_LIST;
- $result="<select name='amount'>";
- ................................................................
- ...................................
- .............
Advertisement
Add Comment
Please, Sign In to add comment