Haumis wbb hilfe (http://haumis-wbb-hilfe.de/wbb2/index.php)
- WBB2 (http://haumis-wbb-hilfe.de/wbb2/board.php?boardid=3)
-- Fehlermeldungen (http://haumis-wbb-hilfe.de/wbb2/board.php?boardid=62)
--- Fehlermeldung im Profil-Galerie (http://haumis-wbb-hilfe.de/wbb2/thread.php?threadid=2898)


Geschrieben von Manu am 10.04.2017 um 18:28:

  Fehlermeldung im Profil-Galerie

Hallo wenn man im Profil auf Profil-Gallerie klickt kommt diese meldung .
Zitat:
insertpm(betreff,Nachricht,absenderid,empfängerid,Popup neue Pm); ## Beispiel Code: /* require ("./acp/lib/class_onpm.php"); $onpm = new onpm(); $onpm->insertpm($betreff,$nachricht,$absenderid,$empfängerid,$popup); */ ## Have Fun class onpm{ var $pmversion=0; var $message=''; var $subject=''; var $senderid=''; var $empfangid=''; var $popup=0; function onpm(){ global $boardversion; $pos=strstr($boardversion,"1.0."); if($pos<>'') $this->pmversion=3; $pos=strstr($boardversion,"2.1."); if($pos<>'') $this->pmversion=1; $pos=strstr($boardversion,"2.2."); if($pos<>'') $this->pmversion=1; $pos=strstr($boardversion,"2.3."); if($pos<>'') $this->pmversion=2; return $this->pmversion; } function insertpm($sub,$msg,$id1,$id2,$pop){ $pmversion=$this->onpm(); $this->popup=$pop; $this->empfangid=$id2; $this->senderid=$id1; $this->message=$msg; $this->subject=$sub; if($pmversion==3){ $this->insertwbblite(); }elseif($pmversion==2){ $this->insertwbb23(); } else { $this->insertwbb21(); } return; } function insertwbblite(){ global $db,$n; $db->query("INSERT INTO bb".$n."_privatemessage SET privatemessageid = '', senderid = '".$this->senderid."', recipientid = '".$this->empfangid."', subject = '".$this->subject."', sendtime = '".time()."', message = '".$this->message."', showsmilies = '3', showsignature = '0', iconid = '13', deletepm = '0'"); if($this->popup==1) $db->unbuffered_query("UPDATE bb".$n."_users SET pmpopup=2 WHERE userid='".$this->empfangid."'",1); return; } function insertwbb21(){ global $db,$n; $db->query("INSERT INTO bb".$n."_privatemessage SET privatemessageid = '', folderid = '0', senderid = '".$this->senderid."', recipientid = '".$this->empfangid."', subject = '".$this->subject."', sendtime = '".time()."', message = '".addslashes($this->message)."', allowsmilies = '3', allowhtml = '0', showsignature = '0', iconid = '13', view = '0', reply = '0', forward = '0', deletepm = '0', tracking = '0'"); if($this->popup==1) $db->unbuffered_query("UPDATE bb".$n."_users SET pmpopup=2 WHERE userid='".$this->empfangid."'",1); return; } function insertwbb23(){ global $db,$n; $db->unbuffered_query("INSERT INTO bb".$n."_privatemessage (senderid,recipientlist,recipientcount,subject,message,sendtime,allowsmilie
s,allowhtml,allowbbcode,allowimages,showsignature,iconid,inoutbox,tracking,
attachments,pmhash) VALUES ('".$this->senderid."','".addslashes($recipientlistSerialized)."','".$recip
ientcount."','".$this->subject."','".addslashes($this->message)."','".time(
)."','3','0','1','0','0','13','0','0', '0', '".addslashes($pmhash)."')", 1); $pmid = $db->insert_id(); $db->unbuffered_query("INSERT INTO bb".$n."_privatemessagereceipts (privatemessageid, recipientid,recipient,blindcopy) VALUES ('$pmid','".$this->empfangid."','".addslashes($this->empfangid)."','0')",1)
; $db->unbuffered_query("UPDATE bb".$n."_users SET pmtotalcount=pmtotalcount+1,pminboxcount=pminboxcount+1,pmnewcount=pmnewcou
nt+1,pmunreadcount=pmunreadcount+1 WHERE userid='".$this->empfangid."'", 1); if($this->popup==1) $db->unbuffered_query("UPDATE bb".$n."_users SET pmpopup=2 WHERE userid='".$this->empfangid."'",1); return; } } ?>



Geschrieben von haumi am 10.04.2017 um 18:42:

 

wenn du mir sagst wo ich das finde .
Ich finde kein Profil-Galerie

Fehler muss aber weg sein

LG
haumi



Geschrieben von Manu am 10.04.2017 um 19:21:

 

Danke Haumi der fehler ist weg st12 st7


Forensoftware: Burning Board 2.3.6, entwickelt von WoltLab GmbH