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
  #42  
Old 11-28-2006, 07:24 PM
imported_predatorkill imported_predatorkill is offline
 
Join Date: May 2005
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The update was done in less than a minute...Great job stony,again!!
Reply With Quote
  #43  
Old 11-28-2006, 09:02 PM
Roxie's Avatar
Roxie Roxie is offline
 
Join Date: May 2002
Location: on vb.org
Posts: 526
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I get this error even using the newest version:

Quote:

Invalid SQL:

CREATE TABLE vb3_`vbuserbar` (
`id` INT( 10 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`userid` INT( 10 ) NOT NULL ,
`usergroupid` INT( 10 ) NOT NULL ,
`name` VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`url` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`path` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`createdate` INT( 10 ) NOT NULL ,
`modifieddate` INT( 10 ) NOT NULL ,
`groupid` INT( 10 ) NOT NULL ,
INDEX ( `userid` , `usergroupid`, `name`)
) TYPE = MYISAM;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'vbuserbar` (
`id` INT( 10 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`userid` INT' at line 1
Error Number : 1064
Date : Tuesday, November 28th 2006 @ 05:59:50 PM
Script : http://.......com/admincp/plugin.php?do=productimport
Referrer : http://....../admincp/plugin.php?do=productadd
IP Address : ....
Username : ....
Classname : vb_database
Reply With Quote
  #44  
Old 11-28-2006, 09:45 PM
sduckie2k5 sduckie2k5 is offline
 
Join Date: Oct 2005
Location: Colorado
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Same thing here, new version, first time install. Heres mine....

Invalid SQL:

CREATE TABLE vb_`vbuserbar` (
`id` INT( 10 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`userid` INT( 10 ) NOT NULL ,
`usergroupid` INT( 10 ) NOT NULL ,
`name` VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`url` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`path` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`createdate` INT( 10 ) NOT NULL ,
`modifieddate` INT( 10 ) NOT NULL ,
`groupid` INT( 10 ) NOT NULL ,
INDEX ( `userid` , `usergroupid`, `name`)
) TYPE = MYISAM;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'vbuserbar` (
`id` INT( 10 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`userid` INT' at line 1
Error Number : 1064
Date : Tuesday, November 28th 2006 @ 06:46:32 PM
Script : ..........plugin.php?do=productimport
Referrer :
IP Address : .......
Username : .......
Classname : vb_database

Would love to know what is wrong, or what Im doing wrong so I can get it to work. Yes I have GD2. Thanks
Reply With Quote
  #45  
Old 11-29-2006, 06:38 AM
JD45 JD45 is offline
 
Join Date: Feb 2006
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sduckie2k5 View Post
Same thing here, new version, first time install. Heres mine....




Invalid SQL:

CREATE TABLE vb_`vbuserbar` (
`id` INT( 10 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`userid` INT( 10 ) NOT NULL ,
`usergroupid` INT( 10 ) NOT NULL ,
`name` VARCHAR( 100 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`url` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`path` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
`createdate` INT( 10 ) NOT NULL ,
`modifieddate` INT( 10 ) NOT NULL ,
`groupid` INT( 10 ) NOT NULL ,
INDEX ( `userid` , `usergroupid`, `name`)
) TYPE = MYISAM;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'vbuserbar` (
`id` INT( 10 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`userid` INT' at line 1
Error Number : 1064
Date : Tuesday, November 28th 2006 @ 06:46:32 PM
Script : ..........plugin.php?do=productimport
Referrer :
IP Address : .......
Username : .......
Classname : vb_database


Would love to know what is wrong, or what Im doing wrong so I can get it to work. Yes I have GD2. Thanks
Thritto on the error...
Reply With Quote
  #46  
Old 11-29-2006, 08:17 AM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Roxie View Post
I get this error even using the newest version:
Sorry

It was the old SQL statement typo that got back in.

The version now online is correct and should handle prefix nicely
Reply With Quote
  #47  
Old 11-29-2006, 12:14 PM
sduckie2k5 sduckie2k5 is offline
 
Join Date: Oct 2005
Location: Colorado
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by stonyarc View Post
Sorry

It was the old SQL statement typo that got back in.

The version now online is correct and should handle prefix nicely

Thankyou, that worked, Great addition to my website! ~D
Reply With Quote
  #48  
Old 11-29-2006, 02:52 PM
Roxie's Avatar
Roxie Roxie is offline
 
Join Date: May 2002
Location: on vb.org
Posts: 526
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works beautifully. Great work Stonyarc.
Reply With Quote
  #49  
Old 11-29-2006, 02:59 PM
JD45 JD45 is offline
 
Join Date: Feb 2006
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm...I'm still getting this:

Quote:
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'vbuserbar` (
`id` INT( 10 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`userid` INT' at line 1
Reply With Quote
  #50  
Old 11-29-2006, 03:15 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JD45 View Post
Hmm...I'm still getting this:
JD did you download the latest version again?

The sequence you quoted is no longer in there.
Reply With Quote
  #51  
Old 11-29-2006, 03:17 PM
JD45 JD45 is offline
 
Join Date: Feb 2006
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by stonyarc View Post
JD did you download the latest version again?

The sequence you quoted is no longer in there.
I thought I did :surprised:

I did the sql by hand and everything installed fine, now I just need to test everything. I'll re-download it and make sure I have the updated version.
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 12:08 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.04620 seconds
  • Memory Usage 2,322KB
  • 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
  • (7)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