Adrielpin / gchartphp

Automatically exported from code.google.com/p/gchartphp
0 stars 0 forks source link

BBCodes #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Also it does not work on forums with the [IMG] tag…
It would be usefull for the PHP class to load the url as binary and 
outputs it as .png, so that it can be recognized everywhere.

Original issue reported on code.google.com by josemaug...@gmail.com on 7 Jan 2008 at 5:05

GoogleCodeExporter commented 8 years ago
This is a security feature of phpBB forums. Generally they dont like loading 
images
that have either:
- ampersand or question mark in the URL
- non-image file extension
- missing file extension

Updates to your BB code should circumvent this.

Original comment by predomin...@gmail.com on 12 Feb 2008 at 6:50

GoogleCodeExporter commented 8 years ago
This issue adds binary loading and output as png: 

http://code.google.com/p/gchartphp/issues/detail?id=23

Also, with some .htaccess rewrites you can turn this:
/images/300/200/img.png

into this:
/img.php?width=300&height=200

Would that work?

Original comment by tijmen.r...@gmail.com on 18 Jun 2010 at 2:10