❤❤یـــانەی کوردژیـن/Kurd Zhin❤❤/ / دانانی تایگی وه‌ک کوردژین بۆ مه‌کۆکه‌ت

.

نازناو:  وشه‌ی تێپه‌ڕبوون:    |  

ئاگاداری

‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌‌به‌ڕێزان : هه‌رکاتێک کێشه‌یه‌ک یان په‌یامێکی ناشیاوت به‌رچاو که‌وت له‌یانه‌دا ئه‌توانن په‌یوه‌ندی بکه‌ن به‌ :_

1- بەڕێوەبەری یانە Hemn Zanko لە کوردستان بە ئمێڵی ( hemn_kurdzhin@yahoo.com ) .. ژمارەی مۆبایل ( 07736993749 )

2- به‌ڕێوه‌به‌ری گشتی ( ReKaN ) له‌ ئه‌وروپا به‌ ئیمێڵی ( Rekan_uk@hotmail.com ) ، ژماره‌ ته‌له‌فوونی( 00447724242223) .

New Page 1

    بابه‌ته‌ گرنگه‌کانی به‌کارهێنانی یانه‌  

#1 2009-06-16 08:40:11

Eng-Xalat
کازیوەی یانە
شوێن: سلێمانی
ڕێكه‌وتی به‌ ئه‌ندامبوون‌: 2008-11-16
دواترین سه‌ردان: 2021-10-25
په‌یامه‌كان: 3740
WindowsXPFirefox

دانانی تایگی وه‌ک کوردژین بۆ مه‌کۆکه‌ت

سڵاو هاوڕێیانی یانه‌ی کوردژین پێم خۆشبوو ئه‌م بابه‌ته‌ گرنگه‌ دابنێم که‌ دانانی تایگی له‌ شێوه‌ی کوردژین ه‌ زۆرهاوڕێی به‌ڕێز حه‌ز ده‌که‌ن له‌م تاگانه‌ دابنێن فه‌رموون سه‌یری ئه‌م روو‌نکردنه‌وه‌یه‌ بکه‌ن. هه‌ر کێشه‌یه‌کتان بۆ دروست بوو ئاگادارم بکه‌نه‌وه‌‌ له‌ رێگه‌ی ئه‌م بابه‌ته‌وه‌.


  سه‌ره‌تا ئه‌م لینکه‌ دابگرن که‌چه‌ند بوخچه‌یه‌کی تێدایه‌ 



پاشان به‌م شێوه‌یه‌ به‌رزیان بکه‌وه‌ بۆ مه‌کۆکه‌ت له‌ ڕێگه‌ی به‌رنامه‌ی ftp ییه‌وه‌..

كۆد:

  modern_bbcode.js    to /include/
/lang/            to /
/img/            to /
mod_modern_bbcode.php    to /
smilies.php        to /

پاشان ئه‌م گۆرانکارییانه‌ ئه‌نجام بده‌..

كۆد:

#---------[ 2. ئه‌م په‌رگه‌یه‌ بكه‌ره‌وه‌ ]---------------------------------------------------
#

header.php

#
#---------[ 3. بگه‌رێ (له‌هێلی:114) ]---------------------------------------------------
#

$user_agent = isset($_SERVER['HTTP_USER_AGENT']) ? strtolower($_SERVER['HTTP_USER_AGENT']) : '';

#
#---------[ 4. له‌ پێشی ئه‌مه‌ زیاد بكه‌ ]---------------------------------------------------
#

if (in_array(basename($_SERVER['PHP_SELF']), array('viewtopic.php', 'post.php', 'edit.php')))
{
    $modern_bbcode_enabled = ($pun_config['p_message_bbcode'] == '1') ? true : false;
    if ($modern_bbcode_enabled)
        echo '<script type="text/javascript" src="include/modern_bbcode.js"></script>';
}

#
#---------[ 3. بگه‌رێ (له‌هێلی:137) ]---------------------------------------------------
#

// END SUBST - <body>

#
#---------[ 4. له‌ پێشی ئه‌مه‌ زیاد بكه‌ ]---------------------------------------------------
#

if ($modern_bbcode_enabled)
{
    $tpl_main = str_replace('<body onload="', '<body onClick="documentClickHandler(event.target);" onload="fixOperaWidth();', $tpl_main);
    $tpl_main = str_replace('<body>', '<body onClick="documentClickHandler(event.target);" onload="fixOperaWidth();">', $tpl_main);
}


#
#---------[ 5. ئه‌م په‌رگه‌یه‌ بكه‌ره‌وه‌ ]---------------------------------------------------
#

post.php

#
#---------[ 6. بگه‌رێ (له‌هێلی:493) ]---------------------------------------------------
#

<?php endif; ?>                        <label><strong><?php echo $lang_common['Message'] ?></strong><br />

#
#---------[ 7. بیگۆره‌ بۆ  ]---------------------------------------------------
#

                        <?php endif; require PUN_ROOT.'mod_modern_bbcode.php'; ?>
                        <label>

#
#---------[ 5. ئه‌م په‌رگه‌یه‌ بكه‌ره‌وه‌ ]---------------------------------------------------
#

edit.php

#
#---------[ 6. بگه‌رێ (له‌هێلی:210) ]---------------------------------------------------
#

<?php endif; ?>                        <label><?php echo $lang_common['Message'] ?><br />

#
#---------[ 7. بیگۆره‌ بۆ  ]---------------------------------------------------
#

<?php endif; $bbcode_form = 'edit'; $bbcode_field = 'req_message'; require PUN_ROOT.'mod_modern_bbcode.php'; ?>                        
                            <label>

