vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Mood Hack 3.5 (https://vborg.vbsupport.ru/showthread.php?t=98636)

ChErAbOo 02-15-2006 12:38 PM

Nice and I think the best instructions I have seen yet makes it hard to mess up nice!!

Clicks *Install

xxwildchildxx 02-17-2006 09:33 PM

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'));
}


-=Sniper=- 02-17-2006 09:49 PM

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.

katholic 02-21-2006 09:50 AM

Is it possible, and if so how, for the mood to display both on the thread display and the profile display?

SmashinYoungMan 03-17-2006 03:07 AM

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.

Ashiro 03-17-2006 06:03 PM

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?

silly rabbit 03-17-2006 09:10 PM

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)

LCPGUY 03-24-2006 01:04 AM

Anyone know if there’s anything similar to this that is just a simple plug-in and doesn’t require umpteen modifications?

hotwheels 03-24-2006 01:54 AM

Quote:

Anyone know if there’s anything similar to this that is just a simple plug-in and doesn’t require umpteen modifications?
You'll like this one......i don't know of any other's at this time and this one, personally, i think rock's........

Quote:

Where on earth is my "includes/functions_showthread.php"?!

when you are on your server, where you keep your forum root folder's. While in the forums root folder, you will see a folder that say's includes, open it and scroll down till you see your functions_showthread.php....

In your root folder, you will see a bunch of folder's, just to clarify.....admincp, includes, images, etc......

paul41598 05-06-2006 12:05 PM

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. :D


All times are GMT. The time now is 08:20 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01351 seconds
  • Memory Usage 1,736KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete