Google sitenizi kac kere ziyaret etmis gösterir.

Eklentiler ile ilgili gelişmeler. Yeni modlar, güncellemeler.

Google sitenizi kac kere ziyaret etmis gösterir.

İleti murtaza 17.04.2006, 01:37

Googlenin kac kere sitenizi ziyaret ettigini
Forumunuzun indexindeki istatistikler var ya
ha iste onun altinda gösteriyo

Description: Adds a google bot visit counter on index
Submited by: stefan
Creator: Dr DLP
Version: 1.0.0
Date: Tue 30 Sep, 2003 23:24
Last Updated: None
Last Download: Sun 16 Apr, 2006 12:13
File Size: 1.4 KB
Rating: 1.33 / 10 (3 Votes)
Downloaded: 1632



Sevgiyle
Eklentiler
google_visit_counter.zip
(1.4 KiB) 862 defa indirildi
Ögretmenim canim benim , canim benim...
Seni ben pek cok , pek cok severim.
Sen bir anaaaa , sen bir baabaaaaaa
Kalani neyyydiii yaaa unuttum , bu siirin sözlerini ariyorum...
Kullanıcı avatarı
murtaza
Üye
Üye
 
İleti: 1187
Kayıt: 15.11.2005, 17:15
Konum: Yurt Dışı

İleti MaDBoY 17.04.2006, 20:39

Peki Bütün Botlar için GösTeren War Mı ?

böyle:

Arama Motoru Ziyaretleri :
Google:5216 Msn:266 Yahoo:286 Looksmart:90 GigaBlast:3 Ask Jeeves:1 InfoSeek:1 Excite:1 Lycos:1
MaDBoY
Üye
Üye
 
İleti: 186
Kayıt: 03.03.2006, 16:29

İleti mastadon 18.04.2006, 01:07

MaDBoY yazdı:Peki Bütün Botlar için GösTeren War Mı ?

böyle:

Arama Motoru Ziyaretleri :
Google:5216 Msn:266 Yahoo:286 Looksmart:90 GigaBlast:3 Ask Jeeves:1 InfoSeek:1 Excite:1 Lycos:1




Bunu bir dene arkadaşım sanırım sorun yanıtlanmış olur.Ekte sunuyorum.Kolay gelsin.
Eklentiler
Arama Motorunun İsmini Göster.zip
(1.42 KiB) 751 defa indirildi
mastadon
Üye
Üye
 
İleti: 115
Kayıt: 30.12.2005, 03:58

İleti MaDBoY 18.04.2006, 01:31

sanırım beni yanlış anladım arkadaşım kusura bakma

benim istediğim mesela istatistikler kısmında

Arama Motoru Ziyaretleri :
Google:5216 Msn:266 Yahoo:286 Looksmart:90 GigaBlast:3 Ask Jeeves:1 InfoSeek:1 Excite:1 Lycos:1

yani google kaç kere gelmiş taramış siteyi yahoo vs vs ;)


yani :

[syntax="php"]
##############################################################
# Mod Name : Web Crawlers Counter
# Description : Puts web crawler bot stats onto your portal and index pages.
# Version : phpBB XTreme / phpBB2 / phpBB2 plus
# Author : oc5iD ( XTreme Mods )
# Email : admin@on-irc.net
# Support : http://www.on-irc.net/forum
#
# Files to edit : 6 - /includes/page_header.php
# - /language/lang_english/lang_main.php
# - /templates/XXX/portal_body.tpl
# - /templates/XXX/index_body_plus.tpl
# - /portal.php
# - /index.php
#
# Included Files : 2 - /install/webcrawl_db_update.php
# - /install/webcrawl_install.sql
#
#
# Installation Time : 10 Minutes
##############################################################
# HISTORY:
#
# 08/01/05 v1.0 Public Release
# 10/01/05 v1.1 Fixed the double entries for Google / Yahoo
#
##############################################################
# AUTHOR NOTES : Please backup your phpBB forum before adding any MOD!
# This mod is only available on www.phpbbhacks.com &
# www.on-irc.net So please DO NOT post this mod on any other
# webstite without asking the authors permission.
#
# DO NOT Email me for support or mod requests. If you want
# support, or a mod request, please use our support forum.
# http://www.on-irc.net/forum
##############################################################
# I recommend you use the auto DB update file, /install/webcrawl_db_update.php
#
# Upload the /install folder to your website, and run the following fole as ADMIN
#
# http://www.your-domain.com/xxx/install/ ... update.php
#
# Or, below is the manual SQL commands.
#
##############################################################

