Quote:
Originally Posted by sifuhall
So how do you know if a file difference is due to a hack you have installed (in the case of many hacks) or a change from vbulletin?
|
Typically, when you patch a file for a hack, you add some comments line before and after each hack code, in other words :
// This is AWS modification
code here
// This is the end of AWS modification
In that way, when you check the file, you know which part of code is due to a hack or it's pure vB.