Register Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
vbuserbar for 3.6.x Details »»
vbuserbar for 3.6.x
Mod Version: 1.1.0, by stonyarc (Coder/Designer) stonyarc is offline
Developer Last Online: Jan 2011 I like it Show Printable Version Email this Page

This thread is in the Modification Graveyard.
vB Version: 3.6.4 Rating: (15 votes - 3.93 average) Installs: 126
Released: 27 Nov 2006 Last Update: 02 Dec 2006 Downloads: 378
Not Supported DB Changes Uses Plugins Template Edits Additional Files  

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

Download Now

Only licensed members can download files, Click Here for more information.

Show Your Support

  • If you like this modification support the author by donating.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Similar Mod
Mod Developer Type Replies Last Post
vbuserbar for 3.5.x stonyarc Modification Graveyard 17 30 Nov 2006 18:25

  #16  
Old 27 Nov 2006, 21:07
projectego's Avatar
projectego projectego is offline
 
Join Date: Feb 2006
Location: UK
Real name: Steve
Wow, I'll certainly check this out. Cheers!
__________________
Reply With Quote
  #17  
Old 27 Nov 2006, 22:05
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Originally Posted by COBRAws View Post
this system connects to your site then? :S
No it's hosted on your site itself with a self maintaining cache.
Reply With Quote
  #18  
Old 27 Nov 2006, 22:31
stonyarc stonyarc is offline
 
Join Date: Aug 2005
If you experience issues with FireFox 2 and the colour selection (displayed at bottom of the page in stead of next to the anchor):

This minor issue is now solved. Just download the zip and install the product again with overwrite to yes.

Cheers
Reply With Quote
  #19  
Old 27 Nov 2006, 22:38
Trana Trana is offline
 
Join Date: Apr 2005
Any idea why files are being saved with numeric names and not descriptions?
Reply With Quote
  #20  
Old 27 Nov 2006, 22:45
goyo goyo is offline
 
Join Date: Mar 2002
Is it works with imagemagick ?
(I'm using IM because it produces nicer pictures compared to GD2)
Reply With Quote
  #21  
Old 27 Nov 2006, 22:55
stonyarc stonyarc is offline
 
Join Date: Aug 2005
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.

Last edited by stonyarc : 27 Nov 2006 at 22:58.
Reply With Quote
  #22  
Old 27 Nov 2006, 22:56
stonyarc stonyarc is offline
 
Join Date: Aug 2005
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
  #23  
Old 27 Nov 2006, 23:00
AMG021 AMG021 is offline
 
Join Date: Sep 2006
getting the following error

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
  #24  
Old 27 Nov 2006, 23:02
stonyarc stonyarc is offline
 
Join Date: Aug 2005
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.

Last edited by stonyarc : 27 Nov 2006 at 23:23.
Reply With Quote
  #25  
Old 27 Nov 2006, 23:46
Trana Trana is offline
 
Join Date: Apr 2005
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.
Attached Images
File Type: png test.png (5.8 KB, 61 views)
Reply With Quote
  #26  
Old 28 Nov 2006, 00:31
stonyarc stonyarc is offline
 
Join Date: Aug 2005
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
  #27  
Old 28 Nov 2006, 00:38
Trana Trana is offline
 
Join Date: Apr 2005
I have GD2 but I am using ISAPI URL Rewrite as this is a Windows 2003 server.
Reply With Quote
  #28  
Old 28 Nov 2006, 01:20
icare icare is offline
 
Join Date: Jan 2006
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
  #29  
Old 28 Nov 2006, 03:55
Tyegurl's Avatar
Tyegurl Tyegurl is offline
 
Join Date: Mar 2006
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
  #30  
Old 28 Nov 2006, 04:34
darkblade25 darkblade25 is offline
 
Join Date: Nov 2004
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


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Mod Options

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


New To Site? Need Help?

All times are GMT. The time now is 13:00.

Layout Options | Width: Wide Color: