صفحة 1 من 2

?? ???? ??? ????? ?????

مرسل: الأربعاء يونيو 02, 2010 4:39 pm
بواسطة frfshni
??????? ????? ????? : كتب: ???? ?????? : http://www.marahchat.com/forum
-------------
????? ??????: 3.0.7
-------------
????? PHP: php5
-------------
??? ????? ???????? ???????? ????????: mysql41
-------------
???? ??????? ?????????:
?? ??? ???
???? ??????
???? ??? ????????? ??????
??? ???????
-------------
??? ???? ??????? :
??? ????? ??????? ??????? ???? ???? ???? ??? ?? ( ????? ) ????? ??? ????? ?????? :

??? ???
SQL ERROR [ mysql4 ]

Duplicate entry '26128' for key 1 [1062]

SQL

INSERT INTO phpbb_posts (forum_id, poster_id, icon_id, poster_ip, post_time, post_approved, enable_bbcode, enable_smilies, enable_magic_url, enable_sig, post_username, post_subject, post_text, post_checksum, post_attachment, bbcode_bitfield, bbcode_uid, post_postcount, post_edit_locked, topic_id) VALUES (77, 2, 0, '78.110.96.8', 1275485973, 1, 1, 1, 1, 1, '', '????? ????', '??? ???? ?????? ??????', '50876c511978ddd6252eb63f202b4079', 0, '', '2yi3vino', 1, 0, 4052)

BACKTRACE

FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()

FILE: includes/functions_posting.php
LINE: 1985
CALL: dbal_mysql->sql_query()

FILE: posting.php
LINE: 1108
CALL: submit_post()

-------------

???? ????? ??? ??????? :
??? ???????? : frfshni
???? ?????? : 123456
-------------

?? ???? ??? ????? ?????

مرسل: الأربعاء يونيو 02, 2010 5:10 pm
بواسطة JAWAD94
?????? ?? ???? ??????? ????? ????? ??? ??????? ...

?? ???? ??? ????? ?????

مرسل: الأربعاء يونيو 02, 2010 8:46 pm
بواسطة frfshni
??? ???? ?????????

?? ???? ??? ????? ?????

مرسل: الأربعاء يونيو 02, 2010 9:41 pm
بواسطة JAWAD94
??? ?? ?? ???? ??????

???? ??? ???????? ?????? :

includes/db/mysql.php
includes/functions_posting.php
posting.php

???? ??????? ??????? ??????? ... ?????? ????? ??? ????? ????? ?? ???????? ????? ??????? ??? ?????????

??????? ???? ???? ?????? ... ???? ???? ?? ... ??

?? ???? ??? ????? ?????

مرسل: الأربعاء يونيو 02, 2010 10:38 pm
بواسطة frfshni
???? ??? ??????

http://www.phpbbarabia.com/community/vi ... 44&t=35211

?????? ??????? ??????? ??? ???? ??? ?????? .

?? ???? ??? ????? ?????

مرسل: الأربعاء يونيو 02, 2010 10:46 pm
بواسطة frfshni
??????? ??????? ???????? ?? ??? ????? ?????? ?????? ????? ?? ?????? ???? ?????? ?? ??? ?????? ??? ????? ?? ??? ??? ????? ???? .

?? ???? ??? ????? ?????

مرسل: الخميس يونيو 03, 2010 1:00 am
بواسطة JAWAD94
????? ????? ????? ????? ??? ?? ????? ?????? :
SQL ERROR [ mysql4 ]

Duplicate entry '26128' for key 1 [1062]
??? ?? ???? ?? ????? ?? ????? ???????? .. ?? ????? ?????? ????? ?? ??? ??? ????? ???????? ???

??? ??? ??? ... ???? ?? ??? ????? ??? .. ??? ?????? ???

?????? : ??? ??? ????? ... ???? ??? ????? ??????? ;)

?? ???? ??? ????? ?????

مرسل: الخميس يونيو 03, 2010 1:01 pm
بواسطة frfshni
??? ??? ??? ?? ???? ?? ????? ??? ????? ???????? ?? :

كود: تحديد الكل

