ZaZ
17-07-2006, 17 - 07 - 2006
التحديث يشمل جميع النسخ 1.7 و 1.71
includes/sessions.php
أبحث عن الكود التالي:
$user_id = ($this->read_cookie_data("userid")) ? $this->read_cookie_data("userid") : GUEST;
و أستبدله بالكود التالي
$user_id = ($this->read_cookie_data("userid")) ? intval($this->read_cookie_data("userid")) : GUEST;
يمكن لكم الرجوع إلى منتدى الدعم الفني بذلك على هذا الرابط
http://www.4homepages.de/forum/index.php?topic=8288
includes/sessions.php
أبحث عن الكود التالي:
$user_id = ($this->read_cookie_data("userid")) ? $this->read_cookie_data("userid") : GUEST;
و أستبدله بالكود التالي
$user_id = ($this->read_cookie_data("userid")) ? intval($this->read_cookie_data("userid")) : GUEST;
يمكن لكم الرجوع إلى منتدى الدعم الفني بذلك على هذا الرابط
http://www.4homepages.de/forum/index.php?topic=8288