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
  #142  
Old 11-07-2004, 02:28 AM
Andrew's Avatar
Andrew Andrew is offline
 
Join Date: Nov 2004
Location: Pennsylvania
Posts: 441
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have this running perfectly on my majorly hacked 3.0.3 so I don't think it's a problem with the version. Might be a conflict with another hack you are using or could be a file edit somewhere.

Anyways - Great hack Live Wire !! My members love being able to host their sig images now !!

/me clicks install.
Reply With Quote
  #143  
Old 11-07-2004, 03:16 AM
Logikos Logikos is offline
 
Join Date: Jan 2003
Posts: 2,924
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, i have an update coming soon, and this will be included with an installer. The newest update will have the following.

-View Users Sig in ACP
-Option to upload to database, or web directory
-Edit users sigs in ACP
-And maybe some more
Reply With Quote
  #144  
Old 11-07-2004, 03:21 AM
csrs csrs is offline
 
Join Date: Oct 2004
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by True.Rooster
I have this running perfectly on my majorly hacked 3.0.3 so I don't think it's a problem with the version. Might be a conflict with another hack you are using or could be a file edit somewhere.

Anyways - Great hack Live Wire !! My members love being able to host their sig images now !!

[high]* True.Rooster clicks install.[/high]
The only other hacks I have installed is the arcade mod. As for the file edit somewhere , I have went over everything many many times and everything is where it should be. I would really love to get this hack installed as our users would love it
Reply With Quote
  #145  
Old 11-07-2004, 03:35 AM
csrs csrs is offline
 
Join Date: Oct 2004
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have noticed that in the instructions where it says
PHP Code:
Still in: /admincp/usergroup.php Find (around line 221): 
it says find
PHP Code:
print_input_row($vbphrase['profile_picture_max_filesize'] . '<br /><span class="smallfont">1KB = 1024 bytes</span>''usergroup[profilepicmaxsize]'$usergroup['profilepicmaxsize']); 
However, mine says
PHP Code:
 print_input_row($vbphrase['profile_picture_max_filesize'] . '<br /><span class="smallfont">1KB = 1024 bytes</span>''usergroup[profilepicmaxsize]'$usergroup['profilepicmaxsize'], 120); 
Not sure if this would make any difference?
Reply With Quote
  #146  
Old 11-07-2004, 04:15 AM
csrs csrs is offline
 
Join Date: Oct 2004
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK ,It's working now , however, only if its a new member. None of the existing members can upload ? Sorry if I have over looked a fix for this?
Reply With Quote
  #147  
Old 11-07-2004, 04:52 PM
Andrew's Avatar
Andrew Andrew is offline
 
Join Date: Nov 2004
Location: Pennsylvania
Posts: 441
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by csrs
I have noticed that in the instructions where it says
PHP Code:
Still in: /admincp/usergroup.php Find (around line 221): 
it says find
PHP Code:
print_input_row($vbphrase['profile_picture_max_filesize'] . '<br /><span class="smallfont">1KB = 1024 bytes</span>''usergroup[profilepicmaxsize]'$usergroup['profilepicmaxsize']); 
However, mine says
PHP Code:
 print_input_row($vbphrase['profile_picture_max_filesize'] . '<br /><span class="smallfont">1KB = 1024 bytes</span>''usergroup[profilepicmaxsize]'$usergroup['profilepicmaxsize'], 120); 
Not sure if this would make any difference?
Yeah - That's where his notation of the approximate line number came in handy. When I installed it some of the lines of code were different - Odds are they were just changes in the versions. I don't remember any of them being too different from what was written to find - It just took a little extra work to find the lines.
Reply With Quote
  #148  
Old 11-07-2004, 11:18 PM
csrs csrs is offline
 
Join Date: Oct 2004
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by csrs
OK ,It's working now , however, only if its a new member. None of the existing members can upload ? Sorry if I have over looked a fix for this?
So is there a fix for this?
Reply With Quote
  #149  
Old 11-08-2004, 03:50 PM
M1th's Avatar
M1th M1th is offline
 
Join Date: Jul 2002
Location: UK
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Live Wire
Thanks, i have an update coming soon, and this will be included with an installer. The newest update will have the following.

-View Users Sig in ACP
-Option to upload to database, or web directory
-Edit users sigs in ACP
-And maybe some more
That'd rock! I really dont have the time to implement those myself so I was waiting for someone else to come up with it. :P Thanks
Reply With Quote
  #150  
Old 11-08-2004, 10:34 PM
csrs csrs is offline
 
Join Date: Oct 2004
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does anyone know if there is a fix for this ?
Reply With Quote
  #151  
Old 11-09-2004, 05:03 AM
Logikos Logikos is offline
 
Join Date: Jan 2003
Posts: 2,924
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

csrs, what other hacks do you have installed at the moment? I have just added my hack to a clean vb install and all old members and new members are able to use this.
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 05:14 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.07139 seconds
  • Memory Usage 2,326KB
  • 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_php
  • (4)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