vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Administrative and Maintenance Tools - Import External Images (https://vborg.vbsupport.ru/showthread.php?t=253309)

datoneer 01-17-2013 01:50 AM

Installed, rated and nominated this is great mod

y2ksw 01-17-2013 01:02 PM

Quote:

Originally Posted by datoneer (Post 2397406)
Installed, rated and nominated this is great mod

Thanks :)

hakkuo23 01-17-2013 01:08 PM

Can you make this work for signatures, or at least some curl script to just display signature images so I can keep SSL on my site?

y2ksw 01-19-2013 11:16 AM

Quote:

Originally Posted by hakkuo23 (Post 2397479)
Can you make this work for signatures, or at least some curl script to just display signature images so I can keep SSL on my site?

It works for images of any kind on any site which will allow hotlinking. It does not influence or depend on SSL, but it may not work for you, if the server isn't allowing to pull in external data.

dog-tag 01-30-2013 05:07 PM

Hello y2ksw :)

I'm thinking about installing this and have a question.

Some of my users are using these pay per view image sites, and they're linking images on my forum. I would like to know if your plugin will -
Delete the link attached to these images?

You see they post the images, but when you click on the image they redirect you to some spammy website which really bugs me. Can your plugin remove this link also?

I understand I will host the image, but when I'm hosting the image, will I now be hardlinking my images to their websites?

Thanks for your time and workmanship!

Delfi_r 02-01-2013 07:40 PM

It's possible that this product imports images on the blogs? It works beautifully on our site.

y2ksw 02-04-2013 03:31 PM

Quote:

Originally Posted by dog-tag (Post 2400559)
Hello y2ksw :)

I'm thinking about installing this and have a question.

Some of my users are using these pay per view image sites, and they're linking images on my forum. I would like to know if your plugin will -
Delete the link attached to these images?

You see they post the images, but when you click on the image they redirect you to some spammy website which really bugs me. Can your plugin remove this link also?

I understand I will host the image, but when I'm hosting the image, will I now be hardlinking my images to their websites?

Thanks for your time and workmanship!

I'm sorry, this product is thought of hosting images only. But you could pretty easily replace the offending links with a query from phpMyAdmin, such as:

Code:

UPDATE post SET pagetext=REPLACE(pagetext, 'www.offending-host.tld', 'localhost')
The 'localhost' entry makes sure nobody ever will go anywhere but the own PC, but of course this may also not be desired (then, replace with a host of your choice). You will also have to truncate the postparsed table after such changes, and, as always, make a backup before testing :)

y2ksw 02-04-2013 03:32 PM

Quote:

Originally Posted by Delfi_r (Post 2401156)
It's possible that this product imports images on the blogs? It works beautifully on our site.

Nope, only forum posts are currently supported.

Kenas 02-07-2013 05:13 PM

Hi, i think i got this mod working.
But in some cases the images are not being imported, i cant explain why.
Here few examples :

Working : http://www.gsmforum.es/showthread.ph...860mAH-BLISTER (Img imported : http://www.gsmforum.es/images/imported/2013/02/1.jpg)

Not Working : http://www.gsmforum.es/showthread.ph...en-el-iPhone-5 (Img not imported : http://img.applesfera.com/2013/02/fullforce-0.jpg)

How can i fix this ? i dont know why the is some working and others dont ;(

BadgerDog 02-07-2013 05:27 PM

Quote:

Originally Posted by Kenas (Post 2402685)
Hi, i think i got this mod working.
But in some cases the images are not being imported, i cant explain why.
Here few examples :(

https://vborg.vbsupport.ru/showpost....&postcount=408

Regards,
Doug

Kenas 02-07-2013 05:38 PM

Quote:

Originally Posted by BadgerDog (Post 2402691)

Ok, but there is another forum that has this working. How ?
I mean they do import the image and store it and rename it.
I am not sure if it uses the same mod or any other, or tweaked something in it.

So you think there is any other solution or workaround ?

y2ksw 02-07-2013 07:33 PM

If an external site refuses hotlinking, for example, it not will be possible to import the images in most cases.

Kenas 02-08-2013 12:00 PM

Quote:

Originally Posted by y2ksw (Post 2402711)
If an external site refuses hotlinking, for example, it not will be possible to import the images in most cases.

Image does not refuse hotlinking, as i said its working on "others" site. I think is because of the hyphen as u said earlier...

delmarva 03-06-2013 09:33 PM

After enabling the mod, I try to upload an attachment and get a blank grey screen. Any ideas?

delmarva 03-06-2013 09:37 PM

Quote:

The asset manager is an enhanced interface for uploading files. It allows users to reuse their existing attachments with ease. Some older browsers may have problems using the interface. Users may also choose to disable the asset manager from within their profiles.
I disabled this and it works now.

inigo 03-20-2013 03:09 PM

Quote:

Originally Posted by warlord0 (Post 2353309)
Actually, just thought of something that would make this a killer app for us.

If as an admin there was a button on a post/thread that initiated an immediate backup or added it as a priority to the schedule.

That way when I find a thread that I really need to be sure I have copies of I just click and it gets copied.

Is this suggestion implemented? I think it is very interesting and useful,

Thanks,

y2ksw 03-20-2013 05:10 PM

You may invert the search order and thus backup the newest threads first. However, this has some backdraws on large boards, such as much slower queries from MySQL.

inigo 03-20-2013 06:36 PM

Quote:

Originally Posted by y2ksw (Post 2411203)
You may invert the search order and thus backup the newest threads first. However, this has some backdraws on large boards, such as much slower queries from MySQL.

I don't understand this, because the idea is only to import external images in one thread, not in the newest ones,... For example in the threadID=2345 (In all posts in that thread. ) or in one post postID=234567 (For example if you want to promote to article that post/thread,...).

Any ideas?

Thanks!!!!

y2ksw 03-20-2013 06:50 PM

Nope ... this isn't going to be implemented any time soon ...

inigo 03-21-2013 07:35 AM

:(

Ok, Thanks, I'll continue looking to get this functionality,

ikopylov 05-15-2013 05:33 PM

I installed this mod works fine
Now came the question:
Is there any prospect of adding to Import images of the social groups

thank you

y2ksw 05-16-2013 07:39 AM

Quote:

Originally Posted by ikopylov (Post 2422277)
I installed this mod works fine
Now came the question:
Is there any prospect of adding to Import images of the social groups

thank you

not yet ... but I take note :)

abieteh.com 06-05-2013 07:22 PM

it dosent work for me / my version 4.2.1 / how can i use it for this v ? it isn't work , is it ? i guess

y2ksw 06-06-2013 06:36 AM

Quote:

Originally Posted by abieteh.com (Post 2426004)
it dosent work for me / my version 4.2.1 / how can i use it for this v ? it isn't work , is it ? i guess

I don't know. Maybe your hosting does not allow external URL's to get imported.

Disco_Dave 06-06-2013 07:56 AM

Quote:

Originally Posted by y2ksw (Post 2426075)
I don't know. Maybe your hosting does not allow external URL's to get imported.


How can you tell if this is the case, because this mod worked prefect for us. But know it does nothing.

Dave

y2ksw 06-06-2013 08:03 AM

Quote:

Originally Posted by tricksodave (Post 2426084)
How can you tell if this is the case, because this mod worked prefect for us. But know it does nothing.

Dave

oh well, i guessed :)

did you check the permissions? during upload maybe something has changed. if Apache can't access the import folders, nothing happens.

abieteh.com 06-06-2013 12:56 PM

Quote:

Originally Posted by y2ksw (Post 2426085)
oh well, i guessed :)

