- Joined
- Mar 4, 2024
- Messages
- 37
- Reaction score
- 174
- Points
- 33
- Location
- turkey
- Website
- tikucuz.com
- NullCash
- 1,730
-----------------------------------------
vQmod™ - Virtual File Modification System
-----------------------------------------
ABOUT:
======
* @author Qphoria <qphoria@gmail.com> & Jay Gilford <jay@jaygilford.com>
* @copyright (c) 2010-2019
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @site: http://vqmod.com
"vQmod"(TM) (aka Virtual Quick Mod) is a new innovation in php modification override methods.
Instead of modifying actual files to add custom modifications, source files are parsed
"on-the-fly" before the php include() or require() is called.
The source is cloned to a temp file and modifications are made to that temp file, then
substituted for the real file in the include path.
==========================================================
See website for additional information, usage, and syntax:
http://vqmod.com
==========================================================
vQmod™ - Virtual File Modification System
-----------------------------------------
ABOUT:
======
* @author Qphoria <qphoria@gmail.com> & Jay Gilford <jay@jaygilford.com>
* @copyright (c) 2010-2019
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @site: http://vqmod.com
"vQmod"(TM) (aka Virtual Quick Mod) is a new innovation in php modification override methods.
Instead of modifying actual files to add custom modifications, source files are parsed
"on-the-fly" before the php include() or require() is called.
The source is cloned to a temp file and modifications are made to that temp file, then
substituted for the real file in the include path.
==========================================================
See website for additional information, usage, and syntax:
http://vqmod.com
==========================================================