INSERT INTO phpbb_config (config_name, config_value) VALUES ('msn_visit_counter', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('yahoo_visit_counter', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('jeeves_visit_counter', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('yahoo_visit_counter', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('excite_visit_counter', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('infoseek_visit_counter', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('lycos_visit_counter', '1');

##############################################################

OK, Now to edit the files:
###########################

OPEN index_body_plus.tpl

#
# -------- [ FIND & DELETE ] ------------------
#

{GOOGLE_VISIT_COUNTER}<br />

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


<td align="center" class="row1"><span class="gensmall">{COLOR_GROUPS_LIST}</span></td>
</tr>
</table>

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

<table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline">
<tr>
<th>{L_WEB_CRAWLERS}</th>
</tr>
<tr>
<td class="row1" width="100%">
<p align="center"><span class="gen">
{GOOGLE_VISIT_COUNTER}<br />
{MSN_VISIT_COUNTER}<br />
{YAHOO_VISIT_COUNTER}<br />
{JEEVES_VISIT_COUNTER}<br />
{INFOSEEK_VISIT_COUNTER}<br />
{EXCITE_VISIT_COUNTER} <br />
{LYCOS_VISIT_COUNTER}
</span></td>
</table>

#
# ---------- [ SAVE AND CLOSE ] -------------
#

OPEN /language/lang_english/lang_main.php

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

// Google Visit Counter Mod
$lang['Google_Visit_counter'] = 'Google visits: <b>%d</b>';

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

// XTreme Mods Web Crawler Counter Mod

$lang['web_crawlers'] = 'Web Crawlers';
$lang['Google_Visit_counter'] = 'Google visits: <b>%d</b>';
$lang['MSN_Visit_counter'] = 'MSN visits: <b>%d</b>';
$lang['Yahoo_Visit_counter'] = 'Yahoo visits: <b>%d</b>';
$lang['Jeeves_Visit_counter'] = 'Ask Jeeves visits: <b>%d</b>';
$lang['Excite_Visit_counter'] = 'Excite visits: <b>%d</b>';
$lang['InfoSeek_Visit_counter'] = 'InfoSeek visits: <b>%d</b>';
$lang['Lycos_Visit_counter'] = 'Lycos visits: <b>%d</b>';

#
# ---------- [ SAVE AND CLOSE ] -------------
#

OPEN /includes/page_header.php

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

'GOOGLE_VISIT_COUNTER' => sprintf($lang['Google_Visit_counter'], $google_visit_counter),

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


'GOOGLE_VISIT_COUNTER' => sprintf($lang['Google_Visit_counter'], $google_visit_counter),
'MSN_VISIT_COUNTER' => sprintf($lang['MSN_Visit_counter'], $msn_visit_counter),
'JEEVES_VISIT_COUNTER' => sprintf($lang['Jeeves_Visit_counter'], $jeeves_visit_counter),
'YAHOO_VISIT_COUNTER' => sprintf($lang['Yahoo_Visit_counter'], $yahoo_visit_counter),
'EXCITE_VISIT_COUNTER' => sprintf($lang['Excite_Visit_counter'], $excite_visit_counter),
'INFOSEEK_VISIT_COUNTER' => sprintf($lang['InfoSeek_Visit_counter'], $infoseek_visit_counter),
'LYCOS_VISIT_COUNTER' => sprintf($lang['Lycos_Visit_counter'], $lycos_visit_counter),


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


// Dr DLP's Google Visit Counter MOD
//
$google_visit_counter = $board_config['google_visit_counter'];

$tmp_list = explode(".", $_SERVER['$REMOTE_ADDR']);

if ( (strstr($HTTP_SERVER_VARS['HTTP_USER_AGENT'] ,'googlebot' )) ||
(strstr($HTTP_SERVER_VARS['HTTP_USER_AGENT'], 'Googlebot')) ||
(strstr($HTTP_SERVER_VARS['HTTP_USER_AGENT'], 'Mediapartners-Google'))
)

{
$sql = "UPDATE " . CONFIG_TABLE . "
SET config_value = '" . ($google_visit_counter + 1) . "'
WHERE config_name = 'google_visit_counter'";
if( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'Could not update google counter information', '', __LINE__, __FILE__, $sql);
}
$google_visit_counter++;
$board_config['google_visit_counter'] = $board_config['google_visit_counter'] +1;
}


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

// XTreme Mods Web Crawler Counter

// Google Bots

$google_visit_counter = $board_config['google_visit_counter'];

$tmp_list = explode(".", $_SERVER['$REMOTE_ADDR']);

if (preg_match("/googlebot/i", $HTTP_SERVER_VARS['HTTP_USER_AGENT'])) {

$sql = "UPDATE " . CONFIG_TABLE . "
SET config_value = '" . ($google_visit_counter + 1) . "'
WHERE config_name = 'google_visit_counter'";
if( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'Could not update google counter information', '', __LINE__, __FILE__, $sql);
}
$google_visit_counter++;
$board_config['google_visit_counter'] = $board_config['google_visit_counter'] +1;
}

// Yahoo Bots

$yahoo_visit_counter = $board_config['yahoo_visit_counter'];

$tmp_list = explode(".", $_SERVER['$REMOTE_ADDR']);

if (preg_match("/yahoo/i", $HTTP_SERVER_VARS['HTTP_USER_AGENT'])) {

$sql = "UPDATE " . CONFIG_TABLE . "
SET config_value = '" . ($yahoo_visit_counter + 1) . "'
WHERE config_name = 'yahoo_visit_counter'";
if( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'Could not update Yahoo counter information', '', __LINE__, __FILE__, $sql);
}
$yahoo_visit_counter++;
$board_config['yahoo_visit_counter'] = $board_config['yahoo_visit_counter'] +1;
}

// MSN Bots

$msn_visit_counter = $board_config['msn_visit_counter'];

$tmp_list = explode(".", $_SERVER['$REMOTE_ADDR']);

if (preg_match("/msnbot/i", $HTTP_SERVER_VARS['HTTP_USER_AGENT'])) {

$sql = "UPDATE " . CONFIG_TABLE . "
SET config_value = '" . ($msn_visit_counter + 1) . "'
WHERE config_name = 'msn_visit_counter'";
if( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'Could not update msn counter information', '', __LINE__, __FILE__, $sql);
}
$msn_visit_counter++;
$board_config['msn_visit_counter'] = $board_config['msn_visit_counter'] +1;
}


// Ask Jeaves Bots

$jeeves_visit_counter = $board_config['jeeves_visit_counter'];

$tmp_list = explode(".", $_SERVER['$REMOTE_ADDR']);

if (preg_match("/Jeeves/i", $HTTP_SERVER_VARS['HTTP_USER_AGENT'])) {

$sql = "UPDATE " . CONFIG_TABLE . "
SET config_value = '" . ($jeeves_visit_counter + 1) . "'
WHERE config_name = 'jeeves_visit_counter'";
if( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'Could not update jeeves counter information', '', __LINE__, __FILE__, $sql);
}
$jeeves_visit_counter++;
$board_config['jeeves_visit_counter'] = $board_config['jeeves_visit_counter'] +1;
}

// Excite Bots

$excite_visit_counter = $board_config['excite_visit_counter'];

$tmp_list = explode(".", $_SERVER['$REMOTE_ADDR']);

if (preg_match("/ArchitextSpider/i", $HTTP_SERVER_VARS['HTTP_USER_AGENT'])) {

$sql = "UPDATE " . CONFIG_TABLE . "
SET config_value = '" . ($excite_visit_counter + 1) . "'
WHERE config_name = 'excite_visit_counter'";
if( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'Could not update Excite counter information', '', __LINE__, __FILE__, $sql);
}
$excite_visit_counter++;
$board_config['excite_visit_counter'] = $board_config['excite_visit_counter'] +1;
}


