Search found 11 matches: blocking

Searched query: blocking

by Antonio Linares
Thu Nov 28, 2024 9:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: reading DBF from node.js
Replies: 2
Views: 644

Re: reading DBF from node.js

... Single language for front and back ends**: JavaScript can be used across the stack, reducing context-switching for developers.
- **Non-blocking I/O**: Node.js is designed to handle high-concurrency scenarios effectively.
- **Rich ecosystem**: npm, the Node.js package manager, offers an ...
by Otto
Tue Nov 12, 2024 10:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 5774

Re: cloud or not cloud

... secure the application.

Additionally, configure the Windows firewall on your server to allow only connections from Cloudflare IP addresses while blocking all other connections. Cloudflare provides a list of IP ranges, which you can use to set up the firewall rules.

Costs

The Cloudflare Pro Plan ...
by vilian
Fri Oct 11, 2024 12:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Switching to Web
Replies: 2
Views: 617

Re: Switching to Web

Hi Otto,

The company who provide internet to us implement treatment to the majority of the situation you have listed. They only recommend we don't use Mysql default port(3306) and also blocking the user ROOT for external access. We have our own server for years ;)
by Marc Venken
Thu Jun 13, 2024 7:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: Repeating Error
Replies: 3
Views: 701

Re: Repeating Error

... the server. Check the network connection and ensure there are no interruptions or connectivity issues.

Firewall Settings: A firewall might be blocking the communication. Ensure the necessary ports are open and that the firewall is not blocking the connection.

Server Load: The server might be ...
by driessen
Fri Apr 05, 2024 8:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 4802

Re: Question about wfReadUrl()

... Thank you so much for trying to help me.

My website has 3 different url's, all showing the same website.

Because some antivirus software is blocking some of my url's, I want to check which url is working fine.
Usuaslly my url's are working ok with the prefix "https".
THe function wfReadUrl ...
by Antonio Linares
Fri Mar 29, 2024 7:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 1995

Re: DNS

... for specific network protocols like TCP/IP.

Cancels Pending Calls (with caution): It's important to note that WSACleanup() cancels any pending blocking or asynchronous Winsock calls issued by any thread in your application. This cancellation happens without notification messages or event object ...
by Silvio.Falconi
Wed Jan 03, 2024 10:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: Backups into blu rays
Replies: 20
Views: 4919

Re: Backups into blu rays

... speech, I am well aware of ransomware which is a malicious computer program that can infect a digital device (PC, tablet, smartphone, smart TV), blocking access to all or some of its contents (photos, videos, files, etc.) and then asking for a ransom (in English, “ransom”) to be paid to “free” them ...
by Antonio Linares
Mon Dec 25, 2023 6:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 8496

Re: phpBB to LLM

... following command:

bash
Copy code
pip install --upgrade pip
Check Internet Connection:
Ensure that your internet connection is stable and not blocking the connection to the PyTorch servers. If you are behind a proxy, you may need to configure your proxy settings.

Firewall/Antivirus:
Check if ...
by MarcoBoschi
Thu Oct 19, 2023 6:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: hb_cdxPageSeekKey how to intercept this error
Replies: 18
Views: 2531

Re: hb_cdxPageSeekKey how to intercept this error

... of an index that sends the program into that error?
When one of my programs goes into error I usually read customized error files and I can often manage the error automatically.
But this error is blocking and when I open the dialog I don't know anything about what happened
Have a nice day
Marco
by karinha
Wed Sep 20, 2023 7:50 pm
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 164
Views: 93890

Re: xHarbour.org updated!

Artiaga, sorry, I was wrong. I can't log in with the Porto Seguros website. There is some blocking on the site. I think.

Artiaga, perdón, me equivoqué. No puedo iniciar sesión en el sitio web de Porto Seguros. Hay algunos bloqueos en el sitio. Yo creo.

Mejor usar ACTIVEX.

Regards, saludos.
by Otto
Wed Jan 04, 2023 11:11 am
Forum: mod_harbour
Topic: How install Harbour on web server
Replies: 26
Views: 10751

Re: How install Harbour on web server

... note:
What is the equivalent of apachectl configtest on Apache for Windows?
I try to block some IPs.
On windows you have to use: httpd -t
After blocking the IP the server reports a 404

I use following in httpd.conf

<RequireAll>
Require not ip 51.x.x.229 176.x.x.85 x.x.223.85
Require all ...