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)

PhilG 02-11-2011 09:58 PM

1 Attachment(s)
Quote:

Originally Posted by y2ksw (Post 2161341)
Is your forum path starting with http://static.domain.com ? In other words, is your forum contained in the forum replacement or vice versa?

Could you please attach a setting with which I may reproduce this behaviour?

Thanks

I have attached the settings.

I have the main forum setup on www.domain.com and images get served from static.domain.com.

Edit: It seems to only happen to images that are broken/missing.

Regards,
Phil

BadgerDog 02-21-2011 01:51 PM

1 Attachment(s)
Update:

With thanks to y2ksw for building in some debug code to a special beta version to troubleshoot problems with this mod, we have been able to isolate the issues that are causing hangs (cron lock-ups), which we and others may be experiencing. He's pretty busy at work, so suggested that we post our findings here so that possibly programmers such as BirdOPrey5 or others, might be able to help us figure out how to fix the lock up issue.

It appears that the mod locks up when it encounters pics referred to with the IMG tag from other sites such as photobucket etc., that are 1024x768 pixels or larger. I original thought that it also might have something to do with byte size as well, since we do have some inconsiderate posters who IMG link to external pics that are 1 Mb and even up to 3 Mb in size.

However, after checking over over 100 pics that the mod failed and hung-up on, there are a lot that are reasonably sized (100k to 300k), but are over 1024x768 in pixel size, so my assumption is the hangs are caused by the handling of pixel sizes as opposed to file sizes. The 1024x768 number is a guess, purely based upon the fact that the mod seems to process pics with that pixel width and height, but we haven't been able to find ANY pic over that sizing that hasn't locked up the mod.

We've been able to manually circumvent the problem by running the cron job manually a forum at a time. Once it hangs, we examine the Cron Error Log and look at the code. It looks like this at the point it's locked up and stopped processing:

Quote:

=======================================
vB4 Import External Images
2011-02-16 08:00:02 345 Get forum ID's
2011-02-16 08:00:02 349 Get image tags
2011-02-16 08:00:02 358 Adjust options
2011-02-16 08:00:02 379 Cache registered image URL's
2011-02-16 08:00:02 177 SELECT oldurl, newurl
FROM iei_img
2011-02-16 08:00:02 386 For each record with images ...
2011-02-16 08:00:02 389 Include an/or exclude specific forum sections
2011-02-16 08:00:02 409 SELECT postid, p.dateline, pagetext
FROM post p
INNER JOIN thread t ON p.threadid = t.threadid
WHERE iei_parsed=0
AND forumid IN (72)

ORDER BY postid
LIMIT 0, 10
2011-02-16 08:00:02 413 Post: 61775
2011-02-16 08:00:02 417 Find all embedded images
2011-02-16 08:00:02 420 Searching for tag: img
2011-02-16 08:00:02 430 Search for images to be ignored
2011-02-16 08:00:02 445 If we haven't got the image yet, download
2011-02-16 08:00:02 453 Pseudo-loop
2011-02-16 08:00:02 456 Get file from remote site
2011-02-16 08:00:02 285 Use CURL for: http://www.thefirearmblog.com/blog/w...compressed.jpg
2011-02-16 08:00:03 324 Content size: 788141
2011-02-16 08:00:03 464 Get file extension
2011-02-16 08:00:03 467 Make path
2011-02-16 08:00:03 471 Get file name and/or index
2011-02-16 08:00:03 139 Get only the file name (no directory info)
2011-02-16 08:00:03 142 Strip out non alpha-numeric characters
2011-02-16 08:00:03 145 Set max file name length to 40 characters
2011-02-16 08:00:03 148 Increment number if file exists
2011-02-16 08:00:03 481 See if we have valid contents
===========================================
We check the post ID, call it up on the forums and invariably, it's an IMG reference to an off-site pic that's bigger than 1024x768 pixels.

We then SAVE the pic to our local drive. Delete the reference in the post to it. Use the vBulletin advanced ATTACH javascript to upload it to the post as an attachment and SAVE the edited post.

We re-start the cron job and it now moves past this post and proceeds normally until it runs into another post with an IMG referenced pic larger than 1024x768.

Using this workaround, we've been able to work through some of our forums, but it takes 6-8 hours of manual work to do so.

