What is vQmod?
vQmod™ (aka virtual Quick mod) gives the ability to create modification "scripts" that override the code during execution time. It intercepts the "include()" and "require()" functionality of php and substitutes the modified code in place of the original.
How does it work?
Instead of modifying actual files to add custom modifications, source files are parsed "on-the-fly" right...