Anyone used archive.org?

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Anyone used archive.org?

Post by DoubleDutch »

Archive.org is great!

1st version of google...

http://web.archive.org/web/199811111845 ... oogle.com/

1st version of PureBasic website?

http://web.archive.org/web/200102010604 ... basic.com/
xgp
Enthusiast
Enthusiast
Posts: 128
Joined: Mon Jun 13, 2005 6:03 pm

Post by xgp »

and youtube?
http://web.archive.org/web/200504280147 ... utube.com/

by the way, i already knew about archive.org long time ago
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Anyone used archive.org?

Post by PB »

> Anyone used archive.org?

Hell yeah! :) I've even used links from it in these forums before, including the
first PureBasic page like you did. ;) It's great for finding stuff when current
pages give a 404 error. Sometimes you can get old zip files and images that
have long been deleted by the site's owner. :twisted:
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Tipperton
Addict
Addict
Posts: 1286
Joined: Thu Jun 19, 2003 7:55 pm

Re: Anyone used archive.org?

Post by Tipperton »

DoubleDutch wrote:Archive.org is great!
Thank you, thank you, thank you!

I hadn't been aware of that site before but with it I was able to get a copy of a web page I saw a while back that was no longer on the site...

That site went into my favorites IMMEDIATELY! :mrgreen:
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

My old crappy OpenGL Tutorials for PureBasic:

http://web.archive.org/web/200601130242 ... /index.php
bye,
Daniel
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Anyone used archive.org?

Post by PB »

> That site went into my favorites IMMEDIATELY! :mrgreen:

I've got the following link set as a button in Firefox, so that whenever I'm
visiting a web site, I can click the button to go directly to the archived site:

Code: Select all

javascript:location.href='http://web.archive.org/web/*/'+location.href
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Tipperton
Addict
Addict
Posts: 1286
Joined: Thu Jun 19, 2003 7:55 pm

Post by Tipperton »

@PB,

Thanks! I'll have to see if I can make that work in SlimBrowser/IE7
Post Reply