Version: 1.00, by Logikos
Developer Last Online: Sep 2023
Category: Miscellaneous Hacks -
Version: 3.0.3
Rating:
Released: 04-13-2004
Last Update: Never
Installs: 124
No support by the author.
vBSigHosting v1.0.0
====================
Author: Ken 'LiveWire' Iovino
Site: www.vbhacks.us
Version: 1.0.1 ====================
Updates
Fixed bug with profile pic showing avatar.
If your using 1.0.0 please read upgrad_from_1.0.0.txt for the bug fixes
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:
Completely Admin CP controlled.
Turn on/off for diffrent usergroups.
File sizes, width, and height restrictions (pixels) via ACP.
One user equals one signature image at a time.
When user uploads new signature, old signature will erase.
All images are stored in database.
And more...
To do list...
Time to install: 15-20 minutes
Queries to run: 2
File Mods: 5
/admincp/usergroup.php
/includes/init.php
/includes/functions_upload.php
/forum/profile.php
/forum/image.php
Templates to edit: 1
Templates to add: 1
New Phrases: 14
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
This modification may not be copied, reproduced or published elsewhere without author's permission.
Is there a way not to show the link Upload Signature to the Control Panel of the users which are not on the permited usergroup? Mean the ones, that this feature is turned off.
To make it more clear, what <if condition="?"></if> should i use to this template code, that is put on the USER_SHELL template:
one more thing is that it's working with the upload sig from comp location, it only gives me that errror if i enter the url to the image instead of uploading from my computer.
Very strang ntloc, this must be due to another hack you have installed as the only function i mod with this hack is the process_image_upload() function not the remote_filesize().
As in my instructions:
In includes/functions_upload.php find:
PHP Code:
// profile pic
case 'profilepic':
$checkperm = CANPROFILEPIC;
break;
Under Add:
PHP Code:
case 'siguploader':
$checkperm = CANSIGUPLOADER;
break;
Hi
First off I would like to thank Livewire for what seems like it will be a great and usefull hack. Your work is very appreciated.
With that said, I am seem to be having a slight issue. After installing the hack properly as well as setting up my permissions, it seems that no signatures (or avatars, for that matter) are showing up once uploaded. I don't get an error or anything, there is simply nothing there.
If I could get some assistance on this matter that would be great. Thank you very much for your time
P.S. Running the latest VB as well as the latest version of VBsighost.
Very strang ntloc, this must be due to another hack you have installed as the only function i mod with this hack is the process_image_upload() function not the remote_filesize().
As in my instructions:
In includes/functions_upload.php find:
PHP Code:
// profile pic
case 'profilepic':
$checkperm = CANPROFILEPIC;
break;
Under Add:
PHP Code:
case 'siguploader':
$checkperm = CANSIGUPLOADER;
break;
Well, i hve that in there and i double check it lots of times. It's working fine when i was using vb3 gold but from since i upgrade to vb3.0.3, the url upload sig is not working propertly anymore and it was working fine with other hack on vb3.0.0 gold.
I can not get mine to work at all. I have checked all the code and instructions and all is set accordingly. When one tries to add a sig, it just refreshes? I have 3.0.3
Any help would be appreciated