topic
stringlengths
1
63
text
stringlengths
1
577k
mod_harbour for non dedicated servers
We should get mod_harbour to be part of the common packages that Apache installs by default
mod_harbour for non dedicated servers
It would be great for a start. But what about IIS? EMG
mod_harbour for non dedicated servers
Here we have a good list of Apache contributors that hopefully could guide us: [url:2rs05z14]https://httpd.apache.org/contributors/[/url:2rs05z14]
mod_harbour for non dedicated servers
I have just emailed mod_lua developer (all the emails in the previous URL) this email: [quote:1yjy7ot8]Dear Brian, I have read that you were the developer for mod_lua. Congratulations for your great work and for sharing it. We have developed a new mod_harbour for Apache and we wonder how could make it part of the default Apache package ? many thanks for your guidance, Happy new year[/quote:1yjy7ot8] I kindly ask you to take some minutes and email to other members in the list. Lets try it
mod_harbour for non dedicated servers
Hi Enrico, Jean told me on FB that he is working with IIS. Best regards, Otto [quote:85ivsw2l]Jean-François Lefebvre Otto Atzwanger yes it is, and I even added my own librairy. it work on iis on win server 2019[/quote:85ivsw2l]
mod_harbour for non dedicated servers
So? I don't see the point. EMG
mod_harbour for non dedicated servers
Enrico, The point. Since you are a professional software developer, I think that only dedicated hosting is an option for you and yes, mod harbour and IIS work wonderfully there. Best regards, Otto [url:23yvc1n7]https://www.verizon.com/business/small-business-essentials/resources/dedicated-hosting-vs-shared-hosting-pros-cons-173704513/[/url:23yvc1n7]
mod_harbour for non dedicated servers
Unfortunately not. As I already wrote, I must use the existing customers company servers or web spaces. It's not my choice. EMG
mod_harbour for non dedicated servers
This is a pity. Then you will have to go the stony PHP way. That's what happened to me with ASP classic. It was just discontinued.
mod_harbour for non dedicated servers
Actually, I have no problem at all with web developing. But I'm always open to improve things. EMG
mod_harbour for non dedicated servers
But then it might have been better - in terms of the economic efficiency of the scarce resources - you might have been able to formulate your questions a little differently.
mod_harbour for non dedicated servers
Enrico, Yes, it works fine for me. I also have such a wonderful tool for the backend. Thank you for this tool. Best regards, Otto [img:3l0q0zmr]https://mybergland.com/fwforum/emag.jpg[/img:3l0q0zmr]
mod_harbour for non dedicated servers
[quote="Enrico Maria Giordano":3puag12d]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[/quote:3puag12d] Sorry, this server linux ( BASIC ) is a dedicated server? <!-- m --><a class="postlink" href="https://hosting.aruba.it/es/hosting/linux.aspx">https://hosting.aruba.it/es/hosting/linux.aspx</a><!-- m -->
mod_harbour for non dedicated servers
If mod_harbour works for you I'm very happy. It can't work for me as of today. EMG
mod_harbour for non dedicated servers
Dear Enrico, Please let me know what Linux version your host is using so we can build it specifically for it version.php [code=fw:3w24bm6j]<div class="fw" id="{CB}" style="font-family: monospace;"><?php <br />&nbsp; &nbsp;<span style="color: #00C800;">print</span><span style="color: #000000;">&#40;</span> shell_exec<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"lsb_release -a"</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span>; <br />?></div>[/code:3w24bm6j]
mod_harbour for non dedicated servers
Dear Enrico, Doing tests on non dedicate servers, we have found that we can run modharbour (CGI version) on any public HTML folder this simple way: info.php [code=fw:bkjw46wx]<div class="fw" id="{CB}" style="font-family: monospace;"><?php<br />   <span style="color: #00C800;">print</span><span style="color: #000000;">&#40;</span> shell_exec<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"./modharbour info.prg"</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span>;<br />?></div>[/code:bkjw46wx] See how you are running Harbour here from a folder which it is not cgi-bin: [url:bkjw46wx]https&#58;//www&#46;fivetechsoft&#46;com/counter/info&#46;php[/url:bkjw46wx] In other words, this means that we could use modharbour CGI from any shared hosting <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
mod_harbour for non dedicated servers
Can you send me the modharbour folder so I can upload it to my webspace and test it, please? EMG
mod_harbour for non dedicated servers
My web space is on a Windows server. EMG
mod_harbour for non dedicated servers
Here you have it: [url:2qiyxa9g]https&#58;//github&#46;com/FiveTechSoft/mod_harbour/tree/master/cgi/windows[/url:2qiyxa9g] You need the EXE and the DLL and you may use test.prg for a test: test.php [code=fw:2qiyxa9g]<div class="fw" id="{CB}" style="font-family: monospace;"><?php<br />   <span style="color: #00C800;">print</span><span style="color: #000000;">&#40;</span> shell_exec<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"modharbour.exe test.prg"</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span>;<br />?></div>[/code:2qiyxa9g] test.prg [code=fw:2qiyxa9g]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&nbsp; &nbsp;? <span style="color: #ff0000;">"Hello world"</span><br /><br /><span style="color: #00C800;">return</span> <span style="color: #00C800;">nil</span></div>[/code:2qiyxa9g]
mod_harbour for non dedicated servers
I created a folder in my webspace and named it mod_harbour. Then I copied the following file in it: test.prg libcurl-x64.dll modharbour.exe test.php Then I open the following url in my browser: [url:1t6w1ryd]https&#58;//www&#46;emagsoftware&#46;it/mod_harbour/test&#46;prg[/url:1t6w1ryd] I get: Errore HTTP 404.3 - Not Found Then I tried with: [url:1t6w1ryd]https&#58;//www&#46;emagsoftware&#46;it/mod_harbour/test&#46;php[/url:1t6w1ryd] And I get: Warning: shell_exec() has been disabled for security reasons in D:\inetpub\webs\emagsoftwareit\mod_harbour\test.php on line 2 What I'm doing wrong? EMG
mod_harbour for non dedicated servers
Enrico, They don't allow it: [quote:b9acmbsn]shell_exec() has been disabled for security reasons[/quote:b9acmbsn] many thanks for your feedback
mod_harbour for non dedicated servers
This is exactly what I was talking about. <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( --> EMG
mod_harbour for non dedicated servers
[quote="Enrico Maria Giordano":gp10k5h6]My web space is on a Windows server. EMG[/quote:gp10k5h6] I also have Windows Server running without restrictions
mod_harbour for non dedicated servers
Enhanced version: live tests: [url:1iswzgha]https&#58;//www&#46;fivetechsoft&#46;com/counter/info&#46;php[/url:1iswzgha] [url:1iswzgha]https&#58;//www&#46;fivetechsoft&#46;com/counter/modpro&#46;php[/url:1iswzgha] test.php [code=fw:1iswzgha]<div class="fw" id="{CB}" style="font-family: monospace;"><?php<br />   $result = shell_exec<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"./modharbour test.prg"</span> <span style="color: #000000;">&#41;</span>;<br />   <span style="color: #00C800;">print</span><span style="color: #000000;">&#40;</span> <span style="color: #0000ff;">substr</span><span style="color: #000000;">&#40;</span> $result, strpos<span style="color: #000000;">&#40;</span> $result, chr<span style="color: #000000;">&#40;</span> <span style="color: #000000;">10</span> <span style="color: #000000;">&#41;</span>.chr<span style="color: #000000;">&#40;</span> <span style="color: #000000;">10</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span> + <span style="color: #000000;">1</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span>;<br />?></div>[/code:1iswzgha] run.php [code=fw:1iswzgha]<div class="fw" id="{CB}" style="font-family: monospace;"><?php<br />   header<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'Access-Control-Allow-Origin: *'</span><span style="color: #000000;">&#41;</span>;<br />   header<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'Access-Control-Allow-Methods: GET, POST'</span><span style="color: #000000;">&#41;</span>;<br />   header<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"Access-Control-Allow-Headers: X-Requested-With"</span><span style="color: #000000;">&#41;</span>;<br />   file_put_contents<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"tmp.prg"</span>, $_POST<span style="color: #000000;">&#91;</span><span style="color: #ff0000;">"source"</span><span style="color: #000000;">&#93;</span> <span style="color: #000000;">&#41;</span>;<br />   $result = shell_exec<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"./modharbour tmp.prg"</span> <span style="color: #000000;">&#41;</span>;<br />   <span style="color: #00C800;">print</span><span style="color: #000000;">&#40;</span> <span style="color: #0000ff;">substr</span><span style="color: #000000;">&#40;</span> $result, strpos<span style="color: #000000;">&#40;</span> $result, chr<span style="color: #000000;">&#40;</span> <span style="color: #000000;">10</span> <span style="color: #000000;">&#41;</span>.chr<span style="color: #000000;">&#40;</span> <span style="color: #000000;">10</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span> + <span style="color: #000000;">1</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span>;<br />?></div>[/code:1iswzgha]
mod_harbour for non dedicated servers
See this and thanks to Lailton for his great help !!! [url:1fpmvlpr]http&#58;//www&#46;fivetechsoft&#46;com/counter/modpro&#46;php[/url:1fpmvlpr] mod_harbour modpro example working from BlueHost (where no mod_harbour setup is allowed being a non dedicated server) !!! (using the PHP bridge)
mod_harbour for non dedicated servers
You're welcome. All looks nice <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> good job.
mod_harbour genesis cookies identificación
La identificación usando cookies ya funciona: [url:3tfdqlhh]https&#58;//harbour&#46;fourtech&#46;es/modharbour_samples/genesis/index&#46;prg[/url:3tfdqlhh] Muy básica aún, pero funciona <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) -->
mod_harbour genesis cookies identificación
Saludos y Gracias Excelente, Recomendaciones: 1. Visualizar las variables de entorno GETENV() 2. Crear, Editar programas fuentes. 3. Objeto para Guardar y Recuperar Variable de Entorno.
mod_harbour genesis cookies identification
I tried but I can't access on give me error password or user not found
mod_harbour genesis cookies identification
Hello Silvio, zou must sign in first. Best regards, Otto
mod_harbour genesis cookies identification
Very basic but working already <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> [url:15b2ltr1]https&#58;//harbour&#46;fourtech&#46;es/modharbour_samples/genesis/index&#46;prg[/url:15b2ltr1]
mod_harbour genesis cookies identification
allready made then on login not Know My data
mod_harbour installation instructions for IIS?
Hello, what are the current installation instructions for IIS? Should we always use Fastcgi on IIS? Can't find "ADD an handler mapping" choice in IIS Manager and FastCgi executable choice in other available options... What am I missing? Taavi.
mod_harbour installation instructions for IIS?
Dear Taavi, mod_harbour for Microsoft IIS install instructions: [url:46eqp39h]https&#58;//github&#46;com/FiveTechSoft/mod_harbour/blob/master/IIS/readme&#46;md[/url:46eqp39h] Try it first without fastCGI support and check if the speed you get is fine for you [img:46eqp39h]https&#58;//github&#46;com/FiveTechSoft/screenshots/blob/master/modharbour_iis_settings&#46;JPG?raw=true[/img:46eqp39h]
mod_harbour installer is coming...
The [b:2ljktzxd]mod_harbour installer[/b:2ljktzxd] is coming. We appreciate your feedback... [b:2ljktzxd]Full source code available from:[/b:2ljktzxd] [url:2ljktzxd]https&#58;//github&#46;com/FiveTechSoft/mod_harbour/blob/master/windows/win64/setup/modharbour&#46;iss[/url:2ljktzxd] It gets [b:2ljktzxd]automatically built from GitHub Actions[/b:2ljktzxd]: [url:2ljktzxd]https&#58;//github&#46;com/FiveTechSoft/mod_harbour/actions[/url:2ljktzxd] [img:2ljktzxd]https&#58;//github&#46;com/FiveTechSoft/screenshots/blob/master/modharbour_installer&#46;png?raw=true[/img:2ljktzxd]
mod_harbour learning
[url:100kxcle]https&#58;//www&#46;hotmart&#46;com/product/web-development-with-mod-harbour-and-mercury/K39741308S[/url:100kxcle]
mod_harbour live demos
live demos: [url:3odqxmo2]https&#58;//harbour&#46;fourtech&#46;es/modharbour_samples/[/url:3odqxmo2] full source code: [url:3odqxmo2]https&#58;//github&#46;com/FiveTechSoft/mod_harbour/tree/master/samples[/url:3odqxmo2]
mod_harbour live demos
live demos: [url:161uqkel]https&#58;//harbour&#46;fourtech&#46;es/modharbour_samples/[/url:161uqkel] full source code: [url:161uqkel]https&#58;//github&#46;com/FiveTechSoft/mod_harbour/tree/master/samples[/url:161uqkel]
mod_harbour news
* New: function AP_GetPairs() provides similar functionality as AP_PostPairs(). Parameters must be provided (W3C specifications) like this example: index.prg?one=first&two=second&three=third. Example: ? AP_GetPairs() * Enhanced function AP_RPuts() support for arrays, hashes and objects. In example: ? AP_HeadersIn() You can inspect any object simply doing, in example, ? ErrorNew() New version available from: [url:i7tj0rk9]https&#58;//github&#46;com/FiveTechSoft/mod_harbour[/url:i7tj0rk9]
mod_harbour novedades
* Nuevo: function AP_GetPairs() proprociona una funcionalidad similar a AP_PostPairs(). Los parámetros tienen que ser proporcionados como en este ejemplo (especificaciones W3C): index.prg?one=first&two=second&three=third. Example: ? AP_GetPairs() * Mejorada la función AP_RPuts() proporcionando soporte para arrays, hashes and objects. Por ejemplo: ? AP_HeadersIn() Puedes inspeccionar cualquier objeto simplemente haciendo, por ejemplo, ? ErrorNew() La nueva versión está disponible desde: [url:1jogk8hx]https&#58;//github&#46;com/FiveTechSoft/mod_harbour[/url:1jogk8hx]
mod_harbour on Windows 32 bit
HI all. I tried to install mod_harbour on windows 32 bit computer, but no success. Every time when try to open some sample (for example <!-- m --><a class="postlink" href="http://localhost/samples/arrays.prg">http://localhost/samples/arrays.prg</a><!-- m -->) I get message mod_harbour version May 13 2020, 12:49:18 c:\xampp\htdocs\libharbour.dll The specified module could not be found. failed to load hb_apache() I followed suggested installation procedure. Also copied libcurl-x64.dll, libcrypto-1_1-x64.dll and libssl-1_1-x64.dll to D:\xampp\apache\bin (I installed xampp 7.3.2 on D drive). Problem is that I can find these files on four locations in mod_harbour-master folder. ...\fastcgi\windows\win64 ...\IIS\bin ...\IIS\msvc\x64\Release ...\windows\win64\required I am confused what of them to use. Next what confuses me is why I need to copy 64 bit files on windows 32 computer ? I could not find installation procedure dedicated only for windows 32 bit, step by step. All of them target windows 64 bit computers, with aside mentioning windows 32 bit machines. Anybody can link me to step by step installation procedure for windows 32 bit machines only ? Thank you and Best regards. Dako.
mod_harbour on Windows 32 bit
I did not succeeded to install mod_harbour on windows 32 computer using xampp. Then I found post [b:1a6df1zx]Start with ModHarbou[/b:1a6df1zx] in this forum, which explains how to install on windows 32 computer using Apache24. That did job for me. Thanks and Best regards. Dako.
mod_harbour para servidores no dedicados
Para aquellos de vosotros que no teneis acceso a un servidor dedicado, hemos preparado una versión especial de mod_harbour que funciona como un CGI. Por lo que si estais usando una empresa de hosting en la que no os permite añadir una extensión a Apache pero si permiten la instalación de CGIS, entonces esta versión de mod_harbour es para vosotros <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> [url:kbh4myh5]https&#58;//github&#46;com/FiveTechSoft/mod_harbour/tree/master/cgi/linux[/url:kbh4myh5] Agradecemos vuestro feedback probándolo
mod_harbour para servidores no dedicados
Aqui lo teneis ya construido para centOS 64 bits: [url:y36jl08m]https&#58;//github&#46;com/FiveTechSoft/mod_harbour/tree/master/cgi/linux/centOS%2064[/url:y36jl08m]
mod_harbour para servidores no dedicados
Estimado Antonio Pregunta: Para aquellos que tienen ya sus desarrollos en modharbour, usando MVC.TWEB.WDO, no cambia nada en su configuración ? Saludos Osvaldo Ramirez
mod_harbour para servidores no dedicados
Osvaldo, Aún no puedo responder a tu pregunta porque no tenemos feedback suficiente Lo primero es probar si funciona ó no en servidores no dedicados. Lo siguiente será ir probando todos esos detalles
mod_harbour para servidores no dedicados
Aqui teneis a mod_harbour funcionando desde Bluehost (servidor NO dedicado) usando la versión CGI de mod_harbour: [url:3j2r0eq2]https&#58;//fivetechsoft&#46;com/cgi-bin/modharbour?info&#46;prg[/url:3j2r0eq2] [url:3j2r0eq2]https&#58;//fivetechsoft&#46;com/cgi-bin/modharbour?arrays&#46;prg[/url:3j2r0eq2] Ahora podemos usar mod_harbour desde servidores NO dedicados también !!! <!-- s:-D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":-D" title="Very Happy" /><!-- s:-D -->
mod_harbour para servidores no dedicados
Felicidades Antonio, Se ha abierto otro camino y todo esto dara opciones y riqueza nuestro mundo mod, usando diferentes tecnicas. Todo estos esfuerzos ayudan a evolucionar esta fantastica herramienta. Que tengais un feliz fin de año y una muy buena entrada del 2022! Avanti... C.
mod_harbour quick setup guide
[img:3j6p4hhp]https&#58;//github&#46;com/FiveTechSoft/screenshots/blob/master/modharbour_setup_1&#46;jpeg?raw=true[/img:3j6p4hhp] [img:3j6p4hhp]https&#58;//github&#46;com/FiveTechSoft/screenshots/blob/master/modharbour_setup_2&#46;jpeg?raw=true[/img:3j6p4hhp] [img:3j6p4hhp]https&#58;//github&#46;com/FiveTechSoft/screenshots/blob/master/modharbour_setup_3&#46;jpeg?raw=true[/img:3j6p4hhp]
mod_harbour sandbox is ready !!!
Write and execute your Harbour code directly on the web <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) --> [url:v0fg5kv4]https&#58;//harbour&#46;fourtech&#46;es/modharbour_examples/sandbox&#46;prg[/url:v0fg5kv4] This is a dream made true <!-- s:-D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":-D" title="Very Happy" /><!-- s:-D --> See how fast it runs !!!
mod_harbour sandbox is ready !!!
Muy bien ahi Antonio!!! Felicitaciones!!!
mod_harbour sandbox is ready !!!
Dear Antonio, thank you. I am so happy that you have made the dream true. I do not dare to think what mod_harbour will do for internet programming. Best regards Otto [img:2c5g6ykd]https&#58;//mybergland&#46;com/fwforum/sandbox&#46;jpg[/img:2c5g6ykd]
mod_harbour sandbox is ready !!!
Dear Antonio, it seems that the sandbox link is no longer working. Best regards, Otto
mod_harbour sandbox is ready !!!
Dear Otto, This is the right link: [url:36t6lj0d]https&#58;//harbour&#46;fourtech&#46;es/modharbour_samples/sandbox&#46;prg[/url:36t6lj0d]
mod_harbour sandbox is ready !!!
Dear Antonio, if I press enter then the editor is showing this: [code=fw:2cajbi4s]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;? <span style="color: #ff0000;">"<h1>"</span> + <span style="color: #ff0000;">"Hello world<br />&nbsp; &nbsp;"</span> + <span style="color: #ff0000;">"</h1>"</span><br /><span style="color: #00C800;">return</span> n<br /><br />&nbsp;</div>[/code:2cajbi4s] Best regards Otto
mod_harbour sandbox is ready !!!
Dear Antonio, if I mark a line and press DEL some text remains. Best regards, Otto
mod_harbour sandbox is ready !!!
Dear Otto, Cristobal Navarro is developing sandbox, I am forwarding him your comments I am currently focused on the eshop <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) --> [url:2j1otdoi]https&#58;//harbour&#46;fourtech&#46;es/modharbour_samples/eshop/index&#46;prg[/url:2j1otdoi]
mod_harbour sandbox is ready !!!
Dear Otto Download always download the latest version of: <!-- m --><a class="postlink" href="https://github.com/FiveTechSoft/mod_harbour">https://github.com/FiveTechSoft/mod_harbour</a><!-- m --> [img:238ps3cc]https&#58;//i&#46;postimg&#46;cc/4dBS3q97/sandbox01&#46;png[/img:238ps3cc]
mod_harbour sandbox is ready !!!
Hello Cristobal, I am testing with the online link Antonio published here. I made some PR in the X b a s e forum. <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Best regards Otto
mod_harbour sandbox is ready !!!
[quote="Antonio Linares":hi8inw8s]Dear Otto, Cristobal Navarro is developing sandbox, I am forwarding him your comments I am currently focused on the eshop <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) --> [url:hi8inw8s]https&#58;//harbour&#46;fourtech&#46;es/modharbour_samples/eshop/index&#46;prg[/url:hi8inw8s][/quote:hi8inw8s] It's get amazing! I hope you will do a step-by-step to us understand how we will can work with modharbour <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->
mod_harbour sandbox is ready !!!
Otto in GitHub version, what you mention does not happen Please try it
mod_harbour sandbox is ready !!!
[quote="vilian":3i4sj8b6] It's get amazing! I hope you will do a step-by-step to us understand how we will can work with modharbour <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->[/quote:3i4sj8b6] Dear Vilian It is very easy to start practicing with mod_harbour. You only need to install Apache server, or Xampp (is what I use) in windows, or if you prefer, if you use Windows 10, use the Ubuntu Bash included in Windows 10, or some Linux installation. In the mod_harbour wiki there is a lot of information about the installation, and in the repository there are many examples of use. [url:3i4sj8b6]https&#58;//github&#46;com/FiveTechSoft/mod_harbour[/url:3i4sj8b6] and live chat of mod_harbour users: <!-- m --><a class="postlink" href="https://harbourproject.slack.com/messages/CJUHF8SBX/">https://harbourproject.slack.com/messages/CJUHF8SBX/</a><!-- m -->
mod_harbour sandbox is ready !!!
Dear Cristobal, I have no problems. It is only if people come here and test this link then you get these errors. Therefore I informed you. Best regards, Otto
mod_harbour sandbox is ready !!!
Otto, any suggestions will be welcome. Thank you
mod_harbour sandbox is ready !!!
[quote="Antonio Linares":2re0act2]Write and execute your Harbour code directly on the web <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) --> [url:2re0act2]https&#58;//harbour&#46;fourtech&#46;es/modharbour_examples/sandbox&#46;prg[/url:2re0act2] This is a dream made true <!-- s:-D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":-D" title="Very Happy" /><!-- s:-D --> See how fast it runs !!![/quote:2re0act2] Amazing, works great in windows10, one question, how I can open a dbf in other folder like C:\SISTEMAS\DADOS? In this folder i have many dbfs. Thank you!
mod_harbour sandbox is ready !!!
Are you using Apache from Windows or from the bash (linux) ?
mod_harbour sandbox is ready !!!
[quote="Antonio Linares":idl0o0sm]Are you using Apache from Windows or from the bash (linux) ?[/quote:idl0o0sm] Bash (Ubuntu 18.04 LTS)
mod_harbour sandbox is ready !!!
To let a folder with DBFs, etc. be used from Apache: sudo chown -R www-data:www-data folderName www-data is the Apache username, so we make www-data the owner of the folder
mod_harbour sandbox is ready !!!
Hi, when I log in, got this wrong screen. See the image: [img:2mgdtxjx]https&#58;//i&#46;postimg&#46;cc/G3B8DQJY/modharbour-fox-chr&#46;jpg[/img:2mgdtxjx] Using Chrome and screen resolution: 1366 x 768 (max for Philips 190TS) Regards, Euclides
mod_harbour sandbox is ready !!!
Euclides, I use for the design and development of Sandbox.prg and Chrome, but from the url that you indicate, now, I also get the same result <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> Download always download the latest version of: <!-- m --><a class="postlink" href="https://github.com/FiveTechSoft/mod_harbour">https://github.com/FiveTechSoft/mod_harbour</a><!-- m --> Copy in your documents folder of server apache and execute sandbox.prg ( localhost\mod_harbour\samples\sandbox.prg ) and tell me. [img:1msyawtb]https&#58;//i&#46;postimg&#46;cc/4dBS3q97/sandbox01&#46;png[/img:1msyawtb] ( Pd: This image does not correspond to the version you will download. )
mod_harbour sandbox is ready !!!
[quote="Euclides":36rkqy7d]Hi, when I log in, got this wrong screen. See the image: [img:36rkqy7d]https&#58;//i&#46;postimg&#46;cc/G3B8DQJY/modharbour-fox-chr&#46;jpg[/img:36rkqy7d] Using Chrome and screen resolution: 1366 x 768 (max for Philips 190TS) Regards, Euclides[/quote:36rkqy7d] I am also facing same problem The menu like Run displays for second and it wanish when Noname1.prg load
mod_harbour sandbox is ready !!!
Hi Cristóbal. Today the 'Run', 'Clear' and 'Select' Buttons are showing up. For a while I did not download anything. I am talking with th IT personel to install an Apache server in one of the servers. The I will come up with new questions. Thanks & regards, Euclides.
mod_harbour sandbox is ready !!!
Euclides, I updated repository with version 1.2 Please download, and try
mod_harbour sessions videos on YouTube
First video: [url:1ylruvsh]https&#58;//youtu&#46;be/Ke26VAxmNyQ[/url:1ylruvsh] Second video: [url:1ylruvsh]https&#58;//youtu&#46;be/vKlayoY1knk[/url:1ylruvsh] Third video: [url:1ylruvsh]https&#58;//youtu&#46;be/YK4Slt2Xo9I[/url:1ylruvsh] Fourth video: [url:1ylruvsh]https&#58;//youtu&#46;be/QQ7VgyGrl5Q[/url:1ylruvsh]
mod_harbour sessions videos on YouTube
Fifth video: [url:2xijm0bd]https&#58;//youtu&#46;be/SU8twiSbGIQ[/url:2xijm0bd] * ORM * Views concepts and implementation * Small web app full review * Bootstrap utilities * etc
mod_harbour sessions videos on YouTube
ORM concept is marvelous. Shame there are no English subtitles. Antonio do you have sample code as per the video?
mod_harbour sessions videos on YouTube
Jonathan, Full source code and examples for mod_harbour <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> [url:2joabzr0]https&#58;//github&#46;com/carles9000/wdo[/url:2joabzr0]
mod_harbour sessions videos on YouTube
Wow great! Keep up the good work. Jonathan
mod_harbour sessions videos on YouTube
Sixth video: [url:26urmjbf]https&#58;//www&#46;youtube&#46;com/watch?v=hPFexyAS-24&feature=youtu&#46;be[/url:26urmjbf] * DataTable API examples by Quim Ferrer * Debugging using the web browse inspector console * GitHub online editing * Git pull from the remote server * mod_harbour meta commands * Ajax PRG execution * PDFs support
mod_harbour sessions videos on YouTube
Seventh video: [url:w86afcis]https&#58;//youtu&#46;be/g6ayWD5AF9w[/url:w86afcis] * Forms designer * DataTable API * JSON -> Harbour to javascript values * AP_Body() fix * Subtitled videos * Building mod_harbour and more...
mod_harbour sessions videos on YouTube
Hi Antonio. All the videos are really useful and interesting. My problem is that I understand only some sentences but seeing what you are writing and showing is enough for learning. Thanks a lot for your work. Massimo
mod_harbour sessions videos on YouTube
Massimo, Carles Aubia has managed how to automatically translate the youtube videos into any language: [img:1zhlalfy]https&#58;//github&#46;com/FiveTechSoft/screenshots/blob/master/youtube-subtitles&#46;png?raw=true[/img:1zhlalfy]
mod_harbour sessions videos on YouTube
Antonio, Great, tomorrow I'll test it. In the next session can I be present, as a listener ?
mod_harbour sessions videos on YouTube
Dear Massimo, Yes, of course <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
mod_harbour sessions videos on YouTube
Dear Antonio, thanks a lot <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> I've tried the subtitles translation. It is very useful, until I don't learn to speak a good spanish like you.
mod_harbour sessions videos on YouTube
Eight video: [url:205j2qy9]https&#58;//youtu&#46;be/Vekngay1lj4[/url:205j2qy9]
mod_harbour sessions videos on YouTube
Building mod_harbour with contribs libs: [url:liae992o]https&#58;//youtu&#46;be/3AGbUzjhq7I[/url:liae992o]
mod_harbour sessions videos on YouTube
Genesis MVC, hbmk2, Dockers [url:m5e801ig]https&#58;//youtu&#46;be/QlyB5-Prsos[/url:m5e801ig]
mod_harbour sessions videos on YouTube - HWeb mod-harbour N
[url:u9jq1if5]https&#58;//youtu&#46;be/UmIn6sHcdZY[/url:u9jq1if5] YouTubeYouTube | Marcelo Roggeri HWeb mod-harbour Nº21 Otto 22:56 Uhr[url] [url:u9jq1if5]https&#58;//winhotel&#46;space/harbourino/html/index&#46;html[/url:u9jq1if5] Thank you for giving me the opportunity to introduce Harbourino. This link is a very simple user manual. The download links are listed in the manual. Angel Pais 23:06 Uhr Would you be so kind to post this in the forum ? So it doesn't get lost
mod_harbour soporte de PDFs !!!
[img:1y7etslm]https&#58;//github&#46;com/FiveTechSoft/screenshots/blob/master/modharbour_pdfs&#46;png?raw=true[/img:1y7etslm]
mod_harbour users live chat
[url:336h8145]https&#58;//harbourproject&#46;slack&#46;com/messages/CJUHF8SBX/[/url:336h8145]
mod_harbour users live chat
[url:1yzlzza8]https&#58;//harbourproject&#46;slack&#46;com/messages/CJUHF8SBX/[/url:1yzlzza8]
mod_harbour users live chat
I need to have an invitation to join and view in slack "https://harbourproject.slack.com" "Contact the workspace administrator for an invitation" Regards Jonathan
mod_harbour users live chat
Jonathan, I just sent you an invitation. Please confirm me if you get it and if it works, thanks!
mod_harbour users live chat
Works perfectly thanks Jonathan
mod_harbour users live chat
Hello Antonio, could you send me an invitation to the mod_harbour group in slack? I'm studying and watching your reunions about it on youtube <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> .
mod_harbour users live chat
Ricardo, Done! Welcome to the mod_harbour users chat <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
mod_harbour users live chat
Thank you Antonio! it really is an honor <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
mod_harbour users live chat
Hola Antonio: Me gustaría participar tambien! Saludos
mod_harbour users live chat
Invitación enviada!