Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBSigHosting v1.0.1 Details »»
vBSigHosting v1.0.1
Version: 1.00, by Logikos Logikos is offline
Developer Last Online: Sep 2023 Show Printable Version Email this Page

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.

Comments
  #72  
Old 04-18-2004, 06:12 PM
GamerzWorld's Avatar
GamerzWorld GamerzWorld is offline
 
Join Date: Aug 2003
Posts: 263
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone help
Reply With Quote
  #73  
Old 04-19-2004, 12:11 AM
Logikos Logikos is offline
 
Join Date: Jan 2003
Posts: 2,924
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GamerzWorld
My phrases all gave a sql error but appeared to be added. They are all added but none work (no text), also the uploading doesnt work and the link is black areggsdg
Then it seems you have added the phrases incorrectly. I will not be able to support this hack here at vb.org. You my get support at www.vbhacks.us from here on out with this hack.
Reply With Quote
  #74  
Old 04-27-2004, 10:16 AM
M1th's Avatar
M1th M1th is offline
 
Join Date: Jul 2002
Location: UK
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any updates on this?
Reply With Quote
  #75  
Old 05-01-2004, 09:58 PM
J.C.'s Avatar
J.C. J.C. is offline
 
Join Date: Apr 2003
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
All images are stored in database.
Is it possible to not store the images in database? Because... since vb3 now can upload avatars and not stored in db, I want this the same too...

I want the database to store data only - not with images and such

thanks.
Reply With Quote
  #76  
Old 05-02-2004, 03:33 AM
zsmom's Avatar
zsmom zsmom is offline
 
Join Date: Sep 2003
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FWF
ive installed this however this is how it looks...and on my dark styles you cant see it at all its a total black spot...how do i fix this ?
Can anyone tell me how to fix this?

I installed the hack and it seems to be working fine for me the group of members who are testing it for me, so that's good! But this one thing is bugging me and I just don't know enough to know how to fix it...
Reply With Quote
  #77  
Old 05-26-2004, 08:41 PM
mwhoob's Avatar
mwhoob mwhoob is offline
 
Join Date: Jan 2002
Location: UAE
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice hack :banana:
Reply With Quote
  #78  
Old 05-27-2004, 06:13 AM
IKer's Avatar
IKer IKer is offline
 
Join Date: Nov 2003
Location: France !
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
"All images are stored in database"
I'll prefered : "All images are stored in ftp" ^^
Reply With Quote
  #79  
Old 05-27-2004, 09:00 PM
Logikos Logikos is offline
 
Join Date: Jan 2003
Posts: 2,924
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by IKer
I'll prefered : "All images are stored in ftp" ^^
Well it's possiable, I preferer you to code that. Maybe use

$_SERVER['REQUEST_URI'] to get the full request URI including the userid

Then in .htaccess you make the no-extention file sigs be a php file:
<Files sigs>
ForceType application/x-httpd-php
</Files>
Reply With Quote
  #80  
Old 05-29-2004, 07:26 AM
nando415 nando415 is offline
 
Join Date: Aug 2003
Location: sf
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by []\[]emesis
Thats a error i made when coding it, i need to fix the alt1, alt2 code. I'll post an update ASAP.
still no update? its not that complicated is it? or is the update already been added

thanks
Reply With Quote
  #81  
Old 05-29-2004, 09:54 PM
Reef Reef is offline
 
Join Date: May 2003
Location: USA
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod

Works like a charm on 3.0.1

Thanks Live Wire
Reply With Quote
Reply


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:11 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06157 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete