vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - vBExperience 4 (https://vborg.vbsupport.ru/showthread.php?t=245023)

DonosOdD 06-14-2011 06:37 PM

I have a question. How can I reset everyone's points, achievements and awards?

owning_y0u 06-14-2011 09:34 PM

Quote:

Originally Posted by FF|Skyrider (Post 2203728)
And is there anyway I can alter what will be displaying in the left side of the profile and where? I prefer the username, usertitle and avatar being shown first. Then below that, the XP information.. Or better yet, the XP bar AND or text only.

search for :

HTML Code:

<vb:if condition="$show['reputation']">
                                <span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay}</span>
                        </vb:if>
                        <vb:if condition="$show['avatar']">
                        <a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
                                <img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
                        </a>
                        </vb:if>

and replace with:

HTML Code:

                        <vb:if condition="$show['avatar']">
                        <a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
                                <img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
                        </a>
                        </vb:if>
                        <vb:if condition="$show['reputation']">
                                            <span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay}</span>
                        </vb:if>


WDS 06-15-2011 06:54 PM

Quote:

Originally Posted by WDS (Post 2205644)
I upgraded to version 4.1.4 final and everything is right except that in the longer postbit I get the number of points and the bar are level 1 and up.

http://www.webpagescreenshot.info/im...01143214am.png


Help???

thecore762 06-17-2011 03:08 AM

Hi, is there a possible to change the color of the text Experience on the top Navbar?
Thanks.

Irate Pirate 06-20-2011 07:52 PM

Tagged for future. Thanks! :up:

A M I R 06-21-2011 04:13 PM

How can i add gif images as awards?

thanks

thecore762 06-21-2011 10:47 PM

<a href="http://www.47r-squad.com/xperience.php" target="_blank">http://www.47r-squad.com/xperience.php</a>

It seems like it stopped working..
It has not earned a single point for anyone in 3 days.
Is it broken?

Maccrob 06-27-2011 05:35 AM

Sorry, but there is a xss issue in VBExperience 4.0.4 GOLD. I think previous versions also have this vulnerability
Code:

Cross Site Scripting Example:
xperience.php?go=ranking&order=asc&="><script>alert(1);</script>

Fast solution:
Code:

find in xperience.php
$sortfield = unhtmlspecialchars($vbulletin->input->clean_gpc('r', 'sortfield', TYPE_NOHTML));

Replace with:
$sortfield = htmlspecialchars(unhtmlspecialchars($vbulletin->input->clean_gpc('r', 'sortfield', TYPE_NOHTML)));


vidan 06-28-2011 10:11 PM

no more update regarding this beautiful addon?

Maccrob 06-28-2011 10:59 PM

Quote:

Originally Posted by vidan (Post 2214290)
no more update regarding this beautiful addon?

I think, the best way is to manually update and fix this addon
E.g. "Attachment_Consumes_Points" plugin doesn't work due incorrect SQL

Regarding xss
Code:

Replace with:
$sortfield = $vbulletin->input->clean_gpc('r', 'sortfield', TYPE_NOHTML);



All times are GMT. The time now is 04:47 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.02537 seconds
  • Memory Usage 1,750KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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