Originally Posted by Link14716
The Hack Installer System (HIS) is an HTL-like hack. However, it suceeds in one major place the HTL failed: vBulletin.org compliance.
The HIS is a hacker tool - it does not need a seperate installation. It only needs one database table, which is created automatically the first time the script is ran. Thus, it can be distributed along with your hack as its installer as long as you follow the terms:
You may NOT modify hack_install.php or hack_install_bx.php (where x is the build number) and leave it named as such. If you modify hack_install_bx.php, you should not distribute hack_install.php and instead rename your modified hack_install_bx.php to something entirely different (probably youhackname_install.php). ONLY THE OFFICIAL UNMODIFIED FILES MAY BE NAMED hack_install.php AND hack_install_bx.php. Even if you modify and rename, the original copyright text at the top must remain intact.
Eh, well, I think that is all the terms. Anyways, on to this "hack".
This is based off of the uCash & uShop installer, which was based off of the vBadvanced Homepage 1.01 installer by Tigga (Brian Gunter), used with permission.
All hacks have a folder in install/hacks, which then has a folder for each hack build. Of course, a hack author probably would probably only include the current build, it needs to increase with each new release. All hack information is contained within .php files, with the exception of file/template edits, which is usually an .html file. See the included example files to see exactly how it is done.
Template, phrase, and setting files can be automatically generated based on 3 variables in the main hack file (index.php). The queries file, for obvious reasons, must be done by hand, although that should be pretty easy.
Included are the HIS in one .zip, files for a uCash & uShop install in case you need more of an example, and screenshots.
|