vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Profile Enhancements - vBStatus - Facebook Style Status Display (v4) (https://vborg.vbsupport.ru/showthread.php?t=181283)

aramiK89 06-29-2008 10:48 AM

Hey, just need to check - once this is added it won't give birth to the security token error?

Has the line of code been added so that it works with the security token feature?

Just been having a lot of issues with this + mods

Thanks!

Thelonius Beck 06-29-2008 07:53 PM

Quote:

Originally Posted by aramiK89 (Post 1561968)
Hey, just need to check - once this is added it won't give birth to the security token error?

Has the line of code been added so that it works with the security token feature?

Just been having a lot of issues with this + mods

Thanks!

Not an issue.

Thelonius Beck 06-29-2008 07:54 PM

I am using vBAdvance as a front page (outside the forum root), and I would really like to integrate this onto my front page. Any suggestions as to how I could make it work?

arcadian_girl 06-30-2008 05:50 AM

loving this mod, my members like it too - thanks so much :)

marcinl 07-04-2008 06:06 AM

For anyone having problems with non-English languages being improperly displayed by this mod, there is a very simple solution. But you need the iconv extension installed for you php - it's probably by default if you have PHP5.

Open the file vbstatus_ajax.php

find:

PHP Code:

if($vbulletin->options['vbstatus_wordwrap']){
        
$att->clean['statusupdate']=wordwrap($att->clean['statusupdate'], $vbulletin->options['vbstatus_wordwrap'], "\n"true);
        } 

And after that add just one line:

PHP Code:

$att->clean['statusupdate'] = iconv("utf-8""iso-8859-2"$att->clean['statusupdate']); 

Obviously, in place of iso-8859-2, you have to put the correct encoding that you're using on you VB site.

It works perfectly for me in case of Polish.

Spin Doctor 07-04-2008 08:06 AM

Quote:

Originally Posted by x YNWA x (Post 1557116)
uploaded files and done template edits but nothing showing?

same here......help?

Quantnet 07-04-2008 08:39 PM

working great on 3.7.2
thanks

xxalexkimxx 07-05-2008 03:35 PM

still got Javascript error on the page :(

Alfa1 07-05-2008 04:24 PM

Is this mod still supported?

Smiry Kin's 07-05-2008 06:30 PM

does it edit statuses in real time? or does it always have to pop up to beable to edit?

lisss001 07-06-2008 03:42 PM

Nominated for MOTM ;)

PoetJA-1975 07-07-2008 07:33 AM

Hi Attilitus - are you still supporting this modification please? There is evidently a javascript clash/conflicts - Edit button doesn't work even when folder/files chmod to 777 - Help please because this is a really nice idea.

3.7.2 - with QuickTab installed and Dynamic Tab Content For Postbit Legacy

At anyrate - thanx for the sharing.

Jacquii.

Ideal Web Tech 07-08-2008 04:22 PM

Quote:

Originally Posted by Attilitus (Post 1544534)
I'm afraid that I won't integrate this into other third party modifications. It is too much of a hassle, and would require modifying and releasing new versions of other coder's work.

This can actually be done without editing vbshout at all. The following code shows how to utilize the shout engine to make a shout without actually editing vbshout. (this code is not adapted for the status system im just providing an example)
PHP Code:

    global $infernoshout;

    require_once(
DIR '/infernoshout/engine/inferno_engine.php');
    
$infernoshout->load_engine('shout');

    
$msgvar "This is the message that would be shouted";

    
$shout =& new shout;
    
$shout->silent true;
    
$shout->process("$msgvar"); 

Quote:

Originally Posted by Attilitus (Post 1544502)
This issue has already brought up. This hack does not update a user's Last Activity location. The next version of the hack will, and thus this "problem" won't occur. Until then, don't worry too much about it. It will appear as "Unknown Location" for all non-admin usergroups on your forum. (Thus regular users are not seeing the URL as you see it)

Instead of making it update the whosonline location why not just bypass updating the online location as we do for most ajax scripts for actions such as this script has?

PHP Code:

define('LOCATION_BYPASS'1); 


Now to report my own problem I have noticed and havent had time to fix myself yet.

In private messages it does not do the status's properly. It doesnt do the prefix if they have a status nor does it do the message for when a user doesnt have a status set and instead shows nothing.

zmmmzz 07-09-2008 04:06 AM

i love this hack!

PoetJA-1975 07-09-2008 07:43 AM

Um.... It doesn't work.

Jacquii.

TsirhCitna 07-09-2008 08:34 PM

Guests are able to see the edit link for everyone's status.

Boosted Panda 07-09-2008 10:51 PM

Easy as cake to install!

Amaresh 07-10-2008 07:21 AM

thanks yes it was cake

Amit86 07-10-2008 07:36 PM

i love it, but got a problemo
i use hebrew language on my forums
and when i try to change the status it gives me gibbrish
i tried looking for the where language configurations goes but no luck
can you help me with that?
i think ur using utf-8 and i need WINDOWS-1255

TimberFloorAu 07-11-2008 10:45 PM

Please can you confirm, if this MOD, is in the Graveyard, or has since been updated.

I notice an update done yesterday, but the email via vb.org, came thru here late last night.

Please confirm, this mod's status.

pguy 07-12-2008 07:14 AM

I too got the graveyard email and I dont see any mention of a security issue on this thread - was it fixed? Any leads on what happened?

PoetJA-1975 07-12-2008 01:10 PM

The modification was updated on 10 July - So apparently the security issue has been sorted. Why on earth the modification author doesn't respond to the following post is beyond me though. Perhaps the modification should now be updated and marked as UNSUPPORTED perhaps?

Jacquii.

Quote:

Originally Posted by PoetJA-1975 (Post 1568851)
Hi Attilitus - are you still supporting this modification please? There is evidently a javascript clash/conflicts - Edit button doesn't work even when folder/files chmod to 777 - Help please because this is a really nice idea.

3.7.2 - with QuickTab installed and Dynamic Tab Content For Postbit Legacy

At anyrate - thanx for the sharing.

Jacquii.


Greg-J 07-12-2008 04:59 PM

I reported the vulnerability as well as the fix, but it was removed. I didn't know there was a specific place to report them. I looked at the update and it does not include my fix though, so I'm not sure if this version is or is not at risk...

zmmmzz 07-12-2008 07:57 PM

greg can you upload the mod with the fix so we can download it?

PoetJA-1975 07-12-2008 08:41 PM

Quote:

Originally Posted by Greg-J (Post 1573658)
I reported the vulnerability as well as the fix, but it was removed. I didn't know there was a specific place to report them. I looked at the update and it does not include my fix though, so I'm not sure if this version is or is not at risk...

I saw your post and I reported the modification using the https://vborg.vbsupport.ru/external/2008/09/5.gif button -- Fortunately I'd already uninstalled the modification because the author is apparently no longer supporting it and it didn't work on my board.... Some sort of javascript conflict - clicking the edit button does nothing...

Jacquii.

calorie 07-13-2008 02:39 PM

FYI, the author has addressed the reported vulnerability. To patch, grab the attachment updated as of today, and FTP the two PHP files to your server, making sure to overwrite the old files.

tazzarkin 07-13-2008 04:45 PM

I wasn't going to install this, but it's been sent to the Modification Graveyard so many times that now I'm intrigued.

It feels like you're getting something they don't want you to have...

PS - I even nominated it for Mod of the Month

Boosted Panda 07-13-2008 06:26 PM

Is this working again?

TFEX 07-13-2008 07:42 PM

Installed, thanks :)

twister17e 07-13-2008 08:32 PM

I upgraded today after removing my homemade patch and it appears this mod no longer allows html to be parsed. After running a few tests, html shows up as
Code:

<b>testing</b> or <script>blah</script>
just like it should. It appears that we are good to go!

TimberFloorAu 07-13-2008 10:19 PM

Upload as per upgrade is:

2 js files , 2 php files , reimport the product ( allow overwrite )
3 or 4 template edits

Simple stuff.

Works fine :)

Thanks guys

PoetJA-1975 07-13-2008 10:53 PM

Wonderful to see the security issues addressed and fixed. It's a great modification, one that I'd love to use on JPiC - Question - has the javascript conflicts been addressed as well? I know some had posted about the "Edit" button not working... Would be nice if there's a fix for it as well...

At anyrate - Thanx again for the sharing.

Jacquii.

TimberFloorAu 07-13-2008 11:54 PM

Quote:

Originally Posted by PoetJA-1975 (Post 1574594)
Wonderful to see the security issues addressed and fixed. It's a great modification, one that I'd love to use on JPiC - Question - has the javascript conflicts been addressed as well? I know some had posted about the "Edit" button not working... Would be nice if there's a fix for it as well...

At anyrate - Thanx again for the sharing.

Jacquii.

According to Calorie, the vulnerabilty has been addressed. ( whether that is the js vulnerability who knows :) )

PoetJA-1975 07-14-2008 01:02 AM

Thanx :D

Jacquii.

mallupirates 07-14-2008 08:04 AM

i am sad to say, but this mod completely destroyed my forum built over 2 years. All because of the headinclude file. I could not even login to my admin cpanel. There might be some mistake in the codes...:(

Alfa1 07-14-2008 09:43 AM

Quote:

Originally Posted by mallupirates (Post 1574848)
i am sad to say, but this mod completely destroyed my forum built over 2 years. All because of the headinclude file. I could not even login to my admin cpanel. There might be some mistake in the codes...:(

Please tell us more about this.

MissStacie 07-14-2008 06:33 PM

Is this out of the quarantine?

transparent 07-14-2008 11:11 PM

I updated to the latest version but in the products listing it's still showing as 3.0? I'm guessing this was just missed on the .xml file?

Thank you for the update ; )

timefactor 07-15-2008 01:07 PM

Installed and working fine, thankyou

mattswanson 07-16-2008 11:24 AM

Quote:

Originally Posted by transparent (Post 1575488)
I updated to the latest version but in the products listing it's still showing as 3.0? I'm guessing this was just missed on the .xml file?

Thank you for the update ; )

I noticed this too.

I've updated all of the templates, but I can't get anything to appear. I've gone into Options and configured the set up (not sure on the on/off yes/no buttons, but I've tried both settings) and I'm not seeing status appearing anywhere.

What am I missing?


All times are GMT. The time now is 04:11 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
  • Page Generation 0.01671 seconds
  • Memory Usage 1,833KB
  • 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
  • (4)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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