FAQ  •  Search  •  Profile  •  Log in to check your private messages  •  Log in
 n00b in the UK View next topic
View previous topic
Post new topicReply to topic
Author Message
walker51985
Kai Beginner
Kai Beginner


Joined: 26 Oct 2004
Posts: 26
Location: United Kingdom

PostPosted: Tue Oct 26, 2004 3:33 pm Reply with quoteBack to top

Hey all. I only got my xbox a week ago and i'm not much of a gamer. When i heard i didnt have to buy Live to enjoy online fun i jumped at the chance to.. then realised that no1 was on with my games?!

So if you are looking for no challenge or if you are a n00b yourself and have either Rainbow Six 3 or Midtown Madness 3 (more games soon) then post here.

xTag: walker51985 Smile

Scott
View user's profileSend private messageVisit poster's websiteMSN Messenger
dfunked
Team XLink Administrator
Team XLink Administrator


Joined: 25 Apr 2004
Posts: 7005
Location: Australia - VIC

PostPosted: Tue Oct 26, 2004 3:42 pm Reply with quoteBack to top

If you hate it or love it, Halo 2 is going to see an absolute flood of games on Kai , Live and XBC.

With Halo 2's "party" mode, you'll find Kai's arena structure to be far superior and the closest thing to Live. (XBConnect use a "join my server" structure, where you are required to jump back and forth between games on your PC)..
View user's profileSend private message
walker51985
Kai Beginner
Kai Beginner


Joined: 26 Oct 2004
Posts: 26
Location: United Kingdom

PostPosted: Tue Oct 26, 2004 3:52 pm Reply with quoteBack to top

totally agree with you, halo 2 will swamp! i pre-orded it ages back and i can't wait for its arrival.

I installed XBC as a lot seem to choose it over xLink... and all i want to kno is y? its sructure and interface is.. well pants.

xLink all the way Smile

Edit: I actually pre-ordered halo about a month before getting my xbox.. sounds strange but it was on the cheap... and legal.
View user's profileSend private messageVisit poster's websiteMSN Messenger
TA-JudgeDredd
Kai Admirer
Kai Admirer


Joined: 21 May 2004
Posts: 400

PostPosted: Wed Oct 27, 2004 2:20 am Reply with quoteBack to top

You shouldn't find it hard getting games on RS3 Black Arrow. Since Black Arrow came out, everyone moved from Rainbow Six 3 to that. All or most of the Black Arrow players do have Rainbow Six 3 so you may catch them if they decide to play the old maps for a change.

Best bet is check which rooms are active the most and check if that game is for you. Thats the best way to select a game to purchase that has a high chance of being played on Kai.

Maybe sign up on some of the clan forums and see what games they have scheduled. The Misfits clan like to play alot of different games.

http://www.misfitsclan.netfirms.com/index.html

_________________
Image
I AM THE LAAAW
View user's profileSend private message
taz
Team XLink Administrator
Team XLink Administrator


Joined: 25 Apr 2004
Posts: 1871

PostPosted: Wed Oct 27, 2004 8:18 am Reply with quoteBack to top

thanks Dredd, yeh if you see anyone in the Misfits arena just pop in to say hi, were usualy up for a game of anything so if they have MM3 i'm sure they will give you a few races around Paris.

Personaly i love the game, esp. capture the gold, but its been a while since ive played it.
View user's profileSend private messageSend e-mail
walker51985
Kai Beginner
Kai Beginner


Joined: 26 Oct 2004
Posts: 26
Location: United Kingdom

PostPosted: Wed Oct 27, 2004 9:29 am Reply with quoteBack to top

Thanks guys for your help. I might pop in later today but i'm gonna work on a bit of scripting today. Wink

Well my next game to arrive will be Halo 2, and i know there's not going to be a shortage of players when that is released!

Scott
View user's profileSend private messageVisit poster's websiteMSN Messenger
walker51985
Kai Beginner
Kai Beginner


Joined: 26 Oct 2004
Posts: 26
Location: United Kingdom

