View Full Version : [HIS] Hack Installer System (Beta - Build 2)
Link14716
08-22-2004, 10:00 PM
Obsolete. Build 3 released here. (https://vborg.vbsupport.ru/showthread.php?t=71542)
Link14716
08-23-2004, 10:19 AM
More screens.
Liquid1ce
08-23-2004, 11:48 AM
very nice hack
MrNase
08-23-2004, 01:28 PM
wow, that looks really nice :)
TheComputerGuy
08-23-2004, 02:15 PM
Awesome! Thanks for it
Tigga
08-23-2004, 04:44 PM
Looks nice. I'll have to check it out later when I get some extra time. :)
ooo purty :D I'll try it out soon and maybe add it to my hacks I already have :D
Erwin
08-23-2004, 10:43 PM
Interesting. :) Looks simple enough to use.
DrkFusion
08-23-2004, 11:57 PM
Interesting. :) Looks simple enough to use. Exactly what I was thinking. The concept of it was over stressed with HTL, this seems pretty simple. I am going to check it out.
alkatraz
08-24-2004, 12:33 AM
fantastic thank you!
Natch
08-24-2004, 01:50 AM
Wow :) Great job!
amykhar
08-24-2004, 02:25 AM
This, I think, I will use. I love hacking, but hate the release process.
Amy
Reeve of shinra
08-24-2004, 04:31 AM
If its what I think it is, its a very much needed addition :)
sabret00the
08-24-2004, 09:15 AM
great work :)
nexialys
08-24-2004, 10:42 AM
cool... i have about 250 hacks in stock, i may switch to this system for the installs once it's released as final...
btw, i was thinking a $vbphrase driven interface would be better... and a cleaner code... if you want someone to help, i will be able to give some times later this week... (for next 2 days it's camping with kids!)
Xenon
08-26-2004, 06:50 AM
definitelly have to take a closer look to it.
Rahzel_hx
09-12-2004, 12:09 PM
hmm might try it >_< but i will wait longer to see what happens with it ^.^
Revan
09-12-2004, 01:57 PM
Can this system insert Admin Help items as well?
I really need that and dont fancy inserting them for my own board then give out a SQL dump as that could cause errors...
Surtain23
09-12-2004, 02:27 PM
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.
Wow, I'm going to try this out on my forum, and If I'm inpressed, I'll include the installer with my vb ads hack. :nervous:
Looks good
mikaelweb1
09-13-2004, 10:57 AM
i have some problems getting this hack to work
Warning: readdir(): supplied argument is not a valid Directory resource in /home/codersla/public_html/install/hack_install.php on line 22
Warning: asort() expects parameter 1 to be array, null given in /home/codersla/public_html/install/hack_install.php on line 29
Warning: Invalid argument supplied for foreach() in /home/codersla/public_html/install/hack_install.php on line 30
Fatal error: main(): Failed opening required '' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/codersla/public_html/install/hack_install.php on line 35
what is rong whit this one '?????
Ber|Art
09-13-2004, 12:00 PM
This would be a time saver, I am going to try it for sure :) thx! a lot!
Ber|Art
09-13-2004, 12:52 PM
When installing uShop I get the folowing error at the last step:
Warning: main(./includes/functions_uttstore.php): failed to open stream: No such file or directory in ../install/hacks/uCash_and_uShop/5/index.php on line 79
Fatal error: main(): Failed opening required './includes/functions_uttstore.php' (include_path='.:/usr/share/pear') in ../install/hacks/uCash_and_uShop/5/index.php on line 79
??
Drache
09-24-2004, 08:58 PM
is this the hack that vbulletin.org is using now? the install hack to track who installed your script?
Link14716
09-24-2004, 11:32 PM
i have some problems getting this hack to work
Warning: readdir(): supplied argument is not a valid Directory resource in /home/codersla/public_html/install/hack_install.php on line 22
Warning: asort() expects parameter 1 to be array, null given in /home/codersla/public_html/install/hack_install.php on line 29
Warning: Invalid argument supplied for foreach() in /home/codersla/public_html/install/hack_install.php on line 30
Fatal error: main(): Failed opening required '' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/codersla/public_html/install/hack_install.php on line 35
what is rong whit this one '?????
I'm trying to fix that, but I can't reproduce it on my own.
Link14716
09-24-2004, 11:33 PM
When installing uShop I get the folowing error at the last step:
Warning: main(./includes/functions_uttstore.php): failed to open stream: No such file or directory in ../install/hacks/uCash_and_uShop/5/index.php on line 79
Fatal error: main(): Failed opening required './includes/functions_uttstore.php' (include_path='.:/usr/share/pear') in ../install/hacks/uCash_and_uShop/5/index.php on line 79
??
This is not the standard uCS installer - the installer for uCS assumes you have uploaded the uCS files.
Link14716
09-24-2004, 11:34 PM
is this the hack that vbulletin.org is using now? the install hack to track who installed your script?
No, this is a hack installer, it doesn't track installs of a hack.
Link14716
09-24-2004, 11:34 PM
Can this system insert Admin Help items as well?
I really need that and dont fancy inserting them for my own board then give out a SQL dump as that could cause errors...
I have never messed with admin help, so I'll check that out later.
Is there some kind of tutorial on how to use this thing? I am so confused on how to use it and I wanted to work on a hack of mine using this installer system.
Link14716
10-22-2004, 07:56 PM
Is there some kind of tutorial on how to use this thing? I am so confused on how to use it and I wanted to work on a hack of mine using this installer system.
There's not tutorial, but I did create some example files showing the syntax. A better tutorial should come with build 3 (uploading build 2 now).
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.