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. |
#2
|
||||
|
||||
search for vbhacker of FireFly
|
#3
|
||||
|
||||
There is vbhacker, but that never seems to have really gotten off the ground. It saw a burst of activity when it first came out, but hackers don't seem to use it for new hacks.
Amy |
#4
|
||||
|
||||
it's because the more experienced hackers have a lot of modificated file so vbhacker becames worthless for them (editing the same line for two different hacks isn't possible with it, it's also hard sometimes for the hackers themselve )
also we like to work on the files our self, automatically is not so funny upgrading a hacked vb works perfect if you follow the rules in hacking hints and tips |
#5
|
|||
|
|||
Great, I knew I couldn't be the only one thinking this. I'm surprised more isn't being done to establish some common way like this but I guess it's because of what you said Xenon. Thanks for the comments.
|
#6
|
|||
|
|||
well... if you know what hacks you added you can always run a 'cmp' command from a bash shell
it will tell you what has changed from your original vb source file |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|