![]() |
Oh I understand now. You are really trying to stop hotlinking. I thought you were trying to encourage it or allow it which seemed very odd to me. lmao
You could always disable right clicking if you have a major problem with it. I cannot even tell you how much bandwidth gets wasted on my site from hotlinking but most of the images on my site were posted on other sites anyways so we allow it. I would like to use watermarking though and I am not sure if that would work with this mod either. Sorry I cannot answer your question. Glad I know what you mean now though. Great concept there! |
Quote:
In order to block hotlinking you will have to add 3 (or more) lines in your .htaccess file, like: Code:
RewriteCond %{HTTP_REFERER} !^$ |
Quote:
I also heard from a trusted friend that "hotlink protection (via an htaccess file) doesn't protect images uploaded to vbulletin because they are being requested via php files, not via their native file name." I'll keep you informed. |
This product struggles with importing images that have anything after the .jpg
Would you be able to make it so files with strings like this: cmonmanjpg3Fw3D50626h3D189-1.jpg%3fw%3d506%26h%3d189 Still import? |
I installed as directed, then adjusted the settings and pushed save. I checked the ftp and no folder was made. The pdf instruction file says to put the php file in the root of the forums but the zip has it in the includes. I first put it in includes then imported the xml. nothing happens....no imported folder is created...nothing happens. i also tried it inside the root, per the pdf instructions. nothing happens. please advise. thank you!!
|
Quote:
|
Quote:
The imported folder is not created and as stated in the guide, you will have to choose or make one on your own and then verify it has the access rights to write new files and folders. And, finally, it may take quite some time before it creates images, since it will parse all posts and unless it does not find any, it will not create anything. |
Ok thank you. Yes I do understand, but the language of the instructions was not clear and suggested that it was an automated process somehow. The folder is made and the permissions are set. I will check in and see if it is working. Thanks for the prompt reply.
|
The imports are an automated process but you need to create a directory for the imported images and enter the path so the process knows where to place the imported images. :)
|
You can import images directly to my database rather than to a folder on my FTP?
|
hello
can we made it import the VB image also from thumps like that we have all picture in just onne folder ? Thank you |
Quote:
|
Quote:
|
Quote:
|
I created the folder with 777 permissions but not create subfolders.
The mod does not work, how can I fix? |
Quote:
Quote:
But, all I have to do is wrap the image in BB code ex. [img]www.thisisanimage[/img] and it still shows on the offending site. Anyway around this? Thanks! |
OK, I believe it is working. Because of this mod though you cannot use a hotlnk error image because it copies the hotlink error image and replaces the original pic on your site.
|
Quote:
|
Quote:
I've since taken out the image. It'll now just show a blank empty post on the offending site. I'm I reading you right, whitelist will make the image show? How do I whitelist? Thanks. |
Quote:
|
Quote:
|
It is the "Ignore" field.
|
Quote:
|
Quote:
|
I hope I'm using the proper terminology. Because you answered my question and now you're saying that this isn't the solution.
Here's the problem with this mod and hot linking (unless I'm doing something wrong but I tested it). On MY site if I place a hot link image error to show up on the offending site which has grabbed an image from my site. The error image shows BUT the mod also replaces the image on my site with the error image. Only want the error image to show on the offending site (obviously). If I don't include an error image the offending site gets a blank screen and the image on my site stays intact. That's fine right? Shows it's working! Thanks for your help! |
Quote:
If the offending site gets a blank screen, then definitively your hotlink formula isn't working. Get Firebug for Firefox and check the response on the "missing" image, I'm almost 100% sure it's an error 5xx, which translates in a scripting error in .htaccess. The mod does only download images from other sites, and if they have hotlinking images, it will download those, unless you have them excluded = ignored :) |
Quote:
RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?domain.com [NC] RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?domain.com/forums [NC] RewriteRule \.(jpg|jpeg|png|gif)$ - [NC,F,L] |
Quote:
Code:
RewriteEngine on The above rules says: If the referer is not blank and if it starts with http://www.domain.com then fail on these file extensions: .jpg, .jpeg, .png and .gif. This means in cleartext, if the referrer is blank or the referer starts with http://www.domain.com, then the images are shown. Direct page access will thus show the images, but if you are navigating the offending site, they will not. I hope this extra lecture was exhaustive enough and has really nothing to do with the mod. :) |
Will this mod pickup changes?
i.e. if someone links an image and then a few days later changes the image (but not the filename) will this mod recognize that? Followup: if so, will it overwrite the locally stored image or create an additional one with a -1 or something. |
Quote:
|
Will it do the same in CMS articles? If not, what would it take to add that functionality?
|
Quote:
|
Quote:
|
It is very useful product and I've used it for years
I will soon be ready for vb 5 Do you plan to do this? |
I haven't tried it yet, but it may work probably just out of the box or with very few changes in vbulletin 5.
|
Quote:
I am very much looking forward to hearing good news This is one of the most popular products that are offered by you Sorry for my bad English |
One thing I can confirm is that it works in v3.8.7-P4 without any changes.
For what I need it, I've done a small modification, mainly do a backup of the post before updating it. What I'm most struggling with is the 27000+ posts that have images in them. It is slow. So I'm now rewriting parts of this addon so that it can run from cli. If there is interest, I can contribute or publish the final cli version once it is finished. The code will not be nice though, I haven't coded much php in the last couple of years. |
working great :) but if the thread is deleted does it clean up the un-used images?
|
No it doesn't clean un-used images :( can't use this sadly if it can't do it.
|
On large forums you can't tell if an image is reused. This is a plugin for typically very large forums, where the lack of images is much more critical than a few too many. Also, it may come handy to have a copy. Please think about it as a feature :)
|
All times are GMT. The time now is 06:18 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|