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
  #22  
Old 11-27-2006, 09:55 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
Any idea why files are being saved with numeric names and not descriptions?
You need to

1. click update to confirm your options each time => this caches the data
2. click save when done preparing the images


The application will redirect you to the overview page. On there you get a list of the static images which contains the correct URL's of the application. If you want to restart and clear the images you can use the delete function on the overview pages or manually delete the files in the /bar and /cache and also empty both tables.

Those can then be combined in to a dynamic one.

Make sure you have all folders. The zip currently online also contains the empty folders.

Please don't forget to click install if you have installed this application.
Reply With Quote
  #23  
Old 11-27-2006, 09:56 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by goyo View Post
Is it works with imagemagick ?
(I'm using IM because it produces nicer pictures compared to GD2)
At this point it doesn't work with IM.

that's maybe something I can build in V2: GD or IM. Good idea there.
Reply With Quote
  #24  
Old 11-27-2006, 10:00 PM
AMG021 AMG021 is offline
 
Join Date: Sep 2006
Location: Not From This Planet
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

getting the following error

Quote:
Database error in vBulletin 3.6.4:

Invalid SQL:

CREATE TABLE `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 'COLLATE utf8_unicode_ci NOT NULL,
`url` VARCHAR( 255 ) CHARACT
Error Number : 1064
Date : Monday, November 27th 2006 @ 03:54:23 PM
Script : http://*********/admincp/plugin.php?do=productimport
Referrer : http://*********.com/admincp/plugin.php?do=productadd
IP Address :*********
Username : *********
Classname : vb_database
Reply With Quote
  #25  
Old 11-27-2006, 10:02 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AMG021 View Post
getting the following error
Does your Mysql server support utf8 ?

Are you running any special language?

If not

In principle you can remove the CHARACTER SET utf8 COLLATE utf8_unicode_ci string from each of the 6 points where it occurs in the install code of the product.

I uploaded some screenshots of the app in the first reply too.
Reply With Quote
  #26  
Old 11-27-2006, 10:46 PM
Trana Trana is offline
 
Join Date: Apr 2005
Posts: 604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by stonyarc View Post
The application will redirect you to the overview page. On there you get a list of the static images which contains the correct URL's of the application. If you want to restart and clear the images you can use the delete function on the overview pages or manually delete the files in the /bar and /cache and also empty both tables.
When I save the bars they only save as a filename with a number, not the proper filename. Also I am assuming there should be some sort of preview in the attached image. I don't see anything.
Reply With Quote
  #27  
Old 11-27-2006, 11: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
When I save the bars they only save as a filename with a number, not the proper filename. Also I am assuming there should be some sort of preview in the attached image. I don't see anything.
Are you sure you have modrewrite and GD2 enabled on your server and installed the latest version?
Reply With Quote
  #28  
Old 11-27-2006, 11:38 PM
Trana Trana is offline
 
Join Date: Apr 2005
Posts: 604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have GD2 but I am using ISAPI URL Rewrite as this is a Windows 2003 server.
Reply With Quote
  #29  
Old 11-28-2006, 12:20 AM
icare icare is offline
 
Join Date: Jan 2006
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Image doesnt show up

and when i tried a link to image it gave me following error.. am i missing something

Warning: imagecreatefrompng(images/content/default.png) [function.imagecreatefrompng]: failed to open stream: No such file or directory in /home/username/public_html/userbar/userbar.php on line 35

Warning: imagecolorallocate(): supplied argument is not a valid Image resource in /home/username/public_html/userbar/userbar.php on line 69

Warning: imagecolorallocate(): supplied argument is not a valid Image resource in /home/username/public_html/userbar/userbar.php on line 70

Warning: imagealphablending(): supplied argument is not a valid Image resource in /home/username/public_html/userbar/userbar.php on line 76

Warning: imagecopy(): supplied argument is not a valid Image resource in /home/username/public_html/userbar/userbar.php on line 84

Warning: imagecopy(): supplied argument is not a valid Image resource in /home/username/public_html/userbar/userbar.php on line 84

Warning: imagecopy(): supplied argument is not a valid Image resource in /home/username/public_html/userbar/userbar.php on line 84

Fatal error: Call to undefined function: imagettftext() in /home/username/public_html/userbar/userbar.php on line 89
Reply With Quote
  #30  
Old 11-28-2006, 02:55 AM
Tyegurl's Avatar
Tyegurl Tyegurl is offline
 
Join Date: Mar 2006
Location: NY
Posts: 480
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

stonyarc....i have had a blond moment....

i uploaded the files but it over wrote my index.php...

so may i assume that i need to uplod the upload folder to my forum root? not the files to the forum root?
Reply With Quote
  #31  
Old 11-28-2006, 03:34 AM
darkblade25 darkblade25 is offline
 
Join Date: Nov 2004
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It would be nice to limit userbars per user, so users can not spam your server with images.

Anyone know how to do this?
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:00 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.04750 seconds
  • Memory Usage 2,323KB
  • 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
  • (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
  • (1)pagenav_pagelinkrel
  • (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