TCP/IP

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
Guest

TCP/IP

Post by Guest »

does anyone know any way to make a network game with using a TCP/IP conection between two computer?
User avatar
{Nathan}
Veteran
Posts: 1169
Joined: Thu Aug 19, 2004 6:08 pm
Location: The wetlands of central Ohio, USA
Contact:

Post by {Nathan} »

I do not believe it is possible, but there are many tutors out there on using winsock and your phone modem.
Image
User avatar
Mitth'raw'nuruodo
Veteran
Posts: 839
Joined: Sat Jan 22, 2005 11:04 am
Location: Eastern Coast of US
Contact:

Post by Mitth'raw'nuruodo »

For QB, can DOS do that?
"But...It was so beutifully done"
Z!re
Veteran
Posts: 887
Joined: Wed Aug 04, 2004 11:15 am

Post by Z!re »

It is possible using IPX under DOS.

To use TCP/IP you need specific drivers and other messy things.


Under windows it's a piece of cake, get and use FreeBASIC. It has lots of network libraries ported to it.
I have left this dump.
Nixon

Post by Nixon »

Thanks, I'll give FB a try and try using the phone cable.

Nixon
Guest

Post by Guest »

very interesting...

[EDITED TO REMOVE SPAM - Pete]
User avatar
Pete
Site Admin
Posts: 887
Joined: Sun Dec 07, 2003 9:10 pm
Location: Candor, NY
Contact:

Post by Pete »

Would you believe that? More fork spam on my forum.

Look at the previous poster's post carefully. It's got the following hidden in it:

Code: Select all

[Edited to remove spam. I don't want to help steer any more traffic to damn spammers' sites. -Pete]
This is really starting to piss me off.

I'll delete the post in a little while, but I just wanted to leave it up as an example so that if you guys see any more posts like this you can tell me about them. (So I can delete them.)
Last edited by Pete on Mon Apr 18, 2005 6:21 am, edited 2 times in total.
MystikShadows
Veteran
Posts: 703
Joined: Sun Nov 14, 2004 7:36 am
Contact:

Post by MystikShadows »

well geez......that's the first I see of this spamming method....what's the point since most users won't click on what they can't see??? will they? ;-).

me I go by what I see...very interesting... that's all i saw I didn't bother to see if and what else was in there.....in my opinion it's the most stupid spamming method I've seen to date...LOL...way to go Guest...you made my day LOL
When God created light, so too was born, the first Shadow!

MystikShadows

Need hosting? http://www.jc-hosting.net

Interested in Text & ASCII development? Look no further!
http://www.ascii-world.com
User avatar
Pete
Site Admin
Posts: 887
Joined: Sun Dec 07, 2003 9:10 pm
Location: Candor, NY
Contact:

Post by Pete »

Nah, it's not meant for you to click. It's meant for search engine spiders to read...

"Google bombing" they call it. Since your ranking is determined by "popularity" (the number of sites linking to yours), it's advantageous to spam other sites with links to your own site if you want to move up in the search engines.
MystikShadows
Veteran
Posts: 703
Joined: Sun Nov 14, 2004 7:36 am
Contact:

Post by MystikShadows »

lol...I prefer my version....;-)

But yeah I know you're right :-). maygbe I should go to order.whatever and spam your website there...roflmao
When God created light, so too was born, the first Shadow!

MystikShadows

Need hosting? http://www.jc-hosting.net

Interested in Text & ASCII development? Look no further!
http://www.ascii-world.com
Post Reply