Ive thinked of how to pass though motd limits (maybe someone got better idea

)
So its like you are formatting motd like normal one, after it saving it into file
PHP Code:
new szFile = fopen( "addons\amxmodx\motd.html", "w" );
if( szFile ) {
fputs( szFile, szFormattedMotd );
fclose( szFile );
}
Then open iframe from that
addons\amxmodx\motd.html, but i dont think its possible to open html file on server and show to client O_o
Edit: i also had idea to upload motd.html to own ftp and iframe from it

Edit2: I lulz at this idea but.. maybe there some 'uber compressors' what can gerenate some random <script> wich will make less chars
__________________