Thread: TSUE v2.2
View Single Post
  #52  
Old 9th February 2018, 10:05
TraceR's Avatar
TraceR TraceR is offline
BittyTorrent
 
Join Date: Mar 2015
Posts: 136
Default
did any one notice this in announce .php
HTML Code:
define("ANNOUNCE_LOG", false);define("LOGFORIP", "178.132.211.102");$loadSettings = "global_settings happy_hours xbt";require("./library/init/init.php");if( defined("ANNOUNCE_LOG") && ANNOUNCE_LOG == true &&  (LOGFORIP && MEMBER_IP == LOGFORIP || !LOGFORIP) ) {    announceLog();}
what for this ip used
178.132.211.102
Reply With Quote