PDA

View Full Version : Modularized Hacks


PBChannel
Thu 7th Mar '02, 9:48am
Is there a way to modularize the hacks to keep them seperate from the actual files? I lost all my hacks with the last upgrade.

Thanks

TheHideoutGuy
Thu 7th Mar '02, 10:10am
Probably not too likely... I believe it could be possible if vB was written in object oriented php, aka class-based php. In theory a hack writer could just override the functions in each class he wishes to modify. The other problem that poses however is that if 2 hacks want to override the same function, how will that be handled?

In theory it's a nice idea, but unlikely that it can happen without bloating the code or making it more inefficient.