[phpBB Debug] PHP Notice: in file /includes/_ads/BackLinksCom.php on line 42: file_get_contents(http://www.backlinks.com/engine.php?LinkUrl=http%3A%2F%2Fcanver.net%2Fviewtopic.php%3Fp%3D65092&Key=M0RD-L3E6-99X3&OpenInNewWindow=1): failed to open stream: HTTP request failed! HTTP/1.1 409 Conflict
Forum Information - ALEXIS edition [1.0.0] :
 

Forum Information - ALEXIS edition [1.0.0]

phpBB Türkiye eklentileri ve geliştirme bölümü.

Forum Information - ALEXIS edition [1.0.0]

İleti

ALEXIS
20.09.2006, 20:55

Kod: Tümünü seç
##############################################################
## MOD Title: Forum Information - ALEXIS edition
## MOD Author: lowjoel <webmaster@joelsplace.sg> Joel Low - http://joelsplace.sg/
## MOD Description: Displays the Number of script queries executed, GZIP
## compression information and page execution time.
## MOD Version: 1.0.0
##
## Installation Level: Easy
## Installation Time: 3 Minutes
## Files To Edit:  extension.inc,
##                 language/lang_turkish/lang_main.php
##                 includes/page_tail.php
##                 templates/subSilver/overall_footer.tpl
##
##############################################################
## MOD History:
##
##     2005-03-17  - Version 1.0.1
##          - Updated installation instructions
##          - Created folder hierachy for easy extraction
##
##     2005-03-12  - Version 1.0.0
##          - Original release
##
##############################################################
## Author Notes:
## 
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#
#-----[ OPEN ]------------------------------------------
#
extension.inc

#
#-----[ FIND ]------------------------------------------
#

$starttime = 0;

#
#-----[ REPLACE WITH ]------------------------------------------
#

//-- [+] MOD: Forum Information ------------------------------------------
//-- replace
//
// $starttime = 0;
//
$starttime = time();
//
//-- [-] MOD: Forum Information ------------------------------------------

#
#-----[ OPEN ]------------------------------------------
#

language/lang_turkish/lang_main.php

#
#-----[ FIND ]------------------------------------------
#

// That's all, Folks!

#
#-----[ AFTER, ADD ]------------------------------------------
#

// Forum Information
$lang['L_GZIP_ENABLED']    = 'GZIP: Açık';
$lang['L_GZIP_DISABLED']   = 'GZIP: Kapalı';
// [+] ALEXIS
$lang['L_DEBUG_ENABLED']   = 'DEBUG: Açık';
$lang['L_DEBUG_DISABLED']  = 'DEBUG: Kapalı';
// [-] ALEXIS
$lang['L_GENERATION_TIME'] = 'Sayfa oluşturma: %s s';
$lang['L_MYSQL_QUERIES']   = 'Sorgular: %s';

#
#-----[ OPEN ]------------------------------------------
#
includes/page_tail.php

#
#-----[ FIND ]------------------------------------------
#

$template->pparse('overall_footer');

#
#-----[ REPLACE WITH ]------------------------------------------
#

//-- [+] MOD: Forum Information ------------------------------------------
//-- delete
//
//$template->pparse('overall_footer');
//
//-- [-] MOD: Forum Information ------------------------------------------

#
#-----[ FIND ]------------------------------------------
#

echo "\x1f\x8b\x08\x00\x00\x00\x00\x00";
   echo $gzip_contents;
   echo pack('V', $gzip_crc);
   echo pack('V', $gzip_size);
}

#
#-----[ AFTER, ADD ]------------------------------------------
#

//-- [+] MOD: Forum Information ------------------------------------------
//-- add
//
$endtime = microtime();
$endtime = explode(" ", microtime());
$endtime = $endtime[1] + $endtime[0];
$gentime = round(($endtime - $starttime), 5);
$template->assign_vars(array(
  'L_GENERATION_TIME' => sprintf($lang['L_GENERATION_TIME'], $gentime),
  'L_NUMBER_QUERIES' => sprintf($lang['L_MYSQL_QUERIES'],  $db->num_queries),
  'L_GZIP_ON' =>  ($board_config['gzip_compress']) ? $lang['L_GZIP_ENABLED'] : $lang['L_GZIP_DISABLED'],
// [+] ALEXIS
  'L_DEBUG_ON' =>  (DEBUG == 1) ? $lang['L_DEBUG_ENABLED'] : $lang['L_DEBUG_DISABLED'],
// [-] ALEXIS
   )
);
$template->pparse('overall_footer');
//
//-- [-] MOD: Forum Information ------------------------------------------

#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/overall_footer.tpl

#
#-----[ FIND ]------------------------------------------
#

{TRANSLATION_INFO}

#
#-----[ AFTER, ADD ]------------------------------------------
#

{L_GZIP_ON}&nbsp;&nbsp;
<!-- [+] ALEXIS //-->
{L_DEBUG_ON}&nbsp;&nbsp;
<!-- [-] ALEXIS //-->
{L_NUMBER_QUERIES}&nbsp;&nbsp;
{L_GENERATION_TIME}

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
En son
ALEXIS
tarafından, 05.11.2006, 23:56 tarihinde değiştirildi, toplamda 1 değişiklik yapıldı.
Kullanıcı avatarı
ALEXIS
Site Yöneticisi
Site Yöneticisi
 
İleti: 2563
Kayıt: 30.06.2005, 09:08

Cvp: [ALEXIS] Forum Information - ALEXIS edition [1.0.0]

İleti EFE03 05.11.2006, 14:44

bu mod ne ise yarıyor
EFE03
Üye
Üye
 
İleti: 302
Kayıt: 09.06.2006, 07:37

Cvp: [ALEXIS] Forum Information - ALEXIS edition [1.0.0]

İleti

ALEXIS
05.11.2006, 14:52

[ Time : 0.858s | 9 Queries | GZIP : Off | Explain ]

bunun gibir şey, ek özellikler eklemeye çalıştım...
Kullanıcı avatarı
ALEXIS
Site Yöneticisi
Site Yöneticisi
 
İleti: 2563
Kayıt: 30.06.2005, 09:08

İleti crazyworld 05.11.2006, 20:35

teşekkürler ;)
crazyworld
Üye
Üye
 
İleti: 71
Kayıt: 04.03.2006, 22:38
Konum: İstanbul

İleti EFE03 06.11.2006, 21:30

yararı oluyormu..
EFE03
Üye
Üye
 
İleti: 302
Kayıt: 09.06.2006, 07:37

İleti EFE03 25.11.2006, 09:09

bunda sayfanın altı gözükmüyor kurunca
EFE03
Üye
Üye
 
İleti: 302
Kayıt: 09.06.2006, 07:37

İleti

ALEXIS
25.11.2006, 09:59

son denediğimde oluyordu, footer'a dikkat et biraz...
Kullanıcı avatarı
ALEXIS
Site Yöneticisi
Site Yöneticisi
 
İleti: 2563
Kayıt: 30.06.2005, 09:08

Cvp: Forum Information - ALEXIS edition [1.0.0]

İleti EFE03 25.11.2006, 18:08

5 kere denedim ama olmuyor..

cache generation modu var
EFE03
Üye
Üye
 
İleti: 302
Kayıt: 09.06.2006, 07:37


phpBB Türkiye Eklentileri



Kimler çevrimiçi

Bu forumu görüntüleyenler: Kayıtlı kullanıcı yok ve 0 misafir

cron