- This topic has 304 replies, 5 voices, and was last updated 1 year ago by mauricem.
-
AuthorPosts
-
September 22, 2021 at 11:11 am #97614ghostrideroftheniteMember
all the questions and answer functions all work and can click next to enter next question so thats a plus lol I think and the bot joins room thanks to you!
September 22, 2021 at 11:12 am #97615ghostrideroftheniteMemberoh and in all languages when select language
September 22, 2021 at 11:26 am #97616ghostrideroftheniteMemberIf you run the project and check all other functions in whole project all work just the trivia and the send and receive from paltalk room, all other parts work
September 25, 2021 at 9:00 pm #97956ghostrideroftheniteMemberany luck with code to text and receive in paltalk ? I’m sure your very busy
September 27, 2021 at 7:34 pm #98185AdminAdministratorCrazy busy right now 🙂 But Thursday I should have time to give it a try.
September 28, 2021 at 11:37 am #98265ghostrideroftheniteMemberok cool i changed few things make so not so complex hahahha
https://www.dropbox.com/s/4iyk39b3hnqvc0q/NewBot%20Project%20files.zip?dl=0
September 30, 2021 at 8:39 pm #98435AdminAdministratorMan I tried today and that shit did no work I don’t know why. I am sorry bro 🙂 I think I am loosing my programming touch since I am not programming much
October 1, 2021 at 7:22 am #98461AdminAdministratorOkay, I made this simple project that gets the main functions like connect to room, send text and get text 🙂 I’m going to see if I can put this in your code
October 1, 2021 at 8:34 am #98464ghostrideroftheniteMemberOk Great, Thanks Alot!
October 1, 2021 at 9:17 am #98466ghostrideroftheniteMemberOh I had correct some problems with the adodc files in the trivia some of the links were inncorect i fixed them in this version
https://www.dropbox.com/s/vni4qyycmi2i69e/NewBot%20Project%20files.zip?dl=0
October 3, 2021 at 11:09 am #98585ghostrideroftheniteMemberarrggggggggg error in code not sure what – adding form and databse to allow add questions in trivia
Private Sub Form_Load()
CN.ConnectionString = “Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Users\GrimReaper\Desktop\NewBot Project files\Complete 80 Languages New MDB files 22 may 14\Trivia_Blank.mdb;Persist Security Info=False”
CN.Open
STR = “SELECT = FROM Trivia_Blank”
If RS.State = adStateOpen Then RS.Close
RS.CursorLocation = adUseClient
RS.Open STR, CN, adOpenDynamic, adLockOptimistic
If RS.RecordCount > 0 Then
RS.MoveFirst
Text1.Text = RS.Fields(“Topic”)
Text2.Text = RS.Fields(“Question”)
Text3.Text = RS.Fields(“Answer”)
End If
End SubOctober 3, 2021 at 11:37 am #98589ghostrideroftheniteMembersome error not sure ill have think about it
https://www.dropbox.com/s/vf38roh4tx03w7o/NewBot%20Project%20files.zip?dl=0
October 4, 2021 at 4:58 pm #98723AdminAdministratorWell I neva done database stuff so I can’t help u there much 🙂 but now the program is able to send and get the text from Paltalk’s rooms 🙂
Here the update with some samples:
https://www.imfiles.com/allfiles/NewBotProjectfilesu2.zipOctober 5, 2021 at 9:22 am #98807ghostrideroftheniteMemberThats Great Thanks Alot Now what do I need to get trivia to post and receive and show correct answer? copy the code you added ? I will try some things once I look at it more I’m working on finding some money selling few things waiting on unemployment since lost job last month.
October 5, 2021 at 8:02 pm #98843AdminAdministratorWell for that stuff, most of it is in the trivia bot source I send u, but man it a pain to intergrade with database stuff, and it will take a lot more time if I was to help u. Umm man like I don’t know why this government stop helping people, like they think the epidemic is ova or something, but bro just hang in there.
-
AuthorPosts
Related
- You must be logged in to reply to this topic.