From 98bb56988ea9efa9983a3045e2583a091ffd2ff8 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Wed, 10 Dec 2008 14:46:23 -0500 Subject: Replaced all "www" subdomain links For some reason, the source is full of www subdomain links. The rewriting engine doesn't seem to rewrite correctly, so most www subdomain links forward to the original URL, not the rewritten URL, which is the base of the Pingback error. --- pages/admin.php | 1 - rss.php | 6 +++--- theme/admin/viewComment.tpl | 2 +- theme/footer.tpl | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/pages/admin.php b/pages/admin.php index 1767a83..b21948c 100755 --- a/pages/admin.php +++ b/pages/admin.php @@ -559,7 +559,6 @@ if (isLoggedIn()) $template->add('CODEDEMAIL', md5(strtolower($getuser3['email']))); $template->add('TEXT', parseBBCode($getcomment3['comment'])); $template->add('DATE', date("F dS Y \a\\t g:i:s a",strtotime($getcomment3['pubDate']))); - $template->add('CODEDDEF',urlencode('http://www.fourisland.com/images/error404.png')); } else { $template = new FITemplate('msg'); $template->add('BACK', 'the previous page'); diff --git a/rss.php b/rss.php index 1758049..49ee070 100755 --- a/rss.php +++ b/rss.php @@ -229,7 +229,7 @@ foreach ($items as $key => $value) <?php echo($value['title']); ?> - http://www.fourisland.com/blog// + http://fourisland.com/blog// @@ -242,7 +242,7 @@ foreach ($items as $key => $value) Quote #<?php echo($value['id']); ?> - http://www.fourisland.com/quotes/.php + http://fourisland.com/quotes/.php @@ -257,7 +257,7 @@ foreach ($items as $key => $value) Comment on <?php echo($value['title']); ?> by <?php echo($value['username']); ?> - http://www.fourisland.com/comments// + http://fourisland.com/comments// diff --git a/theme/admin/viewComment.tpl b/theme/admin/viewComment.tpl index 9254f1d..ae2ee46 100755 --- a/theme/admin/viewComment.tpl +++ b/theme/admin/viewComment.tpl @@ -1,7 +1,7 @@
- +
diff --git a/theme/footer.tpl b/theme/footer.tpl index 7a81d2b..a740887 100755 --- a/theme/footer.tpl +++ b/theme/footer.tpl @@ -301,7 +301,7 @@