PostPosted: Wed Oct 27, 2004 9:49 am Reply with quoteBack to top

regarding http://www.misfits-clan.com/ i want to ask you a few questions about the coiding of it.

Is it php (as the blog at the bottom is) because ti would look so much better if you called the blog to the page with an include script rather than a frame. Here like this:

Code:
<table Width=? height=100%><tr><td>
<?php include"blog.php"; ?>
</td>/tr>
</table>


The table will stop the blog from flowing over the sides of the page and will give you an easy way to position it. Height 100% means that whatever is in the blog fills it, and since you are calling it by include, there are no scollbars as it just loads into the page.

Scott
View user's profileSend private messageVisit poster's websiteMSN Messenger
taz
Team XLink Administrator
Team XLink Administrator


Joined: 25 Apr 2004
Posts: 1871

PostPosted: Wed Oct 27, 2004 10:02 am Reply with quoteBack to top

ok, thanks i'll pass that on Smile
View user's profileSend private messageSend e-mail
dfunked
Team XLink Administrator
Team XLink Administrator


Joined: 25 Apr 2004
Posts: 7005
Location: Australia - VIC

PostPosted: Wed Oct 27, 2004 10:37 am Reply with quoteBack to top

That's if your server hosting supports PHP Wink

For cross-browser compatibility, keep all parameters between quotation marks ie <table width="400" height="300">.

Alternatively, you could invest your time in in-line frames (iframe's). Our TX website uses them, and they can work out to be quite nice (beat's old fashioned framset usage - couldn't stand that crap..)

Edit: Just had a look and he is using both PHP and iframes haha. I should look before talking. In that case, just change the fixed pixel width of "650" to a percentage instead.
View user's profileSend private message
TheDaddy



Joined: 30 Jul 2006
Posts: 0

PostPosted: Wed Oct 27, 2004 10:47 am Reply with quoteBack to top

He's hosted on our box Raf... lol... of course he has PHP Very Happy

TD
View user's profileSend private message
walker51985
Kai Beginner
Kai Beginner


Joined: 26 Oct 2004
Posts: 26
Location: United Kingdom

PostPosted: Wed Oct 27, 2004 10:51 am Reply with quoteBack to top

don't you mean height?

also, if you add scrollbars="no" or is it scolling="no" ? o well add 1 of them in the <iframe > tags and that will get rid of the scrollbars apearing at all i think.

Can you confirm that dfunked.
View user's profileSend private messageVisit poster's websiteMSN Messenger
dfunked
Team XLink Administrator
Team XLink Administrator


Joined: 25 Apr 2004
Posts: 7005
Location: Australia - VIC

PostPosted: Wed Oct 27, 2004 2:07 pm Reply with quoteBack to top

walker51985 wrote:
don't you mean height?

also, if you add scrollbars="no" or is it scolling="no" ? o well add 1 of them in the <iframe > tags and that will get rid of the scrollbars apearing at all i think.

Can you confirm that dfunked.


scrolling="auto" works best. If they're not needed, they don't show Smile

And shit, they're on our box? Haha woops.. Fix my fucking RD then so I can get mine up and running too Very Happy
View user's profileSend private message
[MF]Kain
Kai Lover
Kai Lover


Joined: 21 May 2004
Posts: 528

PostPosted: Wed Oct 27, 2004 3:52 pm Reply with quoteBack to top

Sup guys, thanks for all the input. The new site is constantly being worked on. You will see some nice changes here in the near future. Cheers for all the compliments and thanks to Dredd for pointing people in the direction of MF Cool

_________________
Image
View user's profileSend private messageSend e-mail
walker51985
Kai Beginner
Kai Beginner


Joined: 26 Oct 2004
Posts: 26
Location: United Kingdom

PostPosted: Wed Oct 27, 2004 4:01 pm Reply with quoteBack to top

heh its nice to see i'm doing something useful with my time for a change.

Wink
View user's profileSend private messageVisit poster's websiteMSN Messenger
Display posts from previous:      
Post new topicReply to topic


 Jump to:   



View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group :: Theme by Daz :: All times are GMT