CGI with QB

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators:Administrator, Global Moderator

Post Reply
User avatar
Baz
Jr. Member
Posts:11
Joined:Mon Mar 10, 2003 9:55 pm
Location:Suffolk UK
CGI with QB

Post by Baz » Wed Mar 12, 2003 2:07 pm

Hi.
I'm just curious.
Has anyone played with QB as a webserver script engine ?
(probably ask 'why bother' when ASP PHP CGI already exist)
[i can only answer 'because you can without having to learn another language']

It can be quite interesting although it will never catch on probably due to site security reasons.

If you run your own webserver on your PC and interested leave a message here.

So far i have only played running a script that searches a flatform .CSV database.
Pretty crude stuff but the point is, is that it is all QB

::)

Dr_Davenstein
QBasic God
Posts:166
Joined:Tue Mar 25, 2003 12:45 am
Location:U.S.A.
Contact:

Re: CGI with QB

Post by Dr_Davenstein » Tue Mar 25, 2003 6:59 am

;D
Well I don't know anything EXCEPT QB,but I think it's extremely valuable to people like myself... ???
Are there any?
Come check out [url=http://www.freebasic.net/forum/index.php]FreeBASIC[/url]. The syntax is based on QuickBasic, but it expands to use pointers, operator overloading, etc... The list goes on and on!

User avatar
Baz
Jr. Member
Posts:11
Joined:Mon Mar 10, 2003 9:55 pm
Location:Suffolk UK

Re: CGI with QB

Post by Baz » Mon Apr 07, 2003 9:33 am

Hi,
I nearly given up hope  ;)
Anyways to start the ball rolling you will need a webserver package, the 1 i use is from http://www.omnicron.ca/
There are better packages around but this should run out of the box.

Another thing worth having if you have a dynamic IP address is a DNS router software package ( these are free)
http://no-ip.com
http://dynu.com
There are others but they all do the same job


Caution: Running a Web Server can leave your computer open to attacks/probes from the internet so
i guess a firewall may help. XP has its own else d/l http://zonelabs.com (free)

If i have not scared anyone yet i will post back to this thread in a few days  to continue + give you time to play with the webserver package :o

I don't expect many people will be interested in this topic so i have started a website to act as a resource centre.
http://members.lycos.co.uk/softstuff/

Post Reply