PDA


Tüm Versiyonu Göster : Hit Counter Hack Çalıştırılması


KraL
12-21-2006, 16:28
Aşşağıdaki dizilim subdreamer 2.4 için; gerçi pekte önemli değil sürüm farkı olmaz.

<?php
// +---------------------------------------------+
// | Copyright © 2003 – 2006 Subdreamer, LLC |
// | http://www.subdreamer.com |
// | This file may not be redistributed. |
// +---------------------------------------------+

define('IN_SUBDREAMER', true);
$rootpath = './';

// ########################### LOAD SUBDREAMER CORE ############################

include($rootpath . 'includes/core.php');

// ############################# ENABLE GZIP COMPRESSION ########################

evet standart hali ile hitcounteri çalıştırmanız mümkün değildir.Ancak

// ########################### LOAD SUBDREAMER CORE ############################

include($rootpath . 'includes/core.php');
include($rootpath . 'plugins/p42_hitcounter/count.php');

// ############################# ENABLE GZIP COMPRESSION ########################

if ( $mainsettings['gzipcompress'] == '1' &&

index.php deki
include($rootpath . 'includes/core.php'); kısımının hemen altına

include($rootpath . 'plugins/p42_hitcounter/count.php');

bu kodu eklersek sorun kalmayacaktır.

Orjinal sitesindeki makale

// +------------------------------------------------------------------------+
// | Copyright © 2005 René van Dam |
// | http://www.rvdam.com (http://www.rvdam.com/) |
// | |
// | This program is free software. You can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation; either version 2 of the License. |
// +------------------------------------------------------------------------+
Install the hit counter like any other Subdreamer plugin.

After the installation you need to include

include($rootpath . 'plugins/p42_hitcounter/count.php');

in the file 'index.php'. The best place to add this line is after

include($rootpath . 'includes/core.php');


plugini çek

http://www.turkswarez.com/tema/plug/p42_hitcounter.rar (http://www.turkswarez.com/tema/plug/p42_hitcounter.rar)