صفحة 1 من 4

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

مرسل: الأحد مايو 18, 2008 3:31 am
بواسطة shinigami
???? ??? ??? ???? ??? ????? ?? ???? startrekguide ?????? ? ??? ????? ???? ?? ??? ??????? ???? ?????? ??phpbb3 ? ? ?????? ???? ? ????? ??? ????? ?? ???? ?????? ? ?? ????? ?????? ? ? ???? ??????? ????? ?? ???? ...

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

??? ???? ??????? ???? ????? ????? ??? ????? ??????? :
صورة

? ????? ????? ???? http://www.arabcomics.net ????? ???? ??? ?? ???????.

???? ??? overall_header.html ??????? ??? ???? ??Templates ?? ??????? ???????? ? ? ??? ??? ??? ?? body ?????? ??? ????? :

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

   <div id="info"><div id="infobar">
    <!-- IF not S_USER_LOGGED_IN -->
    <a href="ucp.php?mode=register" style="padding-top: 2px; padding-bottom: 2px; vertical-align: middle;">&nbsp;&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/info.png" alt="" />&nbsp;&nbsp;&nbsp;?????? ?? ?? ???-?????? ? ????? ??? ??????? ?? ?????? ? ??????? ????? ? ?? ???? ?? ???? ??? ????? ?????</a>
    <!-- ENDIF -->

    <!-- IF not S_IS_BOT && not $CA_SKIP_PM_NOTIFY && S_USER_LOGGED_IN && S_DISPLAY_PM -->
    <!-- IF S_USER_NEW_PRIVMSG or S_USER_UNREAD_PRIVMSG -->
    <a href="{U_PRIVATEMSGS}" style="padding-top: 2px; padding-bottom: 2px;">&nbsp;&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/warn.png" alt="" />&nbsp;&nbsp;&nbsp;????? {PRIVATE_MESSAGE_INFO}!</a>
    <!-- ENDIF -->
    <!-- ENDIF -->

    <!-- IF U_RESTORE_PERMISSIONS -->
    <a href="{U_RESTORE_PERMISSIONS}" style="padding-top: 2px; padding-bottom: 2px;">&nbsp;&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/warn.png" alt="" />&nbsp;&nbsp;&nbsp;??? ??? ?????? ??????? ?????? ??? ? ???? ??? ???????? ??? ???????? ???????</a>
    <!-- ENDIF -->

    <!-- IF S_BOARD_DISABLED -->
    <a href="{U_LOGIN_LOGOUT}" style="padding-top: 2px; padding-bottom: 2px;">&nbsp;&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/error.png" alt="" />&nbsp;&nbsp;&nbsp;<i><b>????? : ?? ??? ????? ?? ??????? ???? ??????.</b>  ????? ??????? ??? ???????? ???? ??? ?????.</i></a>
    <!-- ENDIF -->
    </div></div>


?????? : ?? ???????? ???-?????? ???? ??????? ????? ?? ;)

???? ??? ??css ????? ???????? ???????? (???? ?? ???? ??themes ?? ?? ??????? ?? ???? ?????? ????????) ? ??? ?? ?????? :

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

  body
  {
    padding: 0;
    margin: 0;
  }

  #info
  {
    overflow: visible;
    width: 100%;
    position: fixed;
    z-index:2;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    background-color: #FFFFCC
  }

  #infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
  {
    display: block;
    float: left;
    width:100%;
    clear: both;
    color: InfoText;
    background: InfoBackground url({T_THEME_PATH}/icon_mini_register.gif)) no-repeat fixed .3em .3em;
    padding: .45em .1em .45em 1em;
    border-bottom: .16em outset;
    text-decoration: none;
    cursor: default;
    vertical-align: middle;
  }

  #infobar a:hover
  {
    color: HighlightText;
    background: Highlight url({T_THEME_PATH}/images/icon_mini_register.gif) no-repeat fixed .3em .3em;
  }

  #viewplot
  {
    width: 100%;
    height: expression(this.parentNode.offsetHeight - this.offsetTop);
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 1em;
  }

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

??? ???? ???? ?? ?? ???? ????????? ????????? ?? ??? ??????? ??? ???? ??images ??????? ??? ???? ??themes ?? ??????? ???????? ? ?? ?????? ??? ????????? ? ????? ??? ??? ?????? :
صورة
صورة
صورة