// InfoSeek Bots

$infoseek_visit_counter = $board_config['infoseek_visit_counter'];

$tmp_list = explode(".", $_SERVER['$REMOTE_ADDR']);

if (preg_match("/UltraSeek/i", $HTTP_SERVER_VARS['HTTP_USER_AGENT'])) {

$sql = "UPDATE " . CONFIG_TABLE . "
SET config_value = '" . ($infoseek_visit_counter + 1) . "'
WHERE config_name = 'infoseek_visit_counter'";
if( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'Could not update InfoSeek counter information', '', __LINE__, __FILE__, $sql);
}
$infoseek_visit_counter++;
$board_config['infoseek_visit_counter'] = $board_config['infoseek_visit_counter'] +1;
}

// Lycos Bots

$lycos_visit_counter = $board_config['lycos_visit_counter'];

$tmp_list = explode(".", $_SERVER['$REMOTE_ADDR']);

if (preg_match("/bos-spider/i", $HTTP_SERVER_VARS['HTTP_USER_AGENT'])) {

$sql = "UPDATE " . CONFIG_TABLE . "
SET config_value = '" . ($lycos_visit_counter + 1) . "'
WHERE config_name = 'lycos_visit_counter'";
if( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'Could not update Lycos counter information', '', __LINE__, __FILE__, $sql);
}
$lycos_visit_counter++;
$board_config['lycos_visit_counter'] = $board_config['lycos_visit_counter'] +1;
}