So, the question is, can someone help us by looking at the code and figuring out where *and why) it's locking up on these 1024x768 pics? Perhaps it needs a pixel re-sizer function built in front of it, BEFORE it begins to import the pic?

Second problem ...

We discovered an anomaly as to file name conventions (see attached pic). It appears that in some cases the mod imports and stores the pics, but for some reason it attaches ?t=xxxxxx or ?a=xxxxx after the .jpg extension (see attached pic). In the actual post, the filename is the same way, but of course the pic doesn't show.

If I manually rename the file in both the offending post and the associated /includes directory, it fixes the problem and the pics appear in the post. Unfortunately, so far, I can't find a simple way to locate all the filenames on the server that are messed up and also find them in the actual forums so I can start manually fixing posts.

This one y2ksw says is fixable by turning ON the Always Convert Images option. Y2ksw explained why this would stop the problem from occurring in future, but not being as technical as he is, I didn't quite understand it. We're still trying to figure how to locate all the pics that have been processed already and perhaps some kind of automated handling to adjust the file names on both the server and the associated posts, so they actually appear.

Anyway, this is an excellent mod, particularly for a research site such as ours, to enable us to preserve old posts and pics for posterity. With just a bit more de-bugging and sorting out this critical hanging problem, it would be perfect....

Hope this helps other users here who may be considering using this mod for their sites, particularly larger ones with lots of pics.

Regards,
Doug

BirdOPrey5 02-22-2011 03:17 PM

I can confirm larger images aren't importing right, such as this one:
http://www.qapla.com/ju/DSC00261.JPG

Might be a sever limitation, not sure... will see if I can figure anything out.

Can you give me a link to an image that is giving you the second problem?

dacho 02-22-2011 06:08 PM

I have two questions please:
1. Is it possible to import the images to sub-domains or other domain?
2. If the files are not saved in my database, can also add a watermark option on imported images?

BadgerDog 02-22-2011 07:20 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2165461)
I can confirm larger images aren't importing right, such as this one:
http://www.qapla.com/ju/DSC00261.JPG

Might be a sever limitation, not sure... will see if I can figure anything out.

Can you give me a link to an image that is giving you the second problem?

Stand by ... :)

I think you may be onto something ... ;)

y2ksw sent me an email and suggested I try to increase my PHP memory variable from the current 16 MB, which he thought was maybe is a little low. He recommended to give it at least 8 MB more (on linux, this setting (memory_limit) should be at /etc/php5/php.ini). I've asked our tech support to increase it from 16MB to 32MB just in case.

Once they do that, I'll start re-testing the big pics....

Thanks for your testing to validate the issue ... :up:

Regards,
Doug

BadgerDog 02-23-2011 08:29 AM

Update:

Changing PHP memory_limit variable from 16 MB to 32 MB worked great ... :up:

Fixed 90% of the hangs, however still chokes and locks up mod on any pic thats 2000x1600 referenced through IMG tag. I wish there was some automated way of recognizing members are IMG linking to pics over a certain size as it's happening, stop the process and send them an error message asking them to resize their pics.

I can't stop members from linking to those as many of our members aren't really that computer literate (most 60+ years old) so I'm going to ask our tech support to increase the PHP memory_limit variable once again, this time from 32 MB to 48 MB. I suspect that will work for the latter large pixel sizes.

Will advise when I've done that and re-tested ...

Thanks .. :)

Regards,
Doug

BadgerDog 02-24-2011 05:52 PM

Final Update:

Problem solved ... mod working fine now with one limitation

I further increased the PHP memory again, this time from 32 MB to 64 MB....

I then tried to once again process a pic that was 2000x1600 pixels and it still hangs, so it seems that if the size is as large as this, even 64 MB of PHP memory is not enough to handle it.

I've decided to not bother trying to automate using this mod to handle any 2000x1600 pixel sized pics, opting instead to try to discourage members from linking with IMG to them, or if they do link to them, manually circumventing those posts with this mod by manually resizing the member's pics.

Is there some way of checking in advance (even a separate mod) to stop people from linking via IMG's to pics larger than a certain pixel size?

Thanks again to y2ksw and BirdOPrey5 for all the help and guidance in getting this mod going for our site. :up:

Regards,
Doug

BirdOPrey5 02-24-2011 07:18 PM

