The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Mood Hack 3.5 Details »» | |||||||||||||||||||||||||
MOOD HACK 3.5 This is first and my only vBulletin 3.5 hack because I have no clue! I have tried and tested this on my forum at http://www.itshappening.net/forum/ and the hack can be see in operation at this site. What does it do? This hack displays a user's mood in the postbit. The mood is displayed as an image and there are 42 to choose from. Mood can be changed in UserCP=>Edit Options. Credits: This hack is based off "mood hack" written by MyIS_Jordan I have modified his code to work as a template modification in 3.5 MyIS_Jordan pm'd me saying that the modification is ok. Yay The creation of this hack was inspired by my own members who love this nifty hack. The hack images are from other sources and the couple my members created. Installation information on hack: Template Modification: postbit or postbit_legacy Files to upload: 1 folder Picture of hack: original hack for 3.07 to view picture. https://vborg.vbsupport.ru/showthrea...threadid=81637 ------------------------------------------------ UPDATED: 12/10/2005 Template Modification and should work in 3.5 or 3.51 without any problems. Fixes: Additional Moods Corrected Others Spelling errors Saved in Windows Zip File Upcoming: Template Modification so Mood can be changed in Member ID section in either version without upgrading to 3.51 so the add-on by sniper will work. Step-by-Step Instructions including in both files; new install and upgrade versions. Small addition of approximately 12 new moods added. Update contains full install and quick update. This update works in 3.5, 3.5.1, 3.5.2 although to use the add-on by sniper you must upgrade to 3.5.1 12/18/05: the code for the postbit was typed in twice - Fixed! Sorry! 12/18/2005 Updated and/or fixed some of the pictures and added a few new moods. I have several "Adult" Moods but will only make avaialable by PM... Show Your Support
|
Comments |
#132
|
|||
|
|||
Nice and I think the best instructions I have seen yet makes it hard to mess up nice!!
Clicks *Install |
#133
|
|||
|
|||
Sorry for the long-delay. To fix the SQL-inject exploit, use this as the plug-in code from https://vborg.vbsupport.ru/showpost....&postcount=81:
Code:
if ($_POST['do'] == 'newmood') { $vbulletin->input->clean_gpc('p', 'mood', TYPE_STR); $db->query_write("UPDATE " . TABLE_PREFIX . "userfield SET FIELD7 = '" . $db->escape_string($vbulletin->GPC['mood']) . "' WHERE userid = '" . $vbulletin->userinfo['userid'] . "'"); eval(print_standard_redirect('updatethanks')); } |
#134
|
|||
|
|||
hi, thanks but this is the wrong thread. In my last update, I added the clean_gpc part. I'll add the escape_string part in the next update.
|
#135
|
|||
|
|||
Is it possible, and if so how, for the mood to display both on the thread display and the profile display?
|
#136
|
|||
|
|||
I've attached a zip file containing optimized mood images. Many of the ones that came with the hack looked like crap with a dark background and were unnecessarily large in size. I don't believe I missed any.
|
#137
|
|||
|
|||
Where on earth is my "includes/functions_showthread.php"?!
I can't find it anywhere. Is there a reason why my board doesn't have this? Could someone show me the light? |
#138
|
|||
|
|||
I see the 'mood mod still lives!! Been using it 'installed' for a while now . . .
You guys ever discover The Level Hack??? Not my creation (French vbulletin.org) but also in use at my board The Pirate Exchange (click for example) We Installed the 'quick' addon, right?? (p.s. postbit mod is only avail for view with original Vb Blue) |
#139
|
|||
|
|||
Anyone know if theres anything similar to this that is just a simple plug-in and doesnt require umpteen modifications?
|
#140
|
|||
|
|||
Quote:
Quote:
In your root folder, you will see a bunch of folder's, just to clarify.....admincp, includes, images, etc...... |
#141
|
||||
|
||||
Personally I think someone should do what I did for my 3.0.7 board. Put it in the postbit legacy. So easy for users to change their mood as they are writing their posts.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|