The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBSigHosting v1.0.1 Details »» | |||||||||||||||||||||||||
vBSigHosting v1.0.0 ==================== Author: Ken 'LiveWire' Iovino Site: www.vbhacks.us Version: 1.0.1 ==================== Updates
What this does vBSigHosting is a free image hosting hack for remote hosting of signatures for your forums. This will allow members to upload there signature to your site and use it on your site. Each user gets one upload, with a file width, height, and size limit that you specified in the admin cp. Features:
Click It Please read carefully and make all the necessary changes at stated. This is will work if installed properly. I've tested this hack on 3 diffrent vBulletin boards running version 3.0.0. PLEASE REMEMBER TO BACKUP BEFORE YOU BEGIN! If you like this hack, please be kind and click on the "Install" button, i will have some updated versions soon. Help & Support Before asking for support Please make sure you have done all necessary changes! If you still need support please post a reply. Please post bugs and errors here. Hope you like, feedback welcomed. Show Your Support
|
Comments |
#122
|
|||
|
|||
Quote:
But your right, it sucks, time to place a new one since this one is more than a year old. |
#123
|
|||
|
|||
Quote:
My statement was nothing personal (in fact I think your hacks are great), I'm just tired of all these sites that have hacks that let us sign up and a month later they are gone, we have seen enough of that already in the past. |
#124
|
|||
|
|||
vBSigHosting is back and has been updated with a small bug fix. New .Zip added and .txt file for upgrade instructions from 1.0.0 to 1.0.1
Next update will be to view the users sigs. The ammount of space it's using in the database, save files a .gif image, and watermark images for images outside of your site. |
#125
|
|||
|
|||
I get this error message:
Code:
Database error in vBulletin 3.0.3: Invalid SQL: UPDATE usergroup SET ### UPDATE QUERY GENERATED BY fetch_query_sql() ### title = 'Administrators', description = '', usertitle = 'Administrator', opentag = '<i><b>', closetag = '</b></i>', passwordexpires = '0', passwordhistory = '0', siguploader = '1', siguploadermaxwidth = '500', siguploadermaxheight = '150', siguploadermaxsize = '524288000', arcademinposts = '0', arcademintime = '0', attachlimit = '0', avatarmaxwidth = '100', avatarmaxheight = '100', avatarmaxsize = '50000', profilepicmaxwidth = '100', profilepicmaxheight = '100', profilepicmaxsize = '65535', pmquota = '100', pmsendmax = '5', forumpermissions = '393215', pmpermissions = '3', calendarpermissions = '31', wolpermissions = '31', adminpermissions = '3', genericpermissions = '3145663', genericoptions = '23', arcadepermissions = '31', articlepermissions = '4095' WHERE usergroupid=6 mysql error: Unknown column 'siguploader' in 'field list' mysql error number: 1054 Date: Monday 04th of October 2004 02:16:55 PM Script: http://www.communityforums.net/forum.../usergroup.php Referer: |
#126
|
|||
|
|||
You forgot to run the SQL queries as instructed.
These are the ones you need to run: [sql] create table customsiguploader ( userid int unsigned not null default 0 , siguploaderdata mediumtext not null , dateline int unsigned not null default 0 , filename varchar(100) not null default '' , visible smallint not null default 1 , filesize int unsigned not null default 0 , primary key (userid) ) [/sql] And [sql] ALTER TABLE usergroup ADD ( siguploadermaxwidth SMALLINT UNSIGNED NOT NULL DEFAULT '0', siguploadermaxheight SMALLINT UNSIGNED NOT NULL DEFAULT '0', siguploadermaxsize INT UNSIGNED NOT NULL DEFAULT '0', siguploaderpermissions INT(10) UNSIGNED NOT NULL DEFAULT '0' ) [/sql] |
#127
|
|||
|
|||
Installed
|
#128
|
||||
|
||||
Are you able to make it so that the files are not in the database but in the filesystem?
|
#129
|
|||
|
|||
Quote:
<Files sigs> ForceType application/x-httpd-php </Files> And everyone sigs will point to, www.yoursite.com/forums/sigs/1 1 being the userid. I you can figure out how we can do it to upload to a specific directory that would be great, cause i know you have a huge site, and you need to access the database as less as possilbly. |
#130
|
|||
|
|||
I think it's a great hack, keep up the good work Livewire.
|
#131
|
||||
|
||||
Great Hack *clicks install*
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|