In my admittedly quick search I couldn't find any way of finding the image dimensions without downloading the full image- and if that is what is causing the problem checking what we get would not be a solution- if it's too big it will bug out anyway.

BadgerDog 02-24-2011 07:30 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2166451)
In my admittedly quick search I couldn't find any way of finding the image dimensions without downloading the full image- and if that is what is causing the problem checking what we get would not be a solution- if it's too big it will bug out anyway.

I agree... a chicken and egg syndrome... :D

I wonder if there's any javascript or other already written query type code that can be run against a graphic file, in order to test for embedded pic data or something else, without having to download the whole file...

Regards,
Doug

d19rnyxx 03-06-2011 12:14 PM

I needed to know if this mod has any issues with vbOptimise running memcache
Thanks

y2ksw 03-07-2011 07:30 AM

Quote:

Originally Posted by d19rnyxx (Post 2170128)
I needed to know if this mod has any issues with vbOptimise running memcache
Thanks

None I can think of.

Old-Git 03-16-2011 08:38 PM

Greta mod and I've been looking for something like this for a while.

Quote:

You may change the task code (query) in order to limit it to certain forum sections. I believe I never will add an option for selecting forum ID's since to my opinion it does not make much sense to import only images for a few sections.
I don't want to grab every image that is posted to my forum, just the ones worthy of keeping. What I want to do is

1.) Create some archive forums for storing threads that are worthy of retention

2.) My archives are structured under one Category called Archives. Under that there are 7 or 8 other Sub-categories for historical eras. Under each sub-category there are 3 sub-forums.

3.) only Admins will be allowed to post in the Archives

4.) When Admin move a thread from normal posting forums to the 'Archive' forums all external images are then 'grabbed' and moved to localhost store (either in database or file system). This would mean the mod would have to treat a moved thread as a new post.

In my opinion this would make the perfect archiving solution and would mean I wasn't saving every piece of crud my users posted to the forums, just the stuff that needs saving. Yes, there's a manual element to it but then archiving is very much a manual process. So the ability to exclude all forums and set specific forums would be essential in this process.

Rgds

Pete

y2ksw 03-17-2011 03:05 PM

Quote:

Originally Posted by Old-Git (Post 2174137)
Greta mod and I've been looking for something like this for a while.



I don't want to grab every image that is posted to my forum, just the ones worthy of keeping. What I want to do is

1.) Create some archive forums for storing threads that are worthy of retention

2.) My archives are structured under one Category called Archives. Under that there are 7 or 8 other Sub-categories for historical eras. Under each sub-category there are 3 sub-forums.

3.) only Admins will be allowed to post in the Archives

4.) When Admin move a thread from normal posting forums to the 'Archive' forums all external images are then 'grabbed' and moved to localhost store (either in database or file system). This would mean the mod would have to treat a moved thread as a new post.

In my opinion this would make the perfect archiving solution and would mean I wasn't saving every piece of crud my users posted to the forums, just the stuff that needs saving. Yes, there's a manual element to it but then archiving is very much a manual process. So the ability to exclude all forums and set specific forums would be essential in this process.

Rgds

Pete

Yeah, I agree :)

The philosophy of this plugin is however less archiving than saving images from disappearing over time. However, you may change the parsed sections and subfolders from time to time and achieve then a kind of archiving feature as you describe.

Old-Git 03-17-2011 08:53 PM

Quote:

The philosophy of this plugin is however less archiving than saving images from disappearing over time.
Ah....but maybe I've given you something to think about? :)

At any rate I shall be installing this on my test rig this weekend and having a play, thanks for making it available Giovanni!

Baitona 03-19-2011 09:12 AM

HI,

is it possible to import the images to other domain?

yahooooh 03-19-2011 11:21 AM

perfect mod,is there way to add Watermark Image at specific position

y2ksw 03-19-2011 03:58 PM

Quote:

Originally Posted by Baitona (Post 2175029)
HI,

is it possible to import the images to other domain?

Short answer: no :)

You would like to store the images to a media server which would need a lot of more operations. However, if you have Linux, you can use the fsftp file system in order to move imported files into another server, or a symbolic link to move it on the same server to another domain. Together with the Forum URL Replacement option, you may achieve then the desired effect.

y2ksw 03-19-2011 04:07 PM

Quote:

Originally Posted by yahooooh (Post 2175061)
perfect mod,is there way to add Watermark Image at specific position

Watermarking is beyond the idea of this product.

I feel it's also a bit unethical to sign images as if they were yours, when they have been taken from an external site, instead. With adding watermarking, I would need to add special policies to my software in order to ensure that copyright infringement wouldn't harm me, in case you get sued. Depending on the laws in the country of the persuer, the software producer may have responsibilities regarding copyright infringements.

maznos 03-19-2011 08:31 PM

Quote:

Originally Posted by y2ksw (Post 2175123)
Short answer: no :)

You would like to store the images to a media server which would need a lot of more operations. However, if you have Linux, you can use the fsftp file system in order to move imported files into another server, or a symbolic link to move it on the same server to another domain. Together with the Forum URL Replacement option, you may achieve then the desired effect.

first of all thank you for your good work

secondly I have a giant forum (over 1 million posts) and I love to install your hack, I am thinking of a small script file that will do the operation of moving uploaded files to multiple domains to spread the files and reduce the multi million files to be congested in single hosting account.

I'll let you know of what result I am getting into :)

thanks again

sweetpotato 03-20-2011 01:17 AM

I have this error for some images:

Database error in vBulletin 4.1.2:

Invalid SQL:
INSERT IGNORE INTO iei_img (
oldurl,
newurl
) VALUES (
'http://.....com/.21847008.lO70/christmasposter5.jpg',
'http://....net/images/imported/2010/12/6.jpg'
);

MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Saturday, March 19th 2011 @ 07:08:56 PM
Error Date : Saturday, March 19th 2011 @ 07:10:43 PM
Script : http://..../cronadmin.php?do=runcron&cronid=90
Referrer : http://..../cronadmin.php?do=runcron&cronid=90

sweetpotato 03-21-2011 10:05 AM

Quote:

Originally Posted by y2ksw (Post 2127923)
For now, CMS posts are not parsed. I may consider implementing this feature, if you are not the only one asking for it :)

I also vote for CMS post. Thank you for the nice mod. Now find the way to solve database error.

der_darkon 03-24-2011 12:59 PM

Thanks for this great AddOn, and i also vote for including the CMS

yahooooh 03-24-2011 10:39 PM

Quote:

Originally Posted by y2ksw (Post 2175126)
Watermarking is beyond the idea of this product.

I feel it's also a bit unethical to sign images as if they were yours, when they have been taken from an external site, instead. With adding watermarking, I would need to add special policies to my software in order to ensure that copyright infringement wouldn't harm me, in case you get sued. Depending on the laws in the country of the persuer, the software producer may have responsibilities regarding copyright infringements.

not all watermark will be illegal , on my side i will use watermark with :
hosted by mysite.com
that is it
so it depend on how is the jpg wich used in watermark not the software

Dr.osamA 04-01-2011 09:17 PM

Thank you for update

but i have Database error

PHP Code:

Invalid SQL:

                
SELECT
                    fd
.thumbnail_datelinefd.filesize, IF(fd.thumbnail_filesize 010) AS hasthumbnailfd.thumbnail_filesize,
                    
a.datelinea.statea.attachmentida.countera.contentida.filenamea.userida.settingsa.displayorder,
                    
at.contenttypes
                FROM attachment 
AS a
                INNER JOIN filedata 
AS fd ON (fd.filedataid a.filedataid)
                
LEFT JOIN attachmenttype AS at ON (at.extension fd.extension)
                
WHERE
                    a
.contentid IN (81195,81203,81286,81287,81289,81290,82837)
                        AND
                    
a.contenttypeid 1
            
ORDER BY a
.contentida.displayorder;

MySQL Error   Unknown column 'fd.thumbnail_filesize' in 'field list'
Error Number  1054
Request Date  
FridayApril 1st 2011 04:55:45 PM
Error Date    
FridayApril 1st 2011 04:55:45 PM
Script        
http://www.alra7ba.info/vb/showthread.php?t=12925&p=81287&viewfull=1&langid=1
Referrer      

any help plzzz

y2ksw 04-01-2011 09:52 PM

Quote:

Originally Posted by Dr.osamA (Post 2179902)
Thank you for update

but i have Database error

PHP Code:

Invalid SQL:

                
SELECT
                    fd
.thumbnail_datelinefd.filesize, IF(fd.thumbnail_filesize 010) AS hasthumbnailfd.thumbnail_filesize,
                    
