[شرح] هل تريد عمل نسخة مطورة؟؟؟ ادخل لتعرف الخفايا

النقاش العام حول phpBB2 ، يرجى عدم طلب الدعم الفني أو طرح المشاكل هنا.

المشرف: alhitary

the shadow
مشرف سابق
مشرف سابق
مشاركات: 763
اشترك في: الاثنين يونيو 20, 2005 8:30 pm
مكان: keyboard
اتصال:

[???] ?? ???? ??? ???? ???????? ???? ????? ???????

مشاركةبواسطة the shadow » السبت مايو 06, 2006 9:18 pm

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



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

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

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

??? ?????? ?? ??? ???? ?? phpbb
http://www.phpbbarabia.com/files/go.php?id=221

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

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

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

??? ?? ???? ??????? ???? ??????
??? ???? ?? ???? ??? install ?????? ????? ?????? ??? ???? ?????? ???
??? ?? ??? ??????? ????? ??? ????? sql ??? ??????? ?????? ????????

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

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

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


CREATE TABLE phpbb_weblog_actions (
	action_id SMALLINT(5) UNSIGNED DEFAULT '0' NOT NULL,
	action_text VARCHAR(50) DEFAULT '',
	action_url VARCHAR(100) DEFAULT '',
	PRIMARY KEY (action_id)
);


INSERT INTO phpbb_weblog_actions (action_id, action_text, action_url) VALUES (1, 'Eating', 'action_eat.gif');
INSERT INTO phpbb_weblog_actions (action_id, action_text, action_url) VALUES (2, 'Listening to', 'action_listen.gif');
);
??? ??????? ???? ????? ?? ???????
????? ??? ????? ???????
CREATE TABLE phpbb_xxxxxxxx

??????? ????? ????????? ??? ???????
INSERT INTO phpbb_xxxxxxxxxxxx

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

???? ???? ???? install ?????? ??????? ????? ??? ???? schemas ?????? ??? ????? mssql mysql postgres

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

??????? ????? ?? mysql ??? ??????? ????????? ????? ??? ???? ?? ????????

?????? ????? ?????
mysql_basic.sql ???? ?????? ???????? ??? ???????
mysql_schema.sql ???? ?????? ??????? ??? ????? ????????

???? ???
??????? ???
CREATE TABLE phpbb xxxxx ??? ????? ?? ??? mysql_schema.sql
???????? ???
INSERT INTO phpbb xxxxxxx ??? ????? ?? ??? mysql_basic.sql

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

?? ???? install ???? ???? ???? ???? ?? ????? ????? ???????

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

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

(????? ???? ????? ?????? ????? ??? ???? ?? ???? ????? ?????? ???? ??? :oops: )




صورة العضو الرمزية
arabiantiger
عضو جديد
عضو جديد
مشاركات: 42
اشترك في: الجمعة سبتمبر 23, 2005 10:07 am

مشاركةبواسطة arabiantiger » السبت مايو 06, 2006 10:08 pm

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

?? ????
أسم الشركـــه : شركة النمر العربى للاستضافة والتصميم
صاحب الشركه : ابراهيم عبدالله ابراهيم الاطير.
بريد الشركـــه : info@arab4tiger.com , admin@arab4tiger.com
هاتف الشركه : من داخل مصر (0102357195) من خارج مصر (0020102357195)
الدعم الفنــــي : http://www.arab4tiger.com/support
من عملائنا : أضغط هنا للمشاهده

the shadow
مشرف سابق
مشرف سابق
مشاركات: 763
اشترك في: الاثنين يونيو 20, 2005 8:30 pm
مكان: keyboard
اتصال:

مشاركةبواسطة the shadow » السبت مايو 06, 2006 10:09 pm

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

????? ??????

صورة العضو الرمزية
خالد عطية
عضو متميز
عضو متميز
مشاركات: 282
اشترك في: الجمعة مارس 24, 2006 2:39 pm
مكان: أم الدنــEGYPTـــيا
اتصال:

مشاركةبواسطة خالد عطية » الثلاثاء مايو 30, 2006 7:55 pm

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

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

?????
<?php
/***************************************************************************
* ehdaa_db_update.php
* -------------------
*
* copyright : ???? ??????
* Website : http://www.mara7net.com
*
***************************************************************************/

/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/

define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);

//
// Start session management
//
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
//
// End session management
//


if( !$userdata['session_logged_in'] )
{
$header_location = ( @preg_match('/Microsoft|WebSTAR|Xitami/', getenv('SERVER_SOFTWARE')) ) ? 'Refresh: 0; URL=' : 'Location: ';
header($header_location . append_sid("login.$phpEx?redirect=ehdaa_db_update.$phpEx", true));
exit;
}

if( $userdata['user_level'] != ADMIN )
{
message_die(GENERAL_MESSAGE, '??? ???? ?????? ????? ??? ??????');
}


$page_title = '????? ????? ????????';
include($phpbb_root_path . 'includes/page_header.'.$phpEx);

echo '<table width="100%" cellspacing="1" cellpadding="2" border="0" class="forumline">';
echo '<tr><th>????? ????? ????????</th></tr><tr><td><span class="genmed"><ul type="circle">';


$sql = array();
$sql[] = "CREATE TABLE " . $table_prefix . "ehdaa (
id int(20) NOT NULL auto_increment,
name varchar(25) NOT NULL default '0',
one varchar(30) NOT NULL default '',
two varchar(15) NOT NULL default '',
three text NOT NULL,
PRIMARY KEY (id)
) TYPE=MyISAM";
$sql[] = "INSERT INTO `" . $table_prefix . "ehdaa` VALUES (1, 'www.alshellah.net.tc', '', '????? ???', '????? ????? ??? ????????? ')";

for( $i = 0; $i < count($sql); $i++ )
{
if( !$result = $db->sql_query ($sql[$i]) )
{
$error = $db->sql_error();

echo '<li>' . $sql[$i] . '<br /> +++ <font color="#FF0000"><b>???:</b></font> ' . $error['message'] . '</li><br />';
}
else
{
echo '<li>' . $sql[$i] . '<br /> +++ <font color="#00AA00"><b>????? ?????</b></font></li><br />';
}
}


echo '</ul></span></td></tr><tr><td class="catBottom" height="28"> </td></tr>';

echo '<tr><th>End</th></tr><tr><td><span class="genmed">????? ????? ??????? ??? ????? .. ????? ???? ?? ??? ???? ????? ?????? ??? ????????</span></td></tr>';
echo '<tr><td class="catBottom" height="28" align="center"><span class="genmed"><a href="' . append_sid("index.$phpEx") . '">Have a nice day</a></span></td></table>';

include($phpbb_root_path . 'includes/page_tail.'.$phpEx);

?>

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

the shadow
مشرف سابق
مشرف سابق
مشاركات: 763
اشترك في: الاثنين يونيو 20, 2005 8:30 pm
مكان: keyboard
اتصال:

مشاركةبواسطة the shadow » الثلاثاء مايو 30, 2006 8:11 pm

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

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

??????? ???? ???????
forumline">';
echo '<tr><th>????? ????? ????????</th></tr><tr><td><span class="genmed"><ul type="circle">';


$sql = array();
$sql[] = "CREATE TABLE " . $table_prefix . "ehdaa (
id int(20) NOT NULL auto_increment,
name varchar(25) NOT NULL default '0',
one varchar(30) NOT NULL default '',
two varchar(15) NOT NULL default '',
three text NOT NULL,
PRIMARY KEY (id)
) TYPE=MyISAM";
$sql[] = "INSERT INTO `" . $table_prefix . "ehdaa` VALUES (1, 'www.alshellah.net.tc', '', '????? ???', '????? ????? ??? ????????? ')";

