|
-
May 5th, 2000, 08:17 AM
#1
Thread Starter
Lively Member
How can i get a variable off the internet(and send)?
If this doesn't make sense reply and ill try to be more clear
later,
Iceman
[email protected]
-
May 5th, 2000, 12:50 PM
#2
Hyperactive Member
CAn you be a bit more clear?
"People who think they know everything are a great annoyance to those of us who do."
-
May 5th, 2000, 10:33 PM
#3
Thread Starter
Lively Member
I'll try, you know the savesetting/getsetting functions? Is there something like that i could use to send/recieve from the internet?
(if you know those functions then this should be fairly clear)
Oh yeah, if there is some other way to do this(better) id appriciate being told(of course)(different from what im asking i mean)
[Edited by Iceman on 05-06-2000 at 11:36 AM]
-
May 5th, 2000, 11:30 PM
#4
Lively Member
You still haven't say it clear yet. Savesetting and getsetting are dumping the dat ainto registry. It has nothing to do with internet transfer. There's also a few kind of internet transfer such as HTTP, FTP and Email. Some of it uses winsock, wininet or even ASP. So you got to be more specific...
-
May 6th, 2000, 12:04 AM
#5
Thread Starter
Lively Member
well i know its not the same but i meant something similar but storing it on the internet not the comp
anyway i was thinking about doing some kind of game that could interact with the internet, thus other people
so id like to know how to send data to maybe a particular site, i dunno really just trying to find out info on that sort of thing
does this help more?
-
May 6th, 2000, 01:36 AM
#6
Hyperactive Member
Sorry but your really still not being specific enough. Is your game webased or a standalone appliaction?
"People who think they know everything are a great annoyance to those of us who do."
-
May 6th, 2000, 01:54 AM
#7
Thread Starter
Lively Member
sorry, im really trying to get this right
ok i haven't made anything yet, but i was wondering if there is someway(ANYway) in visual basic to retreive and store variables, strings, etc off the internet? I could get a site or something to do so if i needed to, so thats not really a problem.
please say this helps
ps. im not really sure what you mean by the last question...but if i understand it at all: i think it could kinda of be both though(like they choose online or offline when they start)
-
May 7th, 2000, 03:57 PM
#8
Lively Member
I think what you meant was to build a multi users web based game. You would like to store the levels and skills for each user so that that can resume with the same skills level when they reconnect to the site.
I can think of 3 ways to do this. First will be the database. Save the level info for individual user on the database provided by the web hosting service. Second is to save it as text/xml in the web hosting service's directory. The third one is to save as cookies in the user's PC.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|