#
# ---------- [ SAVE AND CLOSE ] -------------
#

OPEN /portal.php

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

// End add - Last visit MOD


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

'L_WEB_CRAWLERS' => $lang['web_crawlers'],

#
# ---------- [ SAVE AND CLOSE ] -------------
#

OPEN /index.php

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

// End add - Photo Album Block

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

'L_WEB_CRAWLERS' => $lang['web_crawlers'],


#
# ---------- [ SAVE AND CLOSE ] -------------
#


OPEN /templates/XXX/portal_body.tpl

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

<!-- END switch_user_logged_out -->

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

<br />

<table width="100%" cellpadding="3" cellspacing="1" border="0" align="center" class="forumline">
<tr>
<th>{L_WEB_CRAWLERS}</th>
</tr>
<tr>
<td class="row1" width="100%">
<p align="center"><span class="gen">
{GOOGLE_VISIT_COUNTER}<br />
{MSN_VISIT_COUNTER}<br />
{YAHOO_VISIT_COUNTER}<br />
{JEEVES_VISIT_COUNTER}<br />
{INFOSEEK_VISIT_COUNTER}<br />
{EXCITE_VISIT_COUNTER} <br />
{LYCOS_VISIT_COUNTER}
</span></td>
</table>
<br />

#
# ---------- [ SAVE AND CLOSE ] -------------
#

## THATS ALL FOLKS! UPLOAD ALL YOUR MODDED FILES TO THE CORRECT PLACES##
[/syntax]
MaDBoY
Üye
Üye
 
İleti: 186
Kayıt: 03.03.2006, 16:29

