Version: , by dabean
Developer Last Online: Dec 2003
Version: 2.2.x
Rating:
Released: 09-19-2001
Last Update: Never
Installs: 33
No support by the author.
Signature Image Management System (file based)
Updated: 27 June 2002, 12:22 AM BST
This hack allows users to upload a image or images that they can then use as part of the thier signature. All uploaded images are private to the user that uploaded them.
The hack requires that you have PHP 4.1.0 or newer for the upload functions to work correctly. PHP 4.0.6 can be used with modifications (not recommended).
The scripts can if enabled also prevent users from externally linking to the images they uploaded, please note this is done by HTTP_REFERER checking not all http servers or browsers support this however is more widely supported than Apache's mod_rewrite. Should you wish to stop deep linking then upload a image called badcontent.gif to your forums directory.
Further more instructions are provided in how to get this hack to work if you are using vBulletin's standard sig editor or a advanced sig editor hack.
Version 2.0 Updates
- remote storage support
- sig.php nolonger appears in online.php
- special [sig] vB code is used instead of [img] tags
Version 1.3 Updates
- fixed display bug
- added removal script to main package
- added test template set
Version 1.11 Updates
- Image width & height checking
- Extension checking
- More useful error messages
- Added a missing function
Current Version 1.3
Released 20th sept 2001
Requirements:
- vBulletin 2.0.3
- PHP 4.0.3+ (this hack has not been tested on PHP 3.0.17, it may or may not work)
Optional:
- HTTP Server that supports HTTP_REFERER, (Apache 1.2+, IIS 4+)
- badcontent.gif in your forum directory
Screenshots can be found in the zip file.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
well i simply created a 'sigs' folder in the images folder and changed teh chmod to 777
for u to get it working go to your admincp>>vbulletin options then go to the bottom of the page and change the base directory of the sigeditor to
/home/xelation/public_html/forum/images/sigs
u can change that if ya want...
crap, when I upload a sig now its a red x, to get the actual image I need to edit/repace that red x one for it to show up... then if I want to add a sig to the box I click the sig but it shows up as
[sig=]
in the sig text area... anyone know whats wrong?
dabean, if its not to much trouble.. could you take a look at my board? if so please pm me and I will give you access to it.
Originally posted by Disturbed well it doesn't enter the sig ID when u click it, u have to do it manually.
The hack should enter the id when a image is clicked on, ack just noticed a typing error in the installer. Open the sig_images_bit template and change
javascript:sigimg('')
to
javascript:sigimg('$mysigimage[imageid]')
obviously removing the space between java and script