From dee462a369b2728719cd4d7016c2f98d4de69d56 Mon Sep 17 00:00:00 2001 From: nanosimbiot Date: Tue, 28 Jun 2011 17:13:14 +0000 Subject: [PATCH] r35 git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@35 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293 --- upload/includes/cron/jobs/tr_maintenance.php | 2 +- upload/robots.txt | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/upload/includes/cron/jobs/tr_maintenance.php b/upload/includes/cron/jobs/tr_maintenance.php index e0889b0bd..430e3d495 100644 --- a/upload/includes/cron/jobs/tr_maintenance.php +++ b/upload/includes/cron/jobs/tr_maintenance.php @@ -46,7 +46,7 @@ if ($dead_tor_sql && $attach_sql) // Update attach DB()->query(" UPDATE - ". ATTACHMENTS_DESC_TABLE ." a, + ". BB_ATTACHMENTS_DESC ." a, ". BB_BT_TORRENTS ." tor SET a.tracker_status = 0, diff --git a/upload/robots.txt b/upload/robots.txt index 023d4b44d..e90a2a2bc 100644 --- a/upload/robots.txt +++ b/upload/robots.txt @@ -1,6 +1,5 @@ User-agent: * Disallow: /download.php -Disallow: /filelst.php Disallow: /groupcp.php Disallow: /login.php Disallow: /memberlist.php @@ -11,7 +10,7 @@ Disallow: /profile.php Disallow: /release.php Disallow: /viewonline.php Crawl-delay: 0.3 -Host: site.ru +Host: torrentpier.me Clean-param: sid /*.php -Sitemap: http://site.ru/sitemap.php \ No newline at end of file +Sitemap: http://torrentpier.me/sitemap.php \ No newline at end of file