Post by Chris on Aug 29, 2006 10:52:19 GMT -8
Note 1: If you're using v1.1, you need to update to v1.2 using the hack manager panel option. It is available only to the main admin. If you can't upgrade that way, backup your codes and then manually update the code to v1.2 and then restore from a backup.
Note 2: This code is slightly incompatible with other admin editable codes. A walk through to make the codes compatible is near the bottom of this post.
Note 3: You may not rehost this code under any circumstances. If you don't like it, don't use the code.
Complete Features
- Add, Modify, and Delete hacks at any time
--- Can place a description and name of the hack
--- Can specify header or footer
--- Can select which skin(s) the hack should be active on
--- Can select which of your boards, main, and/or global headers/footers it should be active on
- Can delete all hacks at once
- Can backup and restore from backups of your hacks
- Can freely and easily reorder hacks
- Can fix the spacing to decrease loading times
- Can update the skins list easily with a few clicks of a button
- Provides a link to the standard headers/footers
- Can easily uninstall the hack manager (main admin only)
- Can view a security log of all actions taken (main admin only)
New Features and Upgrades from v1.1 to v1.2
- Security log to track what is being done in the hack manager.
- A few minor bug fixes.
Previews
- Add Hack
- Admin Panel
- Delete a Hack
- Delete a Hack (Confirmation)
- Delete all Hacks
- Delete all Hacks (Confirmation)
- Fix Spacing
- Hack Manager Home
- Make a Backup
- Modify Hack
- Modify Hack 2
- Reorder Hacks
- Restore From Backup
- Uninstall Hack Manager
- Uninstall Hack Manager (Confirmation)
- Update Skins List
- Update Skins List 2
- View Security Log
Installation
To start the installation, you should backup your codes and then you need to clear your global, main, and all boards headers and footers. You can place these codes back in the hack manager once we're done with the installation. Now, you're going to copy the codes below and place them into where they say.
Global Header
Global Footer
Now that those are in place, proceed to your normal admin panel. Your "Headers and Footers" link should have been replaced by a "Hack Manager" link. Click that link. Now, find the "Update Skins List" link. It should be located under "System Management." Once you find it, click on it. Once the page loads, click the "Continue Updating Process" button. Once the next page loads, again, click the button, this time labeled "Finish Updating Skins List." You're now done with the installation of the Advanced Hack Manager v1.2. Congratulations. Have fun using the hack manager.
Admin Editable Hacks and the Advanced Hack Manager
Also, note that if you wish to use another admin editable code, you can NOT insert it into the hack manager. Instead, you must add it the old school way using the "Standard Headers/Footers" link. Same with removing it.
Note 2: This code is slightly incompatible with other admin editable codes. A walk through to make the codes compatible is near the bottom of this post.
Note 3: You may not rehost this code under any circumstances. If you don't like it, don't use the code.
Complete Features
- Add, Modify, and Delete hacks at any time
--- Can place a description and name of the hack
--- Can specify header or footer
--- Can select which skin(s) the hack should be active on
--- Can select which of your boards, main, and/or global headers/footers it should be active on
- Can delete all hacks at once
- Can backup and restore from backups of your hacks
- Can freely and easily reorder hacks
- Can fix the spacing to decrease loading times
- Can update the skins list easily with a few clicks of a button
- Provides a link to the standard headers/footers
- Can easily uninstall the hack manager (main admin only)
- Can view a security log of all actions taken (main admin only)
New Features and Upgrades from v1.1 to v1.2
- Security log to track what is being done in the hack manager.
- A few minor bug fixes.
Previews
- Add Hack
- Admin Panel
- Delete a Hack
- Delete a Hack (Confirmation)
- Delete all Hacks
- Delete all Hacks (Confirmation)
- Fix Spacing
- Hack Manager Home
- Make a Backup
- Modify Hack
- Modify Hack 2
- Reorder Hacks
- Restore From Backup
- Uninstall Hack Manager
- Uninstall Hack Manager (Confirmation)
- Update Skins List
- Update Skins List 2
- View Security Log
Installation
To start the installation, you should backup your codes and then you need to clear your global, main, and all boards headers and footers. You can place these codes back in the hack manager once we're done with the installation. Now, you're going to copy the codes below and place them into where they say.
Global Header
<script type="text/Javascript">
// Advanced Hack Manager v1.2 by Chris
// Do not redistribute without permission of the creator
// Do not edit this code in any way. It is 100% admin editable.
var _skins = [];
var _codes = [];
var _logs = [];
//skin
//eskin
//code
//ecode
//log
//elog
var ahmv = "1.2";
document.write("<script type='text/Javascript' src='http://www.iycatacombs.com/codes/hackmanv1/gheader.js'><\/script>");
</script>
Global Footer
<script type="text/Javascript" src="http://www.iycatacombs.com/codes/hackmanv1/gfooter.js">
// Advanced Hack Manager v1.2 by Chris
// Do not redistribute without permission of the creator
// Do not edit this code in any way. It is 100% admin editable
</script>
Now that those are in place, proceed to your normal admin panel. Your "Headers and Footers" link should have been replaced by a "Hack Manager" link. Click that link. Now, find the "Update Skins List" link. It should be located under "System Management." Once you find it, click on it. Once the page loads, click the "Continue Updating Process" button. Once the next page loads, again, click the button, this time labeled "Finish Updating Skins List." You're now done with the installation of the Advanced Hack Manager v1.2. Congratulations. Have fun using the hack manager.
Admin Editable Hacks and the Advanced Hack Manager
Also, note that if you wish to use another admin editable code, you can NOT insert it into the hack manager. Instead, you must add it the old school way using the "Standard Headers/Footers" link. Same with removing it.