forum.blade.php e eklememiz gereken kodlar header divinden sonra yeni div acilacaq
Header kismi icin php kodlar
<!-- Premium reklam baslayir -->
<div class="gsmpremiumheader">
<h4>Gsmmaster.net Premium Service</h4>
<p>FRP, Mi Accaunt, Icloud, Server credit, Box dongle activation</p>
</div>
<!-- Premium reklam bitir -->
Footer kodlar ayni dosya icine asagida footer html ustune altina fark etmez sadece site adinizi degistirin sene + siteyi ziyaret edenin ipini php kodlarla yazilmistir
<!-- footer bolmesi baslayir -->
<div class="gsmfooter">
<h4> © Gsmmaster.net <?php echo date("Y"); ?> -
<?php
$ip_add = $_SERVER['REMOTE_ADDR'];
echo "You ip: ".$ip_add;
?>
</h4>
</div>
<!-- footer bolmesi bitir -->
css ler admin panelden ekleye bilirsiniz
/* gsm premium yuxari bolum */
.gsmpremiumheader {
padding: 5px;
text-align: center;
background: #4D93EE;
color: white;
box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
/* gsm premium yuxari bolum bitis */
/* gsm footer */
.gsmfooter {
padding: 5px;
text-align: center;
background: #327ee2;
color: white;
}
/* gsm footer bitis */
Flaum surumune guncelleme vereceginiz zaman phpden bu kodlari kaldirin guncelleme samani sikinti vere bilir sonucda corede kok dosyasina manual olarak yaziyoruz