DROP TABLE IF EXISTS `phpbb_im`;
CREATE TABLE IF NOT EXISTS `phpbb_im` (
  `from` mediumint(8) NOT NULL,
  `to` mediumint(8) NOT NULL,
  `message` text collate utf8_bin NOT NULL,
  `sent` int(11) NOT NULL,
  `recd` tinyint(1) unsigned NOT NULL default '0',
  KEY `sent` (`sent`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

DROP TABLE IF EXISTS `phpbb_users_im`;
CREATE TABLE IF NOT EXISTS `phpbb_users_im` (
  `user_id` mediumint(9) NOT NULL,
  `user_status` varchar(1024) default NULL,
  `user_deny_im` tinyint(1) default '0',
  PRIMARY KEY  (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

INSERT INTO `phpbb_config` (config_name, config_value, is_dynamic) VALUES ( 'im_only_friends', '1', 1);
??? ????? ???? ??? ????? http://www.phpbbarabia.com/community/vi ... 44&t=37730

?? ???? ??? ????? ?????

مرسل: الخميس يونيو 03, 2010 5:08 pm
بواسطة A.B.M.K
??? ????? ??? ?? ????? ????? ??? ??????? 0.4.2 ?????? ?????? ???? ????? ???? ??? ????? ???? ?? ????? ???????? !

?????? ???? ??????? , ???? ???? ??????? ?????? ??????? ?? ????? ??????? ? ????? ???? ????????? , ?? ?????? ???? ???? ????? ??????? , ?? ??? ??? ??? ???? ?? ???? ???? ??? http://www.phpbbarabia.com/community/vi ... 51#p197751

?? ???? ?????? ??????? ?? ????? ??????? ? ???? ???? phpbb_users_im ??? ?????? ?? ????? ???? ???????? ,

???? ??? ???? ???? ???? ???????? , ?? ?????? ???? ??????? ??? ??? ?????? phpbb_users_im ????? ?????? ??? ?????? ??????????


???? ??? ??? ???? ??? ???? ?? ??? ??????? ????

?? ???? ??? ????? ?????

مرسل: الخميس يونيو 03, 2010 5:21 pm
بواسطة A.B.M.K
????? ???? ??? ???????? !

??? ?????? ???

?? ???? ??? ????? ?????

مرسل: الخميس يونيو 03, 2010 5:40 pm
بواسطة frfshni
?? ????? ??? ????? ??? ???????

?? ???? ??? ????? ?????

مرسل: الخميس يونيو 03, 2010 8:23 pm
بواسطة JAWAD94
??? ?? ??? ????? .. ???? ??? ????? ????? ..

?? ??? ???? ?? ???? ??? ????? ?????? ?? ????? ... ????? ????? ??????? ????? ??? ??????? ??????? ... ( ???? ?? ???? ??? ???????)
??? ?????? ?? ???? ???? ??????? ?? ?????? ????? .. ??? ??????? ????? ???? ?????? ??? ????? ?? ?????? ..

???????? ..

?? ???? ??? ????? ?????

مرسل: الجمعة يونيو 04, 2010 12:14 am
بواسطة frfshni
?? ???? ???? ???? ???????? ?? ????? ???????? ??? ???? ???????

?? ???? ??? ????? ?????

مرسل: الجمعة يونيو 04, 2010 12:29 am
بواسطة FaresNB
????? frfshni

????? ?? ???? ????? ?????? ????????? ? ???? ??????? ?????? ??? ?????? ??? , ?????? ?? ??? ??? ??????? ?? ????? ? ??????? ? ??????? , ????? ?????? ???? ??????? ;)

???? ?? ???????

?? ???? ??? ????? ?????

مرسل: الجمعة يونيو 04, 2010 4:12 am
بواسطة A.B.M.K
frfshni كتب:?? ???? ???? ???? ???????? ?? ????? ???????? ??? ???? ???????

?? ??? ???? ?????? ?? , ?? ??? ???? ? ???? ??? , ??? ???? ???? ?????? phpBB ... ??? ??? ???? ???? ????? ??????? ????? ???????? ? ??????? ? ??? .... ??? ???? ? ?? ????? ???? ?????? , ?? ??? ??? ??? ?? ????? ????? ???????? ?????? ????????? ? ????????? ? ??????? ? ????????? ? ????????? ? ??? ....

??????? ?? ????? ?? ?? ????? ??????? ???? ???? ????? ??????? ???? ??? . ???? ??? ????? ????? ??? ??????? ??? ? ??? ???? ???????? ? ?????????? ? ???????? ?????? ?????? ???? ?? ??? ??? , ?? ????? ????? ???? ?? ???? ?? ?????? , ???? ???? ??? ??????? ? ?? ???? ?? ??? ?? ??????? , ????? ???? ?? ?? .. ????

??? ???? ????? ???? ?? ??????? !

????? ????? ???????

????? ??? ??? ?? ????? ??????? ? ??? ????? ??? ????? ??? ???????? ????? ?????? ??????? ???? ???? ... ??? ??????? ????? ?????? ??? ??? ?????? ????? ????? ?????