#
#---------[ 5. ئه‌م په‌رگه‌یه‌ بكه‌ره‌وه‌ ]---------------------------------------------------
#

viewtopic.php

#
#---------[ 6. بگه‌رێ (له‌هێلی:365) ]---------------------------------------------------
#

        <form method="post" action="post.php?tid=<?php echo $id ?>" onsubmit="this.submit.disabled=true;if(process_form(this)){return true;}else{this.submit.disabled=false;return false;}">

#
#---------[ 7. بیگۆره‌ بۆ  ]---------------------------------------------------
#

            <form id="post" method="post" name="qpost" action="post.php?tid=<?php echo $id ?>" onsubmit="this.submit.disabled=true;if(process_form(this)){return true;}else{this.submit.disabled=false;return false;}">

#
#---------[ 6. بگه‌رێ (له‌هێلی:372) ]---------------------------------------------------
#

                        <label><textarea name="req_message" rows="7" cols="75" tabindex="1"></textarea></label>

#
#---------[ 7. له‌ پێشی ئه‌مه‌ زیاد بكه‌ ]---------------------------------------------------
#

                        <?php require PUN_ROOT.'mod_modern_bbcode.php'; ?>

#
#---------[ 5. ئه‌م په‌رگه‌یه‌ بكه‌ره‌وه‌ ]---------------------------------------------------
#

/include/parser.php

#
#---------[ 6. بگه‌رێ (له‌هێلی:44) ]---------------------------------------------------
#

    $a = array('[b]', '[i]', '[u]', '[/b]', '[/i]', '[/u]');
    $b = array('[b]', '[i]', '[u]', '[/b]', '[/i]', '[/u]');

#
#---------[ 7. بیگۆره‌ بۆ  ]---------------------------------------------------
#

    $a = array('[b]', '[i]', '[u]', '[/b]', '[/i]', '[/u]', '[s]', '[/s]');
    $b = array('[b]', '[i]', '[u]', '[/b]', '[/i]', '[/u]', '[s]', '[/s]');

#
#---------[ 6. بگه‌رێ (له‌هێلی:282) ]---------------------------------------------------
#

//
// Turns an URL from the [img] tag into an <img> tag or a <a href...> tag
//
function handle_img_tag($url, $is_signature = false)

#
#---------[ 7. له‌ پێشی ئه‌مه‌ زیاد بكه‌ ]---------------------------------------------------
#

//
// Turns an URL from the [img], [imgr], [imgl] tags into an <img> tag or a <a href...> tag. ADDED BY MOD: MODERN BBCODE
//
function handle_img_tag_modern($align, $url, $is_signature = false)
{
    global $lang_common, $pun_config, $pun_user;

    $img_tag = '<a href="'.$url.'">&lt;'.$lang_common['Image link'].'&gt;</a>';

    if ($is_signature && $pun_user['show_img_sig'] != '0')
        $img_tag = '<img class="sigimage" src="'.$url.'" alt="'.htmlspecialchars($url).'" />';
    else if (!$is_signature && $pun_user['show_img'] != '0')
    {
        if ($align != '')
            $img_tag = '<img class="postimg" style="float: '.$align.'; clear: '.$align.'" src="'.$url.'" alt="'.htmlspecialchars($url).'" />';
    }

    return $img_tag;
}

#
#---------[ 6. بگه‌رێ (له‌هێلی:319) ]---------------------------------------------------
#

//
// Convert BBCodes to their HTML equivalent
//
function do_bbcode($text)
{
    global $lang_common, $pun_user;

    if (strpos($text, 'quote') !== false)
    {
        $text = str_replace('[quote]', '</p><blockquote><div class="incqbox"><p>', $text);
        $text = preg_replace('#\[quote=(&quot;|"|\'|)(.*)\\1\]#seU', '"</p><blockquote><div class=\"incqbox\"><h4>".str_replace(array(\'[\', \'\\"\'), array(\'[\', \'"\'), \'$2\')." ".$lang_common[\'wrote\'].":</h4><p>"', $text);
        $text = preg_replace('#\[\/quote\]\s*#', '</p></div></blockquote><p>', $text);
    }

    $pattern = array('#\[b\](.*?)\[/b\]#s',
                     '#\[i\](.*?)\[/i\]#s',
                     '#\[u\](.*?)\[/u\]#s',
                     '#\[url\]([^\[]*?)\[/url\]#e',
                     '#\[url=([^\[]*?)\](.*?)\[/url\]#e',
                     '#\[email\]([^\[]*?)\[/email\]#',
                     '#\[email=([^\[]*?)\](.*?)\[/email\]#',
                     '#\[color=([a-zA-Z]*|\#?[0-9a-fA-F]{6})](.*?)\[/color\]#s');

    $replace = array('<strong>$1</strong>',
                     '<em>$1</em>',
                     '<span class="bbu">$1</span>',
                     'handle_url_tag(\'$1\')',
                     'handle_url_tag(\'$1\', \'$2\')',
                     '<a href="mailto:$1">$1</a>',
                     '<a href="mailto:$1">$2</a>',
                     '<span style="color: $1">$2</span>');

    // This thing takes a while! :)
    $text = preg_replace($pattern, $replace, $text);

    return $text;
}

#
#---------[ 6. بیگۆره‌ بۆ  ]---------------------------------------------------
#

