The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
VB image Hosting Details »» | |||||||||||||||||||||||||
VB Image Hosting Version 1.4.2
Please note that next ver will not support older ver update. Frensh ver is avilable to download Thanks to tandy Port to Vbulletin 3.6.0 can be found here Requirements:
Introduction: What does it do ? VB Image Hosting is a similar feature to imageshak and photopoket and online free image hosting, but this is for your members. it will allow them to upload and host their images on your servers, you can still manage the permissions and set the number of files for each group. Main Features:
Time required to install :Updates: 1.0.1:Fixed an error when listing the users also removed a line that causes the script to generate a java script error, fixed viewing members files redirect error to profile 1.2.0: 1.2.1:Download track: ver 1 - 1.4.0 : no tracks ver 1.4.1: 673 downloads Known Issues: no known issuesSpecial thanks to :
Check screenshot.zip file / New screen shot in screenshot2.zip Supporters / CoAuthors Show Your Support
|
Comments |
#522
|
||||
|
||||
Quote:
|
#523
|
|||
|
|||
Here is an htaccess file that will disallow hot linking to these uploaded files from anyone but the URLS you specify. Copy this to a blank file, name it .htaccess, and drop this into the imagehosting folder. Works for linux servers of course, cant support this, just trying to help anyone who wants to limit these images being seen to only their site/forums.
Code:
RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?youralloweddomain1.com(/)?.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?youralloweddomain2.info(/)?.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?youralloweddomain3.info(/)?.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?youralloweddomain4.net(/)?.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://(www\.)?youralloweddomain5.info(/)?.*$ [NC] RewriteRule .*\.(gif|jpg|jpeg|bmp)$ http://pagetoredirectto.com/index.php [R,NC] |
#524
|
|||
|
|||
how can i view members images if they set them private?
|
#525
|
|||
|
|||
I have been tryin to make this work on the new thread page so far i have it pretty well set up i just have to figure out why it keeps tellin me to enter in a title/subject hopefully tomorrow when i get up and aint so tired i can get it or if someone wants to try to get it here is what i have so far... i been testing it out in the new thread template and hopefully tomorrow i can get it to work i may even try ajax or something to show the url right on that page...
Code:
<fieldset class="fieldset"><legend>Upload Your Images</legend> <form method="post" action="vbimghost.php" enctype="multipart/form-data"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td> <b>Image to upload:</b><br /> <input class="bginput" type="file" name="upfile$count" size="30" /><br /> <input type="hidden" name="do" value="uploadfile" /><br /> <input class="bginput" type="submit" value="$vbphrase[vbimghost_hostit]" /> <input class="bginput" type="reset"value="$vbphrase[vbimghost_reset]" /> </td> </tr> </table> </form> </fieldset> |
#526
|
|||
|
|||
It would be great if it were possible to only add the watermark to images that are show outside of the domain this add-on is installed on.
For example, when my users look at the images on any http://outdoor-photo.net page, no watermark would be shown, but if someone were to link a photo to say vBulletin.org, then the watermark would show up. Also, it would be important that the watermark is only added to images of a certain size, so that someone who uploads a 20pxx20px image doesn't get a 120x15 watermark slapped onto it. |
#527
|
||||
|
||||
Quote:
|
#528
|
|||
|
|||
Quote:
|
#529
|
|||
|
|||
Guys I'm really sorry for the late updates.
Life is being more complicated with me so looks like I'm going to release what ever i finished for now and add the rest later. i'm going to release it this week hopefully. For now what is most important that you want to see in the next release ? Thanks |
#530
|
|||
|
|||
Quote:
|
#531
|
||||
|
||||
Quote:
I can probably tell you which ones would be the most important |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|