Gr, I was stupid enough to do the "yoursite" part of the code and not change it. My images on the right now have a link looking like this;
Code:
http://www.nbadimensions.net/forums/http://www.nbadimensions.net/forums/http://www.yoursite.com/images/smilies/iono.gif
I executed a code like follows...
Code:
UPDATE smilie set smiliepath=replace(smiliepath, 'http://www.nbadimensions.net/forums/http://www.nbadimensions.net/forums/http://www.yoursite.com/images', 'images/')
That correct?