SMFciyiz.Biz | Smf | Tema |  Mod | Seo
Kullanıcı Adı
Şifre
Sürekli bağlı kal
Şifremi Unuttum
Kayıt Ol




Gönderen Konu: Arama Botlar&Orumcekler  (Okunma sayısı 3518 defa)

0 Üye ve 1 Ziyaretçi konuyu incelemekte.
  cakal93
  • Ziyaretçi
Arama Botlar&Orumcekler
« : Mart 09, 2007, 02:33:11 ÖÖ »
index.php DE ?u kodlar? bul;
Kod: [Seç]
// Load the settings from the settings table, and perform operations like optimizing.
reloadSettings();
sonras?na ?u kodlar? ekle;
Kod: [Seç]
//Get rid of ?PHPSESSID in the case is a Googlebot any other Spider. Even if is a user (maybe User-Agent extension), will be redirected. Easier this way.
if ($modSettings['ob_googlebot_redirect_phpsessid'] && ob_googlebot_getAgent($_SERVER['HTTP_USER_AGENT'], $spider_name, $agent))
{
$actualurl = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
$correcturl = preg_replace('/([?&]PHPSESSID=[^&]*)/', '', $actualurl);
$correcturl = str_replace('index.php&', 'index.php?', $correcturl);

if ($correcturl != $actualurl) {
header("HTTP/1.1 301 Moved Permanently");
header("Location: " . $correcturl);
exit();
}
}

