• Welcome to Valhalla Legends Archive.
 

msinet.ocx

Started by CrAz3D, April 12, 2003, 08:38 PM

Previous topic - Next topic

CrAz3D

I was wondering how I might go about using msinet to collect a database off of the internet...

I am trying to just switch as little as possible from main database code which uses database.txt as source.

If someone could give me a pointer from this code on how to convert real quick I'd be greatful.:

Open App.Path & "\database.txt" For Input As #1
--How would I use a converted ver of that to receive database?
rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...

Banana fanna fo fanna

Quote from: CrAz3D on April 12, 2003, 08:38 PM
I was wondering how I might go about using msinet to collect a database off of the internet...

I am trying to just switch as little as possible from main database code which uses database.txt as source.

If someone could give me a pointer from this code on how to convert real quick I'd be greatful.:

Open App.Path & "\database.txt" For Input As #1
--How would I use a converted ver of that to receive database?
Very simple my young lad. Simply keep your existing code but add this in form_load or what not:

open app.path & "\database.txt" for output as #1
print #1, inet1.openurl("http://www.yoursite.com/database.txt')
close #1

ILurker

I find it much better/easier to download the file from a site, then open it, then after delete it, if you want.

It may not be as fast, but it doesn't use cheap "allready made" sources  ;)

--> I don't like stealing other people's codes

CrAz3D

#3
I'm tryin' to use as a cheap & simple auth script basically, not really a db...though I might want to sometime.

How might I be able to use the GetChucnk var for inet?
rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...

CrAz3D

Screw msinet.ocx.............thnx to all tried, I'm trying just to download a file with it now.

thnx alot allz
rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...

ILurker

If you message me on a.i.m, I'll give you a download source code.