//
// Convert BBCodes to their HTML equivalent
//
function do_bbcode($text)
{
    global $lang_common, $pun_user;

    require PUN_ROOT.'lang/'.$pun_user['language'].'/modern_bbcode.php';

    if (strpos($text, 'quote') !== false)
    {
        $text = str_replace('[quote]', '</p><blockquote><div class="incqbox"><p>', $text);
        $text = preg_replace('#\[quote=(&quot;|"|\'|)(.*)\\1\]#seU', '"</p><blockquote><div class=\"incqbox\"><h4>".str_replace(array(\'[\', \'\\"\'), array(\'[\', \'"\'), \'$2\')." ".$lang_common[\'wrote\'].":</h4><p>"', $text);
        $text = preg_replace('#\[\/quote\]\s*#', '</p></div></blockquote><p>', $text);
    }

    if (strpos($text, 'list') !== false)
    {
        $text = str_replace('[listo]', '</p><ol>', $text);
        $text = str_replace('[list]', '</p><ul>', $text);
        $text = str_replace('[li]', '<li>', $text);
        $text = str_replace('[/li]', '</li>', $text);
        $text = preg_replace('#\[\/listo\]\s*#', '</ol><p>', $text);
        $text = preg_replace('#\[\/list\]\s*#', '</ul><p>', $text);
    }

    if (strpos($text, 'spoiler') !== false)
    {
        $text = str_replace('[spoiler]', '</p><blockquote><div class="spoilerbox"><h4>'.$lang_modern_bbcode['Spoiler'].':</h4><p>', $text);
        $text = preg_replace('#\[\/spoiler\]\s*#', '</p></div></blockquote><p>', $text);
    }    

    $pattern = array('#\[b\](.*?)\[/b\]#s',
                     '#\[i\](.*?)\[/i\]#s',
                     '#\[u\](.*?)\[/u\]#s',
                     '#\[s\](.*?)\[/s\]#s',
                     '#\[mono\](.*?)\[/mono\]#s',
                     '#\[url\]([^\[]*?)\[/url\]#e',
                     '#\[url=([^\[]*?)\](.*?)\[/url\]#e',
                     '#\[email\]([^\[]*?)\[/email\]#',
                     '#\[email=([^\[]*?)\](.*?)\[/email\]#',
                     '#\[color=([a-zA-Z]*|\#?[0-9a-fA-F]{6})](.*?)\[/color\]#s',
                     '#\[center\](.*?)\[/center\]#s',
                     '#\[right\](.*?)\[/right\]#s',
                     '#\[size=([0-9]*)](.*?)\[/size\]#s');

    $replace = array('<strong>$1</strong>',
                     '<em>$1</em>',
                     '<span class="bbu">$1</span>',
                     '<span class="bbs">$1</span>',
                     '<code>$1</code>',
                     'handle_url_tag(\'$1\')',
                     'handle_url_tag(\'$1\', \'$2\')',
                     '<a href="mailto:$1">$1</a>',
                     '<a href="mailto:$1">$2</a>',
                     '<span style="color: $1">$2</span>',
                     '</p><p class="center">$1</p><p>',
                     '</p><p class="right">$1</p><p>',
                     '<span style="font-size: $1px">$2</span>');

    // This thing takes a while! :)
    $text = preg_replace($pattern, $replace, $text);

    return $text;
}

#
#---------[ 6. بگه‌رێ (له‌هێلی:449) ]---------------------------------------------------
#

        if ($pun_config['p_message_img_tag'] == '1')
        {
//            $text = preg_replace('#\[img\]((ht|f)tps?://)([^\s<"]*?)\.(jpg|jpeg|png|gif)\[/img\]#e', 'handle_img_tag(\'$1$3.$4\')', $text);
            $text = preg_replace('#\[img\]((ht|f)tps?://)([^\s<"]*?)\[/img\]#e', 'handle_img_tag(\'$1$3\')', $text);
        }

#
#---------[ 6. بیگۆره‌ بۆ  ]---------------------------------------------------
#

        if ($pun_config['p_message_img_tag'] == '1')
        {
//            $text = preg_replace('#\[img\]((ht|f)tps?://)([^\s<"]*?)\.(jpg|jpeg|png|gif)\[/img\]#e', 'handle_img_tag(\'$1$3.$4\')', $text);
            $text = preg_replace('#\[img\]((ht|f)tps?://)([^\s<"]*?)\[/img\]#e', 'handle_img_tag(\'$1$3\')', $text);
            $text = preg_replace('#\[imgr\]((ht|f)tps?://)([^\s<"]*?)\[/imgr\]#e', 'handle_img_tag_modern(\'right\', \'$1$3\')', $text);
            $text = preg_replace('#\[imgl\]((ht|f)tps?://)([^\s<"]*?)\[/imgl\]#e', 'handle_img_tag_modern(\'left\', \'$1$3\')', $text);
        }

#
#---------[ 5. ئه‌م په‌رگه‌یه‌ بكه‌ره‌وه‌ ]---------------------------------------------------
#

style/imports/base.css

#
#---------[ 5. زیاد بكه‌ له‌ كۆیایی هه‌موو كۆده‌كان ]---------------------------------------------------
#

/***************************************/
/* MOD MODERN BB-CODE STYLE INDICATORS */
/***************************************/


/********************************************************************/
/* MOD MODERN BBCODE: OVERRIDES FOR STANDART PUNBB STYLE INDICATORS */
/********************************************************************/

DIV.txtarea label {
    padding: 0;
    margin: 0; 
}

DIV.txtarea textarea {
    border: 1px; 
    padding: 1px;
}

DIV.txtarea input.longinput {
    border: 1px; 
    padding: 2px 1px;
    margin-bottom: 5px;
}

DIV.txtarea {
    min-width: 650px;
    width: 80%;
}

