Convert image by domain

Convert image by domain [Paid] 2.3

No permission to buy ($35.00)
In my hosting I don't have Imagemagick PECL extension can I use PHP built-in GD image library ?
 
Hi Andy,

I found a regular expression bug. If two image tags are side by side, even with a space between them, like this:

Code:
[img]https://www.domain.com/image1.jpg[/img] [img]https://www.domain.com/image2.jpg[/img]

The add-on will try to fetch:
Code:
https://www.domain.com/image1.jpg%5B/img%5D%20%5Bimg%5Dhttps://www.domain.com/image2.jpg

The longer the sequence of tags, the longer the url.

I fixed it for my installation, but it's specific to my needs. My fix will not work with urls that have [ in them.
 
Back
Top Bottom