???? ?? ?????? ??? ??????? ?????? ? ????? ???? ?? ?????? ? ?????? ??????? ???? ???? ????? ???? ???? ????? ??? ?????? ?? ???? ?????? ? ???? ?????? ????? ??????? ??? ??????? ???? ?? ???? ? ????? ????? ???? ??????? ????? ??????? ?????? :twisted:

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

مرسل: الأحد مايو 18, 2008 5:49 am
بواسطة مهند قمرة
????? ????? ??? ??? ???????

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

????? ???????:
???? ??? overall_header.html
???? ??:

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

</head>


??? ????:

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

<script language="JavaScript1.2">

var ie=document.all
var dom=document.getElementById
var ns4=document.layers

var bouncelimit=32 //(must be divisible by 8)
var direction="up"

function initbox(){
if (!dom&&!ie&&!ns4)
return
crossobj=(dom)?document.getElementById("dropin").style : ie? document.all.dropin : document.dropin
scroll_top=(ie)? document.body.scrollTop : window.pageYOffset
crossobj.top=scroll_top-250
crossobj.visibility=(dom||ie)? "visible" : "show"
dropstart=setInterval("dropin()",50)
}

function dropin(){
scroll_top=(ie)? document.body.scrollTop : window.pageYOffset
if (parseInt(crossobj.top)<100+scroll_top)
crossobj.top=parseInt(crossobj.top)+40
else{
clearInterval(dropstart)
bouncestart=setInterval("bouncein()",50)
}
}

function bouncein(){
crossobj.top=parseInt(crossobj.top)-bouncelimit
if (bouncelimit<0)
bouncelimit+=8
bouncelimit=bouncelimit*-1
if (bouncelimit==0){
clearInterval(bouncestart)
}
}

function dismissbox(){
if (window.bouncestart) clearInterval(bouncestart)
crossobj.visibility="hidden"
}


window.onload=initbox

</script>


???? ??:

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

<body>


??? ????:

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

 <!-- IF not S_USER_LOGGED_IN -->
 <div id="dropin" style="position:absolute;visibility:hidden;left:260;top:100;width:385;height:118;background-color:#F5F5F5">

<div align="right"><a href="#" onClick="dismissbox();return false">[X] </a></div>
<center>
<p><a href="{U_REGISTER}">
<img title="{SITENAME}" alt="{SITENAME}" src="images/joinusnow.jpg" border="0" width="500" height="100"></a></p>
</center>

</div>
 <!-- ENDIF -->


???? ?????? ???? ????????? ??? ???? images ??????? [???? ???? ?????? ??????? ???????]


????: ????

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

مرسل: الاثنين يونيو 16, 2008 11:05 am
بواسطة fouad_programer
shinigami كتب:???? ??? ??? ???? ??? ????? ?? ???? startrekguide ?????? ? ??? ????? ???? ?? ??? ??????? ???? ?????? ??phpbb3 ? ? ?????? ???? ? ????? ??? ????? ?? ???? ?????? ? ?? ????? ?????? ? ? ???? ??????? ????? ?? ???? ...

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

??? ???? ??????? ???? ????? ????? ??? ????? ??????? :
صورة

? ????? ????? ???? http://www.arabcomics.net ????? ???? ??? ?? ???????.

???? ??? overall_header.html ??????? ??? ???? ??Templates ?? ??????? ???????? ? ? ??? ??? ??? ?? body ?????? ??? ????? :

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

   <div id="info"><div id="infobar">
    <!-- IF not S_USER_LOGGED_IN -->
    <a href="ucp.php?mode=register" style="padding-top: 2px; padding-bottom: 2px; vertical-align: middle;">&nbsp;&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/info.png" alt="" />&nbsp;&nbsp;&nbsp;?????? ?? ?? ???-?????? ? ????? ??? ??????? ?? ?????? ? ??????? ????? ? ?? ???? ?? ???? ??? ????? ?????</a>
    <!-- ENDIF -->

    <!-- IF not S_IS_BOT && not $CA_SKIP_PM_NOTIFY && S_USER_LOGGED_IN && S_DISPLAY_PM -->
    <!-- IF S_USER_NEW_PRIVMSG or S_USER_UNREAD_PRIVMSG -->
    <a href="{U_PRIVATEMSGS}" style="padding-top: 2px; padding-bottom: 2px;">&nbsp;&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/warn.png" alt="" />&nbsp;&nbsp;&nbsp;????? {PRIVATE_MESSAGE_INFO}!</a>
    <!-- ENDIF -->
    <!-- ENDIF -->

    <!-- IF U_RESTORE_PERMISSIONS -->
    <a href="{U_RESTORE_PERMISSIONS}" style="padding-top: 2px; padding-bottom: 2px;">&nbsp;&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/warn.png" alt="" />&nbsp;&nbsp;&nbsp;??? ??? ?????? ??????? ?????? ??? ? ???? ??? ???????? ??? ???????? ???????</a>
    <!-- ENDIF -->

    <!-- IF S_BOARD_DISABLED -->
    <a href="{U_LOGIN_LOGOUT}" style="padding-top: 2px; padding-bottom: 2px;">&nbsp;&nbsp;&nbsp;<img src="{T_THEME_PATH}/images/error.png" alt="" />&nbsp;&nbsp;&nbsp;<i><b>????? : ?? ??? ????? ?? ??????? ???? ??????.</b>  ????? ??????? ??? ???????? ???? ??? ?????.</i></a>
    <!-- ENDIF -->
    </div></div>


