اول الطريق الى دمج المنتدى بالمجلة
المشرف: alhitary
??? ?????? ??? ??? ??????? ???????
?????? ????? ?????? ?? ????? ???? ??? ??????? ???? ????? ???? 900% ?? ????? ???????
???? ??? ??????? ??? ??????? ??? ??? ????? ?? ???? ????? ?? ???? ?? ???? ????? ?? ???? ??? ?????? ??? ?? ??? ???????? ???? Php ???????? ???????
???? ????? ???? ??? :
1/???? ??? config.php
---------????---------------
$table_prefix = 'phpbb_';
------ ??? ???? ------------
$table_prefix2= 'nuke_';
------------------------------
2/???? ??? include\constants.php
------------ ???? ------------
define('USERS_TABLE', $table_prefix.'users');
----------- ??? ???? ---------------
define('USERS_TABLE2', $table_prefix2.'users');
--------------------------------------
3/ ???? ??? include\usercp_register.php
------------ ???? ------------------
$sql = "INSERT INTO " . USERS_TABLE . " (user_id, username, user_regdate, ...???
VALUES ($user_id, '" . str_replace("\'", "''", $username) . "', ..???
---------------??? ???? ---------------
$sql = "INSERT INTO " . USERS_TABLE2 . "(uid, uname, email)
VALUES ($user_id, '" . str_replace("\'", "''", $username) . "'";
-------------?????---------------------------
??????? ??? ???????? ?????? ?????
-----------------------------
Could not insert data into users table
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax near ') VALUES (319, 'abdy',''1, '')' at line 1
INSERT INTO nuke_users(uid, uname, email,) VALUES (319, 'abdy',''1, '')
Line : 743
File : c:\apache\htdocs\bb\includes\usercp_register.php
---------------------------
???? ??? ????? 319
??? ???????? abdy
??? ?? ????? 1 ?? ???? ???? ?? "" ??????? ???? ?? ????
????????? ??? ?? ?????? ??? ??? ???????? ???? ???? ?? ?????
???? ??? ???? ??? ???? ??? ???? ????? ?? ??????? ??????? ?? ??? ??? ????? ????????? ?? ???? ?????
???? ??? ??????? ??? ??????? ??? ??? ????? ?? ???? ????? ?? ???? ?? ???? ????? ?? ???? ??? ?????? ??? ?? ??? ???????? ???? Php ???????? ???????
???? ????? ???? ??? :
1/???? ??? config.php
---------????---------------
$table_prefix = 'phpbb_';
------ ??? ???? ------------
$table_prefix2= 'nuke_';
------------------------------
2/???? ??? include\constants.php
------------ ???? ------------
define('USERS_TABLE', $table_prefix.'users');
----------- ??? ???? ---------------
define('USERS_TABLE2', $table_prefix2.'users');
--------------------------------------
3/ ???? ??? include\usercp_register.php
------------ ???? ------------------
$sql = "INSERT INTO " . USERS_TABLE . " (user_id, username, user_regdate, ...???
VALUES ($user_id, '" . str_replace("\'", "''", $username) . "', ..???
---------------??? ???? ---------------
$sql = "INSERT INTO " . USERS_TABLE2 . "(uid, uname, email)
VALUES ($user_id, '" . str_replace("\'", "''", $username) . "'";
-------------?????---------------------------
??????? ??? ???????? ?????? ?????
-----------------------------
Could not insert data into users table
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax near ') VALUES (319, 'abdy',''1, '')' at line 1
INSERT INTO nuke_users(uid, uname, email,) VALUES (319, 'abdy',''1, '')
Line : 743
File : c:\apache\htdocs\bb\includes\usercp_register.php
---------------------------
???? ??? ????? 319
??? ???????? abdy
??? ?? ????? 1 ?? ???? ???? ?? "" ??????? ???? ?? ????
????????? ??? ?? ?????? ??? ??? ???????? ???? ???? ?? ?????
???? ??? ???? ??? ???? ??? ???? ????? ?? ??????? ??????? ?? ??? ??? ????? ????????? ?? ???? ?????
الموجودون الآن
المتصفحون للمنتدى الآن: لا يوجد أعضاء مسجلين متصلين و 13 زائرًا