for( $i = 0; $i < count($sql); $i++ )
{
if( !$result = $db->sql_query ($sql[$i]) )

??? ??? ???

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

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

$sql[] = "CREATE TABLE " . $table_prefix . "ehdaa ( 
id int(20) NOT NULL auto_increment, 
name varchar(25) NOT NULL default '0', 
one varchar(30) NOT NULL default '', 
two varchar(15) NOT NULL default '', 
three text NOT NULL, 
PRIMARY KEY (id) 
) TYPE=MyISAM"; 
???? ??? ????? ??? ????? php ????? ??? sql
???? ?????? ??? ??? ???????

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

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

CREATE TABLE ehdaa ( 
id int(20) NOT NULL auto_increment, 
name varchar(25) NOT NULL default '0', 
one varchar(30) NOT NULL default '', 
two varchar(15) NOT NULL default '', 
three text NOT NULL, 
PRIMARY KEY (id) 
) TYPE=MyISAM"; 
???? ??? ??????? ????? ??? ??? ???? ????? php ?? ??? sql

???? ?? ?????

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

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

$sql[] = "
???? ??? php

????? ????

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

" . $table_prefix . "
???? ???? ??? php

????? ???? ??? ??? sql ???? :) ?????? ?????? ??? ??? ???????

???? ??? sql ??? ?? ??? ?????? ???? ??????? ????

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

????? ?????? :)

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

????????

صورة العضو الرمزية
خالد عطية
عضو متميز
عضو متميز
مشاركات: 282
اشترك في: الجمعة مارس 24, 2006 2:39 pm
مكان: أم الدنــEGYPTـــيا
اتصال:

مشاركةبواسطة خالد عطية » الأربعاء مايو 31, 2006 2:13 pm

??? ?????? the shadow

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

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

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

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

the shadow
مشرف سابق
مشرف سابق
مشاركات: 763
اشترك في: الاثنين يونيو 20, 2005 8:30 pm
مكان: keyboard
اتصال:

مشاركةبواسطة the shadow » الأربعاء مايو 31, 2006 2:36 pm

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

??? ????? ???

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

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

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

????? ?? ???

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

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

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

صورة العضو الرمزية
خالد عطية
عضو متميز
عضو متميز
مشاركات: 282
اشترك في: الجمعة مارس 24, 2006 2:39 pm
مكان: أم الدنــEGYPTـــيا
اتصال:

مشاركةبواسطة خالد عطية » الأربعاء مايو 31, 2006 7:59 pm

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

صورة العضو الرمزية
cizar
عضو مطرود
عضو مطرود
مشاركات: 306
اشترك في: الثلاثاء فبراير 28, 2006 11:08 pm

مشاركةبواسطة cizar » الجمعة يونيو 02, 2006 5:45 pm

????? ???? ??? ??????
صورة
عندك مشكلة في حاسوبك تبي لها حل تبي برنامج ناقصك لحاسوبك
تفضل من هنا ستجد كل ما تريده انشاء الله
http://www.shabab4love.com/com
Computer Arabia

the shadow
مشرف سابق
مشرف سابق
مشاركات: 763
اشترك في: الاثنين يونيو 20, 2005 8:30 pm
مكان: keyboard
اتصال:

مشاركةبواسطة the shadow » الأربعاء يونيو 07, 2006 6:26 pm

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

????????

صورة العضو الرمزية
Neruda
عضو نشيط
عضو نشيط
مشاركات: 103
اشترك في: الجمعة يونيو 02, 2006 2:26 pm
مكان: قامشلي
اتصال:

مشاركةبواسطة Neruda » السبت يونيو 24, 2006 12:38 am

???? ??? ????? ??? :)

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


العودة إلى ”[ ×.2.0 ] النقاش العام“

الموجودون الآن

المتصفحون للمنتدى الآن: لا يوجد أعضاء مسجلين متصلين فقط