Page 1 of 1

Do you guys think im nuts?

Posted: Wed Oct 18, 2006 4:19 pm
by CadeX
Because im planning on using PureBasic with apache webserver? :?

Posted: Wed Oct 18, 2006 4:42 pm
by Fluid Byte
So what?

Posted: Wed Oct 18, 2006 4:48 pm
by CadeX
My friend thinks i'm nuts... i think its just an alternative so i don't have to learn a new language. :?

Posted: Wed Oct 18, 2006 4:54 pm
by dracflamloc
I dont see any problem with it...?

Posted: Wed Oct 18, 2006 5:18 pm
by GeoTrail
I agree. I don't see any problems with using PB with Apache.
Are you thinking of CGI?

Posted: Wed Oct 18, 2006 5:20 pm
by Killswitch
I think you're nuts for thinking that we'd think your nuts (considering this: http://www.purebasic.fr/english/viewtop ... hasselhoff). Does that count?

Posted: Wed Oct 18, 2006 5:21 pm
by GeoTrail
:lol:

Posted: Wed Oct 18, 2006 5:23 pm
by thamarok
You may think I'm nuts!
I have cloned many PureBasic functions to PHP and I am planning to make PureBasic Server Edition (ofcourse if Fred allows to)... The PHP will get executed on the server and the parsed result will get shown to the user, so people won't get to know that the server has PureBasic (actually the PB Server Edition is just a set of PHP commands that behave similarily like the PB ones) :twisted: .

With this, people could do PureBasic stuff and use my PHP script to use it in their webservers without doing CGI stuff and embedding the PBCompiler! :D

Posted: Wed Oct 18, 2006 6:10 pm
by ricardo
Why not develop a PB for mobile devices???

Of course the PB server edition is nice too...

Posted: Wed Oct 18, 2006 6:37 pm
by Bonne_den_kule
Killswitch wrote:I think you're nuts for thinking that we'd think your nuts (considering this: http://www.purebasic.fr/english/viewtop ... hasselhoff). Does that count?
:oops: :lol:

Posted: Wed Oct 18, 2006 6:53 pm
by Fluid Byte
Image
Whahahahaha!

That shit is hilarious!! :lol:

Posted: Thu Oct 19, 2006 4:05 am
by CadeX
I have considered this topic, hi-jacked.

Posted: Thu Oct 19, 2006 8:54 am
by Pantcho!!
Don't reinvent the wheel!!
I use PB to create my CGI's, you can check out my homepage, fully loaded with PB cgi's and SAMBAR server.

The big "-" with creating PB CGI's is that you cant use it with hosting companies! only on your own home PC.

so i run my server from home and it works great and fast.

To create CGI libs you can get Paul CGI_LIB, it does EVERYTHING you need to create CGI's - http://www.reelmedia.org/cgi-bin/PurePr ... es&sub=ASM

good day.

Posted: Fri Oct 20, 2006 2:50 am
by Intrigued
thamarok wrote:You may think I'm nuts!
I have cloned many PureBasic functions to PHP and I am planning to make PureBasic Server Edition (ofcourse if Fred allows to)... The PHP will get executed on the server and the parsed result will get shown to the user, so people won't get to know that the server has PureBasic (actually the PB Server Edition is just a set of PHP commands that behave similarily like the PB ones) :twisted: .

With this, people could do PureBasic stuff and use my PHP script to use it in their webservers without doing CGI stuff and embedding the PBCompiler! :D
That would be useful for sure!

Posted: Fri Oct 20, 2006 8:00 pm
by thamarok
Intrigued wrote:
thamarok wrote:You may think I'm nuts!
I have cloned many PureBasic functions to PHP and I am planning to make PureBasic Server Edition (ofcourse if Fred allows to)... The PHP will get executed on the server and the parsed result will get shown to the user, so people won't get to know that the server has PureBasic (actually the PB Server Edition is just a set of PHP commands that behave similarily like the PB ones) :twisted: .

With this, people could do PureBasic stuff and use my PHP script to use it in their webservers without doing CGI stuff and embedding the PBCompiler! :D
That would be useful for sure!
Yes, the development on this is a bit slow, but that's because it's hard to make the functions act like the PureBasic ones. But still, it is fun :D