The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Hack Management
I'm sorry if this has been brought up before, I searched a lot of forums for key words such as "install" "manage" "hack" and nothing on this subject came up.
Has there been any attempts to create a hack management system for all these hacks? It seems very time consuming to edit these files everytime a new version, hack is released. Here's what I thought it would work like. All hacks would have standard install scripts (which they basically do now except these install scripts are made for humans not programs). The hack management script would have the ability to take a hack and apply it. A sample hack install file would look something like: Code:
FILE: member.php FIND CODE: echo "Code to be found and replaced"; // etc REPLACE CODE: echo "New code entered here"; //etc RUN SQL: update sometable value = 1; Even in the install script you could have a Code:
WARNING: place warning message here to end user But this wouldn't just be an install script. It would have a easy list of all hacks you have installed, when they were installed. If you upgraded your vB version, you could then reapply these hacks. And if modifications had been made to the core vB files, it would just fail out saying "Sorry I couldn't find X code in member.php" at a FIND CODE: line and wouldn't install the script. Has this been done? Sorry if this has been discussed, because I'd really like to be able to use something like this to manage the hacks. Thanks look forward to comments. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|