mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
r35
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@35 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
72efa9461a
commit
dee462a369
2 changed files with 3 additions and 4 deletions
|
@ -46,7 +46,7 @@ if ($dead_tor_sql && $attach_sql)
|
||||||
// Update attach
|
// Update attach
|
||||||
DB()->query("
|
DB()->query("
|
||||||
UPDATE
|
UPDATE
|
||||||
". ATTACHMENTS_DESC_TABLE ." a,
|
". BB_ATTACHMENTS_DESC ." a,
|
||||||
". BB_BT_TORRENTS ." tor
|
". BB_BT_TORRENTS ." tor
|
||||||
SET
|
SET
|
||||||
a.tracker_status = 0,
|
a.tracker_status = 0,
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow: /download.php
|
Disallow: /download.php
|
||||||
Disallow: /filelst.php
|
|
||||||
Disallow: /groupcp.php
|
Disallow: /groupcp.php
|
||||||
Disallow: /login.php
|
Disallow: /login.php
|
||||||
Disallow: /memberlist.php
|
Disallow: /memberlist.php
|
||||||
|
@ -11,7 +10,7 @@ Disallow: /profile.php
|
||||||
Disallow: /release.php
|
Disallow: /release.php
|
||||||
Disallow: /viewonline.php
|
Disallow: /viewonline.php
|
||||||
Crawl-delay: 0.3
|
Crawl-delay: 0.3
|
||||||
Host: site.ru
|
Host: torrentpier.me
|
||||||
Clean-param: sid /*.php
|
Clean-param: sid /*.php
|
||||||
|
|
||||||
Sitemap: http://site.ru/sitemap.php
|
Sitemap: http://torrentpier.me/sitemap.php
|
Loading…
Add table
Add a link
Reference in a new issue