For future reference for anyone, when you run the query you enter this code:
Code:
UPDATE smilie set smiliepath=replace(smiliepath, 'http://www.yoursite.com/forums/images/', 'images/')
Replace this part
http://www.yoursite.com/forums/images/ of the code above with what the link is for your smilies.
A couple of examples to put in that:
http://www.yoursite.com/forums/images/
http://www.yoursite.com//forums/images/
http://www.yoursite.com/images/
http://www.yoursite.com//images/
http://www.yoursite.net/forums/http:...te.net/images/
Whatever it is saying is the path for your smilies, put it in there.
**To run a query, go to your admincp. Go to Maintenance>>Execute SQL Query. Enter code in the big white box beside Manual Query and click on continue.
**If you can't run a query, then you need to set yourself with permission to do so in the config.php file.