| 1: | <?php |
| 2: | $ytetimestart1 = microtime(true); |
| 3: | if (!defined("start_path")) { |
| 4: | define("start_path", getcwd()); |
| 5: | } |
| 6: | if (defined("PHARAPP")) { |
| 7: | define("PROJ_PATH", PHARAPP); |
| 8: | } else { |
| 9: | define("PROJ_PATH", start_path); |
| 10: | } |
| 11: | $cacheFileList = array(); |
| 12: | |
| 13: | |
| 14: | |
| 15: | |
| 16: | |
| 17: | |
| 18: | |
| 19: | |
| 20: | |
| 21: | |
| 22: | |
| 23: | |
| 24: | |
| 25: | |
| 26: | |
| 27: | |
| 28: | |
| 29: | |
| 30: | |
| 31: | |
| 32: | |
| 33: | |
| 34: | |
| 35: | |
| 36: | |
| 37: | |
| 38: | function addCacheList($url, $sec = 0, $type = "Gate") {} |
| 39: | |
| 40: | |
| 41: | |
| 42: | |
| 43: | |
| 44: | function isRegisterCacheItem($url) {} |
| 45: | |
| 46: | |
| 47: | |
| 48: | |
| 49: | |
| 50: | function getCacheItem($url) {} |
| 51: | |
| 52: | |
| 53: | |
| 54: | |
| 55: | function clearCacheItem($url) {} |
| 56: | |
| 57: | |
| 58: | |
| 59: | |
| 60: | function isPharApp() {} |
| 61: | include_once("{$phppath}/Score/global/global.php"); |
| 62: | $response_method = "NORMAL"; |
| 63: | if (defined("PHARAPPW")) { |
| 64: | $basepath = ""; |
| 65: | $respath = str_replace("..", "../..", $respath); |
| 66: | } |
| 67: | define("NEWLINE", "\n"); |
| 68: | define("RLINE", "\r"); |
| 69: | define("TABCHAR", "\t"); |
| 70: | |
| 71: | |
| 72: | |
| 73: | |
| 74: | |
| 75: | function readGlobal($param) {} |
| 76: | |
| 77: | |
| 78: | |
| 79: | |
| 80: | |
| 81: | function writeGlobal($param, $val) {} |
| 82: | |
| 83: | |
| 84: | |
| 85: | |
| 86: | function includeOnce($filepath) {} |
| 87: | |
| 88: | |
| 89: | |
| 90: | |
| 91: | |
| 92: | |
| 93: | function includeOnce2($filepath) {} |
| 94: | |
| 95: | |
| 96: | |
| 97: | |
| 98: | function getGlobals() {} |
| 99: | |
| 100: | |
| 101: | |
| 102: | |
| 103: | |
| 104: | |
| 105: | function encryptme($strdata, $key = "sartajphp211") {} |
| 106: | |
| 107: | |
| 108: | |
| 109: | |
| 110: | |
| 111: | |
| 112: | function decryptme($strdata, $key = "sartajphp211") {} |
| 113: | |
| 114: | |
| 115: | |
| 116: | |
| 117: | |
| 118: | |
| 119: | function val2Secure($val, $key = "sartajphp211"){} |
| 120: | |
| 121: | |
| 122: | |
| 123: | |
| 124: | function isSecureVal($sval){} |
| 125: | |
| 126: | |
| 127: | |
| 128: | |
| 129: | |
| 130: | |
| 131: | function secure2Val($sval, $key = "sartajphp211"){} |
| 132: | class stmycache { |
| 133: | public $url_extension = ".html"; |
| 134: | public $act = ""; |
| 135: | public $sact = ""; |
| 136: | public $evtp = ""; |
| 137: | public $gate = ""; |
| 138: | public $blnrooturi = true; |
| 139: | public $htmlfileName = ""; |
| 140: | public $blnCash = false; |
| 141: | public $blnPost = false; |
| 142: | public $blnCashExp = true; |
| 143: | public $method = ""; |
| 144: | public $mode = "SERVER"; |
| 145: | public $protocol = ""; |
| 146: | public $blnsecure = false; |
| 147: | public $uri = ""; |
| 148: | public $scriptpath = ""; |
| 149: | public $argv = array(); |
| 150: | public $type = "NORMAL"; |
| 151: | public $isNativeClient = false; |
| 152: | public $edtmode = false; |
| 153: | public $edtctrl = ""; |
| 154: | public $ytetimestart1 = 0; |
| 155: | public $ytetimestart2 = 0; |
| 156: | public function ytetilm(){} |
| 157: | public function findbdataToStr($str1) {} |
| 158: | public function getPostFormData($data) {} |
| 159: | public function escapetag($str) {} |
| 160: | public function route() {} |
| 161: | public function getURLSafeRet($val) {} |
| 162: | public function checkCache($postdata) {} |
| 163: | } |
| 164: | function startSartajPHPEngine() {} |
| 165: | |