Turns out he's right.
Trying to install a sticker ends with :

Link is properly registered at the playerpage and comes with this maniacode
Code: Select all
.
.
.
$iconfile = "Media/Painter/Stickers/{$name}/Icon.dds";
$stickerfile = "Media/Painter/Stickers/{$name}/Sticker.tga";
.
.
.
echo '<install_skin>
<name>'.$name.'</name>
<file>'.$iconfile.'</file>
<url>'.$iconurl.'</url>
</install_skin>
<install_skin>
<name>'.$name.'</name>
<file>'.$stickerfile.'</file>
<url>'.$stickerurl.'</url>
</install_skin>
.
.
.
But what is more remarkable:
Sticker installation is the ONLY place where the ManiaCode fails... tm2cars/smskins/avatars... all of them can still be installed without problems, all of them with the same routine.
Has anything changed with the folders/filenames for stickers ?