SMF Support > phpBB

Image urls are incorrect

(1/1)

nzrimfire:
Image urls go from this

--- Code: ---<img src="http://i51.photobucket.com/albums/f392/we34gde4/benchmarkclassic.jpg" alt="Image" />
--- End code ---

to this

--- Code: ---<img src="http://http&#58;//i51&#46;photobucket&#46;com/albums/f392/we34gde4/benchmarkclassic&#46;jpg" alt="" class="bbc_img" />
--- End code ---

Whats going on? How do I convert?

nzrimfire:
Found it I think - rand the following sql...

--- Code: ---UPDATE smf_messages SET body=REPLACE(body, '&#46;', '.');
UPDATE smf_messages SET body=REPLACE(body, '&#58;', ':');
--- End code ---

Navigation

[0] Message Index

Go to full version