a.datelinea.statea.attachmentida.countera.contentida.filenamea.userida.settingsa.displayorder,
                    
at.contenttypes
                FROM attachment 
AS a
                INNER JOIN filedata 
AS fd ON (fd.filedataid a.filedataid)
                
LEFT JOIN attachmenttype AS at ON (at.extension fd.extension)
                
WHERE
                    a
.contentid IN (81195,81203,81286,81287,81289,81290,82837)
                        AND
                    
a.contenttypeid 1
            
ORDER BY a
.contentida.displayorder;

MySQL Error   Unknown column 'fd.thumbnail_filesize' in 'field list'
Error Number  1054
Request Date  
FridayApril 1st 2011 04:55:45 PM
Error Date    
FridayApril 1st 2011 04:55:45 PM
Script        
http://www.alra7ba.info/vb/showthread.php?t=12925&p=81287&viewfull=1&langid=1
Referrer      

any help plzzz

Sorry, but this error does not come from my plugin. I don't use vbulletin attachments, but a completely different table (iei_img) for filename storage.

y2ksw 04-01-2011 09:54 PM

Quote:

Originally Posted by yahooooh (Post 2177145)
not all watermark will be illegal , on my side i will use watermark with :
hosted by mysite.com
that is it
so it depend on how is the jpg wich used in watermark not the software

I do understand your concerns, but legal watermarking or not, I would have to protect myself and I don't like it ;)

Dr.osamA 04-01-2011 10:24 PM

this erorr shows after i upgrade

mybe not from your plugin but mybe yes i dont know how that hapend or mybe an conflicted with other plugin
anyways thank you bro

mescalin 04-07-2011 10:27 PM

very very good idea. thank you for sharing this mod!

kether1 04-08-2011 03:36 PM

Did you decide if you would make this work for the CMS as well? Thanks!

kether

giaguaro 04-10-2011 11:56 AM

i imported my vbulletin from a old Snitz forum which had a different tag for image.
Would this product scan also those images?
All images link can be scanned?
And what about the absolute path images files such as ../public/data/user/image.jpg ?
Will this be scanned and substituted by a valid link? (they are no more valid link because the path is changed or vb doesnt recognize them)

y2ksw 04-11-2011 09:57 AM

Quote:

Originally Posted by kether1 (Post 2182347)
Did you decide if you would make this work for the CMS as well? Thanks!

kether

not yet :)

Quote:

Originally Posted by giaguaro (Post 2182955)
i imported my vbulletin from a old Snitz forum which had a different tag for image.
Would this product scan also those images?
All images link can be scanned?
And what about the absolute path images files such as ../public/data/user/image.jpg ?
Will this be scanned and substituted by a valid link? (they are no more valid link because the path is changed or vb doesnt recognize them)

As far as I recall, converted Snitz forums require HTML enabled and thus have all (external) images directly embedded. If you have different BB Code tags for images, you may try to add them to the options in order to import also those. However, it is a feature you must try first in a test bed.
Absolute paths are not recognized and you should convert those paths into valid URL's first, anyway.

giaguaro 04-11-2011 12:16 PM

Quote:

Originally Posted by y2ksw (Post 2183320)
As far as I recall, converted Snitz forums require HTML enabled and thus have all (external) images directly embedded. If you have different BB Code tags for images, you may try to add them to the options in order to import also those. However, it is a feature you must try first in a test bed..

:) i feel like we talked previously in another language..

Thanks for your reply.
My snitz tag works in VB, but the problems are where images are embedded with an absolute path

Quote:

Originally Posted by y2ksw (Post 2183320)
Absolute paths are not recognized and you should convert those paths into valid URL's first, anyway.

This could be great. But how to do that? A "search and replace" somewhere? Or a product?

y2ksw 04-11-2011 01:51 PM

Quote:

Originally Posted by giaguaro (Post 2183366)
This could be great. But how to do that? A "search and replace" somewhere? Or a product?

Probably you will need to use a query, which replaces all absolute references accordingly to your new board settings:

Code:

UPDATE post SET pagetext=REPLACE(pagetext, '../absolute/path/', 'relative/path/')
and copy or move also your images to the new relative path you define here. Please make sure to backup your post table in case your query does not work as expected.

