I'm having troubles with some code i am trying to put in my profile, the code is <a href="http://www.spacemisc.com/" target="_blank"><img src="http://www.profiletrain.net/aol/libs/gd.php?uid=5804940" border="0"></a><br /> Code (markup): but when i save my profile, and check if its worked, myspace just replaces the img tags with ... is there any way around this? :| cheers
that's weird because I have it working fine using <img> tags in my profile...where are you putting this code?
Normal <img> tags work, this one doesn't seem to :| I've tried it in all available spots like the About me section etc
myspace doesn't like dynamic content, so it will filter out image urls with .php in it do a mod_rewrite and disguise the php in a jpg or gif
actually, discoverclips has a good idea there...yeah, just RewriteRule it to a different filename and you should be able to create something dyanmic that way...maybe even do something like RewriteRule ^image-(.*)\.jpg$ images.php?id=$1 or something along those lines..to give a dynamic image a static look to it...
IPB forums attempt to block dynamic images too. Even if set to allow dynamic images! All you need to do usually is add &ext=.gif Code (markup): to the end of the query string. The forum will think it's a gif image
Seems even static images inside an href are now being rewritten by myspace. Not sure if it's by design or a nasty bug in their wysiwyg editor but if you paste the code into source view instead of in wysiwyg mode, it will work. Here's a couple of shots showing what the problem is with wysiwyg mode: http://www.smileygenerator.us/downloads2/myspace1.gif http://www.smileygenerator.us/downloads2/myspace2.gif