... Content-Type: application/json" }
curl_easy_setopt( ::hCurl, HB_CURLOPT_HTTPHEADER, aHeaders )
curl_easy_setopt( ::hCurl, HB_CURLOPT_USERNAME, "" )
curl_easy_setopt( ::hCurl, HB_CURLOPT_DL_BUFF_SETUP )
curl_easy_setopt( ::hCurl, HB_CURLOPT_SSL_VERIFYPEER, .F. )
hContents[ "role ...
Search found 233 matches: username
Searched query: username
- Thu Feb 13, 2025 8:34 am
- Forum: Artificial Intelligence examples
- Topic: Class TGemini to use Google Gemini AI
- Replies: 0
- Views: 143
- Wed Feb 12, 2025 9:12 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: error in time format Resolved
- Replies: 1
- Views: 121
error in time format Resolved
... 0
// Apri l'archivio oUtenti e controlla lo stato dell'utente
oUtenti := TDatabase():Open( , "Utenti", "DBFCDX", .T. )
oUtenti:SetOrder(1) // username
oUtenti:GoTop()
Do While !oUtenti:Eof()
If AllTrim(oUtenti:UserName) == AllTrim(cUser)
cStatus := AllTrim(oUtenti:Status)
dAccessDate ...
// Apri l'archivio oUtenti e controlla lo stato dell'utente
oUtenti := TDatabase():Open( , "Utenti", "DBFCDX", .T. )
oUtenti:SetOrder(1) // username
oUtenti:GoTop()
Do While !oUtenti:Eof()
If AllTrim(oUtenti:UserName) == AllTrim(cUser)
cStatus := AllTrim(oUtenti:Status)
dAccessDate ...
- Wed Jan 29, 2025 10:53 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using DeepSeek locally using Ollama
- Replies: 11
- Views: 1826
Using DeepSeek locally using Ollama
... Content-Type: application/json" }
curl_easy_setopt( ::hCurl, HB_CURLOPT_HTTPHEADER, aHeaders )
curl_easy_setopt( ::hCurl, HB_CURLOPT_USERNAME, '' )
curl_easy_setopt( ::hCurl, HB_CURLOPT_DL_BUFF_SETUP )
curl_easy_setopt( ::hCurl, HB_CURLOPT_SSL_VERIFYPEER, .F. )
hRequest[ "model ...
curl_easy_setopt( ::hCurl, HB_CURLOPT_HTTPHEADER, aHeaders )
curl_easy_setopt( ::hCurl, HB_CURLOPT_USERNAME, '' )
curl_easy_setopt( ::hCurl, HB_CURLOPT_DL_BUFF_SETUP )
curl_easy_setopt( ::hCurl, HB_CURLOPT_SSL_VERIFYPEER, .F. )
hRequest[ "model ...
- Sun Jan 12, 2025 7:55 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: new Class TDeepSeek in next FWH 24.12
- Replies: 16
- Views: 35372
Re: new Class TDeepSeek in next FWH 24.12
... Authorization: Bearer " + ::cKey }
curl_easy_setopt( ::hCurl, HB_CURLOPT_HTTPHEADER, aHeaders )
curl_easy_setopt( ::hCurl, HB_CURLOPT_USERNAME, '' )
curl_easy_setopt( ::hCurl, HB_CURLOPT_DL_BUFF_SETUP )
curl_easy_setopt( ::hCurl, HB_CURLOPT_SSL_VERIFYPEER, .F. )
hRequest[ "model ...
curl_easy_setopt( ::hCurl, HB_CURLOPT_HTTPHEADER, aHeaders )
curl_easy_setopt( ::hCurl, HB_CURLOPT_USERNAME, '' )
curl_easy_setopt( ::hCurl, HB_CURLOPT_DL_BUFF_SETUP )
curl_easy_setopt( ::hCurl, HB_CURLOPT_SSL_VERIFYPEER, .F. )
hRequest[ "model ...
- Sun Jan 12, 2025 7:54 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Nueva Clase TDeepSeek en FWH 24.12
- Replies: 1
- Views: 605
Re: Nueva Clase TDeepSeek en FWH 24.12
... Authorization: Bearer " + ::cKey }
curl_easy_setopt( ::hCurl, HB_CURLOPT_HTTPHEADER, aHeaders )
curl_easy_setopt( ::hCurl, HB_CURLOPT_USERNAME, '' )
curl_easy_setopt( ::hCurl, HB_CURLOPT_DL_BUFF_SETUP )
curl_easy_setopt( ::hCurl, HB_CURLOPT_SSL_VERIFYPEER, .F. )
hRequest[ "model ...
curl_easy_setopt( ::hCurl, HB_CURLOPT_HTTPHEADER, aHeaders )
curl_easy_setopt( ::hCurl, HB_CURLOPT_USERNAME, '' )
curl_easy_setopt( ::hCurl, HB_CURLOPT_DL_BUFF_SETUP )
curl_easy_setopt( ::hCurl, HB_CURLOPT_SSL_VERIFYPEER, .F. )
hRequest[ "model ...
- Fri Jan 10, 2025 1:52 pm
- Forum: Utilities / Utilidades
- Topic: These forums backup database / Backup de estos foros
- Replies: 3
- Views: 994
Re: These forums backup database / Backup de estos foros
... user_id (mediumint)
code (varchar)
DBF Equivalent:
confirm_id N(5)
user_id N(5)
code C(50)
13. phpbb_disallow
disallow_id (mediumint)
disallow_username (varchar)
DBF Equivalent:
disallow_id N(5)
disallow_username C(100)
14. phpbb_drafts
draft_id (mediumint)
user_id (mediumint)
topic_id ...
code (varchar)
DBF Equivalent:
confirm_id N(5)
user_id N(5)
code C(50)
13. phpbb_disallow
disallow_id (mediumint)
disallow_username (varchar)
DBF Equivalent:
disallow_id N(5)
disallow_username C(100)
14. phpbb_drafts
draft_id (mediumint)
user_id (mediumint)
topic_id ...
- Thu Dec 12, 2024 6:05 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: oauth for dummies
- Replies: 10
- Views: 1264
Re: oauth for dummies
... OAuth in a Nutshell
OAuth allows apps to access email services like Gmail securely by asking users for permission, instead of relying on username/password combinations. With Gmail:
1. You register your app with Google.
2. Google provides a client ID and secret for your app.
3. Your app uses ...
OAuth allows apps to access email services like Gmail securely by asking users for permission, instead of relying on username/password combinations. With Gmail:
1. You register your app with Google.
2. Google provides a client ID and secret for your app.
3. Your app uses ...
- Thu Nov 14, 2024 6:05 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Open a network folder
- Replies: 10
- Views: 1871
Re: Open a network folder
WaitRun( 'cmdkey /add:\\MyIP\folder\ /user:UserName /pass:"123"' )
- Thu Oct 31, 2024 9:47 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: RDS (Remote Desktop) and FW programming
- Replies: 10
- Views: 1871
Re: RDS (Remote Desktop) and FW programming
... GETENV( 'SESSIONNAME' )
winfo:=winfo+CRLF+"<BR>TEMP:"+GetEnv("TEMP")
winfo:=winfo+CRLF+"<BR>TMP:"+GetEnv("TMP")
winfo:=winfo+CRLF+"<BR>USERNAME:"+GetEnv( "USERNAME" )
winfo:=winfo+CRLF+"<BR>WNETUSERNAME:"+WNetGetUser()
winfo:=winfo+CRLF+"<BR>COMPUTERNAME:"+GetEnv( "COMPUTERNAME" )
Philippe
winfo:=winfo+CRLF+"<BR>TEMP:"+GetEnv("TEMP")
winfo:=winfo+CRLF+"<BR>TMP:"+GetEnv("TMP")
winfo:=winfo+CRLF+"<BR>USERNAME:"+GetEnv( "USERNAME" )
winfo:=winfo+CRLF+"<BR>WNETUSERNAME:"+WNetGetUser()
winfo:=winfo+CRLF+"<BR>COMPUTERNAME:"+GetEnv( "COMPUTERNAME" )
Philippe
- Wed Aug 14, 2024 12:46 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: XML Caracteres Especiales
- Replies: 4
- Views: 1225
XML Caracteres Especiales
... y no rompan el archivo XML.
cPassword:='ugBM08–/Y~]>'
Ejemplo:
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">'+cPassword+'</wsse:Password>
Cuando miro el XML generado la variable es reemplazada y queda asi ,
"http://docs ...
cPassword:='ugBM08–/Y~]>'
Ejemplo:
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">'+cPassword+'</wsse:Password>
Cuando miro el XML generado la variable es reemplazada y queda asi ,
"http://docs ...
- Tue May 14, 2024 7:50 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: send an email using the Outlook object
- Replies: 5
- Views: 1082
Re: send an email using the Outlook object
... message"];
$mail = new PHPMailer(true);
try {
$mail->isSMTP();
$mail->Host = 'smtp.gmail.com';
$mail->SMTPAuth = true;
$mail->Username = 'RECEIVER@gmail.com';
$mail->Password = 'SECRET';
$mail->SMTPSecure = "ssl";
$mail->Port = 465;
//Recipients
//Recipients
$mail ...
$mail = new PHPMailer(true);
try {
$mail->isSMTP();
$mail->Host = 'smtp.gmail.com';
$mail->SMTPAuth = true;
$mail->Username = 'RECEIVER@gmail.com';
$mail->Password = 'SECRET';
$mail->SMTPSecure = "ssl";
$mail->Port = 465;
//Recipients
//Recipients
$mail ...
- Fri Mar 08, 2024 10:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to include hbCurl?
- Replies: 13
- Views: 4786
Re: How to include hbCurl?
Marc, you can redirect to a file: clogrooms and then read with memoread.
Regards,
Otto
DCOM := 'cmd /c "' +;
cCurlPath + 'curl.exe -u username:password -i -k -F "fileToUpload=@' +;
aSrc + '" -F "uploadDirectory=' + cuploadDirectory + '" ' +;
cEndpointRooms + ' > ' +;
clogrooms + '"'
WAITRUN ...
Regards,
Otto
DCOM := 'cmd /c "' +;
cCurlPath + 'curl.exe -u username:password -i -k -F "fileToUpload=@' +;
aSrc + '" -F "uploadDirectory=' + cuploadDirectory + '" ' +;
cEndpointRooms + ' > ' +;
clogrooms + '"'
WAITRUN ...
- Mon Jan 01, 2024 2:55 pm
- Forum: FiveMac / FivePhone (iPhone, iPad)
- Topic: Conectarse con mariaDB
- Replies: 4
- Views: 13231
Re: Conectarse con mariaDB
... connection
conn = mysql_init(NULL);
// Replace these with your MySQL server details
const char *host = "localhost";
const char *user = "your_username";
const char *password = "your_password";
const char *database = "your_database";
// Connect to MySQL
if (mysql_real_connect(conn, host, user ...
conn = mysql_init(NULL);
// Replace these with your MySQL server details
const char *host = "localhost";
const char *user = "your_username";
const char *password = "your_password";
const char *database = "your_database";
// Connect to MySQL
if (mysql_real_connect(conn, host, user ...
- Thu Dec 21, 2023 9:57 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: phpBB to LLM
- Replies: 33
- Views: 10037
phpBB to LLM
1. Create a SQL dump file from your phpBB forums:
mysqldump --user=username --password=YourPassword database_phpbb > dumpfile.sql
2. We "clean" the dump file using this code:
#include "FiveWin.ch"
function Main()
local cSQL := hb_memoRead( "dumpfile.sql" )
local hHTMLCodes ...
mysqldump --user=username --password=YourPassword database_phpbb > dumpfile.sql
2. We "clean" the dump file using this code:
#include "FiveWin.ch"
function Main()
local cSQL := hb_memoRead( "dumpfile.sql" )
local hHTMLCodes ...
- Fri Nov 03, 2023 8:13 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fwh 23.10 TGet problem (Solved)
- Replies: 3
- Views: 508
Fwh 23.10 TGet problem (Solved)
Hi,
I have installed version 23.10. I have compiled my all code in application without any error. I cannot enter anything on the username and password page at the entrance of my application. I use FW_SetUnicode( .f. ).
When I change FW_SetUnicode( .t. ), I can enter.
Is this a mistake? Is it a ...
I have installed version 23.10. I have compiled my all code in application without any error. I cannot enter anything on the username and password page at the entrance of my application. I use FW_SetUnicode( .f. ).
When I change FW_SetUnicode( .t. ), I can enter.
Is this a mistake? Is it a ...