The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[HTL] Hack Tracking Log Details »» | |||||||||||||||||||||||||
This Hack is released under an EverythingvB.com FullAttribution-LimitedDerivs-LimitedTranslation License Hack Tracking Log Version: 1.00 Gold vB-version: 3.0.0 RC 3 Developer: KuraFire Install-difficulty: Easy File-edits: 3 Template-edits: 0 [high] Official Hack Tracking Log Product page: www.everythingvb.com/products/htl/ [/high] Brief Description of the Hack: The Hack Tracking Log is an advanced system for maintaining all your vBulletin hacks. You use it to install and / or create hacks, and it will automate many processes for the Admin. Last update: Tuesday, January 27 (03:33 am CET) The earlier bug fix caused a new bug to arise. Yes, you may smack me with the cluebat. I f00ked up in my bugfix. *slaps self* Anyhoo, to patch your install, just overwrite your admincp/hackadmin.php with the new version found in the NEW ZIPFILE, attached below. I've improved the entire Former update: Monday, January 26 (2:42 PM CET) BUG FOUND! A minor, harmless bug was found in the Make vB.org Post section of /admincp/hackadmin.php - to upgrade, re-download the zipfile (clear your cache first!) and overwrite hackadmin.php on your server with the new one. If you haven't yet installed the HTL, make sure to get the latest download and you should be fine. Thanks Rein for the report ^_^ Information on the HTL: The Hack Tracking Log is an advanced utility for vBulletin administrators (in particular). It allows you to create, manage, install and track vBulletin hacks in detail. For a full features overview, please see the HTL Features Overview on EverythingvB.com That place also holds the full official HTL Documentation, including a F.A.Q. and a Step by Step guide to making a new Hack. For GENERAL QUESTIONS: https://vborg.vbsupport.ru/showthread.php?t=60582 For BUGS and OTHER SUPPORT: http://www.everythingvb.com/forumdisplay.php?f=4 IMPORTANT and/or USEFUL READS! Advantages to using the HTL How to Support the HTL Why should I make HTL-only hacks? HACK INSTALLATION DETAILS: New files for this Hack: /admincp/hackadmin.php /cpstyles/vBulletin_3_Default/hacklog.gif /cpstyles/vBulletin_3_Silver/hacklog.gif /includes/adminfunctions_hacklog.php /includes/adminfunctions_installroutine.php /includes/config_htl.php /hacklog.php Files modified for this Hack: /admincp/index.php /includes/adminfunctions_navpanel.php /includes/adminfunctions_template.php New templates for this Hack: HACKLOG hacklog_overviewbit hacklog_hack New DB tables for this Hack: hack hacklog Tutorial: How to easily Upgrade your vBulletin using the Hack Tracking Log PLANNED FOR 1.1: - Uninstallation of Hacks (section is unfinished atm); - Text file generators (for vB.org's policy); - A more flexible List All Modifications page; - More sensible template insertion (all styles at once) - Select All link above File/template edit fields for easy selecting (src) - new vBoption: Restrict hack access to the Allowed Userid's field (yes/no). Things from these two threads: http://everythingvb.com/showthread.php?t=27 http://everythingvb.com/showthread.php?t=33 Version 1.1 will come fairly soon, so make sure to Install this hack so that you will receive the update when it comes Statistics: - 4702 lines of code - 616 lines of XML (phrases, templates, settings) - 229 Kb worth of Hack data Have fun COMMON PITFALLS DURING INSTALL: If you have problems, see the Help section of the Documentation This post was generated by the Hack Tracking Log Show Your Support
|
Comments |
#242
|
|||
|
|||
...ok, I guess I don't have to delete this tbls, but to drop only that column in tbl "language".
How do I do it, what must I type in the qry? But btw: Why I can'tdrop that tbls "hack" and "hacklog"? Regards, adusei |
#243
|
|||
|
|||
...ok now, I did the following qry:
ALTER TABLE language DROP COLUMN phrasegroup_hacklog First time it give me back the msg, that two rows are affected... Then I tried to install again. Same problem, no proceed-button in step 2. After that I tried to do the qry again. No chance now, I get the error msg (see in my post above). ??? adusei |
#244
|
||||
|
||||
Hmmm...
Did you do any file edits yet? |
#245
|
|||
|
|||
Quote:
Any other idea of what to do? Regards, adusei |
#246
|
|||
|
|||
Something is going wrong with that thing.
Now I used PHPmyadmin to access my db. First I tried to find column "phrasegroup_hacklog", which doesn't exist. Secondly I deleted the tbls "hack" and "hacklog". Ten I tried to install "Hack Tracking" again. No chance, every time on step 2 there is no proceed-button and I stuck. But since that thing is a good addon for vB, I really want to get it. But it seems that it doen't like to come to me... Anyway, some ideas about it? By the way: My code above to drop the column is not correct! It has to be: ALTER TABLE yourtbl DROP yourline; :ermm: Regards, adusei |
#247
|
||||
|
||||
The "Uninstall Hack" control (on the drop down menu of an installed HTL hack) produces a java error for me, and it won't uninstall the hack..
I noticed this when trying to uninstall EvB liteStats.. |
#248
|
||||
|
||||
Adusei, try looking at the table phrasetype and see if there's a row (probably with id 151) called hacklog (as the fieldname) ?
If so, delete that one as well (along with language.phrasegroup_hacklog if it exists again, and tables hack and hacklog). |
#249
|
||||
|
||||
Quote:
and it's not a java error, but a javascript error, and I don't know what could cause it, really... :/ |
#250
|
||||
|
||||
Internet Explorer 6
I checked through the code of hackadmin.php and there doesn't appear to be anything associated with the uninstall function. There's remove (kill), but that just deletes the mod from the hacklog tables and such in the database I think.. There's nothing that uninstalls an installed HTL mod's phrases and tables.. Or at least, there doesn't appear to be. There's this in the $hackoptions = array( Code:
'uninstall' => $vbphrase['htl_uninstall_hack'], |
#251
|
||||
|
||||
Quote:
That's planned for HTL 1.1. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|