Search found 143 matches: phpbb

Return to advanced search

Re: phpBB to LLM

hi Antonio, Another ideal use would be a DBF to LLM :-) We already have llama64.dll to run it ! i do have a DBF of Fivewin Forum i use my phpBB "Codebox" Reader based on Idea of Uwe https://www.hmgforum.com/viewtopic.php?t=7281 extract "Codebox" Tag is not ...
by Jimmy
Thu Dec 21, 2023 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4696

Re: phpBB to LLM

Antonio,

Pues me parece una buenisima idea.

Se podria interrogar a la IA sobre cual es el mejor vendedor, cuando vendio mas, que vendedor ha decrecido, etc

slds
by paquitohm
Thu Dec 21, 2023 12:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4696

Re: phpBB to LLM

Another ideal use would be a DBF to LLM :-)

We already have llama64.dll to run it !
by Antonio Linares
Thu Dec 21, 2023 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4696

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()  ...
by Antonio Linares
Thu Dec 21, 2023 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4696

phpBB Login Script using "MSXML2.ServerXMLHTTP" ?

hi,

my phpBB Forum "Reader" use "MSXML2.ServerXMLHTTP" to download Message of phpBB Forum

now there are some Forum where i need to login ( to get a Session-ID ? ) but how :?:
can somebody help me please
by Jimmy
Sat Jun 24, 2023 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB Login Script using "MSXML2.ServerXMLHTTP" ?
Replies: 0
Views: 133

Re: Country FLAG to Avatar

hi Antonio,

ok, understood

i´m not a phpBB Expert so i can´t help, sorry
by Jimmy
Thu Apr 06, 2023 10:54 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: Country FLAG to Avatar
Replies: 2
Views: 440

Re: Country FLAG to Avatar

Dear Jimmy, Here we are using a very old phpBB version (the one that was available when these forums started). We never wanted to update it for not talking the risk to break the forums and loose very usefull info for all. We have a copy of these ...
by Antonio Linares
Thu Apr 06, 2023 6:52 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: Country FLAG to Avatar
Replies: 2
Views: 440

Re: hb_jsonDecode() this Website

... second param by ref is filled with Hash. In this case. the responsetext() is NOT json text. ok understand so hb_jsondecode() is not a Solution for phpBB System "generated" Website
by Jimmy
Sun Mar 19, 2023 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_jsonDecode() this Website
Replies: 2
Views: 309

Re: MSXML2.ServerXMLHTTP / readyState / Status

hi,
karinha wrote:
Code: Select all  Expand view

   x1 := hb_jsonDecode( oServerWS:responseText, @aArray )
 

thx for Sample CODE

i think i will make a Fivewin Version of my phpBB Forum Reader
by Jimmy
Sat Mar 18, 2023 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSXML2.ServerXMLHTTP / readyState / Status
Replies: 8
Views: 390

Re: MSXML2.ServerXMLHTTP / readyState / Status

... CODE TAG from Forum Message but it work not for me so i wrote my Version and found out that it also work with other Forum which use phpBB look at this Thread in HMG Forum where you can find Source https://www.hmgforum.com/viewtopic.php?t=7281 --- as HMG Forum is Online ...
by Jimmy
Sat Mar 18, 2023 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSXML2.ServerXMLHTTP / readyState / Status
Replies: 8
Views: 390

Re: MSXML2.ServerXMLHTTP / readyState / Status

hi, Have you tried using WebView ? yes but it is "too big" to read "only" Message of phpBB Forum i do not "render" anything, just "GET" Website and "extract" Information to fill local DBF --- i have search for MSXML2.ServerXMLHTTP ...
by Jimmy
Sat Mar 18, 2023 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSXML2.ServerXMLHTTP / readyState / Status
Replies: 8
Views: 390

Re: MSXML2.ServerXMLHTTP / readyState / Status

hi, thx for Answer. my Idea is to give User more Information "why" it fail my PhpBB Forum "Reader" does not "recognize" when Server is "down" when using EDGE / Firefox i got Sorry, that didn’t work. Please try again or come back ...
by Jimmy
Sat Mar 18, 2023 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSXML2.ServerXMLHTTP / readyState / Status
Replies: 8
Views: 390

Re: Forum content download

hi Otto, the Idea is great but my phpBB-Forum Reader have a Problem i do not know how to get "latest" Message (Date/Time) i "just" use URL and "Counter" which start at -50 until +50 (can be change) of highest ...
by Jimmy
Tue Feb 21, 2023 8:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forum content download
Replies: 1
Views: 162

how to "get" and "use" PHPSESSID Cookie ?

hi, when visit a Forum using phpBB you get a Cookie after login in my Forum-Reader App i do not "login" just URL   cURL := "https://forums.fivetechsupport.com/viewtopic.php?t=42811&"FUNCTION DownloadFromWWW( ...
by Jimmy
Mon Feb 20, 2023 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to "get" and "use" PHPSESSID Cookie ?
Replies: 0
Views: 175

Re: Fivewin and Debugger (fwdbg.dll)

... have my own "Log" System but some time i need to "see" what CODE is doing -> Debugger --- i have search in Forum (using my PhpBB Forum Grabber) and found out that F6 "should" be used it is in c:\fwh\source\classes\fwdbg.prg but when try F6 i got "same" ...
by Jimmy
Wed Nov 30, 2022 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and Debugger (fwdbg.dll)
Replies: 4
Views: 428
PreviousNext

Return to advanced search