#smileyblock {
    width: 70%;
}

#smileyblock #smileybox {
    margin: 0;
    padding: 0;
}

#smileyblock .tcl, #smileyblock .tcr {
    text-align: center;
    width: 50%;
}

/****************************************************************/
/* MOD MODERN BBCODE: TOOLBAR AND TOOLBUTTON STYLE INDICATORS */
/****************************************************************/


DIV.toolbar {
    height: 2em;
    margin-right: 5px;
    width: 100%;
    padding: 3px 1px;
}

DIV.toolbar .draghandle {
    float: left;
    width: 4px;
    height: 2em;
    margin-left: 3px;
}

DIV.toolbar .separator {
    float: left;
    width: 1px;
    height: 2em;
    margin:0 3px;
    padding: 0;
}

DIV.toolbar a.tool_btn, DIV.toolbar a.dropdown, DIV.toolbar a.dropdown_OPENed {
    float: left;
    padding: 3px 7px;
    margin: 0 2px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

DIV.toolbar #bold {
    font-weight: bold;
}

DIV.toolbar #italic {
    font-style: italic;
}

DIV.toolbar #underline {
    text-decoration: underline;
}

DIV.toolbar #strikeout {
    text-decoration: line-through;
}

DIV.toolbar a.dropdown {
    outline: none;
    padding-right: 20px;
}

DIV.toolbar a.dropdown_OPENed {
    outline: none;
    overflow: hidden;
    padding-right: 20px;
}

DIV.toolbar a.dropdown:hover {
    outline: none;
}

DIV.toolbar #inctxt, DIV.toolbar #dectxt, DIV.toolbar #help {
    float: right;
    margin-right: 4px;
    outline: none;
}

/****************************************************************/
/* MOD MODERN BBCODE: POPUP PALETTE INDICATORS */
/****************************************************************/

/* 0. Common popup panel indicators */

#colorpalette #colorbtn, #smilespanel #smilesbtn, #sizepanel #sizebtn, #imgpanel #imgbtn, #listpanel #listbtn {
    float: left;
    clear: right;
    height: 4px;
    padding: 0px 7px 0px 7px;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 0;
    border-top: 0;
    margin-bottom: -1px;
    outline: none;
    padding-right: 20px;
}

#colorpalette, #smilespanel, #sizepanel, #imgpanel, #listpanel {
    position: absolute;
    display: none;
}

#colorpalette #colorcontent, #smilespanel #smilescontent, #sizepanel #sizecontent, #imgpanel #imgcontent, #listpanel #listcontent {
    padding: 1px;
}

.popupcontent_ie {
    float: left;
}

/* 1. Smileys popup panel indicators */

#smilespanel {
    width: 90px;
}

#smilespanel #adv {
    float: left;
    width: 100%;
    text-align: center;
    padding: 1px 0 5px 0;
}

#smilespanel #adv a {
    border: 0;
    background-color: inherit;
    float: none;
}

#smilespanel a {
    padding: 0;
    margin: 0;
}

#smilespanel a img {
    padding: 2px 3px;
}

/* 2. Colors popup panel indicators */

#colorpalette {
    width: 125px;
}


#colorpalette #colorcontent {
    padding: 2px 1px 1px 2px;
}

#colorpalette #colorcontent a {
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 1px 1px 0;
    padding: 0;
}

/* 2. Font-sizes, Images and Lists popup panel indicators */

#sizepanel, #listpanel {
    width: 12em;
}

#imgpanel {
    width: 15em;
}

#sizepanel #sizecontent a, #imgpanel #imgcontent a, #listpanel #listcontent a {
    float: left;
    clear: left;
    width: 95%;
    margin: 0;
    padding: 2px 2px;
    display: block;
    text-decoration: none;
}

#imgpanel #imgcontent a {
    width: 96%;    
}

#sizepanel #sizecontent a:hover, #imgpanel #imgcontent a:hover, #listpanel #listcontent a:hover  {
    padding: 2px 2px;
    
}

/*******************************************************/
/* MOD MODERN BBCODE: COLORPALETTE INDICATORS (COLORS) */
/*******************************************************/

#colorblack {background: #000;}
#colorbrown {background: #930;}
#colorolive {background: #330;}
#colordarkgreen {background: #030;}
#colordarkteal {background: #036;}
#colordarkblue {background: #000080;}
#colorindigo {background: #339;}
#colorgray80 {background: #333;}
#colordarkred {background: #800000;}
#colororange {background: #F60;}
#colordarkyellow {background: #808000;}
#colorgreen {background: #008000;}
#colorteal {background: #008080;}
#colorblue {background: #00F;}
#colorbluegray {background: #669;}
#colorgray50 {background: #808080;}
#colorred {background: #F00;}
#colorlightorange {background: #F90;}
#colorlime {background: #9C0;}
#colorseagreen {background: #396;}
#coloraqua {background: #3CC;}
#colorlightblue {background: #36F;}
#colorviolet {background: #800080;}
#colorgray40 {background: #969696;}
#colorpink {background: #F0F;}
#colorgold {background: #FC0;}
#coloryellow {background: #FF0;}
#colorbrightgreen {background: #00FF00;}
#colorturquoise {background: #0FF;}
#colorskyblue {background: #0CF;}
#colorplum {background: #936;}
#colorgray25 {background: #C0C0C0;}
#colorrose {background: #F9C;}
#colortan {background: #FC9;}
#colorlightyellow {background: #FF9;}
#colorlightgreen {background: #CFC;}
#colorlightturquoise {background: #CFF;}
#colorpaleblue {background: #9CF;}
#colorlavender {background: #C9F;}
#colorwhite {background: #FFF;}

