navigando nel sito ho notato che in certe parti esempio andando nel album esce questo tipo di errore:
Citazione:
mentre in alto sopra al logo esce tutto questo rabadam di codice:
// url /[url=([a-z0-9-.,?!%*_/:;~\&$@/=+]+)](.*?)[/url]/si $text = preg_replace("/[url=([a-z0-9-.,?!%*_/:;~\&$@/=+]+)]/si", "", $text); $text = str_replace("[/url:$uid]", "", $text); $text = preg_replace("/[web=([a-z0-9-.,?!%*_/:;~\&$@/=+]+)]/si", "", $text); $text = str_replace("[/web:$uid]", "", $text); // url #2 $text = str_replace("[url]","", $text); $text = str_replace("[/url]", "", $text); // img $text = str_replace("[img:$uid]","", $text); $text = str_replace("[/img:$uid]", "", $text); $text = str_replace("[imgl:$uid]","", $text); $text = str_replace("[/imgl:$uid]", "", $text); $text = str_replace("[imgr:$uid]","", $text); $text = str_replace("[/imgr:$uid]", "", $text); $text = str_replace("[albumimg:$uid]","", $text); $text = str_replace("[/albumimg:$uid]", "", $text); $text = str_replace("[albumimgl:$uid]","", $text); $text = str_replace("[/albumimgl:$uid]", "", $text); $text = str_replace("[albumimgr:$uid]","", $text); $text = str_replace("[/albumimgr:$uid]", "", $text); // email $text = str_replace("[email:$uid]","", $text); $text = str_replace("[/email:$uid]", "", $text); // Remove our padding from the string.. $text = substr($text, 1); return $text; } ?>
è forse perchè ho uppato male?
:@ aggiornato il tutto alla 1.2.0.27
ora va tutto!!!
se volete potete eliminare il theard ciauzzzz















































