ghostriderofthenite Ultimate Bot project

Viewing 15 posts - 151 through 165 (of 305 total)
  • Author
    Posts
  • #97614

    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!

    #97615

    oh and in all languages when select language

    #97616

    If 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

    #97956

    any luck with code to text and receive in paltalk ? I’m sure your very busy

    #98185
    Admin
    Administrator

    Crazy busy right now 🙂 But Thursday I should have time to give it a try.

    #98265

    ok cool i changed few things make so not so complex hahahha

    https://www.dropbox.com/s/4iyk39b3hnqvc0q/NewBot%20Project%20files.zip?dl=0

    #98435
    Admin
    Administrator

    Man 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

    #98461
    Admin
    Administrator

    Okay, 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:
    #98464

    Ok Great, Thanks Alot!

    #98466

    Oh 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

    #98585

    arrggggggggg 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 Sub

    #98589
    #98723
    Admin
    Administrator

    Well 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.zip

    #98807

    Thats 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.

    #98843
    Admin
    Administrator

    Well 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.

Viewing 15 posts - 151 through 165 (of 305 total)
  • You must be logged in to reply to this topic.