muhtemelen stat.php dosyasında $x = $_GET["range"] şeklinde bir değişken ile alınıyordur. Bu durumda bunu $x = $_GET["start"] olarak değiştirmeniz sorunu çözebilir.
define('INSIDE' , true);
define('INSTALL' , false);
require_once dirname(__FILE__) .'/common.php';
includeLang('stat');
$parse = $lang;
$who = (isset($_POST['who'])) ? $_POST['who'] : $_GET['who'];
if (!isset($who)) {
$who = 1;
}
$type = (isset($_POST['type'])) ? $_POST['type'] : $_GET['type'];
if (!isset($type)) {
$type = 1;
}
$range = (isset($_POST['range'])) ? $_POST['range'] : $_GET['range'];
if (!isset($range)) {
$range = 1;
}Bişey var geri kalan kodları vermedim ama bi noktaya kadar burdali rangelrımı değişmem lazım