Warning [2] Use of undefined constant uid - assumed 'uid' (this will throw an Error in a future version of PHP) - Line: 34 - File: inc/plugins/gizli_icerik.php PHP 7.4.3-4ubuntu2.20 (Linux)
(showthread.php:1133:build_postbit)->(functions_post.php:523:parse_message)->(class_parser.php:244:run_hooks)->(class_plugins.php:142:gizli_icerik_run)->(gizli_icerik.php:34:error_callback)->(class_error.php:153:error)->Warning [2] Use of undefined constant cancp - assumed 'cancp' (this will throw an Error in a future version of PHP) - Line: 34 - File: inc/plugins/gizli_icerik.php PHP 7.4.3-4ubuntu2.20 (Linux)
(showthread.php:1133:build_postbit)->(functions_post.php:523:parse_message)->(class_parser.php:244:run_hooks)->(class_plugins.php:142:gizli_icerik_run)->(gizli_icerik.php:34:error_callback)->(class_error.php:153:error)->Warning [2] Use of undefined constant uid - assumed 'uid' (this will throw an Error in a future version of PHP) - Line: 34 - File: inc/plugins/gizli_icerik.php PHP 7.4.3-4ubuntu2.20 (Linux)
(showthread.php:1133:build_postbit)->(functions_post.php:843:parse_message)->(class_parser.php:244:run_hooks)->(class_plugins.php:142:gizli_icerik_run)->(gizli_icerik.php:34:error_callback)->(class_error.php:153:error)->Warning [2] Use of undefined constant cancp - assumed 'cancp' (this will throw an Error in a future version of PHP) - Line: 34 - File: inc/plugins/gizli_icerik.php PHP 7.4.3-4ubuntu2.20 (Linux)
(showthread.php:1133:build_postbit)->(functions_post.php:843:parse_message)->(class_parser.php:244:run_hooks)->(class_plugins.php:142:gizli_icerik_run)->(gizli_icerik.php:34:error_callback)->(class_error.php:153:error)->Warning [2] Use of undefined constant uid - assumed 'uid' (this will throw an Error in a future version of PHP) - Line: 34 - File: inc/plugins/gizli_icerik.php PHP 7.4.3-4ubuntu2.20 (Linux)
(showthread.php:1133:build_postbit)->(functions_post.php:874:parse_message)->(class_parser.php:244:run_hooks)->(class_plugins.php:142:gizli_icerik_run)->(gizli_icerik.php:34:error_callback)->(class_error.php:153:error)->Warning [2] Use of undefined constant cancp - assumed 'cancp' (this will throw an Error in a future version of PHP) - Line: 34 - File: inc/plugins/gizli_icerik.php PHP 7.4.3-4ubuntu2.20 (Linux)
(showthread.php:1133:build_postbit)->(functions_post.php:874:parse_message)->(class_parser.php:244:run_hooks)->(class_plugins.php:142:gizli_icerik_run)->(gizli_icerik.php:34:error_callback)->(class_error.php:153:error)->


Konuyu Oyla:
  • Toplam: 0 Oy - Ortalama: 0
  • 1
  • 2
  • 3
  • 4
  • 5
#CaptainDcN Menu - MyBB
#1
Admin KP - Şablon & Stil - Kullandığınız Tema - Global.css giriyoruz aşağıdaki kodları en altına ekliyoruz..