SSI.php de ?u kodlar? bul:
Kod: [Seç]
// Load the users online right now.
$result = db_query("
öncesine bunlar? ekle;
Kod: [Seç]
global $modSettings;
?u kodu bul;
Kod: [Seç]
lo.ID_MEMBER, lo.logTime,sonras?na bunu ekle;
Kod: [Seç]
lo.url,
?u kodu bul;
Kod: [Seç]
while ($row = mysql_fetch_assoc($result))
{
if (!isset($row['realName'
öncesine ekle;
Kod: [Seç]
$return['spiders'] = array();
$return['num_spiders'] = 0;

?u kodlar? bulun;
Kod: [Seç]
$return['guests']++;
?ununla de?i?tirin;
Kod: [Seç]
{
// Get the request parameters..
$actions = @unserialize($row['url']);

// Is a spider?
$is_spider = ob_googlebot_getAgent($actions['USER_AGENT'], $spider_name, $agent, $row['ID_MEMBER'] == 0);

if (!$is_spider)
$return['guests']++;
else
{
$return['num_spiders']++;

if ($modSettings['ob_googlebot_display_agent'])
$spider_name = $agent;

if ($modSettings['ob_googlebot_count_all_instances'] && $modSettings['ob_googlebot_display_all_instances'])
$return['spiders'][] = $spider_name;
else
$return['spiders'][$agent] = $spider_name;
}

?u kodlar? bulun;
Kod: [Seç]
$return['num_users'] = count($return['users']) + $return['hidden'];
$return['total_users'] = $return['num_users'] + $return['guests'];
öncesine ekle;
Kod: [Seç]
// Sort spiders list
ksort($return['spiders']);

// Allowed user to see spiders online?
if (!allowedTo('googlebot_view'))
{
$return['spiders'] = array();
$return['guests'] += $return['num_spiders'];
}

// Don't count all instances of a spider, only 1 for each different spider
if (!empty($return['spiders']) && !$modSettings['ob_googlebot_count_all_instances'])
$return['num_spiders'] = count($return['spiders']);

// Diplay how many instances of each spider
if (!empty($return['spiders']) && $modSettings['ob_googlebot_count_all_instances'] && $modSettings['ob_googlebot_display_all_instances'])
{
$spider_grouped = array_count_values($return['spiders']);

$return['spiders'] = array();
foreach ($spider_grouped as $k => $v)
$return['spiders'][$k] = $k . ($v == 1 ? '' : ' (' . $v . ')');
}

?u kodu bul;
Kod: [Seç]
$return['total_users'] = $return['num_users'] + $return['guests'sonras?na ekle;
Kod: [Seç]
+ ($modSettings['ob_googlebot_count_most_online'] ? $return['num_spiders'] : 0 )
?u kodu bul;
Kod: [Seç]
$return['guests'], ' ', $return['guests'] == 1 öncesine bu kodlar? ekle;
Kod: [Seç]
(empty($return['spiders']) ? '' : $return['num_spiders'] . ' ' . ($return['num_spiders'] == 1 ? $txt['ob_googlebot_spider'] : $txt['ob_googlebot_spiders']) . ', '),
bu kodu bul;
Kod: [Seç]
foreach ($return['users'] as $user)
echo $user['hidden'] ? '<i>' . $user['link'] . '</i>' : $user['link'], $user['is_last'] ? '' : ', ';
sonras?na ekle;
Kod: [Seç]
if (!empty($return['spiders']))
{
if ($modSettings['ob_googlebot_display_own_list'])
echo '
<br />';
else
{
if (!empty($return['users']))
echo ', ';
}

echo implode(', ', $return['spiders']);

BoardIndex.php de bu kodlar? bul;
Kod: [Seç]
// Load the users online right now.
$result = db_query("
SELECT
lo.ID_MEMBER, lo.logTime, mem.realName, mem.memberName, mem.showOnline,

bununla de?i?tir.;
Kod: [Seç]
// Load the users online right now.
$result = db_query("
SELECT
lo.ID_MEMBER, lo.logTime, lo.url, mem.realName, mem.memberName, mem.showOnline,

?u kodu gör;
Kod: [Seç]
$context['num_users_hidden'] = 0;sonras?na bu kodu ekle;
Kod: [Seç]
$context['spiders'] = array();
$context['num_spiders'] = 0;

bu kodu bul;
Kod: [Seç]
$context['num_guests']++;
continue;
?ununla de?i?tir;
Kod: [Seç]
// Get the request parameters..
$actions = @unserialize($row['url']);

// Is a spider?
$is_spider = ob_googlebot_getAgent($actions['USER_AGENT'], $spider_name, $agent);

if (!$is_spider)
$context['num_guests']++;
else
{
$context['num_spiders']++;

if ($modSettings['ob_googlebot_display_agent'])
$spider_name = $agent;

if ($modSettings['ob_googlebot_count_all_instances'] && $modSettings['ob_googlebot_display_all_instances'])
$context['spiders'][] = $spider_name;
else
$context['spiders'][$agent] = $spider_name;
}

continue;
?u kodu bul;
Kod: [Seç]
$context['num_users_online'] = count($context['users_online']) + $context['num_users_hidden'];
?unlarla de?i?tir;
Kod: [Seç]
ksort($context['spiders']);

$context['num_users_online'] = count($context['users_online']) + $context['num_users_hidden'];

// Allowed user to see spiders online?
if (!allowedTo('googlebot_view'))
$context['spiders'] = array();

// Don't count all instances of a spider, only 1 for each different spider
if (!empty($context['spiders']) && !$modSettings['ob_googlebot_count_all_instances'])
$context['num_spiders'] = count($context['spiders']);

// Diplay how many instances of each spider
if (!empty($context['spiders']) && $modSettings['ob_googlebot_count_all_instances'] && $modSettings['ob_googlebot_display_all_instances'])
{
$spider_grouped = array_count_values($context['spiders']);

$context['spiders'] = array();
foreach ($spider_grouped as $k => $v)
$context['spiders'][$k] = $k . ($v == 1 ? '' : ' (' . $v . ')');

?u kodu bul;
Kod: [Seç]
$total_users = $context['num_guests'] +sonras?na ekle;
Kod: [Seç]
($modSettings['ob_googlebot_count_most_online'] ? $context['num_spiders'] : 0) +
bu kodu gör;
Kod: [Seç]
// Set the latest member.öncesine ekle;
Kod: [Seç]
// Allowed user to see spiders online (We change stuff here AFTER stats update). Spiders are displayed as guests again.
if (!allowedTo('googlebot_view'))
$context['num_guests'] += $context['num_spiders'];

ManagePermissions.php de bu kodu gör;
Kod: [Seç]
'profile_remote_avatar' => false,
sonras?na ekle;
Kod: [Seç]
,
'googlebot' => array(
'googlebot_view' => false,

ModSettings.php de bu kodu gör;
Kod: [Seç]
array('rule'),
);

return $config_vars;
öncesine ekle;
Kod: [Seç]
array('heading', &$txt['ob_googlebot_modname']),
// General display settings
array('check', 'ob_googlebot_count_all_instances'),
array('check', 'ob_googlebot_display_all_instances'),
array('check', 'ob_googlebot_display_agent'),
array('check', 'ob_googlebot_display_own_list'),
array('rule'),
// Count spiders on most online?
array('check', 'ob_googlebot_count_most_online'),
array('rule'),
// Redirect PHPSESSID URLs?
array('check', 'ob_googlebot_redirect_phpsessid'),


?u kodu gör;
Kod: [Seç]
'karma' => 'ModifyKarmaSettings',sonras?na ekle;
Kod: [Seç]
'googlebot' => 'ModifyGooglebotSettings',
bu kodu bul;
Kod: [Seç]
'karma' => array(
'title' => $txt['smf293'],
'href' => $scripturl . '?action=featuresettings;sa=karma;sesc=' . $context['session_id'],
'is_last' => true,
),
öncesine ekle;
Kod: [Seç]
'googlebot' => array(
'title' => $txt['ob_googlebot_modname'],
'href' => $scripturl . '?action=featuresettings;sa=googlebot;sesc=' . $context['session_id'],
),

bu kodu gör;
Kod: [Seç]
$context['post_url'] = $scripturl . '?action=featuresettings2;save;sa=karma';
$context['settings_title'] = $txt['smf293'];

prepareDBSettingContext($config_vars);

sonras?na ekle;
Kod: [Seç]
function ModifyGooglebotSettings()
{
global $txt, $scripturl, $context, $settings, $sc;

$config_vars = array(
// Count all instances of spiders?
array('check', 'ob_googlebot_count_all_instances'),
array('check', 'ob_googlebot_display_all_instances'),
array('check', 'ob_googlebot_display_agent'),
array('check', 'ob_googlebot_display_own_list'),
'',
// Count spiders on most online?
array('check', 'ob_googlebot_count_most_online'),
'',
// Redirect PHPSESSID URLs?
array('check', 'ob_googlebot_redirect_phpsessid'),
);

// Saving?
if (isset($_GET['save']))
{
saveDBSettings($config_vars);
redirectexit('action=featuresettings;sa=googlebot');
}

$context['post_url'] = $scripturl . '?action=featuresettings2;save;sa=googlebot';
$context['settings_title'] = $txt['ob_googlebot_modname'];

prepareDBSettingContext($config_vars);

Subs.php de bu kodu gör;
Kod: [Seç]
function template_footer()
{
global $context, $settings, $modSettings, $time_start, $db_count;]]></search>
<add><![CDATA[
global $user_info, $db_prefix;

//Googlebot stats - Get info for this page
if ($modSettings['ob_googlebot_stats'])
{
if (isset($context['current_topic'])) // We are on a topic
{
$key = 'topic';
$value = "$context[current_topic].$context[start]";
}
elseif (isset($context['current_board'])) // We are on a board
{
$key = 'board';
$value = "$context[current_board].$context[start]";
}
else // We are somewhere else
{
$key = 'url';

// Remove PHPSESSID, just in case that the user has it in his URL, to avoid duplicates
$value = "$_SERVER[REQUEST_URI]";
$value = preg_replace('/([?&]PHPSESSID=[^&]*)/', '', $value);
$value = str_replace('index.php&', 'index.php?', $value);
}

$result = db_query("
SELECT lastvisit, frequency, visits
FROM {$db_prefix}ob_googlebot_stats
WHERE $key = '$value'
AND agent = 'Googlebot'
LIMIT 1", __FILE__, __LINE__);
if (mysql_num_rows($result) == 0) //No stats yet.
$lastvisit = $frequency = $visits = 0;
else
list ($lastvisit, $frequency, $visits) = mysql_fetch_row($result);
mysql_free_result($result);

// Is Googlebot? if so, we will update the stats BEFORE displaying it.
if (ob_googlebot_getAgent($_SERVER['HTTP_USER_AGENT'], $spider_name, $agent))
if ($agent == 'Googlebot')
{
$now = time();
$visits++;

if ($visits == 1) // First time, insert new record
db_query("
INSERT INTO {$db_prefix}ob_googlebot_stats
($key, visits, lastvisit, agent)
VALUES
('$value', $visits, $now, '$agent')
", __FILE__, __LINE__);
else
{
if ($visits == 2)
$frequency = $now - $lastvisit; /* This is the SECOND time Google visits this page */
else
$frequency = (($frequency * ($visits - 1)) + ($now - $lastvisit)) / $visits;

db_query("
UPDATE {$db_prefix}ob_googlebot_stats
SET frequency = $frequency, visits = $visits, lastvisit = $now
WHERE $key = '$value'
AND agent = 'Googlebot'
LIMIT 1", __FILE__, __LINE__);
}

$lastvisit = $now;
}

if ($visits > 0)
$context['ob_googlebot_stats'] = array(
'Googlebot' => array('frequency' => $frequency, 'visits' => $visits, 'lastvisit' => $lastvisit)
);

hemen sonras?na( bitimine ) ekleyin;
Kod: [Seç]
//Function to check if the user-agent provided belongs to a spider. Based on getAgent function made by Owdy.
function ob_googlebot_getAgent(&$user_agent, &$spider_name, &$result)
{
$known_spiders = array (
//Search Spiders
array (
'agent' => 'WISENutbot',
'spidername' => 'Looksmart spider',
),
array (
'agent' => 'MSNBot',
'spidername' => 'MSN spider',
),
array (
'agent' => 'W3C_Validator',
'spidername' => 'W3C Validator',
),
array (
'agent' => 'Googlebot-Image',
'spidername' => 'Google-Image Spider',
),
array (
'agent' => 'Googlebot',
'spidername' => 'Google spider',
),
array (
'agent' => 'Mediapartners-Google',
'spidername' => 'Google AdSense spider',
),
array (
'agent' => 'Openbot',
'spidername' => 'Openfind spider',
),

array (
'agent' => 'Yahoo! Slurp',
'spidername' => 'Yahoo spider',
),
array (
'agent' => 'FAST-WebCrawler',
),
array (
'agent' => 'Wget',
),
array (
'agent' => 'Ask Jeeves',
),
array (
'agent' => 'Speedy Spider',
),
array (
'agent' => 'SurveyBot',
),
array (
'agent' => 'IBM_Planetwide',
),
array (
'agent' => 'GigaBot',
),
array (
'agent' => 'ia_archiver',
),
array (
'agent' => 'FAST-WebCrawler',
),
array (
'agent' => 'Inktomi Slurp',
),
array (
'agent' => 'appie',
'spidername' => 'Walhello spider',
),
array (
            'agent' => 'FeedBurner/1.0',
            'spidername' => 'Feedburner',
        ),
        array (
            'agent' => 'Feedfetcher-Google',
        ),
        array (
            'agent' => 'OmniExplorer_Bot/6.68',
            'spidername' => 'OmniExplorer Bot',
        ),
        array (
            'agent' => 'http://www.relevantnoise.com',
            'spidername' => 'relevantNOISE',
        ),
        array (
            'agent' => 'NewsGatorOnline/2.0',
            'spidername' => 'NewsGatorOnline',
        ),
        array (
            'agent' => 'ping.blo.gs/2.0',
        ),
        array (
            'agent' => 'Jakarta Commons-HttpClient/3.0.1',
            'spidername' => 'Amazon',
        ),
          array (
            'agent' => 'Jakarta Commons-HttpClient/3.0-rc2',
            'spidername' => 'Amazon',
        ),
);

foreach($known_spiders AS $poss)
if (strpos(strtolower($user_agent), strtolower($poss['agent'])) !== false)
{
$spider_name = isset($poss['spidername']) ? $poss['spidername'] : $poss['agent'];
$result = $poss['agent'];
return true;
}

return false;
}

Modifications.turkish.php 'nin bitimine (en sona) bunlar? ekle;
Kod: [Seç]
// OB - Googlebot - Begin

// Boardindex Strings Turkce By Kaanoglu
$txt['ob_googlebot_modname'] = 'Googlebot & Orumcekler';
$txt['ob_googlebot_spider'] = 'Arama Motoru';
$txt['ob_googlebot_spiders'] = 'Arama Motoru';
$txt['ob_googlebot_spiders_last_active'] = 'Son ' . $modSettings['lastActive'] . ' Dakikada Aktif olan Arama Motorlar?';

// ModSettings
$txt['ob_googlebot_count_all_instances'] = 'Ayn? Türleri Hesapla';
$txt['ob_googlebot_display_all_instances'] = 'Ayn? Türleri Say?yla Göster <div class="smalltext">("' . $txt['ob_googlebot_count_all_instances'] . '" Seçili olmal?d?r)</div>';
$txt['ob_googlebot_display_agent'] = 'Bot yerinde isim göster';
$txt['ob_googlebot_display_own_list'] = 'Arama Motorlar?n? Ayr? listede Göster';
$txt['ob_googlebot_count_most_online'] = '"En çok Online" Listesinde hesapla';
$txt['ob_googlebot_redirect_phpsessid'] = 'PHPSESSID Linklerini yonlendir';

// Stats
$txt['ob_googlebot_stats_lastvisit'] = 'Google ve orumceklerin son ziyareti ';

// Permissions
$txt['permissiongroup_googlebot'] = $txt['ob_googlebot_modname'];
$txt['permissionname_googlebot_view'] = 'Arama motoru ve Orumcekleri Goster';

// OB - Googlebot - End

index.template.php bu kodlar? görün;
Kod: [Seç]
if ($context['show_load_time'])
echo '
<span class="smalltext">', $txt['smf301'], $context['load_time'], $txt['smf302'], $context['load_queries'], $txt['smf302b'], '</span>';

sonras?na ekle;
Kod: [Seç]
if (isset($context['ob_googlebot_stats']))
echo '
<br /><br /><span class="smalltext">', $txt['ob_googlebot_stats_lastvisit'], timeformat($context['ob_googlebot_stats']['Googlebot']['lastvisit']), '</span>';

BoardIndex.template.php bu kodlar? gör;
Kod: [Seç]
$context['num_guests'], ' ', $context['num_guests'] == 1
öncesine ekle;
Kod: [Seç]
(empty($context['spiders']) ? '' : $context['num_spiders'] . ' ' . ($context['num_spiders'] == 1 ? $txt['ob_googlebot_spider'] : $txt['ob_googlebot_spiders']) . ', '),
bu kodu bul;
Kod: [Seç]
', $txt[140], ':<br />', implode(', ', $context['list_users_online']);
sonras?na ekleyin;
Kod: [Seç]
if (!empty($context['spiders']))
{
if ($modSettings['ob_googlebot_display_own_list'])
echo '
<br />
', $txt['ob_googlebot_spiders_last_active'], ':<br />';
else
{
if (empty($context['users_online']))
echo '
', $txt[140], ':<br />';
else
echo ', ';
}

echo implode(', ', $context['spiders']);
}

Ekteki Dosyayi Zipten cikar icinde install.php dosyas? var onuda SQL Sorgusu ile phpmyadmin'den çal??t?r.
Kayıtlı

AdSense hesabi eklenmemis.
Çevrimdışı  MagoSa
  • Uğur
  • Smf Uzmanı
  • *****
  • Toplam İleti: 467
  • El koydum bu foruma
    • Profili Görüntüle
Ynt: Arama Botlar&Orumcekler
« Yanıtla #1 : Mart 10, 2007, 12:34:55 ÖÖ »
tsk ederiz
Kayıtlı
  cakal93
  • Ziyaretçi
Ynt: Arama Botlar&Orumcekler
« Yanıtla #2 : Mart 10, 2007, 01:52:38 ÖÖ »
bisi deil bn tskr ederim
Kayıtlı
  • Smf Hastası
  • ****
  • Cinsiyet: Bay
  • Toplam İleti: 174
  • WWW.TURKPOWERS.COM
    • Profili Görüntüle
    • WWW
    • E-Posta
Ynt: Arama Botlar&Orumcekler
« Yanıtla #3 : Nisan 16, 2007, 06:54:54 ÖÖ »
bu her temaya oluyormu
Kayıtlı
WWW.TURKPOWERS.COM

SENDE KATIL BİZE TAKILALIM BİZBİZE
SUPER PAYLASIM
  • Smf Uzmanı
  • *****
  • Cinsiyet: Bay
  • Toplam İleti: 264
    • MSN Messenger - suat@toksoz.com
    • Yahoo Instant Messenger  - delici97@yahoo.com.tr
    • Profili Görüntüle
    • WWW
    • E-Posta
Ynt: Arama Botlar&Orumcekler
« Yanıtla #4 : Nisan 28, 2007, 12:03:00 ÖS »
teşekkürler
  • Smfciyiz Bağımlısı
  • *******
  • Cinsiyet: Bay
  • Toplam İleti: 1,748
  • Gülesevdali
    • Profili Görüntüle
    • WWW
Ynt: Arama Botlar&Orumcekler
« Yanıtla #5 : Mayıs 30, 2007, 10:15:42 ÖS »
tşkler eline sağlık
Kayıtlı
www.muallime.net
Aramadın ki Bulasın...

Kaderde ne ise olur etme merak,
Nefsine Uyma ;Hakk'ın emrine bak,
Altından ağacın olsa zümrütten yaprak,
Akibet gözünü doyurur bir avuç toprak.
(Anonim)
Çevrimdışı  onrozcn
  • Acemi Smfci
  • **
  • Toplam İleti: 42
    • Profili Görüntüle
Ynt: Arama Botlar&Orumcekler
« Yanıtla #6 : Haziran 21, 2007, 07:34:41 ÖS »
biraz uzunmus :D
Kayıtlı
Çevrimdışı  proxyn
  • Acemi Smfci
  • **
  • Toplam İleti: 31
    • Profili Görüntüle
    • E-Posta
Ynt: Arama Botlar&Orumcekler
« Yanıtla #7 : Haziran 25, 2007, 10:42:59 ÖS »
Abe Ne işe yarıo bu  Yeniyim dahada AnlamıOm Pek.
Kayıtlı
  • Acemi Smfci
  • **
  • Cinsiyet: Bay
  • Toplam İleti: 45
  • NeonTasarim
    • MSN Messenger - By.Seyfi@Gmail.com
    • Profili Görüntüle
    • WWW
    • E-Posta
Ynt: Arama Botlar&Orumcekler
« Yanıtla #8 : Ağustos 02, 2007, 10:44:52 ÖÖ »
Ewt yhaa ne ,işe yarıyo bu7 peki ;)
Kayıtlı
www.NeonTasarim.com |-> Web-Grafik Tasarım
www.CmsSunucu.com |-> Kalite ve Güvenli Bir Host İçin.
www.KutsalDin.com |-> Hak ve din Ümmeti müslümin.
www.Oyaca.Net |-> Oyacalıların sanal web Sitesi
www.TurkNette.com |-> Turk'un Nette ki Adresi!
Çevrimdışı  OLCAYYY
  • Acemi Smfci
  • **
  • Toplam İleti: 37
    • Profili Görüntüle
    • WWW
    • E-Posta
Ynt: Arama Botlar&Orumcekler
« Yanıtla #9 : Ağustos 26, 2007, 01:43:03 ÖÖ »
evet ben de bilmiyorum cahilliğimize verin. Örümcek falan dikkatimi çekti ama şimdi pis meraklandım yaa :D
Kayıtlı
Çevrimdışı  Qicik
  • eMRe
  • Amatör Smfci
  • ***
  • Cinsiyet: Bay
  • Toplam İleti: 96
  • Www.qiCik.com
    • MSN Messenger - qicik@msn.com
    • Profili Görüntüle
    • WWW
    • E-Posta
Ynt: Arama Botlar&Orumcekler
« Yanıtla #10 : Eylül 18, 2007, 10:37:17 ÖS »
Seoyla ilgili botları falan gosterıyor sanırım kodlara baktım bıraz ama :) YArarlı bırsey gibi :)
Kayıtlı

  • Yeni Smfci
  • *
  • Toplam İleti: 3
    • Profili Görüntüle
Ynt: Arama Botlar&Orumcekler
« Yanıtla #11 : Şubat 02, 2008, 01:20:06 ÖS »
Konularınızın indexlenmesini sağlıyor..
Kayıtlı
Çevrimdışı  adasko
  • www.aradiginforum.com
  • Smf Hastası
  • ****
  • Cinsiyet: Bay
  • Toplam İleti: 118
  • www.aradiginforum.com
    • MSN Messenger - d_scorp_j@hotmail.com
    • Profili Görüntüle
    • WWW
    • E-Posta
Ynt: Arama Botlar&Orumcekler
« Yanıtla #12 : Mart 09, 2008, 12:53:14 ÖÖ »
bu ekteki dosya bozuk galiba çünkü içinden çıkarmaya çalıştığımda bozuk hatası veriyor :)
Kayıtlı



Sitemizde aradığınız herşeyi bulabilirsiniz.
Çevrimdışı  adasko
  • www.aradiginforum.com
  • Smf Hastası
  • ****
  • Cinsiyet: Bay
  • Toplam İleti: 118
  • www.aradiginforum.com
    • MSN Messenger - d_scorp_j@hotmail.com
    • Profili Görüntüle
    • WWW
    • E-Posta
Ynt: Arama Botlar&Orumcekler
« Yanıtla #13 : Mart 09, 2008, 11:35:31 ÖÖ »
arkadaşlar benim index.template.php'im metasında sölye bir kod var <meta name="robots" content="noindex" />', ' bu robotlar tarafından indexlenmesin demek sanırım ben bu kodu kaldıramıyorum kaldırdıgımda sıtemın en ustunde bır uyarı cıkıyor bunu nasıl halledebılırım? uyarı bu http://djscorp.dj.funpic.org/Themes/default/script.js?fin11"> sanırım bu nedenle google a ben sitemap kayıt yapmaya calıstıgımda su uyarıyı alıyorum Desteklenmeyen dosya biçimi
Site Haritanız desteklenen bir biçimde değil. Lütfen Site Haritası yönergelerimize uygun olmasını sağlayın ve yeniden gönderin. cevabınızı beklıyorum.
Kayıtlı



Sitemizde aradığınız herşeyi bulabilirsiniz.
Çevrimdışı  surela
  • Acemi Smfci
  • **
  • Toplam İleti: 18
    • Profili Görüntüle
    • E-Posta
Ynt: Arama Botlar&Orumcekler
« Yanıtla #14 : Mart 27, 2008, 07:46:04 ÖS »
arkadaşlar benim index.template.php'im metasında sölye bir kod var <meta name="robots" content="noindex" />', ' bu robotlar tarafından indexlenmesin demek sanırım ben bu kodu kaldıramıyorum kaldırdıgımda sıtemın en ustunde bır uyarı cıkıyor bunu nasıl halledebılırım? uyarı bu http://djscorp.dj.funpic.org/Themes/default/script.js?fin11"> sanırım bu nedenle google a ben sitemap kayıt yapmaya calıstıgımda su uyarıyı alıyorum Desteklenmeyen dosya biçimi
Site Haritanız desteklenen bir biçimde değil. Lütfen Site Haritası yönergelerimize uygun olmasını sağlayın ve yeniden gönderin. cevabınızı beklıyorum.

oraları index,fallow olarak değiştir yoksa indexlenmez siten.
Kayıtlı
 

Desteğinden dolayı seo hosting ve hosting firmalarına teşekkür ederiz.