so... are most of the old q3w archives gone for good?
so... are most of the old q3w archives gone for good?
you know, when Turb would say he had to prune threads, did he completely throw away the pruned threads or did he keep a backup?
just asking, cause it would be nice to create a massive db of the complete history of q3w.
just asking, cause it would be nice to create a massive db of the complete history of q3w.
pruning means the records were purged from the DB tables, otherwise there would be no use (no speed increase)
dunno if he made backups, but default BB style is just to delete the records and afaik you dont even have a backup option installed by default, so he would have had to do it manually
dunno if he made backups, but default BB style is just to delete the records and afaik you dont even have a backup option installed by default, so he would have had to do it manually
[i]And shepherds we shall be, for thee my Lord for thee, Power hath descended forth from thy hand, that our feet may swiftly carry out thy command, we shall flow a river forth to thee, and teeming with souls shall it ever be. In nomine patris, et fili, et spiritus sancti.[/i]
-
- Posts: 4467
- Joined: Sun Dec 03, 2000 8:00 am
lol. I forgot about that 

[i]And shepherds we shall be, for thee my Lord for thee, Power hath descended forth from thy hand, that our feet may swiftly carry out thy command, we shall flow a river forth to thee, and teeming with souls shall it ever be. In nomine patris, et fili, et spiritus sancti.[/i]
flat-file db :icon27:U4EA wrote:There is no DB in UBB. It was all flat files. Standard thread pages were static html updated everytime someone made a post.
but you're mostly correct, the actual posts were stored as HTML until updated, but were inaccessable when the listings went offline. the archives run in a completely different directory thingymabob.
afaik, anyway.
Not sure what you mean by "normal posts" being inaccessible, but all existing threads can still be accessed .. case in point
http://www.quake3world.com/ubb/Forum2/HTML/023541.html

I meant, (keeping in mind this is just on user-side observance):
user details stored in flat-file DB
post listing details (like the GD listing) stored in DB
actual post stored in HTML on server
archives stored in HTML on some other bit of the server
my point was if the DB goes kaput, you can't go to the GD listing (cgi page) and you can't reach the posts unless you already know the url, and you can't post in the threads (no topic listing DB and no user checking DB).
archives are designed not to ever be posted in, so it works as it should (except for linking outside the archives) -- although, i'm unsure if the archived topic listings work or not but i wouldn't think so...
user details stored in flat-file DB
post listing details (like the GD listing) stored in DB
actual post stored in HTML on server
archives stored in HTML on some other bit of the server
my point was if the DB goes kaput, you can't go to the GD listing (cgi page) and you can't reach the posts unless you already know the url, and you can't post in the threads (no topic listing DB and no user checking DB).
archives are designed not to ever be posted in, so it works as it should (except for linking outside the archives) -- although, i'm unsure if the archived topic listings work or not but i wouldn't think so...
-
- Posts: 1975
- Joined: Mon Jan 24, 2005 10:14 pm