giaguaro 04-12-2011 06:21 AM

thanks a lot.
I am becoming friendly with products and plugin but I still pay attention to DB modification :)
I presume i have to back up the db table (by the way, i added the auto bkp thanks to a mod here) , do the query on the table and put it back in the db

mastershady 04-12-2011 05:52 PM

first of all great work and appreciated ...
Second,
I downloaded the Mod and i created images/uploads folder with permission or 777 and i uploaded the PHP file to the includes/cron also i copied the file to includes direct ... i uploaded the the plugin and enabled it i found new folder created in the uploads --> 2011 --> 4 but nothing inside it ... till the moment nothing happened and no single image imported?!!!!!
is the issue in defining the tag which in the options of this mod which is by default img do i need to change it or what is the issue exactly!!!!!
my server:
===
Operating System:
CentOS 5
RAM:
2 GB
Total Disk Space:
30 GB
Bandwidth Quota:
1000 GB
===
or do i need to create any table in the DB ... or some permissions from the server is required for this hack?!!

y2ksw 04-13-2011 09:40 AM

Quote:

Originally Posted by mastershady (Post 2183920)
first of all great work and appreciated ...
Second,
I downloaded the Mod and i created images/uploads folder with permission or 777 and i uploaded the PHP file to the includes/cron also i copied the file to includes direct ... i uploaded the the plugin and enabled it i found new folder created in the uploads --> 2011 --> 4 but nothing inside it ... till the moment nothing happened and no single image imported?!!!!!
is the issue in defining the tag which in the options of this mod which is by default img do i need to change it or what is the issue exactly!!!!!
my server:
===
Operating System:
CentOS 5
RAM:
2 GB
Total Disk Space:
30 GB
Bandwidth Quota:
1000 GB
===
or do i need to create any table in the DB ... or some permissions from the server is required for this hack?!!

You may need to enable fopen() to access external URL's or install CURL and allow that it accesses external content. Since it is your server importing the images, it needs also access to other sites. This may be a firewall rule and/or a permission in your php.ini file (search for fopen or URL).

mastershady 04-13-2011 01:51 PM

Quote:

Originally Posted by y2ksw (Post 2184145)
You may need to enable fopen() to access external URL's or install CURL and allow that it accesses external content. Since it is your server importing the images, it needs also access to other sites. This may be a firewall rule and/or a permission in your php.ini file (search for fopen or URL).

thanks for your response the property allow_url_fopen is on ... what will be other issues which prevents this hack from working ...
how i can catch the error exactly since every thing seems ok but still it is not working ...
is it becuase i used the latest version of the hack 1.0.5 ...

any support please ...

y2ksw 04-13-2011 02:49 PM

Quote:

Originally Posted by mastershady (Post 2184202)
thanks for your response the property allow_url_fopen is on ... what will be other issues which prevents this hack from working ...
how i can catch the error exactly since every thing seems ok but still it is not working ...
is it becuase i used the latest version of the hack 1.0.5 ...

any support please ...

What's about the firewall?

If you create a test.php with:
PHP Code:

<?php

$content 
file_get_contents('http://www.google.com/');

echo 
$content;
die;

does it show you something? (You should see the google page at least to some extent)

mastershady 04-13-2011 02:55 PM

I created this php file and I saw google page ...
so is it a matter of the firewall ... i checked my server, and curl is already installed ....
note some of the posts was having not exists images now it has been replaced by the error image which i defined in the hack options ...
is it a matter of time outs in the hack settings? ...
or settings of the firewall?

y2ksw 04-13-2011 04:55 PM

Quote:

Originally Posted by mastershady (Post 2184226)
I created this php file and I saw google page ...
so is it a matter of the firewall ... i checked my server, and curl is already installed ....
note some of the posts was having not exists images now it has been replaced by the error image which i defined in the hack options ...
is it a matter of time outs in the hack settings? ...
or settings of the firewall?

If you ?have seen the google page, you firewall is open. So maybe you have images which cannot be imported for some reason. Do you have this product running for a long time yet? If you have for example 1 image each 1000's post, it may take quite some time before something useful happens. Are there any entries in the iei_img table?


All times are GMT. The time now is 04:58 AM.

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.02136 seconds
  • Memory Usage 1,938KB
  • 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
  • (3)bbcode_php_printable
  • (24)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