?

İleti TurXaliM 18.04.2006, 23:33

GOOGLE MODunu onceden phpbbhacks sitesinden kurdum sorunsuzca ama 1hafta gecmesine ragmen 1 olarak gostermisti hep, bende sildim. Halbuki 1haftada en az 100kere gelmisti GOOGLE!
Kullanıcı avatarı
TurXaliM
Üye
Üye
 
İleti: 90
Kayıt: 25.03.2006, 14:54

İleti fatihbaz 19.04.2006, 03:32

ben cpanelden detaylı bilgi alıyorum zaten sizlerde yokmu?hangi siteden kaç kişi geldigi ve kaç sayfa gezdigi ve google,msn,yahoo vb botların kaçkez gelip sitede kaç sayfa indexledigi giden bw miktarı filan hepsi yazıyo benim cpanelde!....
Kullanıcı avatarı
fatihbaz
Üye
Üye
 
İleti: 870
Kayıt: 25.11.2005, 12:26
Konum: Kahramanmaraş

İleti murtaza 19.04.2006, 12:11

fatihbaz yazdı:ben cpanelden detaylı bilgi alıyorum zaten sizlerde yokmu?hangi siteden kaç kişi geldigi ve kaç sayfa gezdigi ve google,msn,yahoo vb botların kaçkez gelip sitede kaç sayfa indexledigi giden bw miktarı filan hepsi yazıyo benim cpanelde!....


O modun adini alabilirmiyim anacim?

Sevgiyle
Ögretmenim canim benim , canim benim...
Seni ben pek cok , pek cok severim.
Sen bir anaaaa , sen bir baabaaaaaa
Kalani neyyydiii yaaa unuttum , bu siirin sözlerini ariyorum...
Kullanıcı avatarı
murtaza
Üye
Üye
 
İleti: 1187
Kayıt: 15.11.2005, 17:15
Konum: Yurt Dışı

İleti CeNK 19.04.2006, 12:42

Kullanıcı avatarı
CeNK
Üye
Üye
 
İleti: 584
Kayıt: 01.11.2005, 15:21
Konum: İstanbul

İleti murtaza 19.04.2006, 12:54

Tesekkür ederim cenk :)

Deniyom hemen

Sevgiyle
Ögretmenim canim benim , canim benim...
Seni ben pek cok , pek cok severim.
Sen bir anaaaa , sen bir baabaaaaaa
Kalani neyyydiii yaaa unuttum , bu siirin sözlerini ariyorum...
Kullanıcı avatarı
murtaza
Üye
Üye
 
İleti: 1187
Kayıt: 15.11.2005, 17:15
Konum: Yurt Dışı

İleti fatihbaz 19.04.2006, 12:57

ben bişey kurmadım.yani mod filan kurmadım ben cpanelden takip ediyorum.admin panelinden degil ;)
Kullanıcı avatarı
fatihbaz
Üye
Üye
 
İleti: 870
Kayıt: 25.11.2005, 12:26
Konum: Kahramanmaraş

İleti turkdost 20.04.2006, 01:44

mastadon yazdı:
MaDBoY yazdı:Peki Bütün Botlar için GösTeren War Mı ?

böyle:

Arama Motoru Ziyaretleri :
Google:5216 Msn:266 Yahoo:286 Looksmart:90 GigaBlast:3 Ask Jeeves:1 InfoSeek:1 Excite:1 Lycos:1




Bunu bir dene arkadaşım sanırım sorun yanıtlanmış olur.Ekte sunuyorum.Kolay gelsin.


Selam Usta ben bu mod u kurdum yanlız ben bu google msn isimlerini nasıl kırmızı renkte gosterebilirim acaba ?
turkdost
Üye
Üye
 
İleti: 7
Kayıt: 22.03.2006, 22:40


Duyurular & Güncellemeler



Kimler çevrimiçi

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

cron