|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: Torrent not registered with this tracker. [message #5565 is a reply to message #4927] |
Wed, 06 July 2011 14:23   |
pauliusval99  Messages: 1 Registered: July 2011 |
Leecher |
|
|
joeroberts wrote on Thu, 22 July 2010 02:42in announce.php
find
preg_match("/Mozilla/i", $agent) ||
preg_match("/Opera/i", $agent) ||
preg_match("/Links/i", $agent) ||
preg_match("/Lynx/i", $agent) ||
isset($_SERVER['HTTP_COOKIE']) ||
isset($_SERVER['HTTP_ACCEPT_LANGUAGE']) ||
isset($_SERVER['HTTP_ACCEPT_CHARSET'])
and replace with
preg_match("/Mozilla/i", $agent) ||
preg_match("/Opera/i", $agent) ||
preg_match("/Links/i", $agent) ||
preg_match("/Lynx/i", $agent)
joeroberts wrote on Wed, 20 October 2010 06:38adyyo93 wrote on Tue, 19 October 2010 08:40Hi again,sorry if i'm so noob but...i can't find that root folder,could you be more specific?
THX XD
its not a folder it is a file in your root directory along with index.php
but what is the root? if it's not a folder, how can i find it? how can i find that file?
|
|
|
|