|
|
|
ผมต้องการแปลงไฟล์ จากไฟล์ .bin เป็นะ .txt ผมลองใช้codeนี้แต่ไม่ได้ |
|
|
|
|
|
|
|
อันนี้เป็นไฟล์ Include ครับ
Code (PHP)
<?php
/** ****************************************
* Configuration settings
* *****************************************
* Version 1.00
* Created by Reqviem
* Date 04 January 2013
* **/
define ( 'BASE_PATH' , '' );
define ( 'BASE_URL' , 'http://localhost/bin/' );
define ( 'DIR_TEMPLATES' , BASE_PATH . 'templates/' );
define ( 'DIR_CLASSES' , BASE_PATH . 'cls/' );
define ( 'DIR_EXTRACTED' , BASE_PATH . 'extracted/' );
define ( 'DIR_RECOMPILED', BASE_PATH . 'recompiled/' );
include_once 'func.php';
?>
|
|
|
|
|
Date :
2013-08-24 20:51:49 |
By :
molla121 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|