Search found 110 matches: webserver
Searched query: webserver
- Fri Nov 29, 2024 3:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: php4dbf - CSV-import
- Replies: 10
- Views: 2462
Re: php4dbf - CSV-import
Good to hear. Files outside the directory C:\htdocs are blocked. This is a security measure to prevent someone from accessing files outside the webserver. However, you can change this setting if you want and if it's your system.
- Mon Nov 25, 2024 4:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xHarbour can produce HTTP server ?
- Replies: 11
- Views: 2745
Re: xHarbour can produce HTTP server ?
Wilson,
FWH proporciona la función WebServer() en source\function\webapp.prg
function WebServer()
local oServer := HbWebServer()
if ! hb_HHasKey( hWebApp, "Dialogs" )
hWebApp[ "Dialogs" ] = {}
endif
oServer:bOnGet = { || Html() }
oServer:Run()
return nil
FWH proporciona la función WebServer() en source\function\webapp.prg
function WebServer()
local oServer := HbWebServer()
if ! hb_HHasKey( hWebApp, "Dialogs" )
hWebApp[ "Dialogs" ] = {}
endif
oServer:bOnGet = { || Html() }
oServer:Run()
return nil
- Mon Oct 28, 2024 9:42 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Preview of the invoice in advance
- Replies: 14
- Views: 3473
Re: Preview of the invoice in advance
... decode(file_get_contents('php://input'), true);
logline("Received data", json_encode($inputData), __LINE__);
// Log each key-value pair in $inputData
logArray("stored tokens", $inputData, __LINE__);
Here you see the log from WebServer (Endpoint)
https://mybergland.com/fwforum/logphp.jpg
logline("Received data", json_encode($inputData), __LINE__);
// Log each key-value pair in $inputData
logArray("stored tokens", $inputData, __LINE__);
Here you see the log from WebServer (Endpoint)
https://mybergland.com/fwforum/logphp.jpg
- Fri Aug 30, 2024 2:28 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to Work with FIVEWIN and Web Side by Side - An Easy Way
- Replies: 9
- Views: 3028
Re: How to Work with FIVEWIN and Web Side by Side - An Easy Way
... it
https://www.sicuriallestero.it
https://www.boscomarshop.it (an e-commerce under construction)
all sites (and others) on the same webserver, some of them from several years,
all sites entirely written in harbour, data-driven, dbf files, my custom harbour CMS,
some sites share data ...
https://www.sicuriallestero.it
https://www.boscomarshop.it (an e-commerce under construction)
all sites (and others) on the same webserver, some of them from several years,
all sites entirely written in harbour, data-driven, dbf files, my custom harbour CMS,
some sites share data ...
- Mon Jul 15, 2024 8:57 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: error : streams
- Replies: 22
- Views: 3276
error : streams
... referenced from C:\FWH2404\LIB\FIVEH.LIB|valtostr
Error: Unresolved external '_HB_FUN___CLSGETANCESTORS' referenced from C:\FWH2404\LIB\FIVEH.LIB|webserver
Error: Unresolved external '_HB_FUN___OLEVARIANTNEW' referenced from C:\FWH2404\LIB\FIVEH.LIB|adofuncs
Error: Unresolved external '_HB_FUN_HB ...
Error: Unresolved external '_HB_FUN___CLSGETANCESTORS' referenced from C:\FWH2404\LIB\FIVEH.LIB|webserver
Error: Unresolved external '_HB_FUN___OLEVARIANTNEW' referenced from C:\FWH2404\LIB\FIVEH.LIB|adofuncs
Error: Unresolved external '_HB_FUN_HB ...
- Mon Jul 01, 2024 9:18 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Question about Memo Field Storage Strategy?
- Replies: 3
- Views: 965
Question about Memo Field Storage Strategy?
... level file access to DBF are encouraging. One can forget about so much overhead - please note that I am making these considerations for use on a WEBSERVER or in an RDP environment.
Also, the file sizes in the area I am working in are manageable.
I also think that for your own application, you do ...
Also, the file sizes in the area I am working in are manageable.
I also think that for your own application, you do ...
- Fri May 24, 2024 6:15 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Clipper alone sold around 250,000 copies worldwide by 1991
- Replies: 0
- Views: 950
Clipper alone sold around 250,000 copies worldwide by 1991
... exit.prg
list.prg
login.prg
menu.prg
order.dbf
order.prg
public.prg
sessions.prg
Another problem is certainly that only a few have a mod harbour webserver and are also not willing to install one.
But without a server, it will not work.
I just reviewed the example from Charly that he created in a ...
list.prg
login.prg
menu.prg
order.dbf
order.prg
public.prg
sessions.prg
Another problem is certainly that only a few have a mod harbour webserver and are also not willing to install one.
But without a server, it will not work.
I just reviewed the example from Charly that he created in a ...
- Mon May 20, 2024 6:46 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Mod Harbour: ChatGPT Provides Detailed Answers
- Replies: 23
- Views: 6642
Re: Mod Harbour: ChatGPT Provides Detailed Answers
... 2 sessions.
index.html
access.prg
entry.prg
exit.prg
list.prg
login.prg
menu.prg
order.dbf
order.prg
public.prg
sessions.prg
Another problem is certainly that only a few have a mod harbour webserver and are also not willing to install one.
But without a server, it will not work.
Best regards,
Otto
index.html
access.prg
entry.prg
exit.prg
list.prg
login.prg
menu.prg
order.dbf
order.prg
public.prg
sessions.prg
Another problem is certainly that only a few have a mod harbour webserver and are also not willing to install one.
But without a server, it will not work.
Best regards,
Otto
- Thu May 11, 2023 11:40 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: U-Dbu
- Replies: 17
- Views: 3332
Re: U-Dbu
Dear Osvaldo,
Then ... UT Project is like WebServer.
I didn't know about this project and regardless of how it looks like, it's not the same and nor is it a webserver. I took a look at the system xb2 and, for example, the screen design part, which is one of the most complex, it is assumed that you ...
Then ... UT Project is like WebServer.
I didn't know about this project and regardless of how it looks like, it's not the same and nor is it a webserver. I took a look at the system xb2 and, for example, the screen design part, which is one of the most complex, it is assumed that you ...
- Wed May 10, 2023 5:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: U-Dbu
- Replies: 17
- Views: 3332
Re: U-Dbu
Hello Jimmy
Do you remember xb2net ?
Have you see the web server sample from Boris ?
Then ... UT Project is like WebServer.
Charly has been working some time bring it to harbour.
Actually it is a http server and https server, right now he is working with websockets
Regards
Osvaldo Ramirez
Do you remember xb2net ?
Have you see the web server sample from Boris ?
Then ... UT Project is like WebServer.
Charly has been working some time bring it to harbour.
Actually it is a http server and https server, right now he is working with websockets
Regards
Osvaldo Ramirez
- Mon Apr 17, 2023 4:01 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FiveDBU 64 Bit ?
- Replies: 10
- Views: 1645
Re: FiveDBU 64 Bit ?
> In Fivedbu.prg Function WebServer() must be remarked because it is in fiveh32.lib included
Please rename it as static
we have updated it for FWH next build comming...
Please rename it as static
we have updated it for FWH next build comming...
- Mon Apr 17, 2023 3:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FiveDBU 64 Bit ?
- Replies: 10
- Views: 1645
Re: FiveDBU 64 Bit ?
... Linking errors *
GOTO EXIT
:SINTAX
ECHO SYNTAX: Build [Program] {-- No especifiques la extensi?n PRG
ECHO {-- Don't specify .PRG extension
GOTO EXIT
:NOEXIST
ECHO The specified PRG %1 does not exist
:EXIT
In Fivedbu.prg Function WebServer() must be remarked because it is in fiveh32.lib included.
GOTO EXIT
:SINTAX
ECHO SYNTAX: Build [Program] {-- No especifiques la extensi?n PRG
ECHO {-- Don't specify .PRG extension
GOTO EXIT
:NOEXIST
ECHO The specified PRG %1 does not exist
:EXIT
In Fivedbu.prg Function WebServer() must be remarked because it is in fiveh32.lib included.
- Fri Mar 10, 2023 6:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: PostBack Server
- Replies: 7
- Views: 1775
Re: PostBack Server
... I see an hbhttpd.lib but have no clue what is in it, or how to implement it.
I did a web search but only find a couple of threads on the Harbour Google group stating it is of value with mod_harbour, but of course in this case I'm not using a full webserver ... it must be based at the local site.
I did a web search but only find a couple of threads on the Harbour Google group stating it is of value with mod_harbour, but of course in this case I'm not using a full webserver ... it must be based at the local site.
- Wed Dec 07, 2022 7:38 pm
- Forum: mod_harbour
- Topic: A big hit: Neither Apache and mod_harbour are needed
- Replies: 4
- Views: 30912
Re: A big hit: Neither Apache and mod_harbour are needed
... I have FWH 2210, Harbour, and MSvC 2022 for the build.
I used BuildH32 to build FiveDBU.
The first problem I found was that the Function WebServer had to be commented out because it exists in the FW library.
Secondly, I do not see, in the running program, any option for the Webserver option ...
I used BuildH32 to build FiveDBU.
The first problem I found was that the Function WebServer had to be commented out because it exists in the FW library.
Secondly, I do not see, in the running program, any option for the Webserver option ...
- Wed Dec 07, 2022 4:32 pm
- Forum: mod_harbour
- Topic: A big hit: Neither Apache and mod_harbour are needed
- Replies: 4
- Views: 30912
Re: A big hit: Neither Apache and mod_harbour are needed
... results shown in the forum.
The Windows application FiveDBU.exe is generated with buildhmt.bat and seems to run as expected.
When we start the webserver with the contestual menu item "WebApp" and go to http://localhost on the browser we can see the main window of the Windows application.
But ...
The Windows application FiveDBU.exe is generated with buildhmt.bat and seems to run as expected.
When we start the webserver with the contestual menu item "WebApp" and go to http://localhost on the browser we can see the main window of the Windows application.
But ...