Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Image Hosting Details »»
Image Hosting
Version: 1.20b, by loneranger loneranger is offline
Developer Last Online: Oct 2009 Show Printable Version Email this Page

Version: 3.0.7 Rating:
Released: 01-27-2005 Last Update: 03-01-2005 Installs: 37
DB Changes
 
No support by the author.

Image Hosting v1.20b

What Does it Do?
This script will allow your users to upload images onto your server and use them in forums and other sites. You can limit how many images a person can upload and how big the files can be. There is also a watermark feature which will allow you to watermark upload images with any text you want.

Features
- Admin cp settings
- Limit Filetypes
- Limit File size
- Limit What usergroups can upload
- Add Watermark to JPEG's (Removed )
- View uploaded images
- View Forum image code(NEW!!!)
- Different limits for different usergroups(NEW!!!!)
- Improved Layout and design
- Installer
- More....

Installer
I have used the Hack Installer System to make it easier for the end use to upload to their site

Live Demos
1.Sig-Mania
2. Pm me with your site

Support
I will fully support thios project and will fix and bugs or gliches in the script. I also offer a installation process for anyone who needs it.

Donations
This project takes alot of my time and so will the updates to come i would appricate any donation thought paypal email:martinj.porter@btinternet.com, Thanks

Future Features
- Moderate uploads
- Different Limits for users and usergroups(Compeleted)
- User Gallery for uploaded images
- Stats(in progress)

Bugs Fixed
1. Templates should be to the default vbstyle
2. Can't get image size fixed (hopefully)
3. blank screen when uploading an image

please visit www.sig-mania.co.uk
Supported on vbulletin version 3.0.7
Hope you enjoy
thanks
Loneranger

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 02-22-2005, 08:00 PM
MiskaTorn MiskaTorn is offline
 
Join Date: Aug 2004
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok this might help...

It seems the installer is modding actual php files...mine did not edit.

I opened file_mods.php and saw the changes in there and did it manually.
Reply With Quote
  #33  
Old 02-22-2005, 08:14 PM
MiskaTorn MiskaTorn is offline
 
Join Date: Aug 2004
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When I try to upload an image, all I get is a white page.
Reply With Quote
  #34  
Old 02-23-2005, 03:57 PM
loneranger loneranger is offline
 
Join Date: Dec 2004
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you will need to go into the admincp and add your usergroup, in admincp there is a section called 'Image Hosting' select add usergroup then add your information
Reply With Quote
  #35  
Old 02-23-2005, 05:48 PM
liquid6 liquid6 is offline
 
Join Date: Jul 2004
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Elfo King
Argh...i have installed but..i cant upload and view any images...
i not have the privileges.....

I also do not have the option under Image Hosting to add usergroups or permissions.
Reply With Quote
  #36  
Old 02-23-2005, 06:07 PM
Elfo King Elfo King is offline
 
Join Date: Apr 2003
Location: Pisa-Italy
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by liquid6
I also do not have the option under Image Hosting to add usergroups or permissions.
Yes, i not have the option for select the usergroup permissions... :disappointed:
Reply With Quote
  #37  
Old 02-23-2005, 06:09 PM
Elfo King Elfo King is offline
 
Join Date: Apr 2003
Location: Pisa-Italy
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have this problem whit a fresh install of the 1.20 version....
Reply With Quote
  #38  
Old 02-23-2005, 06:36 PM
loneranger loneranger is offline
 
Join Date: Dec 2004
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

have you followed all the file mods
find:
Code:
// ################################ NAVIGATION FRAME #############################

if ($_REQUEST['do'] == 'nav')
{
	require_once('./includes/adminfunctions_navpanel.php');
	print_cp_header();

	echo "\n<div>";
	?><img src="../cpstyles/<?php echo $vboptions['cpstylefolder']; ?>/cp_logo.gif" title="<?php echo $vbphrase['admin_control_panel']; ?>" alt="" border="0" hspace="4" <?php $df = print_form_middle("L4181f6a"); ?> vspace="4" /><?php
	echo "</div>\n\n" . iif(is_demo_mode(), "<div align=\"center\"><b>DEMO MODE</b></div>\n\n") . "<div style=\"width:168px; padding: 4px\">\n";

	// cache nav prefs
	can_administer();

	construct_nav_spacer();
paste below
Code:
 // ############################## IMAGE HOSTING HACK #############################
    construct_nav_spacer();
	construct_nav_option('Edit Usergroup Premissions', 'imghost.php?do=view', '|');
    construct_nav_option('Add Usergroup Premissions', 'imghost.php?do=add');
	construct_nav_group('Image Hosting', '<hr />');
    construct_nav_spacer();
 // ########################### END OF IMAGE HOSTING HACK ########################
make sure you have done this mod in /admincp/index.php
Reply With Quote
  #39  
Old 02-24-2005, 04:26 PM
loneranger loneranger is offline
 
Join Date: Dec 2004
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

did this work for everyone please let me know because if not i will look into it and modify the code
Reply With Quote
  #40  
Old 02-25-2005, 12:03 AM
bigmonay2k bigmonay2k is offline
 
Join Date: May 2004
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I thinking, is there way to only limit it to post in your *forum only*if whoever use it post it somewhere else my forum logo will show up instead of the pic.?????
Reply With Quote
  #41  
Old 02-25-2005, 11:44 AM
loneranger loneranger is offline
 
Join Date: Dec 2004
Posts: 149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the only way to do that is use php and you will need to have html enabled, i think thats right anyway
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 08:28 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.04539 seconds
  • Memory Usage 2,308KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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