/****************************************************************/
/* MOD MODERN BBCODE: ADDITIONAL BBCODE INDICATORS */
/****************************************************************/

p.center {
    text-align: center;
}

p.right {
    text-align: right;
}

span.bbs {
    text-decoration: line-through;    
}

code {
    font-family: "Courier New";
    font-size: 110%;
}

div.postmsg ol, div.postmsg ul {
    padding: 5px;
}

div.postmsg li {
    margin-left: 30px;
    padding: 2px;
}

div.postmsg ol li {
    list-style-type: decimal;
}

div.postmsg ul li {
    list-style-type: square;
}

#
#---------[ 5. NOTE ]---------------------------------------------------
#

    Now you need to update styles. Below you can find style blocks for standard styles.
    All you need is to OPEN CSS file in /style/imports/<style_name>_cs.css and add style block TO THE END OF FILE.
    If you want to add support for your own style, just copy one of this blocks and modify it as you need.
#
#---------[ 5. ئه‌م په‌رگه‌یه‌ بكه‌ره‌وه‌: Kurdish_rtl_cs.css, زیاد بكه‌ له‌ كۆتایی هه‌موو كۆده‌كان ]---------------------------------------------------
#

/****************************************************************/
/* MOD MODERN BB-CODE STYLE INDICATORS */
/****************************************************************/

/****************************************************************/
/* MOD MODERN BBCODE: OVERRIDES FOR STANDART PUNBB STYLE INDICATORS */
/****************************************************************/

#post textarea, #post input.longinput, #edit textarea, #edit input.longinput {
    border: 1px #0066B9 solid; 
}

/****************************************************************/
/* MOD MODERN BBCODE: TOOLBAR AND TOOLBUTTON STYLE INDICATORS */
/****************************************************************/

DIV.toolbar {
    background: #2277BC;
    border-left: 1px #0066B9 solid;
    border-top: 1px #0066B9 solid;
    border-right: 1px #0066B9 solid;
}

DIV.toolbar .draghandle {
    border-left: 2px #0066B9 dotted;
}

DIV.toolbar .separator {
    border-left: 1px #0066B9 solid;
}

DIV.toolbar a.tool_btn, DIV.toolbar a.dropdown, DIV.toolbar a.dropdown_OPENed {
    border: 1px #3E8AC7 solid;
    color: #DEDFDF;
}

DIV.toolbar a.tool_btn:visited, DIV.toolbar a.dropdown:visited, DIV.toolbar a.dropdown_OPENed:visited {
    color: #DEDFDF;
}

DIV.toolbar a.tool_btn:hover, DIV.toolbar a.dropdown:hover {
    border: 1px #9CF solid;
    color: #FFF;    
    background: #0066B9;
}

DIV.toolbar a.dropdown {
    background: url(/../../img/modern_bbcode/oxygen_arrow.png) no-repeat top right;
}

DIV.toolbar a.dropdown_OPENed, DIV.toolbar a.dropdown_OPENed:hover, DIV.toolbar a.dropdown_OPENed:visited {
    color: #FFF;
    border: 1px #0066B9 solid;
    background: #3E8AC7 url(/../../img/modern_bbcode/oxygen_arrow_OPENed.png) no-repeat top right;
}

DIV.toolbar a.dropdown:hover {
    background: #0066B9 url(/../../img/modern_bbcode/oxygen_arrow_hover.png) no-repeat top right;
}

/****************************************************************/
/* MOD MODERN BBCODE: POPUP PALETTE INDICATORS */
/****************************************************************/

/* 0. Common popup panel indicators */

#colorpalette #colorbtn, #smilespanel #smilesbtn, #sizepanel #sizebtn, #imgpanel #imgbtn, #listpanel #listbtn {
    border-left: 1px #0066B9 solid;
    border-right: 1px #0066B9 solid;
    color: #3E8AC7;
    background: #3E8AC7;
}

#colorpalette #colorcontent, #smilespanel #smilescontent, #sizepanel #sizecontent, #imgpanel #imgcontent, #listpanel #listcontent {
    border: 1px #0066B9 solid; 
    background: #3E8AC7;
}

/* 1. Smileys popup panel indicators */

#smilespanel #adv a, #smilespanel #adv a:visited {
    color: #FFF;
}

#smilespanel #adv a:hover {
    color: #0066B9;
}

/* 2. Colors popup panel indicators */

#colorpalette #colorcontent a {
    border: 1px #2277BC solid;
}

#colorpalette #colorcontent a:hover {
    border: 1px #9CF solid;
}

/* 3. Font-sizes, Images and Lists popup panel indicators */

#sizepanel #sizecontent a, #imgpanel #imgcontent a, #listpanel #listcontent a {
    border: 1px solid #2277BC;
    color: #FFF;
    background: #2277BC;
}

#sizepanel #sizecontent a:hover, #imgpanel #imgcontent a:hover, #listpanel #listcontent a:hover  {
    border: 1px #0066B9 solid;
    color: #FFF;    
    background: #3E8AC7;    
}

/****************************************************************/
/* MOD MODERN BBCODE: ADDITIONAL BBCODE INDICATORS */
/****************************************************************/

code {
    color: #B42000;
}

div.postmsg li {
    color: #666;
}

DIV.spoilerbox p {
    color: #F1F1F1;
}

DIV.spoilerbox p:hover {
    color: #333;
}

IMG.postimg {
    padding: 1px;
    margin: 2px 5px;
    border: 1px solid #0066B9;
    background: #FFF;
}

