Moderatorler İP Numaralarını Görmemesi modu?

Arayıp da bulamadığınız eklentileri buraya sorabilirsiniz.

Moderatorler İP Numaralarını Görmemesi modu?

İleti Captor 09.12.2005, 17:20

Arkadaşlar ben sitemde moderatorların ip numaralarını görmemelerini istiyorum.
Bunun için mod var mı bayağı bir aradım bulamadım..

Yardımcı olursanız sevinirim.
Captor
Üye
Üye
 
İleti: 3
Kayıt: 06.12.2005, 16:13

Cvp: Moderatorler İP Numaralarını Görmemesi modu?

İleti PaRaDoX 10.12.2005, 00:42

Selamlar aradığın sanırım bu

Kod: Tümünü seç
#################################################################

## Mod Title: IP Only Viewable By Admin

## Mod Version: 1.0.0

## Author: Acyd Burn < acyd.burn@gmx.de > - Meik Sievertsen - http://www.opentools.de/

##

## Description:

##      This little mod allows only admins to view the ip of Users.

##

## Installation Level: easy

## Installation Time: 5 Minutes

## Files To Edit: modcp.php, viewtopic.php

## Included Files: 0

##

##############################################################

## This MOD is released under the GPL License.

## Intellectual Property is retained by the MOD Author(s) listed above

##############################################################

## For Security Purposes, Please Check: http://www.phpbb.com/mods/downloads/ for the

## latest version of this MOD. Downloading this MOD from other sites could cause malicious code

## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered

## in our MOD-Database, located at: http://www.phpbb.com/mods/downloads/

##############################################################

## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD

#################################################################



#

#-----[ OPEN ]---------------------------------------------

#

/phpBB2/modcp.php



#

#-----[ FIND ]---------------------------------------------

#

//

// End Auth Check

//



#

#-----[ AFTER, ADD ]---------------------------------------

#

if ( ($mode == 'ip') && ($userdata['user_level'] != ADMIN) )

{

   $mode = '';

}



#

#-----[ OPEN ]---------------------------------------------

#

/phpBB2/viewtopic.php



#

#-----[ FIND ]---------------------------------------------

#

         $delpost_img = '';

         $delpost = '';

      }

   }



#

#-----[ AFTER, ADD ]---------------------------------------

#

   if ( ($is_auth['auth_mod']) && ($userdata['user_level'] != ADMIN) )

   {

      $ip_img = '';

      $ip = '';

   }



#

#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------

#

# EoM
PaRaDoX
Üye
Üye
 
İleti: 33
Kayıt: 10.11.2005, 00:58
Konum: Ankara


İstek Bölümü



Kimler çevrimiçi

Bu forumu görüntüleyenler: Kayıtlı kullanıcı yok ve 0 misafir

cron