Kod:
#mhmmdcnbzmenu ul,
#mhmmdcnbzmenu li,
#mhmmdcnbzmenu a {
         list-style: none;
         margin: 0;
         padding: 0;
         border: 0;
         line-height: 1;
         font-family: 'Lato', Acki Preschool;
}
#mhmmdcnbzmenu {
         border: 1px solid #333;
         border-bottom: none;
         -webkit-border-top-left-radius: 4px;
         -webkit-border-top-right-radius: 4px;
         -moz-border-radius-topleft: 4px;
         -moz-border-radius-topright: 4px;
         border-top-left-radius: 4px;
         border-top-right-radius: 4px;
         width: 80%;
         margin: 0 auto;
         padding-right: 20px;
         padding-left: 20px;
         background: black;
}
#mhmmdcnbzmenu ul {
         background: black;
         -webkit-border-radius: 2px;
         -moz-border-radius: 2px;
         border-radius: 2px;
         padding: 10px;
}
#mhmmdcnbzmenu ul:before {
         content: '';
         display: block;
}
#mhmmdcnbzmenu ul:after {
         content: '';
         display: table;
         clear: both;
}
#mhmmdcnbzmenu li {
         float: left;
         margin: 0 15px 0 0;
}
#mhmmdcnbzmenu li a {
         -webkit-border-radius: 2px;
         -moz-border-radius: 2px;
         border-radius: 2px;
         display: block;
         text-decoration: none;
         color: white;
         font-size: 16px;
         padding: 10px;
}
#mhmmdcnbzmenu li:hover {
         -webkit-border-radius: 2px;
         -moz-border-radius: 2px;
         border-radius: 2px;  
}
#mhmmdcnbzmenu li:hover a {
         -webkit-border-radius: 2px;
         -moz-border-radius: 2px;
         border-radius: 2px;  
         display: block;
         background: black;
         -webkit-transition: background-color 499ms linear, color 498ms linear;
         -moz-transition: background-color 497ms linear, color 498ms linear;
         -o-transition: background-color 499ms linear, color 498ms linear;
         -ms-transition: background-color 497ms linear, color 498ms linear;
         transition: background-color 499ms linear, color 499ms linear;
}

Admin KP - Şablon & Stil - Şablonlar - Kullandığınız Tema - Header Şablonları - Header şablonuna giriyoruz aşağıdaki kodu istediğiniz yere ekleyebilirsiniz..

Kod:
<div id="mhmmdcnbzmenu">
<ul>
    <li><a href='index.php'><span><i class="fa fa-home"></i> Anasayfa</span></a></li>
    <li><a href='memberlist.php'><span><i class="fa fa-users"></i> Üyeler</span></a></li>
    <li><a href='search.php'><span><i class="fa fa-search"></i> Arama</span></a></li>
    <li><a href='misc.php?action=help'><span><i class="fa fa-question-circle"></i> Yardım</span></a></li>
</ul>
</div>

vf759.png
eXpertBoss
Ara
Cevapla }}}
Teşekkür verenler:
Teşekkür verenler:
Teşekkür verenler:


[-]
Anahtar Kelimeler
Anahtar Kelimeler:
- - - - - - - - - - - - - - - - - - - - - - - - -
Konu İsmi: DcN Menu - MyBB Yazar: #Captain
-> DcN Menu - MyBB full indir - DcN Menu - MyBB full dinle - DcN Menu - MyBB full izle - DcN Menu - MyBB download - DcN Menu - MyBB yükle - DcN Menu - MyBB free download - DcN Menu - MyBB nasıl oluyor - DcN Menu - MyBB ücretsiz indir - DcN Menu - MyBB fragmani - DcN Menu - MyBB film - DcN Menu - MyBB müzik - DcN Menu - MyBB mp3 - DcN Menu - MyBB videoları - DcN Menu - MyBB resimleri - DcN Menu - MyBB dizileri - DcN Menu - MyBB sorun - DcN Menu - MyBB hatası - DcN Menu - MyBB çözüm nedir - DcN Menu - MyBB ne demek - DcN Menu - MyBB nasıl - DcN Menu - MyBB program - DcN Menu - MyBB kurulum - DcN Menu - MyBB yardım - DcN Menu - MyBB kim - DcN Menu - MyBB crack indir - DcN Menu - MyBB ücretsiz indir - DcN Menu - MyBB hackını indir - DcN Menu - MyBB ücretsiz full indir - DcN Menu - MyBB ücretsiz crack indir - DcN Menu - MyBB ücretsiz hilesini indir - DcN Menu - MyBB videolarını ücretsiz indir - DcN Menu - MyBB müziklerini ücretsiz indir - DcN Menu - MyBB hatasının çözümü - DcN Menu - MyBB filmlerini ücretsiz indir - DcN Menu - MyBB kurulumu nasıl - DcN Menu - MyBB sorununun çözümü - DcN Menu - MyBB hatasının çözümü - DcN Menu - MyBB programını indir - DcN Menu - MyBB programını ücretsiz indir - DcN Menu - MyBB programını crack olarak indir - DcN Menu - MyBB kurulumunu indir - DcN Menu - MyBB ücretsiz full indir..

Hızlı Menü:


Şu anda bu konuyu okuyanlar: 2 Ziyaretçi


10tl.net Destek Forumu -

Online Shopping App
Online Shopping - E-Commerce Platform
Online Shopping - E-Commerce Platform
Feinunze Schmuck Jewelery Online Shopping