Seditio ve Ldu hakkında sınırsız arama yapın
 
 
> 1 <

Etiketler: dosya indirmek için üyelik şartı core hack

Author Message

SpySnaKe

Members


Online status

16 posts
http://rootinq.org
Pagerank: 1

Location: Turkey in ?zmir
Occupation: Sedd
Age: 21

#19264   2008-03-18 09:32 GMT      

Sitenizdeki dosyaları görsünler ancak indirmek için üye olmak gereksin. istiyorsanız aşağıda verdiğim core hacki uygulayın

Açın /system/core/page/page.inc.php

Bulun

Code:
    if($pag['page_file'])
        {
        if (!empty($pag['page_url']))
            {
            $dotpos = strrpos($pag['page_url'],".")+1;
            $pag['page_fileicon'] = "system/img/pfs/".strtolower(substr($pag['page_url'], $dotpos, 5)).".gif";
            if (!file_exists($pag['page_fileicon']))
                { $pag['page_fileicon'] = "system/img/admin/page.gif"; }
            $pag['page_fileicon'] = "<img src=\"".$pag['page_fileicon']."\" alt=\"\">";
            }
        else
            { $pag['page_fileicon'] = ''; }

        $t->assign(array(
            "PAGE_FILE_URL" => "page.php?id=".$pag['page_id']."&amp;a=dl",
            "PAGE_FILE_SIZE" => $pag['page_size'],
            "PAGE_FILE_COUNT" => $pag['page_filecount'],
            "PAGE_FILE_ICON" => $pag['page_fileicon'],
            "PAGE_FILE_NAME" => basename($pag['page_url'])
                ));
        $t->parse("MAIN.PAGE_FILE");
        }


Bununla değiştirin

Code:
    if($pag['page_file'])
    {
        if($usr['id'] > 0)
        {
            if (!empty($pag['page_url']))
            {
                $dotpos = strrpos($pag['page_url'],".")+1;
                $pag['page_fileicon'] = "system/img/pfs/".strtolower(substr($pag['page_url'], $dotpos, 5)).".gif";
                if (!file_exists($pag['page_fileicon']))
                    { $pag['page_fileicon'] = "system/img/admin/page.gif"; }
                $pag['page_fileicon'] = "<img src=\"".$pag['page_fileicon']."\" alt=\"\">";
            }
            else
            {
                $pag['page_fileicon'] = '';
            }

            $t->assign(array(
                "PAGE_FILE_URL" => "page.php?id=".$pag['page_id']."&amp;a=dl",
                "PAGE_FILE_SIZE" => $pag['page_size'],
                "PAGE_FILE_COUNT" => $pag['page_filecount'],
                "PAGE_FILE_ICON" => $pag['page_fileicon'],
                "PAGE_FILE_NAME" => basename($pag['page_url'])
                    ));
            $t->parse("MAIN.PAGE_FILE");
        }else{
            $t->parse("MAIN.PAGE_FILE_ERROR");
        }
    }


Aynı dosyanın içinde bunuda bulun

Code:
if($pag['page_file'] && $a=='dl')
    {
    $file_size = @filesize($row['page_url']);
    $pag['page_filecount']++;
    $sql = sed_sql_query("UPDATE $db_pages SET page_filecount=page_filecount+1 WHERE page_id='".$pag['page_id']."'");
    header("Location: ".$pag['page_url']);
    echo("<script type='text/javascript'>location.href='".$pag['page_url']."';</script>Redirecting...");
    exit;
    }


Bu kod ile değiştirin ve php dosyasını kaydedip kapatın

Code:
if($pag['page_file'] && $a=='dl')
{
    if($usr['id'] > 0){
        $file_size = @filesize($row['page_url']);
        $pag['page_filecount']++;
        $sql = sed_sql_query("UPDATE $db_pages SET page_filecount=page_filecount+1 WHERE page_id='".$pag['page_id']."'");
        header("Location: ".$pag['page_url']);
        echo("<script type='text/javascript'>location.href='".$pag['page_url']."';</script>Redirecting...");
        exit;
    }
    else
    {
        header("Location: message.php?msg=930");
        exit;
    }
}


-------------------------

Açın skins/seninteman/page.tpl

Bunu bulun:
Code:
<!-- BEGIN: PAGE_FILE -->


Bir üstüne ekleyin

Code:
    <!-- BEGIN: PAGE_FILE_ERROR -->
    <div class="error">You must be registered to download files. Please <a href="users.php?m=auth" title="Register">Login</a>, or <a href="users.php?m=register" title="Register">Register</a>.</div>
    <!-- END: PAGE_FILE_ERROR -->

Xiao

Moderators


Online status

872 posts
http://www.seditione.com
Pagerank: 0

Location: Turkey Trabzon
Occupation: Orman Mühendisi
Age: 30

#19269   2008-03-18 12:46 GMT      
SpySnake güzel paylaşımlar yapıyorsun güzel ama bu eklentileri yapan kişinin de adını altına yaz bari de emeğe biraz saygın olsun mesela bunun altına Xiode yazabilirsin.
Hacca gittim.
> 1 <

Benzer konular (Similar topics) #BETA

Keywords (beta):

Forum Arşiv (beta):

[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294]