![]() |
There is no automatic uninstall, but here's how to:
1. Go to Manage Hacks -> Hack Tracking Log -> Run Install Sequence -> Run VERBOSE TEST installation -> continue to the File Modifications step. Now keep this page open in a separate window until step 8! 2. remove the three templates 3. run in debug mode 4. go to Manage Hacks 5. go to the Controls drop-down for the Hack Tracking Log, choose Remove Phrases 6. Confirm to remove all HTL phrases 7. drop the tables `hack` and `hacklog` 8. remove the file modifications (from the browser window from step 1) 9. remove all HTL files (see first post) That would uninstall it :) |
Invalid SQL: ALTER TABLE vb3_language ADD phrasegroup_hacklog MEDIUMTEXT NOT NULL
mysql error: Duplicate column name 'phrasegroup_hacklog' --edit-- deleted in phpmyadmin the phrasegroup_hacklog and now it installs. :) |
Quote:
There we go :) |
Thanks allot for this hack installing as we speak ;)
|
Hey, good to see another dutchie! *waves to MaceNL* :)
|
i was hoping to use this for my shoutbox, but i can't
you can only add one phrase type, i need one for the admin cp script i made to :( still, this is a very good and useful hack, thanks for releasing it |
Quote:
- make your admin-end a separate hack (kinda lame but it works fine); - use the Custom PHP Code section to make a custom mini-script that inserts phrases into your admin cp (or perhaps moves them after they have been inserted into the front-end group); However, keep in mind that a hack that uses its own phrases gets its own language table column, and too many of those will eventually start slowing down page loads (not for a while yet, though). A good solution is to just merge both phrase groups into one for your hack, unless they are both really huge. For the HTL itself, for instance, the front-end uses like, what, 15 phrases? Those just went into the hacklog phrasegroup along with the 240~245 admin-end phrases. :) |
it would be great if someone can make uninstaller scrpit because i installed it on friends board and it seems like twlight zone its not not installed.
first it went to step 5 and my browser crashed nothing to do with the hack but now i try reinstalling it it only goes to step 2 next step i dont seei tried deleting the hack, hacklog and 'phrasegroup_hacklog'tables through phpMyAdmin but still no joy. can someone help me get me out of this problem |
Quote:
Trying your own uninstall stuff will undoubtedly have made matters much more complicated. If you want, you can create an admin account for me (with sql rights) on your site so that I could check some things and fix your setup and install the HTL for you. If you prefer not giving me access, you'll have to PM me and then we'll try to resolve this in private :) |
pm sent with access info many thanks
|
Is it safe to install this in rc4? It just came out.
|
Quote:
|
Quote:
|
i just tried to install this hack and it seems to be working fine except that it does not show up in the admincp menus on the left side. the only way i can get to it is to go to .../admincp/hackadmin.php
any input would be appreciated. |
how do we upgrade with your hack install for vb3 to vb4?
|
Riyatch, you have to make a few file modifications, one to ./admincp/index.php and one to ./includes/adminfunctions_navpanel.php
Then, you have to refresh your navpanel for it to start showing up :) Cyo: look at the first post in this thread, there's a big link: Tutorial How to upgrade your vBulletin using the Hack Tracking Log That'll guide you through the upgrade process in only 4 simple steps :) |
Works fine for me :) :)
<-- running RC4 |
I have it running fine on RC4. If you're upgrading (overwriting your hacked files) AFTER having installed the HTL you need to redo all the PHP and of course, you can't go to the hack menu from admincp/index.php to do it. Either go direct to admincp/hackadmin.php or make a note of all the PHP edits before upgrading.
|
Quote:
The HTL helps you upgrade your vBulletin: https://vborg.vbsupport.ru/showthread.php?t=60760 <-- there's how to do it VERY EASILY! :) |
Quote:
KuraFire, thanks for the response. what modifications to those files do i have to make?? sorry for the lame question, just starting to learn this stuff. |
Great!!! Does this mean that the Miserable Users hack will be re-released for HTL soon?
|
finally got it installed great hack, makes life lots easier.
|
Quote:
|
Glad you got it working :)
SloppyGoat: Yeah, I'll release the HTL version of the Miserable Users for vB3 soon :) |
just installed on rc4 its pretty easy :)
|
Cool! Nice work!
|
Quick question : when running the install sequence, if the install doesn't finish for whatever reason then it's listed as unfinished. You then have 2 options, delete or continue - but how do you edit the hack if there was a mistake in it? ie. set it back to it's pre-installed status? Maybe deleting it from here would do it but I don't want to risk it right now...
|
Altough this hack has a great potential there are some issues with it also. I've installed the shoutbox hack and it does not remove pre-installed tables properly so the install stops and it leaves an unfinished hack. Removing the tables by hand in the database is to difficult, it installs tables all over the place. When an author does not write a text install/remove instruction your database is full of useless tables or you must have a backup with all tricky consequences eventualy when you want to dump this. I hope this incident with the shoutbox is a single event and i hope all HTL hacks will have a uninstaller/install textfile also.
|
@ TheMasterG:
Nominally, a hack should not be installed when there's a mistake in it. There are various ways of going around the 'safety measures'. The easiest would just be to manually update the hack's status in your database. To do so, verify what hackid it has, then run this query: UPDATE hack SET atstep=-1 WHERE hackid=THATHACKID Note 1) keep in mind that if you're using a table prefix, you have to add that before "hack"; Note 2) replace THATHACKID with the hackid, of course :) Other ways are, for example, to just delete it, upload the new .htl file (the one that isn't faulty), import that to the database (NO real install!), then edit that hack and disable all steps that you've already done, and then save & do a real install for that hack, thus continuing where you left off. @ NuclioN: I don't really get what you mean... :( |
I found a bug in the generation of phrase XML files.
When you have a set of phrases that use the hack prefix and the phrasetype prefix of your custom prefix, along with a group that only have your hack prefix (i.e. are meant to go into the custom grou), two sets of <phrasetype name="xxx"> would appear, and only the second group would be imported - thus meaning that a lot of phrases aren't installed properly. |
@KuraFire
Have you thought about adding check if a phrasegroup does already exist before trying to create it? That might be useful for hack-updates. |
Quote:
most likely the new HTL with its improved features and checking for upgrades will have this, yes :) |
Quote:
|
Code:
phrasetype name="Shoutbox Hack"> Code:
<phrase name="shoutbox_shoutbit_edit">(edit)</phrase> Code:
<phrasetype name="Shoutbox Hack"> |
Can you send me your temporary phrases file, perhaps?
either by PM or by just emailing it to me, you can ask for my address on irc :) (i'd rather not put it public) |
Quote:
|
Yeah, okay, it's as I thought..
you're using varnames that start off with: shoutbox_shoutbox_... and that confuses the system, as there shouldn't actually yet BE a phrasetype "shoutbox". I'll try and improve the code so that it checks only for vBulletin's own phrasetypes, and then matches on those, instead of checking for all EXISTING phrasetypes. |
INSTALLATION TROUBLE--->
I always stuck in step 2/5. What can I do? I use vB3 RC4. Files are surely uploaded in binary mode. Don't know what to do now. :disappointed: Please help. TIA and regards, adusei |
Quote:
|
Quote:
first of all thanks a lot for your reply! Hope, I did understand you proper (since I'm a bloody beginner with dbs and vB...). I tried to delete the tbls "hack" and "hacklog" to start the installation again. When I do the query: ALTER TABLE post DROP hack; I will get an error msg: ________________________________________________ An error occured while attempting to execute your query. The following information was returned. error number: 1091 error desc: Can't DROP 'hack'. Check that column/key exists ________________________________________________ And now I stuck again. What is my mistake? Regards, adusei |
All times are GMT. The time now is 03:20 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|