das hab ich hinbekommen aber wie mach ich das, das er ?sub=user annimmt?
function prepareimages() {
$this->imgsearch="/\[img]([^\"\?\&]*\.(gif|jpg|jpeg|bmp|png|php*|php))\[\/img\]/siU";
if($this->showimages==1) $this->imgreplace="";
else $this->imgreplace="\\1";
}