?????? : ?? ???????? ???-?????? ???? ??????? ????? ?? ;)

???? ??? ??css ????? ???????? ???????? (???? ?? ???? ??themes ?? ?? ??????? ?? ???? ?????? ????????) ? ??? ?? ?????? :

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

  body
  {
    padding: 0;
    margin: 0;
  }

  #info
  {
    overflow: visible;
    width: 100%;
    position: fixed;
    z-index:2;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    background-color: #FFFFCC
  }

  #infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
  {
    display: block;
    float: left;
    width:100%;
    clear: both;
    color: InfoText;
    background: InfoBackground url({T_THEME_PATH}/icon_mini_register.gif)) no-repeat fixed .3em .3em;
    padding: .45em .1em .45em 1em;
    border-bottom: .16em outset;
    text-decoration: none;
    cursor: default;
    vertical-align: middle;
  }

  #infobar a:hover
  {
    color: HighlightText;
    background: Highlight url({T_THEME_PATH}/images/icon_mini_register.gif) no-repeat fixed .3em .3em;
  }

  #viewplot
  {
    width: 100%;
    height: expression(this.parentNode.offsetHeight - this.offsetTop);
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 1em;
  }

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

??? ???? ???? ?? ?? ???? ????????? ????????? ?? ??? ??????? ??? ???? ??images ??????? ??? ???? ??themes ?? ??????? ???????? ? ?? ?????? ??? ????????? ? ????? ??? ??? ?????? :
صورة
صورة
صورة

???? ?? ?????? ??? ??????? ?????? ? ????? ???? ?? ?????? ? ?????? ??????? ???? ???? ????? ???? ???? ????? ??? ?????? ?? ???? ?????? ? ???? ?????? ????? ??????? ??? ??????? ???? ?? ???? ? ????? ????? ???? ??????? ????? ??????? ?????? :twisted:


??? ?????? ?????? ??????? ??? ??? ???? ???? ?? ???? =Body ?? overall_header.html ?? ????? ?????? ???? ???? ????? ??? ????? ????? ????? ??

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

مرسل: الاثنين يونيو 16, 2008 11:08 am
بواسطة fouad_programer
???? ???? كتب:????? ????? ??? ??? ???????

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

????? ???????:
???? ??? overall_header.html
???? ??:

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

</head>


??? ????:

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

<script language="JavaScript1.2">

var ie=document.all
var dom=document.getElementById
var ns4=document.layers

var bouncelimit=32 //(must be divisible by 8)
var direction="up"

function initbox(){
if (!dom&&!ie&&!ns4)
return
crossobj=(dom)?document.getElementById("dropin").style : ie? document.all.dropin : document.dropin
scroll_top=(ie)? document.body.scrollTop : window.pageYOffset
crossobj.top=scroll_top-250
crossobj.visibility=(dom||ie)? "visible" : "show"
dropstart=setInterval("dropin()",50)
}

function dropin(){
scroll_top=(ie)? document.body.scrollTop : window.pageYOffset
if (parseInt(crossobj.top)<100+scroll_top)
crossobj.top=parseInt(crossobj.top)+40
else{
clearInterval(dropstart)
bouncestart=setInterval("bouncein()",50)
}
}

function bouncein(){
crossobj.top=parseInt(crossobj.top)-bouncelimit
if (bouncelimit<0)
bouncelimit+=8
bouncelimit=bouncelimit*-1
if (bouncelimit==0){
clearInterval(bouncestart)
}
}

function dismissbox(){
if (window.bouncestart) clearInterval(bouncestart)
crossobj.visibility="hidden"
}


window.onload=initbox

</script>


???? ??:

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

<body>


