vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Profile Enhancements - User name images (https://vborg.vbsupport.ru/showthread.php?t=218327)

dtv100 02-06-2010 09:31 PM

bumb

Huy Ho?ng 02-10-2010 12:40 PM

Uninstall because used for 4.0

3beidat 05-08-2010 05:47 PM

Possible someone can share the code for whosonlinebit
so I can see the images within Currently Active Users? That would be great!

Skyrider 05-26-2010 01:01 PM

Would be great if someone converts it (or the original author) to vB4! ^_^

Lilmikeishere 06-10-2010 12:53 AM

We need something like this for vB4.

Sajeth 06-13-2010 02:23 PM

This opens the floodgates to XSS attacks, dont know what the authors intention was when posting this exploitable modification. Horrible.
Possible fix would be to set the regexp for the URL field to
Code:

^(https?://)?(([0-9a-z_!~*'().&=+$%-]+: )?[0-9a-z_!~*'().&=+$%-]+@)?(([0-9]{1,3}\.){3}[0-9]{1,3}|([0-9a-z_!~*'()-]+\.)*([0-9a-z][0-9a-z-]{0,61})?[0-9a-z]\.[a-z]{2,6})(:[0-9]{1,4})?((/?)|(/[0-9a-z_!~*'().;?:@&=+$,%#-]+)+/?)$|^$
which is too long for the standard vB database and requires the previous SQL query
Code:

ALTER TABLE `profilefield` CHANGE `regex` `regex` VARCHAR( 511 )
OR
Code:

ALTER TABLE `YOURTABLEPREFIX_profilefield` CHANGE `regex` `regex` VARCHAR( 511 )
if you use table prefixes. Elsewise this could be EASILY exploited for XSS attacks.

Tactiii 10-06-2010 11:12 PM

What do I do if the code specified was not in the postbit? :/

DiLaRa 11-21-2010 08:58 PM

marked as installed,Thanks for this mod

Emeralda 11-21-2011 12:08 AM

Quote:

Originally Posted by Sajeth (Post 2052970)
This opens the floodgates to XSS attacks, dont know what the authors intention was when posting this exploitable modification. Horrible.
if you use table prefixes. Elsewise this could be EASILY exploited for XSS attacks.

Than just limit it to your staff. I did it just for admins, and it works quite nicely.

Xp.Warrior 05-05-2012 07:26 AM

https://vborg.vbsupport.ru/external/2012/05/48.png
Brother Look This I Want To Show Username Image Every Where But Not Show In This How To Set ?
Thanks In Advanced


All times are GMT. The time now is 04:40 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.01229 seconds
  • Memory Usage 1,730KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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