Blog Yazıları

28 March, 2022

WordPress Code List

I collected the parameters I used while creating a WordPress theme on one page. This content contains codes suitable for general use and includes all the necessary general codes when creating a theme. To help others as a WordPress lover…

18 April, 2019

MyBB Değişkenleri

<?php
define("IN_MYBB", 1);
require_once "./global.php";

if($mybb->user['uid'] == KULLANICI_ID) {
  echo '<pre>';
  var_dump($mybb);
  echo '</pre>';
}
?>

KULLANICI_ID bölümüne sadece sizin görebilmeniz için int şeklinde kullanıcı idsi girilmesi gerekmekte.

22 February, 2018

Add gag query to BaseChat

By default, sending a message to the authorities via chat, which is set to the "@" tag, sends it without checking if the sender has found an active gag penalty. This issue can cause the player to still annoy the authorities from the authorized chat, even though the player has received a gag penalty.

Loading...
Made withby KeremER

© 2026 kKerem.com - Tüm hakları saklıdır.