Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vbuserbar for 3.6.x Details »»
vbuserbar for 3.6.x
Version: 1.1.0, by stonyarc stonyarc is offline
Developer Last Online: Aug 2013 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.4 Rating:
Released: 11-26-2006 Last Update: 12-01-2006 Installs: 125
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

This modification contains a security vulnerability, you are hereby advised to uninstall until further notice.
- vBulletin.org Staff


vbuserbar by StonyArc
I'm proud to announce that the new version 1.1.0 for vbulletin 3.6.x is currently available to you all !!!



You can now nominate hacks yourself for hacks of the month. There is a link on the right of hacks on top of the files.

Function
A userbar is a small image (350*19) typically used in the signatures of forum users, to show their support for software, hardware, food, pretty much anything. The new application allows you to dynamically create userbars including several plugins to display text.

Don't forget to hit install !!!!!!!
Please read the guide before asking for support !!!!!!!

Special

- Read the attached PDF for more information. The pdf is also included in the zip file.
- Some directories must be chmod to 777 (list included in pdf)
- vbuserbar requires PHP and the GD2 image library.
- The mod_rewrite module must be loaded as well. This is most of time on by default. If you run your own Server you can load it yourself in the php.ini. If not, please contact your hosting provider to activate it.

Feel free to support this mod and make a paypal donation to admin@stonyarc.com

Detailed installation instructions are in the included pdf file.




Current Features

Userbars for Vbulletin is created by StonyArc. The application is inspired and partially driven by the Dynabars scripts by Kenneth Watson.

Userbars for Vbulletin takes full advantage of direct integration with Vbulletin and allows users to directly create usersbars (both single and rotating as animated gif).

By using plugins other integrations are possible. The plugin creation guide is available on request.

This has taken quite some work and still will take a lot more. Please give credit where credit is due. You cannot remove any notice without prior written permission.

Changes in this version

1.0.0
Initial version
1.1.0
Additional options added to limit max number of bars
Improved phrase support
Added a new plugin to display browser and OS information
IE javascript error
Top statistics option


Planned Features
- TBD



Demonstration
http://www.xboxusersgroup.com/forums/vbuserbar.php (registration required)
(screenshot in pdf)

Samples

Static











Or combined dynamically:




Credits

This has taken quite some work and still will take a lot more. Please give credit where credit is due. You cannot remove any notice without prior written permission. Instructions are included in the pdf file
Special credits to Kenneth Watson for the initial Dynabar script.


FAQ

The FAQ is included in the pdf file.




Feel free to support this mod and make a paypal donation to admin@stonyarc.com



(c) 2006 Stonyarc

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #82  
Old 12-02-2006, 07:13 PM
Tyegurl's Avatar
Tyegurl Tyegurl is offline
 
Join Date: Mar 2006
Location: NY
Posts: 480
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yours is ssaved too....called test in the /bars/ folder....
Reply With Quote
  #83  
Old 12-02-2006, 08:02 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tyegurl View Post
yours is ssaved too....called test in the /bars/ folder....

Tyegurl

Can you try changing the .htaccess to the following


Code:
RewriteEngine on
RewriteRule ^show/(.+).png$ show.php?id=$1 [NC,L]
RewriteRule ^group/(.+).gif$ group.php?id=$1 [NC,L]
Reply With Quote
  #84  
Old 12-03-2006, 10:20 AM
psico psico is offline
 
Join Date: Oct 2001
Location: Buenos Aires, Argentina
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have the same problem as Tyegurl, the file is created under /forums/userbar/bars without any extension but the image is not showing, here is an example:
http://www.psicofxp.com/forums/userbar/show/caca.png
Reply With Quote
  #85  
Old 12-03-2006, 10:53 AM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by psico View Post
I have the same problem as Tyegurl, the file is created under /forums/userbar/bars without any extension but the image is not showing, here is an example:
http://www.psicofxp.com/forums/userbar/show/caca.png
http://www.psicofxp.com/forums/userbar/show.php?id=caca that one works so the application itself is fine.

it's the rewrite that is acting up.

best to check the .htaccess in /userbar to see that it matches the specific requirements of your server.

If you have SEO stuff running exclude the userbar apps and files from being handled.

On the tyegurl server it's fixed by changing the .htaccess to

Code:
RewriteEngine on
RewriteRule /(.+).png$ show.php?id=$1 [L]
RewriteRule /(.+).gif$ group.php?id=$1 [L]
Reply With Quote
  #86  
Old 12-05-2006, 01:58 AM
Trana Trana is offline
 
Join Date: Apr 2005
Posts: 604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by stonyarc View Post
it's the rewrite that is acting up.
Are you still planning on releasing a version where we can disable rewrites?
Reply With Quote
  #87  
Old 12-05-2006, 03:31 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Trana View Post
Are you still planning on releasing a version where we can disable rewrites?

coming soon to a theater near you
Reply With Quote
  #88  
Old 12-06-2006, 06:45 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by psico View Post
I have the same problem as Tyegurl, the file is created under /forums/userbar/bars without any extension but the image is not showing, here is an example:
http://www.psicofxp.com/forums/userbar/show/caca.png
Psoco,

Did you apply the change I implemented for tyegurl????
Reply With Quote
  #89  
Old 12-07-2006, 04:50 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please drop in a reply if you want to see additional features or additional plugins for this application.

I want to release the next version as soon as possible.
Reply With Quote
  #90  
Old 12-12-2006, 01:47 PM
Cloudrunner's Avatar
Cloudrunner Cloudrunner is offline
 
Join Date: May 2003
Location: Butte, MT
Posts: 635
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Before I go ahead and play with this I need to know three things.

1) Will this have, or does it already have, support for custom fonts?
2) Can the final image be customize as far as sizing goes (I would like to offer something bigger than a 19px high siggy block)?
3) Is there support for server side hosted images to be used as a background?

Those would be the only things keeping me from using this just yet.

Thank you in advance. Yes I did a cursory check for these answers.

Cloudrunner
Reply With Quote
  #91  
Old 12-12-2006, 05:05 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cloudrunner View Post
Before I go ahead and play with this I need to know three things.

1) Will this have, or does it already have, support for custom fonts?
2) Can the final image be customize as far as sizing goes (I would like to offer something bigger than a 19px high siggy block)?
3) Is there support for server side hosted images to be used as a background?

Those would be the only things keeping me from using this just yet.

Thank you in advance. Yes I did a cursory check for these answers.

Cloudrunner
1. Currently the standard userbar font is supported so no additional fonts are present for now
2. userbars have a clearly defined size and should not be considered as full blown signatures.

http://en.wikipedia.org/wiki/Userbar

Userbars come in many varieties. Many userbars have the following characteristics:
  1. Exactly 350 pixels in width.
  2. Exactly 19 pixels in height.
  3. A semi-transparent half-ellipse covering the top half of the userbar. There are userbars with other kinds of decoration or with no decoration at all.
  4. Text using the 'Visitor TT1 (BRK)' font, at 10px aligned to the right and centered vertically.
  5. A diagonal stripe pattern (commonly called a 'scanline' pattern) of varying density.
  6. 1 pixel black border, sometimes called a stroke.
  7. Animations are allowed, example: "GameSpy" userbar.
  8. PNG format for good quality, GIF for animations.
  9. Most of the time userbars are used for forum signatures.

You can use any image as background as long as it's 350*19 as background. You can upload any image having that size.

I could release my automated full size sig maker like I made for http://www.xboxusersgroup.com

Samples on http://www.xboxusersgroup.com/forums...ad.php?t=66451
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:15 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.09149 seconds
  • Memory Usage 2,324KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete