- This topic has 304 replies, 5 voices, and was last updated 1 year ago by
mauricem.
-
AuthorPosts
-
September 22, 2021 at 11:11 am #97614
ghostriderofthenite
Memberall 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 #97615ghostriderofthenite
Memberoh and in all languages when select language
September 22, 2021 at 11:26 am #97616ghostriderofthenite
MemberIf 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 #97956ghostriderofthenite
Memberany luck with code to text and receive in paltalk ? I’m sure your very busy
September 27, 2021 at 7:34 pm #98185Locohacker
AdministratorCrazy busy right now 🙂 But Thursday I should have time to give it a try.
September 28, 2021 at 11:37 am #98265ghostriderofthenite
Memberok 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 #98435Locohacker
AdministratorMan 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 #98461Locohacker
AdministratorOkay, 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
Attachments:
October 1, 2021 at 8:34 am #98464ghostriderofthenite
MemberOk Great, Thanks Alot!
October 1, 2021 at 9:17 am #98466ghostriderofthenite
MemberOh 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 #98585ghostriderofthenite
Memberarrggggggggg 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 #98589ghostriderofthenite
Membersome 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 #98723Locohacker
AdministratorWell 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 #98807ghostriderofthenite
MemberThats 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 #98843Locohacker
AdministratorWell 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.