DIV.postmsg a:hover IMG.postimg {
    border: 1px solid #B42000;
Kurdzhin
له‌ 01-01-2011 ه‌وه‌ http://cb.amazingcounters.com/counter.php?i=2929747&amp;c=8789554 جـــــار بابه‌ت و په‌یامه‌كانم بینراوه‌!
http://kurdzhin.org/up//uploads/images/kurdzhin-b19ac2cfbc.gif

له‌سه‌ر هێڵ نی‌یه‌

 

#2 2009-06-16 09:28:40

HeMn_1995
کازیوەی یانە
شوێن: سلێمانی
ڕێكه‌وتی به‌ ئه‌ندامبوون‌: 2008-02-09
دواترین سه‌ردان: 2020-06-29
په‌یامه‌كان: 978
WindowsXPFirefox

Re: دانانی تایگی وه‌ک کوردژین بۆ مه‌کۆکه‌ت

ده‌ستت خۆش بێت کاک خه‌ڵات بابه‌تێکی به‌سووده‌....له‌ به‌شی هاوکاری داوای هاوکاریان ده‌کرد بۆ دانانی ئه‌م مۆده‌..

له‌سه‌ر هێڵ نی‌یه‌

 

#3 2009-06-16 09:34:13

Eng-Xalat
کازیوەی یانە
شوێن: سلێمانی
ڕێكه‌وتی به‌ ئه‌ندامبوون‌: 2008-11-16
دواترین سه‌ردان: 2021-10-25
په‌یامه‌كان: 3740
WindowsXPFirefox

Re: دانانی تایگی وه‌ک کوردژین بۆ مه‌کۆکه‌ت

زۆر سوپاس براکه‌م هیوادارم هه‌موو ئه‌ندامان سوودی لێوه‌ربگرن.

له‌سه‌ر هێڵ نی‌یه‌

 

#4 2009-06-18 21:06:05

Rebeen S.M
☆ سه‌رپه‌رشتیار ☆
شوێن: Sulaymanyiah
ڕێكه‌وتی به‌ ئه‌ندامبوون‌: 2008-11-23
دواترین سه‌ردان: 2021-03-06
په‌یامه‌كان: 2219
WindowsXPMSIE

Re: دانانی تایگی وه‌ک کوردژین بۆ مه‌کۆکه‌ت

توخوا ئه‌مه‌ سه‌ری 50 جاره‌ پرسیار ئه‌که‌م که‌س جواب ناداته‌وه‌ ئه‌و په‌ڕگانه‌ له‌کوێێان تا ئه‌و کۆدانای تیا بگۆڕم

له‌سه‌ر هێڵ نی‌یه‌

 

#5 2009-06-19 19:03:05

HeMn_1995
کازیوەی یانە
شوێن: سلێمانی
ڕێكه‌وتی به‌ ئه‌ندامبوون‌: 2008-02-09
دواترین سه‌ردان: 2020-06-29
په‌یامه‌كان: 978
WindowsXPFirefox

Re: دانانی تایگی وه‌ک کوردژین بۆ مه‌کۆکه‌ت

کامه‌ په‌ڕگه‌ ناوه‌کانیان بنووسه‌؟؟؟؟؟باوه‌ڵامت بده‌ینه‌وه‌..

له‌سه‌ر هێڵ نی‌یه‌

 

#6 2009-06-19 19:59:13

Rebeen S.M
☆ سه‌رپه‌رشتیار ☆
شوێن: Sulaymanyiah
ڕێكه‌وتی به‌ ئه‌ندامبوون‌: 2008-11-23
دواترین سه‌ردان: 2021-03-06
په‌یامه‌كان: 2219
WindowsXPMSIE

Re: دانانی تایگی وه‌ک کوردژین بۆ مه‌کۆکه‌ت

header.php
post.php
edit.php
viewtopic.php
/include/parser.php
style/imports/base.css

له‌سه‌ر هێڵ نی‌یه‌

 

#7 2009-06-19 20:15:37

HeMn_1995
کازیوەی یانە
شوێن: سلێمانی
ڕێكه‌وتی به‌ ئه‌ندامبوون‌: 2008-02-09
دواترین سه‌ردان: 2020-06-29
په‌یامه‌كان: 978
WindowsXPFirefox

Re: دانانی تایگی وه‌ک کوردژین بۆ مه‌کۆکه‌ت

header.php
post.php
edit.php
viewtopic.php

ئه‌م چواره‌ له‌ بوخچه‌ی سه‌ره‌کی مه‌کۆکه‌تدایه‌..

/include/parser.php
ئه‌مه‌ش له‌ بوخچه‌ی include دایه‌...

style/imports/base.css
ئه‌مه‌ش له‌ بوخچه‌ی style دایه‌ فۆڵده‌رێکی تیایه‌ به‌ناوی imports بیکه‌ره‌وه‌ ئه‌و فایله‌ی تیایه‌..

     

                     Ú©Ø§ØªØª شاد

له‌سه‌ر هێڵ نی‌یه‌

 

#8 2009-06-19 20:31:43

Rebeen S.M
☆ سه‌رپه‌رشتیار ☆
شوێن: Sulaymanyiah
ڕێكه‌وتی به‌ ئه‌ندامبوون‌: 2008-11-23
دواترین سه‌ردان: 2021-03-06
په‌یامه‌كان: 2219
WindowsXPMSIE

Re: دانانی تایگی وه‌ک کوردژین بۆ مه‌کۆکه‌ت

هی سکرپیته‌که‌ کۆده‌که‌ی زۆر که‌مه‌ دێری 400 و150 تیا نیه‌ که‌واته‌ کوێ

له‌سه‌ر هێڵ نی‌یه‌

 

#9 2009-06-19 22:26:47

HeMn_1995
کازیوەی یانە
شوێن: سلێمانی
ڕێكه‌وتی به‌ ئه‌ندامبوون‌: 2008-02-09
دواترین سه‌ردان: 2020-06-29
په‌یامه‌كان: 978
WindowsXPFirefox

Re: دانانی تایگی وه‌ک کوردژین بۆ مه‌کۆکه‌ت

تۆ گوێ مه‌ده‌ره‌ خه‌ته‌کان ئه‌و په‌ڕه‌یه‌ت ده‌وێت به‌ به‌رنامه‌ی wordpad یان notepad یان Adobe Dreamweaver CS3 بیکه‌ره‌وه‌ که‌ باشترینیانه‌:

دوای ئه‌وه‌ی په‌ڕه‌که‌ت کرده‌وه‌ به‌ یه‌کێک له‌م به‌رنامانه‌ی سه‌ره‌وه‌.....ده‌ست بنێ به‌ ctrl+f که‌ بۆ گه‌ڕان به‌کاردێت ئیتر ئه‌و کۆده‌ی تیا کۆپی بکه‌ که‌ده‌ته‌وێ

بیدۆزیته‌وه‌ وای ئه‌وه‌ له‌سه‌ر کیبۆرد ده‌ست بنێ به‌ ئینته‌ر ئیتر خۆی بۆت ده‌ست نیشان ده‌کا......کاتت شاد

له‌سه‌ر هێڵ نی‌یه‌

 

#10 2009-06-20 09:04:08

Eng-Xalat
کازیوەی یانە
شوێن: سلێمانی
ڕێكه‌وتی به‌ ئه‌ندامبوون‌: 2008-11-16
دواترین سه‌ردان: 2021-10-25
په‌یامه‌كان: 3740
WindowsXPFirefox

Re: دانانی تایگی وه‌ک کوردژین بۆ مه‌کۆکه‌ت

کاکه‌ رێبین گیان به‌رنامه‌ی notpad2 به‌کاربهێنه‌ ژماره‌کان ده‌نووسێ من ئه‌وه‌ به‌کارده‌هێنم تۆش ده‌توانیت دایبگریت

له‌سه‌ر هێڵ نی‌یه‌

 

#11 2009-06-20 12:16:01

Rebeen S.M
☆ سه‌رپه‌رشتیار ☆
شوێن: Sulaymanyiah
ڕێكه‌وتی به‌ ئه‌ندامبوون‌: 2008-11-23
دواترین سه‌ردان: 2021-03-06
په‌یامه‌كان: 2219
WindowsXPMSIE

Re: دانانی تایگی وه‌ک کوردژین بۆ مه‌کۆکه‌ت

ئێستا تاقی ده‌که‌مه‌وه‌ بزانم چۆنه‌

له‌سه‌ر هێڵ نی‌یه‌

 

#12 2009-08-24 10:51:50

lawand-14
ده‌رکراو
ڕێكه‌وتی به‌ ئه‌ندامبوون‌: 2008-12-17
دواترین سه‌ردان: 2009-12-04
په‌یامه‌كان: 12
WindowsXPFirefox

Re: دانانی تایگی وه‌ک کوردژین بۆ مه‌کۆکه‌ت

وه‌لای هه‌مویم ئه‌نجام یا ده‌رنه‌چو ته‌نانه‌ت که‌ بمه‌وێت بابه‌ت بنوسم ئیرۆرم ئه‌یاتێ گه‌ر بتوانن به‌ وێنه‌ بۆمان ڕون بکه‌نه‌وه‌ یان بتوانن کۆده‌کان به‌ حازری دابنێن واته‌ هه‌ر بڕگیه‌ک کۆده‌که‌ی ناوی هه‌مووو کۆپی بکه‌یت و بۆمان دابنێن کاک خه‌ڵات

هیوادرم یارمه‌تیمان به‌یت

له‌سه‌ر هێڵ نی‌یه‌

 

#13 2009-08-24 18:50:55

Deyako
ئه‌ندامی هه‌میشه‌یی
ڕێكه‌وتی به‌ ئه‌ندامبوون‌: 2008-07-19
دواترین سه‌ردان: 2009-12-13
په‌یامه‌كان: 190
WindowsXPFirefox

Re: دانانی تایگی وه‌ک کوردژین بۆ مه‌کۆکه‌ت

ئیرۆرم ئه‌یاتێ

چۆن ئیڕۆرت ئه‌یاتێ ئه‌توانیت زیاتر روونی كه‌یته‌وه‌ یا به‌ وێنه‌ ئیڕۆره‌كه‌ پیشانده‌یت


وابزانم تؤ هه ر ئه نوسى كه سيش نازانى داينى

چۆن هاوڕێی ئازیز ئێوه‌ پێویسته‌ خۆتان فێری ئه‌وه‌ بكه‌ن چۆن كۆده‌كان جێگیربكه‌ن
چونكه‌ خاوه‌نی مه‌كۆ یه‌ك زۆر جار پێویستی به‌مه‌ ئه‌بێت
خۆتان هه‌وڵی بۆ بده‌ن و له‌و فایله‌ی ده‌سكاری ئه‌كه‌ن پاشكه‌وتی كه‌ن بۆ ئه‌وه‌ی ئه‌گه‌ر تێك چوو له‌شوێنی داینێن
ئیتر هه‌وڵدان گرنگه‌ بۆ فێربوون
به‌هیوای سه‌ركه‌وتن

له‌سه‌ر هێڵ نی‌یه‌

 

#14 2009-08-24 20:28:19

Eng-Xalat
کازیوەی یانە
شوێن: سلێمانی
ڕێكه‌وتی به‌ ئه‌ندامبوون‌: 2008-11-16
دواترین سه‌ردان: 2021-10-25
په‌یامه‌كان: 3740
WindowsXPFirefox

Re: دانانی تایگی وه‌ک کوردژین بۆ مه‌کۆکه‌ت

زۆر سوپاس کاکه‌ دیاکۆ گیان بۆ وه‌ڵامه‌کانت زۆر راسته‌.

له‌سه‌ر هێڵ نی‌یه‌

 

#15 2009-08-25 13:01:32

Rebeen S.M
☆ سه‌رپه‌رشتیار ☆
شوێن: Sulaymanyiah
ڕێكه‌وتی به‌ ئه‌ندامبوون‌: 2008-11-23
دواترین سه‌ردان: 2021-03-06
په‌یامه‌كان: 2219
WindowsXPFirefox

Re: دانانی تایگی وه‌ک کوردژین بۆ مه‌کۆکه‌ت

نزیکه‌ی 6 جار کردومه‌و ئیرۆر ئه‌یات که‌س نه‌ما پێی نه‌ڵێم من دڵنیام له‌وه‌ی که‌ به‌س به‌و کارانه‌ ئه‌وه‌ نا بێت

ئه‌گه‌ر ئێوه‌ ته‌ئکیدن که‌ به‌ ته‌نها ئه‌و مۆد و کۆده‌ ئه‌بی یه‌کێک به‌ ڤیدیۆی یوتوبی ڕونی بکاته‌وه‌

له‌سه‌ر هێڵ نی‌یه‌

 

#16 2010-08-28 03:18:54

هه‌واری خاڵی
پڕشنگی یانە
ڕێكه‌وتی به‌ ئه‌ندامبوون‌: 2010-01-23
دواترین سه‌ردان: 2018-02-08
په‌یامه‌كان: 1177
WindowsXPMSIE7

Re: دانانی تایگی وه‌ک کوردژین بۆ مه‌کۆکه‌ت

من تاقیم كرده‌وه‌ كاتێك كه‌ ده‌مه‌وێ بچم بابه‌ت بنووسم په‌ره‌كه‌ی به‌م شێوه‌یه‌ لێدێت تكایه‌ چاره‌سه‌ر

http://kurdzhin.org/up//uploads/images/kurdzhin-c1893dbe30.jpg

دواترین جار ده‌ستكاری كراوه‌ له‌لایه‌ن hawarikhali (2010-08-28 03:22:10)

له‌سه‌ر هێڵ نی‌یه‌

 

#17 2011-04-14 14:43:07

بێستون
ئه‌ندامی هه‌میشه‌یی
ڕێكه‌وتی به‌ ئه‌ندامبوون‌: 2011-01-07
دواترین سه‌ردان: 2013-08-29
په‌یامه‌كان: 246
WindowsSafari

Re: دانانی تایگی وه‌ک کوردژین بۆ مه‌کۆکه‌ت

ده‌ستت خۆشبێت به‌راستی بابه‌تێكی زۆر چاكه‌  له‌كاتی كرندنا چه‌ند كێشه‌يه‌كم بۆ په‌يدا بوو به‌س سوپاس بۆ خوا ئێستا چاكم كردوه‌ Ùˆ عه‌يبی نيه‌...

Kurdzhin

هه‌موو کات بێده‌نگی جوانی مرۆڤ نییه‌ ،له‌ ناو هه‌موو بێده‌نگیه‌کاندا بێده‌نگی
نه‌زانی ، ژیری ، شه‌رم ،ڕق ، گێژی.....هتد جوانترینیان بێده‌نگی ژیرییه‌ .

له‌سه‌ر هێڵ نی‌یه‌

 

#18 2011-04-14 16:10:55

بێستون
ئه‌ندامی هه‌میشه‌یی
ڕێكه‌وتی به‌ ئه‌ندامبوون‌: 2011-01-07
دواترین سه‌ردان: 2013-08-29
په‌یامه‌كان: 246
WindowsSafari

Re: دانانی تایگی وه‌ک کوردژین بۆ مه‌کۆکه‌ت

كاك هه‌واری خاڵی ئه‌وه‌تا پێت ده‌ڵێت كێشه‌كه‌ت له‌ include/parser.php يه‌ له‌دێڕی 290 ه‌ بزانه‌ له‌وێ جوان په‌يستت نه‌كردوه‌ چاكی بكه‌ هی منيش

له‌سه‌ر هێڵ نی‌یه‌

 

#19 2012-11-27 23:42:05

aVRAz
خونچەی نوێ
ڕێكه‌وتی به‌ ئه‌ندامبوون‌: 2012-06-22
دواترین سه‌ردان: 2012-12-03
په‌یامه‌كان: 2
ویبگه‌
WindowsVistaSafari

Re: دانانی تایگی وه‌ک کوردژین بۆ مه‌کۆکه‌ت

8

دواترین جار ده‌ستكاری كراوه‌ له‌لایه‌ن aVRAz (2012-11-27 23:42:57)

له‌سه‌ر هێڵ نی‌یه‌

 


خوارووی مه‌كۆ

Your IP Address : 44.221.83.121
Powered by PunBB 1.2.15
© Copyright 2007 – 2011
Translated By : Webchin.Org
Design And Style By : Kurdzhin.net