-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathviewforum.php_f=12_start=1750.html
923 lines (726 loc) · 52 KB
/
viewforum.php_f=12_start=1750.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-gb" xml:lang="en-gb">
<head>
<style type="text/css">
#global { width: 100%; }
</style>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="en-gb" />
<meta http-equiv="imagetoolbar" content="no" />
<title>Lancers Reactor Forums • View forum - Off Topic</title>
<link href="./styles/ca_orbital/theme/stylesheet.css" rel="stylesheet" type="text/css" media="screen, projection" />
<link media="only screen and (max-device-width: 480px)" href="./styles/ca_orbital/theme/iphone.css" type="text/css" rel="stylesheet" />
</head>
<body id="phpbb" class="section- ltr">
<div id="main">
<p class="top"><a id="top" name="top" accesskey="t"></a></p>
<div id="global" style="margin: 0 auto;">
<p class="skiplink"><a href="#start_here">Skip to content</a></p>
<!-- header start -->
<div id="topnav">
<div class="left"></div>
<div class="right"></div>
<ul class="linklist topnav leftside">
<li>
<a href="https://the-starport.com" title="The Starport">The Starport</a>
</li>
<li>
<span>•</span>
<a href="https://the-starport.net/discord" title="The Starport Discord">Discord</a>
</li>
</ul>
</div>
<div id="logo"><a href="./index.php.html"><img src="./styles/ca_orbital/imageset/tlr_logo.png" alt="" title=""><span>Lancers Reactor Forums</span></a></div>
<!-- header end -->
<div id="page-header-msg">
<div class="block-header"><span></span><div></div></div>
<div class="block-content"><div class="block-inner"><div class="block-inner2">
<table width="100%">
<tbody><tr><td style="text-align:center;width:100%;">
<h2 style="color:red;">Important Message</h2>
<h3>You are browsing the archived Lancers Reactor forums. You cannot register or login.<br>
The content may be outdated and links may not be functional.</h3><br>
<h4>To get the latest in Freelancer news, mods, modding and downloads, go to<br>
<a href="https://the-starport.com">The-Starport</a></h4>
</td></tr>
</tbody></table>
</div></div></div>
<div class="block-footer"><span></span><div></div></div>
</div>
<p></p>
<div id="page-header">
<div class="navbar navbar-top" id="navbar-top">
<div class="block-header"><span></span><div></div></div>
<div class="block-content"><div class="block-inner"><div class="block-inner2">
<ul class="linklist navlinks">
<li class="icon-home"><span class="home-extra"><a href="./index.php.html" accesskey="h">Board index</a> <strong>‹</strong> <a href="./viewforum.php_f=77.html">General and Off-Topic</a> <strong>‹</strong> </span><a href="./viewforum.php_f=12.html">Off Topic</a></li>
</ul>
<div class="block-clear"></div>
</div></div></div>
<div class="block-footer"><span></span><div></div></div>
</div>
</div>
<p></p>
<a name="start_here"></a>
<div id="page-body">
<div id="content-start"></div>
<h2 class="leftside"><a href="./viewforum.php_f=12_start=1750.html">Off Topic</a></h2>
<p class="rightside">
</p>
<div class="clear"></div>
<p>
This is where you can discuss your homework, family, just about anything, make strange sounds and otherwise discuss things which are really not related to the Lancer-series. Yes that means you can discuss other games.<br />
</p>
<div class="topic-actions" >
<div class="pagination">
4821 topics • <a href="#" onclick="jumpto(); return false;" title="Click to jump to page…">Page <strong>36</strong> of <strong>97</strong></a> • <span><a href="./viewforum.php_f=12.html">1</a><span class="page-dots"> ... </span><a href="./viewforum.php_f=12_start=1600.html">33</a><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=1650.html">34</a><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=1700.html">35</a><span class="page-sep">, </span><strong>36</strong><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=1800.html">37</a><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=1850.html">38</a><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=1900.html">39</a><span class="page-dots"> ... </span><a href="./viewforum.php_f=12_start=4800.html">97</a></span>
</div>
<div class="buttons">
<div class="post-icon"><a href="" title="Post a new topic"><span></span>Post a new topic</a></div>
</div>
</div>
<div class="forumbg">
<div class="block-caption block-caption-header">
<h3><a href="./viewforum.php_f=12_start=1750.html">Off Topic</a></h3>
</div><div class="block-border block-block block-with-caption"><div class="block-content"><div class="block-inner"><div class="block-inner2">
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt>Topics</dt>
<dd class="posts">Replies</dd>
<dd class="views">Views</dd>
<dd class="lastpost"><span>Last post</span></dd>
</dl>
</li>
</ul>
<ul class="topiclist topics">
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33775.html" class="topictitle">What''s so good about the Olympics anyway?</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=33775.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33775_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33775_start=30.html">3</a></span></strong>by Esquilax » Wed Aug 11, 2004 4:06 am
</dt>
<dd class="posts">30 <dfn>Replies</dfn></dd>
<dd class="views">872 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by parabolix
<a href="./viewtopic.php_f=12_t=33775&p=312508.html#p312508"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sat Aug 14, 2004 3:19 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33713.html" class="topictitle">explains a few things...</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=33713.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33713_start=15.html">2</a></span></strong>by gromit » Mon Aug 09, 2004 5:15 am
</dt>
<dd class="posts">27 <dfn>Replies</dfn></dd>
<dd class="views">729 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Krazy Scout
<a href="./viewtopic.php_f=12_t=33713&p=312444.html#p312444"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sat Aug 14, 2004 11:36 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33672.html" class="topictitle">remember kids...red buttons are bad...</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=33672.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33672_start=15.html">2</a></span></strong>by freighter fighter » Sat Aug 07, 2004 12:58 pm
</dt>
<dd class="posts">19 <dfn>Replies</dfn></dd>
<dd class="views">652 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by RILMS
<a href="./viewtopic.php_f=12_t=33672&p=312404.html#p312404"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sat Aug 14, 2004 9:48 am</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33749.html" class="topictitle">ATi''s and Upgrades</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=33749.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33749_start=15.html">2</a></span></strong>by The Ninja » Tue Aug 10, 2004 3:19 am
</dt>
<dd class="posts">17 <dfn>Replies</dfn></dd>
<dd class="views">595 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Esquilax
<a href="./viewtopic.php_f=12_t=33749&p=312307.html#p312307"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sat Aug 14, 2004 2:18 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33855.html" class="topictitle">Who here....</a>
<br />
by Arania » Fri Aug 13, 2004 5:55 pm
</dt>
<dd class="posts">2 <dfn>Replies</dfn></dd>
<dd class="views">276 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Neo_Kuja
<a href="./viewtopic.php_f=12_t=33855&p=312232.html#p312232"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Fri Aug 13, 2004 6:40 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33768.html" class="topictitle">Not him again...</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=33768.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33768_start=15.html">2</a></span></strong>by RILMS » Tue Aug 10, 2004 7:33 pm
</dt>
<dd class="posts">21 <dfn>Replies</dfn></dd>
<dd class="views">739 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by RILMS
<a href="./viewtopic.php_f=12_t=33768&p=312043.html#p312043"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Fri Aug 13, 2004 4:59 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33735.html" class="topictitle">wish me luck</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=33735.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33735_start=15.html">2</a></span></strong>by freighter fighter » Mon Aug 09, 2004 3:36 pm
</dt>
<dd class="posts">19 <dfn>Replies</dfn></dd>
<dd class="views">715 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by freighter fighter
<a href="./viewtopic.php_f=12_t=33735&p=312023.html#p312023"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Fri Aug 13, 2004 3:44 am</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33803.html" class="topictitle">lets go save HUBBLE!</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=33803.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33803_start=15.html">2</a></span></strong>by kimk » Wed Aug 11, 2004 9:37 pm
</dt>
<dd class="posts">15 <dfn>Replies</dfn></dd>
<dd class="views">684 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Esquilax
<a href="./viewtopic.php_f=12_t=33803&p=311987.html#p311987"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Fri Aug 13, 2004 12:03 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33781.html" class="topictitle">Ouch.</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=33781.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33781_start=15.html">2</a></span></strong>by ShadowFire789 » Wed Aug 11, 2004 8:07 am
</dt>
<dd class="posts">29 <dfn>Replies</dfn></dd>
<dd class="views">859 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Esquilax
<a href="./viewtopic.php_f=12_t=33781&p=311984.html#p311984"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Thu Aug 12, 2004 11:54 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33742.html" class="topictitle">mechwarrior4 - question</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=33742.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33742_start=15.html">2</a></span></strong>by kimk » Mon Aug 09, 2004 9:59 pm
</dt>
<dd class="posts">19 <dfn>Replies</dfn></dd>
<dd class="views">750 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Trader Jack
<a href="./viewtopic.php_f=12_t=33742&p=311661.html#p311661"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Wed Aug 11, 2004 4:18 pm</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33687.html" class="topictitle">Macguyver: The true tales</a>
<br />
by sycho warrior » Sun Aug 08, 2004 2:23 am
</dt>
<dd class="posts">6 <dfn>Replies</dfn></dd>
<dd class="views">351 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by sycho warrior
<a href="./viewtopic.php_f=12_t=33687&p=311564.html#p311564"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Wed Aug 11, 2004 9:59 am</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33695.html" class="topictitle">I''ve come to realise</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=33695.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33695_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33695_start=30.html">3</a></span></strong>by sycho warrior » Sun Aug 08, 2004 11:01 am
</dt>
<dd class="posts">41 <dfn>Replies</dfn></dd>
<dd class="views">1337 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by sycho warrior
<a href="./viewtopic.php_f=12_t=33695&p=311559.html#p311559"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Wed Aug 11, 2004 9:51 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33776.html" class="topictitle">Can anyone lend me £300?!</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=33776.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33776_start=15.html">2</a></span></strong>by gromit » Wed Aug 11, 2004 5:50 am
</dt>
<dd class="posts">16 <dfn>Replies</dfn></dd>
<dd class="views">778 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Indy11
<a href="./viewtopic.php_f=12_t=33776&p=311555.html#p311555"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Wed Aug 11, 2004 9:49 am</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33752.html" class="topictitle">Boom....oops!</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=33752.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33752_start=15.html">2</a></span></strong>by H.Q. Victor » Tue Aug 10, 2004 4:36 am
</dt>
<dd class="posts">15 <dfn>Replies</dfn></dd>
<dd class="views">543 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by RILMS
<a href="./viewtopic.php_f=12_t=33752&p=311516.html#p311516"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Wed Aug 11, 2004 7:39 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33727.html" class="topictitle">The l337 sp3ak</a>
<br />
by Jagged » Mon Aug 09, 2004 10:22 am
</dt>
<dd class="posts">14 <dfn>Replies</dfn></dd>
<dd class="views">504 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by gromit
<a href="./viewtopic.php_f=12_t=33727&p=311408.html#p311408"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Wed Aug 11, 2004 1:57 am</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33640.html" class="topictitle">KAIST < anyone heard of it?</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=33640.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33640_start=15.html">2</a></span></strong>by kimk » Fri Aug 06, 2004 9:42 am
</dt>
<dd class="posts">27 <dfn>Replies</dfn></dd>
<dd class="views">836 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by freighter fighter
<a href="./viewtopic.php_f=12_t=33640&p=311394.html#p311394"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Wed Aug 11, 2004 12:45 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33698.html" class="topictitle">I''m Back</a>
<br />
by Gowserpaul » Sun Aug 08, 2004 12:26 pm
</dt>
<dd class="posts">14 <dfn>Replies</dfn></dd>
<dd class="views">477 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by kimk
<a href="./viewtopic.php_f=12_t=33698&p=311352.html#p311352"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Tue Aug 10, 2004 8:09 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33753.html" class="topictitle">power cut</a>
<br />
by freighter fighter » Tue Aug 10, 2004 5:33 am
</dt>
<dd class="posts">4 <dfn>Replies</dfn></dd>
<dd class="views">278 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Indy11
<a href="./viewtopic.php_f=12_t=33753&p=311320.html#p311320"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Tue Aug 10, 2004 5:41 pm</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33679.html" class="topictitle">Any real pilots out there?</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=33679.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33679_start=15.html">2</a></span></strong>by Codename » Sat Aug 07, 2004 5:58 pm
</dt>
<dd class="posts">21 <dfn>Replies</dfn></dd>
<dd class="views">746 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Esquilax
<a href="./viewtopic.php_f=12_t=33679&p=311079.html#p311079"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Mon Aug 09, 2004 11:02 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33563.html" class="topictitle">Exploding Pants</a>
<br />
by J Dawg » Tue Aug 03, 2004 7:24 pm
</dt>
<dd class="posts">14 <dfn>Replies</dfn></dd>
<dd class="views">1358 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by DemonSlayer
<a href="./viewtopic.php_f=12_t=33563&p=311030.html#p311030"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Mon Aug 09, 2004 5:20 pm</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33669.html" class="topictitle">Strange Things</a>
<br />
by Stormtrooper112 » Sat Aug 07, 2004 12:16 pm
</dt>
<dd class="posts">2 <dfn>Replies</dfn></dd>
<dd class="views">323 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by SABRE-THE VHF
<a href="./viewtopic.php_f=12_t=33669&p=310551.html#p310551"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sun Aug 08, 2004 1:07 am</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33642.html" class="topictitle">Talk about sticky</a>
<br />
by sycho warrior » Fri Aug 06, 2004 11:35 am
</dt>
<dd class="posts">13 <dfn>Replies</dfn></dd>
<dd class="views">609 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by sycho warrior
<a href="./viewtopic.php_f=12_t=33642&p=310546.html#p310546"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sun Aug 08, 2004 12:46 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33659.html" class="topictitle">Media motor?</a>
<br />
by freighter fighter » Sat Aug 07, 2004 7:14 am
</dt>
<dd class="posts">4 <dfn>Replies</dfn></dd>
<dd class="views">244 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Esquilax
<a href="./viewtopic.php_f=12_t=33659&p=310537.html#p310537"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sat Aug 07, 2004 11:36 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33625.html" class="topictitle">Display problems</a>
<br />
by dacis2 » Fri Aug 06, 2004 12:11 am
</dt>
<dd class="posts">5 <dfn>Replies</dfn></dd>
<dd class="views">239 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by dacis2
<a href="./viewtopic.php_f=12_t=33625&p=310528.html#p310528"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sat Aug 07, 2004 9:52 pm</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33641.html" class="topictitle">Linux, moving on up!</a>
<br />
by H.Q. Victor » Fri Aug 06, 2004 9:51 am
</dt>
<dd class="posts">6 <dfn>Replies</dfn></dd>
<dd class="views">235 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by freighter fighter
<a href="./viewtopic.php_f=12_t=33641&p=310456.html#p310456"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sat Aug 07, 2004 1:31 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33643.html" class="topictitle">It feels so weird</a>
<br />
by sycho warrior » Fri Aug 06, 2004 11:51 am
</dt>
<dd class="posts">7 <dfn>Replies</dfn></dd>
<dd class="views">308 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by freighter fighter
<a href="./viewtopic.php_f=12_t=33643&p=310352.html#p310352"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Sat Aug 07, 2004 12:30 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33615.html" class="topictitle">good to be out of the hospital</a>
<br />
by arton alpha » Thu Aug 05, 2004 3:38 pm
</dt>
<dd class="posts">8 <dfn>Replies</dfn></dd>
<dd class="views">341 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by arton alpha
<a href="./viewtopic.php_f=12_t=33615&p=310272.html#p310272"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Fri Aug 06, 2004 1:09 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33270.html" class="topictitle">What would you do?</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=33270.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33270_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33270_start=30.html">3</a></span></strong>by sycho warrior » Sun Jul 25, 2004 8:24 am
</dt>
<dd class="posts">33 <dfn>Replies</dfn></dd>
<dd class="views">1045 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by sycho warrior
<a href="./viewtopic.php_f=12_t=33270&p=310243.html#p310243"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Fri Aug 06, 2004 10:08 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33464.html" class="topictitle">Small invention</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=33464.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33464_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33464_start=30.html">3</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33464_start=45.html">4</a></span></strong>by sycho warrior » Sat Jul 31, 2004 12:08 am
</dt>
<dd class="posts">58 <dfn>Replies</dfn></dd>
<dd class="views">1370 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by sycho warrior
<a href="./viewtopic.php_f=12_t=33464&p=310240.html#p310240"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Fri Aug 06, 2004 9:57 am</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33614.html" class="topictitle">Wont be posting for a month</a>
<br />
by Comont54 » Thu Aug 05, 2004 2:31 pm
</dt>
<dd class="posts">11 <dfn>Replies</dfn></dd>
<dd class="views">482 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Comont54
<a href="./viewtopic.php_f=12_t=33614&p=310235.html#p310235"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Fri Aug 06, 2004 9:50 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33501.html" class="topictitle">What is love?</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=33501.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33501_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33501_start=30.html">3</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33501_start=45.html">4</a></span></strong>by sycho warrior » Sun Aug 01, 2004 2:33 am
</dt>
<dd class="posts">51 <dfn>Replies</dfn></dd>
<dd class="views">1167 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by sycho warrior
<a href="./viewtopic.php_f=12_t=33501&p=310228.html#p310228"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Fri Aug 06, 2004 9:38 am</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33551.html" class="topictitle">Married Pregnant Woman Suddenly Goes Missing, Now Presumed D</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=33551.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33551_start=15.html">2</a></span></strong>by Indy11 » Tue Aug 03, 2004 9:05 am
</dt>
<dd class="posts">21 <dfn>Replies</dfn></dd>
<dd class="views">830 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by -------
<a href="./viewtopic.php_f=12_t=33551&p=310223.html#p310223"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Fri Aug 06, 2004 8:09 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33639.html" class="topictitle">X-games- Day 1 finished!</a>
<br />
by ShadowFire789 » Fri Aug 06, 2004 7:02 am
</dt>
<dd class="posts">1 <dfn>Replies</dfn></dd>
<dd class="views">245 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Arcon
<a href="./viewtopic.php_f=12_t=33639&p=310219.html#p310219"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Fri Aug 06, 2004 7:40 am</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33612.html" class="topictitle">I''m Back!</a>
<br />
by boomerang one » Thu Aug 05, 2004 1:59 pm
</dt>
<dd class="posts">3 <dfn>Replies</dfn></dd>
<dd class="views">312 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by H.Q. Victor
<a href="./viewtopic.php_f=12_t=33612&p=310213.html#p310213"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Fri Aug 06, 2004 7:21 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33336.html" class="topictitle">Earl''s Steak...</a>
<br />
by The Ninja » Tue Jul 27, 2004 4:18 am
</dt>
<dd class="posts">5 <dfn>Replies</dfn></dd>
<dd class="views">263 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Indy11
<a href="./viewtopic.php_f=12_t=33336&p=310208.html#p310208"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Fri Aug 06, 2004 6:56 am</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33593.html" class="topictitle">Warhammer 40K: Dawn of War open beta</a>
<br />
by Balthazar Furious » Wed Aug 04, 2004 11:42 pm
</dt>
<dd class="posts">14 <dfn>Replies</dfn></dd>
<dd class="views">639 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Balthazar Furious
<a href="./viewtopic.php_f=12_t=33593&p=310119.html#p310119"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Thu Aug 05, 2004 8:34 pm</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33611.html" class="topictitle">hope you enjoy this...</a>
<br />
by freighter fighter » Thu Aug 05, 2004 1:48 pm
</dt>
<dd class="posts">3 <dfn>Replies</dfn></dd>
<dd class="views">300 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Indy11
<a href="./viewtopic.php_f=12_t=33611&p=310090.html#p310090"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Thu Aug 05, 2004 6:36 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33445.html" class="topictitle">UFO - Enemy Unknown</a>
<br />
by Heltak » Fri Jul 30, 2004 6:11 am
</dt>
<dd class="posts">14 <dfn>Replies</dfn></dd>
<dd class="views">689 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Heltak
<a href="./viewtopic.php_f=12_t=33445&p=309927.html#p309927"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Thu Aug 05, 2004 6:21 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33587.html" class="topictitle">Bad Anniversary</a>
<br />
by Leonhart » Wed Aug 04, 2004 6:00 pm
</dt>
<dd class="posts">8 <dfn>Replies</dfn></dd>
<dd class="views">430 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Indy11
<a href="./viewtopic.php_f=12_t=33587&p=309909.html#p309909"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Thu Aug 05, 2004 5:26 am</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33591.html" class="topictitle">cameras of extreme scale</a>
<br />
by kimk » Wed Aug 04, 2004 9:34 pm
</dt>
<dd class="posts">4 <dfn>Replies</dfn></dd>
<dd class="views">265 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Dev_Wood
<a href="./viewtopic.php_f=12_t=33591&p=309855.html#p309855"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Thu Aug 05, 2004 1:13 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33575.html" class="topictitle">Did I miss anything?</a>
<br />
by Leonhart » Wed Aug 04, 2004 7:16 am
</dt>
<dd class="posts">12 <dfn>Replies</dfn></dd>
<dd class="views">458 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Esquilax
<a href="./viewtopic.php_f=12_t=33575&p=309804.html#p309804"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Wed Aug 04, 2004 7:24 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33583.html" class="topictitle">Ok, new core system, will this work?</a>
<br />
by Glitch » Wed Aug 04, 2004 11:04 am
</dt>
<dd class="posts">3 <dfn>Replies</dfn></dd>
<dd class="views">226 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Glitch
<a href="./viewtopic.php_f=12_t=33583&p=309801.html#p309801"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Wed Aug 04, 2004 7:16 pm</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33564.html" class="topictitle">Virtual Memory minimum</a>
<br />
by J Dawg » Tue Aug 03, 2004 7:29 pm
</dt>
<dd class="posts">11 <dfn>Replies</dfn></dd>
<dd class="views">335 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Setsuna
<a href="./viewtopic.php_f=12_t=33564&p=309680.html#p309680"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Wed Aug 04, 2004 9:50 am</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33568.html" class="topictitle">Teamspeak vs Ventrilo</a>
<br />
by Kendo THM » Wed Aug 04, 2004 2:05 am
</dt>
<dd class="posts">3 <dfn>Replies</dfn></dd>
<dd class="views">208 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Comont54
<a href="./viewtopic.php_f=12_t=33568&p=309678.html#p309678"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Wed Aug 04, 2004 9:46 am</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33531.html" class="topictitle">Internet Explorer Problems</a>
<br />
by bret bretonian » Mon Aug 02, 2004 10:36 am
</dt>
<dd class="posts">9 <dfn>Replies</dfn></dd>
<dd class="views">347 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Kendo THM
<a href="./viewtopic.php_f=12_t=33531&p=309569.html#p309569"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Wed Aug 04, 2004 12:02 am</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33523.html" class="topictitle">Video/Game Rentals</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=33523.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=33523_start=15.html">2</a></span></strong>by Kendo THM » Mon Aug 02, 2004 1:46 am
</dt>
<dd class="posts">18 <dfn>Replies</dfn></dd>
<dd class="views">574 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Kendo THM
<a href="./viewtopic.php_f=12_t=33523&p=309567.html#p309567"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Tue Aug 03, 2004 11:59 pm</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read_hot.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=28572.html" class="topictitle">I''m Running Privateer in XP!</a>
<br />
<strong class="pagination"><span><a href="./viewtopic.php_f=12_t=28572.html">1</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=28572_start=15.html">2</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=28572_start=30.html">3</a><span class="page-sep">, </span><a href="./viewtopic.php_f=12_t=28572_start=45.html">4</a></span></strong>by Chemus » Thu Feb 19, 2004 11:35 pm
</dt>
<dd class="posts">48 <dfn>Replies</dfn></dd>
<dd class="views">1148 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Esquilax
<a href="./viewtopic.php_f=12_t=28572&p=309560.html#p309560"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Tue Aug 03, 2004 11:23 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33530.html" class="topictitle">Budget Graphics</a>
<br />
by BlazeME » Mon Aug 02, 2004 8:43 am
</dt>
<dd class="posts">3 <dfn>Replies</dfn></dd>
<dd class="views">278 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Esquilax
<a href="./viewtopic.php_f=12_t=33530&p=309556.html#p309556"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Tue Aug 03, 2004 11:15 pm</span> </dd>
</dl>
</li>
<li class="row bg1">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33541.html" class="topictitle">History channel...rocks my world</a>
<br />
by Fang » Mon Aug 02, 2004 6:21 pm
</dt>
<dd class="posts">4 <dfn>Replies</dfn></dd>
<dd class="views">208 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Esquilax
<a href="./viewtopic.php_f=12_t=33541&p=309555.html#p309555"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Tue Aug 03, 2004 11:13 pm</span> </dd>
</dl>
</li>
<li class="row bg2">
<dl class="icon" style="background-image: url(./styles/ca_orbital/imageset/topic_read.gif); background-repeat: no-repeat;">
<dt title="There are no new unread posts for this topic."><a href="./viewtopic.php_f=12_t=33565.html" class="topictitle">"We are going to destroy Rockstar"</a>
<br />
by Neo_Kuja » Tue Aug 03, 2004 9:00 pm
</dt>
<dd class="posts">3 <dfn>Replies</dfn></dd>
<dd class="views">182 <dfn>Views</dfn></dd>
<dd class="lastpost"><span><dfn>Last post </dfn>by Chips
<a href="./viewtopic.php_f=12_t=33565&p=309547.html#p309547"><img src="./styles/ca_orbital/imageset/icon_post_target.gif" width="11" height="9" alt="View the latest post" title="View the latest post" /></a> <br />Tue Aug 03, 2004 10:57 pm</span> </dd>
</dl>
</li>
</ul>
<div class="block-clear"></div></div></div></div><div class="block-footer"><span></span><div></div></div></div>
</div>
<div class="topic-actions">
<div class="buttons">
<div class="post-icon" title="Post a new topic"><a href=""><span></span>Post a new topic</a></div>
</div>
<div class="pagination">
4821 topics • <a href="#" onclick="jumpto(); return false;" title="Click to jump to page…">Page <strong>36</strong> of <strong>97</strong></a>
• <span><a href="./viewforum.php_f=12.html">1</a><span class="page-dots"> ... </span><a href="./viewforum.php_f=12_start=1600.html">33</a><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=1650.html">34</a><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=1700.html">35</a><span class="page-sep">, </span><strong>36</strong><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=1800.html">37</a><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=1850.html">38</a><span class="page-sep">, </span><a href="./viewforum.php_f=12_start=1900.html">39</a><span class="page-dots"> ... </span><a href="./viewforum.php_f=12_start=4800.html">97</a></span>
</div>
</div>
<p></p><p><a href="./index.php.html" class="left-box left" accesskey="r">Return to Board index</a></p>
<br /><br />
<h3>Forum permissions</h3>
<p>You <strong>cannot</strong> post new topics in this forum<br />You <strong>cannot</strong> reply to topics in this forum<br />You <strong>cannot</strong> edit your posts in this forum<br />You <strong>cannot</strong> delete your posts in this forum<br /></p>
</div>
<div>
<a id="bottom" name="bottom" accesskey="z"></a>
</div>
<div id="footer-clear"> </div>
<div class="copyright">
<br />Hosted by <a href="https://the-starport.com">The Starport</a> • Theme by <a href="https://www.stsoftware.biz/" ref="nofollow">ST Software</a>
</div>
</div><!-- #global -->
</div>
</body>
</html>