flat assembler
Message board for the users of flat assembler.
Index
> Windows > CGI Version of FASM [HELP] |
Author |
|
UCM 15 Aug 2006, 13:33
Why is this in Windows?
BTW, you need to change the output to echo "Content-Type: text/plain " (with a blank line) for it to work, and you need to implement query-string handling (or post handling). |
|||
15 Aug 2006, 13:33 |
|
sylwek32 15 Aug 2006, 20:17
Hey ucm are you all the time offline or is my ICQ crashed ?
|
|||
15 Aug 2006, 20:17 |
|
Thaorius 17 Aug 2006, 00:27
Just for you...
|
|||||||||||
17 Aug 2006, 00:27 |
|
sylwek32 18 Aug 2006, 17:17
thank you very much.. how to send arguments to cgi version of fasm?
like this? : http://servername/cgi-bin/fasm?index.asm&output.asm |
|||
18 Aug 2006, 17:17 |
|
Thaorius 18 Aug 2006, 17:27
http://servername/cgi-bin/fasm?index.asm output.asm
just like a console parameter. put ? following with the command line parameters. Bye! |
|||
18 Aug 2006, 17:27 |
|
okasvi 18 Aug 2006, 17:57
Thaorius wrote: http://servername/cgi-bin/fasm?index.asm output.asm that would be http://servername/cgi-bin/fasm?index.asm%20output.asm right? hmm... maybe Tomasz should start offering cgi package too _________________ When We Ride On Our Enemies support reverse smileys |: |
|||
18 Aug 2006, 17:57 |
|
Thaorius 19 Aug 2006, 15:01
Is the same, the browser do the conversion automatically.
Bye! |
|||
19 Aug 2006, 15:01 |
|
codesz 18 Nov 2009, 08:38
http://www.devboard.org/cgi-bin/fasm
http://www.devboard.org/cgi-bin/fasm?cgi.asm change this fasm.asm _logo db 'Content-Type: text/plain',13,10,13,10 db 'flat assembler version ',VERSION_STRING,0 system.inc fatal_error: ;mov [con_handle],STD_ERROR_HANDLE mov [con_handle],STD_OUTPUT_HANDLE assembler_error: ;mov [con_handle],STD_ERROR_HANDLE mov [con_handle],STD_OUTPUT_HANDLE |
|||
18 Nov 2009, 08:38 |
|
hopcode 19 Nov 2009, 12:10
codesz wrote: http://www.devboard.org/cgi-bin/fasm I like the idea, Please, see here, about-fasmlab-using-libcurl Regards, hopcode |
|||
19 Nov 2009, 12:10 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.