did you check the permissions? during upload maybe something has changed. if Apache can't access the import folders, nothing happens.

can you tell me more about that ?

autoescala 06-06-2013 01:14 PM

Works on 4.2.1 ? Regards

y2ksw 06-06-2013 07:49 PM

Quote:

Originally Posted by abieteh.com (Post 2426124)
can you tell me more about that ?

well simply said, the flders you are using for importing the images must have read/write permissions for the web server (chmod 755 or 777 depending on the server settings) and must be owned by the web process. If you haven't changed these settings during the upgrade process, it should work. However if it isn't you will have to ask somebody to look into it more closely.

y2ksw 06-06-2013 07:50 PM

Quote:

Originally Posted by autoescala (Post 2426129)
Works on 4.2.1 ? Regards

for me it works :)

abieteh.com 06-07-2013 06:36 AM

Quote:

Originally Posted by y2ksw (Post 2426233)
well simply said, the flders you are using for importing the images must have read/write permissions for the web server (chmod 755 or 777 depending on the server settings) and must be owned by the web process. If you haven't changed these settings during the upgrade process, it should work. However if it isn't you will have to ask somebody to look into it more closely.

well , thank you so much , but i set it before but it still dosen't work ,

how about server ? can it cause by that ?

y2ksw 06-07-2013 04:35 PM

Quote:

Originally Posted by abieteh.com (Post 2426304)
well , thank you so much , but i set it before but it still dosen't work ,

how about server ? can it cause by that ?

if the server settings have changed, it can be caused by a missing CURL module and/or different fopen settings. Or even by a reduction of memory or script timeouts.

kether1 06-12-2013 05:54 PM

Hi Giovanni,

I've installed this on a copy of a large forum with many posts (to test before going live). I would like to only run this on posts one year old or newer since I have been using your 3.x version of this software and have all of my other images cached. Is there a way to set the date where this starts to work? I don't need it or want it to modify posts from 2010 - 2002.

thanks so much!
Kether

y2ksw 06-13-2013 08:31 AM

You may set (via phpmyadmin) the iei_parsed flag to 1, for all posts you would like to skip.

mertiliuss 06-13-2013 12:30 PM

Is posible add watermark?

y2ksw 06-13-2013 12:40 PM

Quote:

Originally Posted by mertiliuss (Post 2427856)
Is posible add watermark?

No. But you could add your own at server side with image recoding I guess.

autoescala 06-14-2013 09:14 AM

I use watermark, its easy just create .htcacces on the folder u save the pics and copy/paste:

RewriteEngine on
RewriteRule ^([^tn].*\.(gif|jpg|png))$ /imported_images/watermark.php?image=$1&watermark=watermark.png [NC]

But with this option I had a lot of complaints of my forum users, because they dont like watermark their images :D

I would like to know how to watermark with exceptions such image size, or file size,

Best Regards

y2ksw 06-14-2013 10:08 AM

Quote:

Originally Posted by autoescala (Post 2428056)
I use watermark, its easy just create .htcacces on the folder u save the pics and copy/paste:

RewriteEngine on
RewriteRule ^([^tn].*\.(gif|jpg|png))$ /imported_images/watermark.php?image=$1&watermark=watermark.png [NC]

But with this option I had a lot of complaints of my forum users, because they dont like watermark their images :D

I would like to know how to watermark with exceptions such image size, or file size,

Best Regards

This is actually a very nice solution I never thought about :up:

final kaoss 06-23-2013 03:48 PM

Thanks, using it, does it work for avatars & sig images too?

y2ksw 06-24-2013 09:32 AM

Quote:

Originally Posted by final kaoss (Post 2430000)
Thanks, using it, does it work for avatars & sig images too?

Nope, only posts.


All times are GMT. The time now is 10:55 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
  • Page Generation 0.01958 seconds
  • Memory Usage 1,833KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (22)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete