01-08-2010, 12:50 PM
عضو ماسي
بيانات محروم.كوم رقم العضوية : 503 تاريخ التسجيل : Dec 2007 الجنس : female علم الدوله : المشاركات : 2,100,667 عدد الـنقاط :3341 تقييم المستوى : 2141
Hello,
i get this code in the attachment window after i upload a file:
PHP Code: ategory WHERE userid = " . $this->fetch_field('userid') . " AND categoryid = " . intval($this->info['categoryid']) . " ")) { $this->dbobject->query_write(" INSERT IGNORE INTO " . TABLE_PREFIX . " attachmentcategoryuser ( userid , filedataid , categoryid , filename , dateline ) VALUES ( " . $this->fetch_field('userid') . " , $filedataid , " . intval($this->info['categoryid']) . " , '" . $this->dbobject->escape_string($this->fetch_field(' filename ')) . "' , " . TIMENOW . " ) "); } } } } if ($return) { $this->post_save_each($doquery); $this->post_save_once($doquery); if ($insertfiledata) { $this->post_save_each_filedata($doquery); } } return $return; } } /*================================================= =====================*\ || ################################################## ################## || # Downloaded: 04:59, Wed Jan 6th 2010 || # CVS: $RCSfile$ - $Revision: 34028 $ || ################################################## ################## \*================================================ ======================*/ ?>
its above the html code in the upload window, where it comes from? im using simple attachment uploader because the drag and drop attachment uploader doesnt work for me.
Attached Images
__DEFINE_LIKE_SHARE__