dorcel3
/ext/ppk/xbtbb3cker/css/ppkbb3cker.css
Код: Выделить всё
.torrent_info
{
border-radius:8px;
background-color:#e1ebf2;
padding:5px;
margin:0px;
}
PPK
Благодарю Вас!PPK писал(а):/ext/ppk/xbtbb3cker/css/ppkbb3cker.css
Код: Выделить всё
.torrent_info { border-radius:8px; background-color:#e1ebf2; padding:5px; margin:0px; }
dorcel3
mysql_host = hostname
mysql_user = username
mysql_password = password
mysql_database = database
mysql_table_prefix = prefix
dorcel3
xbt_tracker.conf
PPK
dorcel3
Код: Выделить всё
[phpBB Debug] PHP Warning: in file [ROOT]/ext/ppk/xbtbb3cker/event/listener.php on line 1156: Trying to access array offset on value of type null
[phpBB Debug] PHP Warning: in file [ROOT]/ext/ppk/xbtbb3cker/event/listener.php on line 1160: Trying to access array offset on value of type null
Код: Выделить всё
if($this->config['ppkbb_tccron_jobs'][0] && $this->dt - $this->user_tracker_data[0] > $this->config['ppkbb_tccron_jobs'][0])
Код: Выделить всё
if($this->config['ppkbb_tccron_jobs'][1] && $this->dt - $this->user_tracker_data[1] > $this->config['ppkbb_tccron_jobs'][1])
Siava
Код: Выделить всё
if(isset($this->user_tracker_data[0]) && $this->config['ppkbb_tccron_jobs'][0] && $this->dt - $this->user_tracker_data[0] > $this->config['ppkbb_tccron_jobs'][0])
Код: Выделить всё
if(isset($this->user_tracker_data[1]) && $this->config['ppkbb_tccron_jobs'][1] && $this->dt - $this->user_tracker_data[1] > $this->config['ppkbb_tccron_jobs'][1])
PPK
Sat
/ext/ppk/xbtbb3cker/include/
, помогло или нет?PPK