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.
why its not uploaded here , when you are publishing it here?
i registered to the vbhacks.us page but its confusing.. cant download any attachment .. please release it or leave it .. you can give support in vbhacks.us .. but posting this here should also include to publish it here ..
No, if members want my free hack and my support for a feature that i spent my time on. they can go to my site there selfs. They know where it is and they know how to get it. Clicking on the uninstall button won't hurt my feelings as this thread is pending to me moved to the can.
I don't know if you know this or not, and I'm not going to sort through the 8 pages of posts, but...
You misplaced php code.
PHP Code:
Open: /forum/image.php & Find (around line 177):
if ($_REQUEST['type'] == 'profile')
{
$data = 'profilepicdata';
$table = 'customprofilepic';
// No permissions to see profile pics
if (!$vboptions['profilepicenabled'] OR (!($permissions['genericpermissions'] & CANSEEPROFILEPIC) AND $bbuserinfo['userid'] != $userid))
{
header('Content-type: image/gif');
readfile("./$vboptions[cleargifurl]");
exit;
}
}
or else it calls the avatar both for the avatar AND for the profile pics. It totally cancels out the display of the signature in the usercp. This confused both me, and a few collegues with vbulletin installed, so we went through a couple of things and decided "who, this isnt right."