Search found 62 matches: logging

Return to advanced search

Re: cloud or not cloud

... against DoS attacks (mod_evasive, Fail2Ban). Regular updates (Windows, Apache, PHP). Implement a backup strategy (regular backups). Set up logging and monitoring (Apache logs, IDS). Prepare an emergency and incident response plan (response to security incidents). By implementing these steps, ...
by Otto
Sat Nov 09, 2024 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1120

Think Bigger - Think on Future

... you can optimize the performance of your CRUD operations by caching data in memory, performing write operations in batches, or setting up logging for repeated queries. Error and Transaction Management: Ensure your system handles transactions securely and creates error logs to prevent data ...
by Otto
Fri Nov 01, 2024 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Think Bigger - Think on Future
Replies: 0
Views: 160

Re: Route from Fiber Optic to the Web Server

... Protect against DoS attacks (mod_evasive, Fail2Ban). Regular updates (Windows, Apache, PHP). Implement a backup strategy (regular backups). Set up logging and monitoring (Apache logs, IDS). Prepare an emergency and incident response plan (react to security incidents). By implementing these steps, ...
by Otto
Tue Oct 22, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Route from Fiber Optic to the Web Server
Replies: 3
Views: 227

Re: How to Curl for text messaging

Here is my code, modified yours a little. Had to use my logging function. Using the Twilio API seems to work great, it the crashing of the program I can't figure out. Thanks, in advance. Line number in the hb_out.log file leads me to the "Return ...
by byron.hopp
Tue Jul 16, 2024 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 23
Views: 4021

Re: EZTexting Send Message

... the class to include receiving replies. That is a whole other layer of complication, but I may do it. Here is my complete program which includes logging, and also the ability to do scripts ( which I call from a button on the button bar, where it applies ). I hope this helps. Tim #INCLUDE "hbClass.ch"#include ...
by TimStone
Wed Jul 03, 2024 1:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EZTexting Send Message
Replies: 8
Views: 771

JWT Implementation in Harbour

... JWT is valid, the payload is displayed and logged. If not, an "Invalid JWT" message is logged. End: The process ends after displaying or logging the payload or the error message. #include "fivewin.ch"FUNCTION Main()    LOCAL cSecret    LOCAL hPayload    LOCAL cJwt    ...
by Otto
Fri Jun 21, 2024 9:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: JWT Implementation in Harbour
Replies: 0
Views: 441

JWT Implementation in Harbour

... JWT is valid, the payload is displayed and logged. If not, an "Invalid JWT" message is logged. End: The process ends after displaying or logging the payload or the error message. #include "fivewin.ch"FUNCTION Main()    LOCAL cSecret    LOCAL hPayload    LOCAL cJwt    ...
by Otto
Fri Jun 21, 2024 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JWT Implementation in Harbour
Replies: 4
Views: 446

Re: modharbour.club

... Otherwise, I have never had problems, and if I did, it was due to my error. For example, I use memowrit() for logging. I noticed that if the log files become quite large, using memoread() and appending can cause a timeout from the server. However, this is a ...
by Otto
Sat May 18, 2024 8:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: modharbour.club
Replies: 4
Views: 722

xbrowse (likely a custom table) whose contents change dynam

... hash object (hPost), extracts the keys from the decoded hash, and logs their values. It then sends a JSON response back to the client. We are only logging the request that we receive from the client in this code. It is only for demonstration purposes. Here, one would then integrate the harbour ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 839

Custom error handling

... to obtain the log file. Could someone point out what is the correct way to create custom error handling in mod_harbour to achieve a server side logging of that kind of errors? Thanks in advance.
by berpa
Wed Mar 08, 2023 11:07 am
 
Forum: mod_harbour
Topic: Custom error handling
Replies: 0
Views: 725

Re: Fighting Xbrowse and lozing !!!

... saving system (when something changes in any column of the browse, it will call a function that saves the old data and the new data in a kind of logging database I think that lColChangeNotify := .t. will help doing this. (I will check de code)
by Marc Venken
Fri Dec 23, 2022 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 2594

Re: SMS Text messaging

... to use for sending the text. Those are the Account SSDI, AUTH, and PHONE. 2). I do not use the CALL feature so I removed it. 3). I have my own logging utility, so I substituted in my own process for his log routine. 4). I've made a couple of other changes specific to my implementation. 5). ...
by TimStone
Tue Nov 08, 2022 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 2678

Re: Transaction security with DBF

... include it, it must refer to the same database as the SET DATABASE TO statement that preceded BEGINTRANS( ). Description A transaction works by logging all changes. If an error occurs while attempting one of the changes, or the changes need to be undone for some other reason, the transaction ...
by Otto
Fri Sep 09, 2022 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transaction security with DBF
Replies: 9
Views: 998

Re: Send EMail Within FW Appplication....

... misuse" and asks for account confirmation. Generally, to resolve this, go through your browser, log out of your account and try logging in again. Gmail will ask for confirmation and send a code to your cell phone. Do the procedure and gmail will grant access again. It happened ...
by karinha
Tue Jun 08, 2021 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send EMail Within FW Appplication (RESOLVED)
Replies: 18
Views: 3901

OT : Problem with this forum?

Hello,

Since a few weeks I notice that automatically logging in on this forum doesn't work anymore.
I use other website where automatically logging in is working just fine.
Any idea what's wrong?
Thank you.
by driessen
Fri Mar 19, 2021 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT : Problem with this forum?
Replies: 65
Views: 6646
Next

Return to advanced search