topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
mod_harbour Genesis: El ERP de Harbour para la web !!! | Gracias estaremos atentos ... |
mod_harbour Genesis: How does it work? | Hi,
I will try to explain in a brief way what we can get with Genesis. It is the result of months of I+D with mod_harbour, the authentic mod apache to run web applications with harbour. Genesis is built with mod_harbour and will help you easily develop your web applications using harbour
We could make an overview of... |
mod_harbour Genesis: How does it work? | Felicitaciones Charly se abre una nueva era
Un fuerte abrazo !! |
mod_harbour Genesis: The Harbour for the web ERP !!! | [b:34c5757f]Tutorial:[/b:34c5757f]
[url:34c5757f]http://genesis.mod-harbour.org/genesis/doc/genesis.pdf[/url:34c5757f]
[b:34c5757f]live demo:[/b:34c5757f]
[url:34c5757f]http://genesis.mod-harbour.org/[/url:34c5757f]
The Harbour for the web ERP !!!
Enjoy and join the revolution <!-- s;-) -... |
mod_harbour Genesis: The Harbour for the web ERP !!! | Links in this post do not work.
Cant find genesis.pdf.
Please help.
Regards.
Dako. |
mod_harbour Genesis: The Harbour for the web ERP !!! | Dako,
You can donwload it from here --> <!-- m --><a class="postlink" href="https://modharbour.app/gpro/doc/genesis.pdf">https://modharbour.app/gpro/doc/genesis.pdf</a><!-- m -->
C. |
mod_harbour Genesis: The Harbour for the web ERP !!! | This sounds very interesting!
The link to the live demo doesn't work. Is there still a live demo available? |
mod_harbour Genesis: The Harbour for the web ERP !!! | Gilbert,
Already fixed. Please try it again:
[url:sspbjzb0]https://www.modharbour.org/modharbour_samples/genesis/index.prg[/url:sspbjzb0] |
mod_harbour Genesis: The Harbour for the web ERP !!! | Antonio,
thanks a lot. First I got an error after logging in, but now it works!
[code=fw:2iumfzcq]<div class="fw" id="{CB}" style="font-family: monospace;">Error opening table: <span style="color: #000000;">views</span><br />UserName: <span style="color: #000000;">Gilbert</span><br />File <span style="color: #0000ff;... |
mod_harbour IDE Visual mejorando... | [url:qtci58w1]https://harbour.fourtech.es/modharbour_samples/visual/visual.prg[/url:qtci58w1] |
mod_harbour PDFs support!!! | [img:2zhmc9lg]https://github.com/FiveTechSoft/screenshots/blob/master/modharbour_pdfs.png?raw=true[/img:2zhmc9lg] |
mod_harbour TEMPLATE/ENDTEXT | Dear Antonio,
thank you.
TEMPLATE PARAMS cContent
is working perfect.
Can you please tell me how to do the same with
BLOCKS
Any text or HTML or whatever...
{{Time()}}
{{cContent}}
ENDTEXT
Best regards
Otto |
mod_harbour TEMPLATE/ENDTEXT | Hello Antonio,
How do I insert and show Harbour code inside TEMPLATE/ENDTEXT
How do I insert and show JS code inside TEMPLATE/ENDTEXT
Thank you in advance
Otto
[code=fw:2xfy2acg]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Controller<span style="color: #00000... |
mod_harbour TEMPLATE/ENDTEXT | Dear Antonio,
I think I found the answer in the Docs.
Best regards
Otto
<!-- m --><a class="postlink" href="https://github.com/FiveTechSoft/mod_harbour/wiki/Code-tips">https://github.com/FiveTechSoft/mod_har ... /Code-tips</a><!-- m --> |
mod_harbour TEMPLATE/ENDTEXT | Dear Antonio,
can you please tell me why I get an error in this function.
<?prg cContent ?><br>
What is the right syntax to show variables?
Thank you in advance and best regards
Otto
I tried to insert these in eshop/index.prg
[code=fw:1pz37tkb]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="... |
mod_harbour TEMPLATE/ENDTEXT | Dear Otto,
<?prg return cContent ?> |
mod_harbour TEMPLATE/ENDTEXT | If you just want small sentences instead of entire functions then you can use BLOCKS instead of TEMPLATE:
[code=fw:24yr0n68]<div class="fw" id="{CB}" style="font-family: monospace;">BLOCKS<br /> Any <span style="color: #0000ff;">text</span> or HTML or whatever...<br /> <span style="color: #000000;">{... |
mod_harbour TEMPLATE/ENDTEXT | Dear Antonio,
I am doing something wrong. Can you please help me again.
cContent is declared as STATIC
Thank you in advance
Otto
[quote:1o66o70t]
error: Variable does not exist CCONTENT
function Controller( cRequest )
cContent = If( Empty( cRequest ), "home",;
If( cRequest $ "wishlist,logi... |
mod_harbour TEMPLATE/ENDTEXT | TEMPLATE PARAMS cContent |
mod_harbour TEMPLATE/ENDTEXT | Dear Otto,
work in progress...
#xcommand BLOCKS [ PARAMS [<v1>] [,<vn>] ] => #pragma __cstream | AP_RPuts( MyReplaceBlocks( %s, "{{", "}}" [,<(v1)>][+","+<(vn)>] [, @<v1>][, @<vn>] ) )
[code=fw:202i77w5]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> MyReplaceB... |
mod_harbour TEMPLATE/ENDTEXT | This seems the be the right code:
#xcommand BLOCKS [ PARAMS [<v1>] [,<vn>] ] => #pragma __cstream | AP_RPuts( MyReplaceBlocks( %s, "{{", "}}" [,<(v1)>][+","+<(vn)>] [, @<v1>][, @<vn>] ) )
[code=fw:vl76a9ig]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> MyReplac... |
mod_harbour TEMPLATE/ENDTEXT | Dear Otto,
ok, this example is working fine <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
blocks2.prg
[code=fw:bv9d4nlg]<div class="fw" id="{CB}" style="font-family: monospace;">#xcommand BLOCKS <span style="color: #000000;">[</span> PARAMS <span style="color: #0000... |
mod_harbour TEMPLATE/ENDTEXT | Otto,
There is a new mod_harbour with BLOCKS PARAMS ... support
I have updated it in your server <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) -->
Please test the new example blocks2.prg |
mod_harbour Visual IDE improving... | [url:8ki0q4bc]https://harbour.fourtech.es/modharbour_samples/visual/visual.prg[/url:8ki0q4bc] |
mod_harbour acceso a los fuentes de los programas | Le encuentro un problema al modulo de Harbour para Apache y es que al ejecutar los prg alguien con acceso al servidor donde se encuentran los prg los ve directamente e incluso podría modificarlos. También se ven comprometidos los derechos del autor de los prg. Con un ejecutable esto es mucho más difícil. Espero sus opi... |
mod_harbour acceso a los fuentes de los programas | Es un tema bastante largo de comentar, y hay soluciones, evidentemente, pero lo más importante es que entiendas que sólo las personas que tengan acceso al servidor podrán leer/modificar esos ficheros, es decir, es un tema básicamente de configuración del servidor que no tiene nada que ver con mod_harbour. Igual te podr... |
mod_harbour acceso a los fuentes de los programas | En vez de fuentes .prg se pueden compilar y asi poder usar archivos .hrb
Ya se han usado y además de dar privacidad, aumentan la velocidad de ejecucion, puesto que vienen compilados.
No se conoce ningun decompilador para archivos .hrb. |
mod_harbour and ADS server | Hello,
at the moment samples/ads.prg throws an error:
Error: Unknown or unregistered symbol
operation: ADSSETSERVERTYPE
called from: HB_HRBLOAD, line: 0
called from: ../apache.prg, EXECUTE, line: 143
on both mod_harbour and our testserver. Can we do something about it?
Is ADS remote server supported?
Thanks,
Taa... |
mod_harbour and ADS server | Hi,
Just wanted to say that with some help from Antonio ADS remote server is working smoothly with mod_harbour now.
Just put ADS dll-s (and ads.ini if needed) in Apache/bin and verify if ADS dll-s are 64-bit for 64-bit Apache (or use 32-bit Apache for 32-bit ADS dll-s).
Thanks, Antonio. |
mod_harbour and ADS server | Glad to know that [b:29ye0uct]mod_harbour[/b:29ye0uct] is working fine as expected.
Harbour for the web power! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
mod_harbour and ADS server | Taavi
Podrias decirme cuales dll fueron los que pasaste
Gracias. |
mod_harbour and ADS server | [url:37mgdwjo]http://devzone.advantagedatabase.com/dz/content.aspx?Key=20&Release=19&Product=5&Platform=14[/url:37mgdwjo] |
mod_harbour and ADS server | Hola
he bajado el archivo y he pegado los dll en C:\xampp\apache\bin
ace64.dll
ace64.lib
axcws64.dll
Ads.ini
pero aun recibo el error
[quote:2xedsxku]Error: Unknown or unregistered symbol
operation: ADSSETSERVERTYPE
called from: HB_HRBLOAD, line: 0
called from: ..\source\exec.prg, EXECUTE, line: 70
[/quote:2xedsxk... |
mod_harbour and ADS server | Patricio,
Comprueba que estés usando esta versión:
[url:o4xwetee]https://github.com/FiveTechSoft/mod_harbour/releases/download/3.0/modharbour_win64_msvc_ads_2020_05_27.zip[/url:o4xwetee] |
mod_harbour and ADS server | gracias Antonio funciono!!!
para que funcione lo que hice fue esto
[quote:2t1575jp]copiar los archivos en C:\xampp\apache\bin
ace64.dll
ace64.lib
axcws64.dll
adsloc64.dll
Ads.ini
[/quote:2t1575jp]
ejemplo
[code=fw:2t1575jp]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">functi... |
mod_harbour and ADS server | También funciona con diccionario de datos, instale en una maquina virtual con ads server
[code=fw:3mvaedtf]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /> <span styl... |
mod_harbour and ADS server | Muy bien! |
mod_harbour and APACHE on WINDOWS SERVER | Hello,
is someone here using mod_harbour and APACHE on a WINDOWS SERVER.
If yes can you please share the content of the APACHE folder.
Thank you in advance
Otto |
mod_harbour and APACHE on WINDOWS SERVER | Dear Otto,
If you provide me remote access to it, I will check it |
mod_harbour and APACHE on WINDOWS SERVER | Dear Antonio,
thank you. I have sent you an E-Mail.
Best regards,
Otto |
mod_harbour and APACHE on WINDOWS SERVER | Otto,
When xampp starts it reports this problem:
[quote:2p69y7zc]09:32:12 [main] Required XAMPP prerequisite not found!
09:32:12 [main] You do not appear to have the Microsoft Visual C++ 2008 Runtimes installed
09:32:12 [main] This is required for XAMPP to fully function
09:32:12 [main] <!-- m --><a class="pos... |
mod_harbour and APACHE on WINDOWS SERVER | Otto,
I am checking on my computer the externals that Apache uses:
Please check that you have these files on your server:
[img:3pl3pm39]https://github.com/FiveTechSoft/screenshots/blob/master/httpd_externals.PNG?raw=true[/img:3pl3pm39] |
mod_harbour and APACHE on WINDOWS SERVER | Otto,
This is the tool that I use to check for the externals:
[url:sxccokrh]https://github.com/FiveTechSoft/FWH_tools/blob/master/peinfo.exe[/url:sxccokrh] |
mod_harbour and APACHE on WINDOWS SERVER | Otto,
I am working on your PC to fix it, please wait some minutes <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
mod_harbour and APACHE on WINDOWS SERVER | Working fine <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
mod_harbour and APACHE on WINDOWS SERVER | Hey!
let me recommend Chocolatey. It is a package manager for windows, like brew for OSX, apt for Debian and derivatives, yum, etc.
It has many advantages, including the install of dependencies, and a clean uninstall if required.
After installing Chocolatey, you can install Xampp with
[code=fw:2bt53x60]<div class="... |
mod_harbour and APACHE on WINDOWS SERVER | Dear Antonio,
would you be so kind to tell us how to start PEInfo to get this information.
Thank you in advance
Otto |
mod_harbour and vscode + Antonino's debugger together!!! | Now we have source code editor and debugger for Windows, Linux and OSX for mod_harbour <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) -->
[img:3h1te32k]https://github.com/FiveTechSoft/screenshots/blob/master/vscode_modharbour.png?raw=true[/img:3h1te32k] |
mod_harbour and vscode + Antonino's debugger together!!! | [img:1gzigr9y]https://github.com/FiveTechSoft/screenshots/blob/master/modharbour_arch.png?raw=true[/img:1gzigr9y] |
mod_harbour benchmark utility using CURL | [code=fw:28cqz7ur]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"/home/user/harbour/contrib/hbcurl/hbcurl.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style=... |
mod_harbour benchmark utility using CURL | Another version by Carles:
[code=fw:ql4gc4hm]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> <span style="color: #00C800;">local</span> n<br /> ... |
mod_harbour code snippets | [code=fw:2qvl5a90]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> <span style="color: #00C800;">local</span> n<br /> <br /> ? _... |
mod_harbour code snippets | [code=fw:q3rgorrr]<div class="fw" id="{CB}" style="font-family: monospace;">#xcommand <span style="color: #00C800;">DO</span> <prg> => _Do<span style="color: #000000;">(</span> <prg> <span style="color: #000000;">)</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;"... |
mod_harbour code snippets | [code=fw:2d11gluv]<div class="fw" id="{CB}" style="font-family: monospace;">#xcommand <span style="color: #00C800;">DO</span> <prg> => _Do<span style="color: #000000;">(</span> <prg> <span style="color: #000000;">)</span><br />#xcommand CLEAR => ClearResult<span style="color: #000000;">(</span><span style="... |
mod_harbour code snippets | [code=fw:3v3mosqu]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> <span style="color: #0000ff;">Popup</span><span style="color: #000000;">(</span> ... |
mod_harbour code snippets | [code=fw:287mw2o4]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> <span style="color: #0000ff;">MsgInfo</span><span style="color: #000000;">(</span... |
mod_harbour code snippets | [code=fw:76buz0my]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> Alert<span style="color: #000000;">(</span> <span style="color: #ff0000;">"ok"</s... |
mod_harbour code snippets | [code=fw:126mfrlz]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> <span style="color: #0000ff;">Popup</span><span style="color: #000000;">(</span> ... |
mod_harbour code snippets | Review all code snippets:
[code=fw:1in682lh]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> <span style="color: #00C800;">local</span> cCode<br /><br /... |
mod_harbour code snippets | [code=fw:3axpiafx]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> MsgGet<span style="color: #000000;">(</span> <span style="color: #ff0000;">"numbe... |
mod_harbour code snippets !!! | Test your code, press save and share it with other mod_harbour users!!! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[url:2cwuoomo]https://harbour.fourtech.es/modharbour_samples/snippets/id.prg?calpe1[/url:2cwuoomo]
Full source code:
[url:2cwuoomo]https... |
mod_harbour com firebird | Dear Antonio,
I got this question:
Boa tarde Otto, você sabe informar se é possível utilizar mod_harbour com firebird ?
Du hast Folgendes gesendet:
Feliciano, I think for sure.
But I actually only use DBF.
I posted your question in the FIVEWIN forum and in the SKYPE group.
Let's wait for the answer.
Best regards,
Ot... |
mod_harbour com firebird | Dear Otto,
good morning
There is a folder in c:\harbour\contrib\hbfbird\ that as it says:
[quote:3rldu4ks]README 2003-12-23 - Harbour low-level API for Firebird and Interbase RDBMS
This work is not finished yet. It's planned to be similar to Harbour TMysql routines.
For full firebird documentation look at:
Firebir... |
mod_harbour compartir código | Prueba tu código, sálvalo y compártelo con otros usuarios de mod_harbour !!! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[url:gyn6y07j]https://harbour.fourtech.es/modharbour_samples/snippets/id.prg?calpe1[/url:gyn6y07j]
Código fuente completo:
[url:gyn... |
mod_harbour documentation | mod_harbour wiki:
[url:woxh4eac]https://github.com/FiveTechSoft/mod_harbour/wiki[/url:woxh4eac]
Please review also:
[url:woxh4eac]https://github.com/FiveTechSoft/mod_harbour/blob/master/windows/readme.md[/url:woxh4eac]
[url:woxh4eac]https://github.com/FiveTechSoft/mod_harbour/blob/master/lin... |
mod_harbour ejemplos | demos online: (haz click en cualquier .prg)
[url:1g01f6x1]https://harbour.fourtech.es/modharbour_examples/[/url:1g01f6x1]
Código fuente:
[url:1g01f6x1]https://github.com/FiveTechSoft/mod_harbour/tree/master/samples[/url:1g01f6x1] |
mod_harbour ejemplos | Excelente Antonio! Felicitaciones.
Saludos |
mod_harbour ejemplos | Excelente...
Felicitaciones, tengo una pregunta?
Se puede publicar en un servidor compartido (comercial - cpanel)?
Saludos |
mod_harbour ejemplos | Leandro,
No se puede porque no te van a permitir que instales mod_harbour
Por eso es preciso usar un servidor dedicado |
mod_harbour ejemplos | Ya no funciona <!-- s:cry: --><img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" title="Crying or Very sad" /><!-- s:cry: -->
<!-- m --><a class="postlink" href="https://harbour.fourtech.es/modharbour_examples/">https://harbour.fourtech.es/modharbour_examples/</a><!-- m -->
Not Found
The requested URL /modharbour_... |
mod_harbour ejemplos | Aida,
Simplemente lo hemos renombrado a:
[url:oem0n2xf]https://harbour.fourtech.es/modharbour_samples/[/url:oem0n2xf]
No te pierdas las nuevas demos <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Gestión de usuarios:
[url:oem0n2xf]https://harbour.fo... |
mod_harbour ejemplos | Antonio, but in virtual machines like azure or amazon, can i install harbour_mod? I buy the vm, I can choose the OS, memory , hd, install apache and harbour_mor or not?
Im not saying about webserver or cpanel, but an vm, in cloud public or Hybrid.
very thanks |
mod_harbour ejemplos | Yes
If you have a Linux or Windows dedicated server, then you can install it |
mod_harbour eshop en desarrollo | La gestión de usuarios y la identificación ya está funcionando desde la eshop:
[url:4d88vbcj]https://harbour.fourtech.es/modharbour_samples/eshop/index.prg?login[/url:4d88vbcj]
Os agradecemos si lo probais:
Las contraseñas no se guardan, solo sus valores MD5
Código fuente completo:
[url:4d88vbcj]ht... |
mod_harbour eshop en desarrollo | Impresionante Antonio. PRG corriendo en el navegador, eres un genio.
Un saludo
Javier LLoris |
mod_harbour eshop en desarrollo | Es más simple de lo que parece <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
mod_harbour eshop en desarrollo | live demo:
[url:h9s1bmlt]https://harbour.fourtech.es/modharbour_samples/genesis/index.prg[/url:h9s1bmlt]
Full source code:
[url:h9s1bmlt]https://github.com/FiveTechSoft/mod_harbour/tree/master/samples/genesis[/url:h9s1bmlt] |
mod_harbour eshop en desarrollo | seguindo a dica do Antonio => <!-- m --><a class="postlink" href="https://github.com/FiveTechSoft/mod_harbour/wiki">https://github.com/FiveTechSoft/mod_harbour/wiki</a><!-- m --> para instalar uma [i:vnf7meg9]distro[/i:vnf7meg9] linux (subsistema)
No meu caso tenho o Windows 10 Enterprise LTSC, sistema operacional qu... |
mod_harbour eshop example | Users management and identification is already working from the eshop:
[url:wjud8okd]https://harbour.fourtech.es/modharbour_samples/eshop/index.prg?login[/url:wjud8okd]
We appreciate if you test it
passwords are not saved, only their MD5 values
Full source code:
[url:wjud8okd]https://github.... |
mod_harbour eshop example | Antônio,
There are a lot of things in your code that I don't know - AP_Method(), AP_RPuts(), AP_Args(),AP_PostPairs(), ReplaceBlocks(), hb_HGet() - I think some comments in the code could help us to understand what they do.
Is possible to do the same using MySql ? |
mod_harbour eshop example | Vilian,
The docs for those functions is available from the mod_harbour wiki:
[url:2jefkqcc]https://github.com/FiveTechSoft/mod_harbour/wiki/Functions-provided-by-the-mod-Harbour[/url:2jefkqcc]
hb_HGet() is a Harbour function for hashes:
[url:2jefkqcc]https://github.com/Petewg/harbour-core/wiki/hb_H[... |
mod_harbour eshop example | Thank you <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) --> |
mod_harbour examples | live examples: (click on any .prg)
[url:3g297r0p]https://harbour.fourtech.es/modharbour_examples/[/url:3g297r0p]
source code:
[url:3g297r0p]https://github.com/FiveTechSoft/mod_harbour/tree/master/samples[/url:3g297r0p] |
mod_harbour examples | Dear Antonio ,
Simply Great ...! Can we say it is similar to JSP Servlet ?
Please provides example that calls other internal pages...!
It would be good to understand if we use [b:222d38jb]WEBPAGE , END WEBPAGE[/b:222d38jb] keyword instead OF TEMPLATE , ENDTEXT. However you may have somethin... |
mod_harbour examples | Don't miss the mod_harbour sandbox !!!
Write and execute your Harbour code directly on the web <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) -->
[url:28iik4wg]https://harbour.fourtech.es/modharbour_examples/sandbox.prg[/url:28iik4wg]
This is a dream made true... |
mod_harbour for IIS running on Windows 2012 server | live demos using MVC Mercury:
[url:wn450d19]http://77.119.251.147:803/seamap/index.prg[/url:wn450d19]
[url:wn450d19]http://modharbour.sysctrlsoftware.com:39393/mod_harbour/samples/mvc_iis/seamap/index.prg[/url:wn450d19]
Full source code:
[url:wn450d19]https://github.... |
mod_harbour for IIS running on Windows 2012 server | From SLACK
For iis it is important to give write and read permission to the folder. / data and to any folder where you want to manage data on the hard disk.
To give permission, the user IIS_IUSRS must be selected. |
mod_harbour for non dedicated servers | For those of you that have no access to a dedicated server, we have prepared a special version of mod_harbour that works as a CGI. So if you use a hosting company that will never allow to install an apache extension but does allow to install a CGI, then this mod_harbour version is for you <!-- s:-) --><img src="{SMILIE... |
mod_harbour for non dedicated servers | Here you have it, already built, for centOS 64 bits:
[url:1iwrj8bx]https://github.com/FiveTechSoft/mod_harbour/tree/master/cgi/linux/centOS%2064[/url:1iwrj8bx] |
mod_harbour for non dedicated servers | Here you have mod_harbour working from Bluehost (non dedicated server, where it is totally forbidden to install mod_harbour for Apache)
using mod_harbour CGI version:
[url:2utsrzte]https://fivetechsoft.com/cgi-bin/modharbour?info.prg[/url:2utsrzte]
[url:2utsrzte]https://fivetechsoft.com/cgi-bin/m... |
mod_harbour for non dedicated servers | Please clarify: mod_harbour CGI is an EXE, right? So it still cannot be run on most commercial web space providers, sorry. <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( -->
EMG |
mod_harbour for non dedicated servers | Dear Enrico,
If the hosting company allows CGI execution, then you can run mod_harbour from it using this new mod_harbour CGI version <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
This mod_harbour CGI version is an executable fully compatible with the mod_harbour versio... |
mod_harbour for non dedicated servers | That's exactly what I was afraid of. Most of commercial web space providers don't allow to run CGI EXE. So we cannot use mod_harbour. <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( -->
EMG |
mod_harbour for non dedicated servers | Bluehost allows it, I am testing it from there <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Surely other hosting companies may allow CGI execution too. Maybe not all of them, but some may allow it for sure
We need to find how to make it work for free from Google Colab ... |
mod_harbour for non dedicated servers | Hello Enrico,
Just out of curiosity.
Why is a VPS or self-hosting not a solution for you?
Best regards,
Otto |
mod_harbour for non dedicated servers | Usually I have to use the existing customer web spaces. I cannot tell my customers to change their providers just to allow my mod_harbour web apps to work, can I?
EMG |
mod_harbour for non dedicated servers | Dear Enrico,
What providers are those ?
I am curious to check them <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
mod_harbour for non dedicated servers | I don't know. Each customer have your own company web space or your own provider. As an example: [url:bgezyiah]https://www.aruba.it[/url:bgezyiah]
EMG |
mod_harbour for non dedicated servers | I have had servers in aruba (windows and linux) for a long time and it is where I do the tests and developments of modHarbour (with and without CGI) |
mod_harbour for non dedicated servers | I'm not talking about dedicated servers but web spaces. Aruba doesn't allow to run CGI EXEs from their web spaces. Most of my customers have web spaces from various providers or company web servers that doesn't allow CGI EXE to run for company policy.
EMG |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.