Kod: Tümünü seç
##############################################################
## MOD Title: Basi t karşılama Sayfası
## MOD Author:Mehmet Yüce (55477248462 / teknolojikmanyak@hotmail.com
## http://www.integramod.com
## MOD Description: Bu mod phpbb frumunuza basit bir karşılama sayfası ekler
## MOD Version: 1.0.0
##
## Seviye: çocuk oyuncağı
## Installation Time: 2 dakika
## düzenlenecek dosyalar:login.php
## gönderilecekler:3 karsilama.php , includes/karsilama.php , templates/temanız/karsilama.tpl,karsilama_header.tpl
##############################################################
## Author Notes: Backup first your files and database before proceeding with the installation.
##############################################################
#-----[ Aç ]------------------------------------------
#
login.php
#
#-----[ Bul ]------------------------------------------
#
redirect(append_sid("index.$phpEx", true));
#
#-----[ Değiştir ]------------------------------------------
#
redirect(append_sid("karsilama.$phpEx", true));
#
#-----[ Bul ]------------------------------------------
#
$url = ( !empty($HTTP_POST_VARS['redirect']) ) ? str_replace('&', '&', htmlspecialchars($HTTP_POST_VARS['redirect'])) : "index.$phpEx";
#
#-----[ Değiştir ]------------------------------------------
#
$url = ( !empty($HTTP_POST_VARS['redirect']) ) ? str_replace('&', '&', htmlspecialchars($HTTP_POST_VARS['redirect'])) : "portal.$phpEx";
#
#-----[ Bul ]------------------------------------------
#
redirect(append_sid("index.$phpEx", true));
#
#-----[ Değiştir ]------------------------------------------
#
redirect(append_sid("karsilama.$phpEx", true));
#
#-----[ Bul ]------------------------------------------
#
$url = ( !empty($HTTP_POST_VARS['redirect']) ) ? str_replace('&', '&', htmlspecialchars($HTTP_POST_VARS['redirect'])) : "index.$phpEx";
#
#-----[ Değiştir ]------------------------------------------
#
$url = ( !empty($HTTP_POST_VARS['redirect']) ) ? str_replace('&', '&', htmlspecialchars($HTTP_POST_VARS['redirect'])) : "karsilama.$phpEx";
#
#-----[ Bul ]------------------------------------------
#
redirect(append_sid("index.$phpEx", true));
#
#-----[ REPLACE ]------------------------------------------
#
redirect(append_sid("karsilama.$phpEx", true));
Not : Dosyalardaki karsilama header.tpl dosyasınının içindeki temanız yazan kısmı kendi temanızın adıyla değiştirin
