Forum Moderators: not2easy

Message Too Old, No Replies

Time to Update Your Copyright Year

         

PaulPA

5:05 pm on Jan 4, 2008 (gmt 0)

10+ Year Member



I know it is early in the year, but before you forget you may want to update the copyright year on your websites. I've noticed that several big sites including Google, eBay and even WW have yet to do so, so I'm guessing most of us small guys have not done it either.

surrealillusions

7:58 pm on Jan 5, 2008 (gmt 0)

10+ Year Member



i use php to echo the server date too. No need to manually change it

:)

AffiliateDreamer

11:11 pm on Jan 5, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



why not just do.

2007-2099

saves you the trouble of updating hehe.

jsinger

11:32 pm on Jan 5, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



"Mafia Staff Website - Keepa U Hands Off"

Habtom

6:23 am on Jan 6, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



AffiliateDreamer, done so already.

I know I can't live beyond 2083, so my copyright date goes till then.:)

[edited by: Habtom at 6:26 am (utc) on Jan. 6, 2008]

dwhite

10:21 am on Jan 6, 2008 (gmt 0)

10+ Year Member



I just use © 2002 (or whatever) onwards.

The PHP code is good, but then for many hosts, you need to have the page ending in .php which is awkward if they are already .html.

g1smd

6:51 pm on Jan 6, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You can use the AddType declaration in your .htaccess file to let page URLs ending in .html be parsed as PHP scripts. No need to change anything else on the site itself.

Bddmed

8:04 pm on Jan 6, 2008 (gmt 0)

10+ Year Member



You can use the AddType declaration in your .htaccess file to let page URLs ending in .html be parsed as PHP scripts. No need to change anything else on the site itself.

Don't do that if you only want to show an accurate date. It's not worth the extra load to the server.

BTW. Brett must have read this thread. It's 2008 now.

g1smd

9:09 pm on Jan 6, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



>> It's not worth the extra load to the server. <<

Most people with normal sort of traffic levels would never notice the extra load.

IanKelley

10:08 pm on Jan 6, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Careful with advice like that... It's of course true, but it's those sorts of efficiency considerations which end up making the difference between a single dedicated server and an expensive array of servers when a site gets popular.

And then later between a modest array of servers and an absurdly large rack of them. I've seen it many a time.

Apologies for veering off topic.

JAB Creations

5:37 am on Jan 7, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Updates for the lazy webmaster. ;)

PHP

<span class="color3">Copyright <?php echo date('Y') == 1998? date('Y').'' : '1998<span class="color4"> - </span>'.date('Y');?>. All rights reserved.</span>

- John

piatkow

11:51 am on Jan 7, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I only put copyright dates on reviews and then they are the original year of publication.

JohnRoy

12:15 am on Jan 10, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



For those using the server %date% -
if the admin messes up, i.e. date: 2209

your pages will show:

Copyright © 1996-2209 all right reserved :)

This 42 message thread spans 2 pages: 42