??? ????:

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

 <!-- IF not S_USER_LOGGED_IN -->
 <div id="dropin" style="position:absolute;visibility:hidden;left:260;top:100;width:385;height:118;background-color:#F5F5F5">

<div align="right"><a href="#" onClick="dismissbox();return false">[X] </a></div>
<center>
<p><a href="{U_REGISTER}">
<img title="{SITENAME}" alt="{SITENAME}" src="images/joinusnow.jpg" border="0" width="500" height="100"></a></p>
</center>

</div>
 <!-- ENDIF -->


???? ?????? ???? ????????? ??? ???? images ??????? [???? ???? ?????? ??????? ???????]


????: ????


???? ??????? ???? ?? ???? ??? ???? ?? ??? ??? <body> ?? overall_header.html ??????? ???? ??????? ???????? ???? ???? prosilver ??????? phpbb ???????
????? ?????

????????? ????? ?????? ?????? ????? ???? ?????? ??? ??? ???? 2

مرسل: الاثنين يونيو 16, 2008 2:51 pm
بواسطة shinigami
??? ?? ????? ???? ???? ?? <body> ?? ??? ?????? ? ???? ?? ????? ????? ???? ?? ??? ????? ??body ? ????? html ???? ??? body (?? ??? ?????? ?????) ???? ????? :

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

<body>
....
....
....
</body>


? ???? ??????? ?? ???? ?? ??body ??? ???? (????? ??? ??????? ? ???? ???????? ? ?????? ???? ... ???) ? ???? ?????? ?????? :

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

<body ... >


?????? : ?????? ... ???? ???? ????

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

مرسل: الاثنين يونيو 16, 2008 4:19 pm
بواسطة fouad_programer
???? ???? ??? ?????? ????? ????? ??? 2 Body ?? ????overall_header

??? ?? ????? ???????
body1.jpg
?
body2.jpg

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

????? ?????

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

مرسل: الاثنين يونيو 16, 2008 4:29 pm
بواسطة shinigami
?? ????? ??????? ?? ???? ??? body ???? ? ??? ??????? ?? ?????? : body 1.JPG

??body ?????? ??? body ?? ?? ????? ???????? div ?class ????? ???css ???? : page-body ? ? ??? ????? ?? ??????? ??????? ???? ?? ?? ??body ???? ?????? ? ?????? ????? ...

?????? ??? ??? ?? ? ??body ??????? ???????? ?? ??????? ??????? ?????? ... ??????? ???????? ?? ?????? ??? ??????? ;)

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

مرسل: الاثنين يونيو 16, 2008 4:35 pm
بواسطة fouad_programer
???? ???????? ????? ??????? ???? ???? ??? ????

??? ??? ?????

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

مرسل: الاثنين يونيو 16, 2008 5:51 pm
بواسطة fouad_programer
?? ???? ?????? ???? ????? ??? ?? ?? ??? ???? ??? ??????? ?????? ???? ????? ??? ??? ?? ???

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

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

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

مرسل: الاثنين يونيو 16, 2008 6:07 pm
بواسطة shinigami
????? ? ???? ??? ???? ??cache ?? ???? ??ftp ? ???? ???? ??????? ???????? ?????? ?? ??? ???? index.html ? .htaccess

???? ??cache ????? ???? ???? ?????? ..

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

?????? ???????? ;)

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

مرسل: الاثنين يونيو 16, 2008 6:20 pm
بواسطة fouad_programer
????? ?? ???? ????? ??? ?? shinigami ??? ????? ?????? ??????? ??? ?? ??? ???

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

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

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

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

مرسل: الاثنين يونيو 16, 2008 6:30 pm
بواسطة shinigami
fouad_programer كتب:????? ?? ???? ????? ??? ?? shinigami ??? ????? ?????? ??????? ??? ?? ??? ???
???? ????? ???? ??? ??? ???? ???? ??????
?? ???

fouad_programer كتب:?? ???? ??? ?????? ???? ??? ????? ???????

???? ???? ?????? ??????? ??? ????? ? ???? ?? ?????? ? ??? ??????? ????? ??? ????? ??????? viewtopic.php?f=32&t=30005

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

مرسل: الاثنين يونيو 16, 2008 6:52 pm
بواسطة fouad_programer
???? ??? ??? ??? ???? ????? ??? ???

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

مرسل: الاثنين يونيو 16, 2008 6:55 pm
بواسطة fouad_programer
???? ??? ??? ??? ???? ????? ??? ???

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

مرسل: الاثنين فبراير 16, 2009 8:12 am
بواسطة ahmed.light1
????