Jump to content
UBot Underground

ziggy

Members
  • Content Count

    16
  • Joined

  • Last visited

Posts posted by ziggy

  1. Try renaming the folder that you have to Ubot Studio 6 and see if it works.

    I tried but it is because of the dll files I bet or at least some file that is in the registry is why it won't do it. It just says I have a newer version.

    If I uninstall ubot 6.x and install 5.x and I need a code to use it do you think I will be able to get that from Seth or whoever the owner is? 

    I am pretty sure the credentials that I have for 6 will work even if I uninstall and reinstall it. But I really don't think 5 is going to work if I don't have credentials for it???

    Any more thoughts?

  2.  Yeah but I have already put ubot 6 on my machine. When I try to install 5.x it says it's already there of course. I was afraid to uninstall 6 because of the issues I had when I first loaded it on. I don't know if it would need a different access code for the server.

     

    Thanks

  3. when I build a bot and compile it it doesn't run when I try to run it on my computer the same way as it does when I run it within the ubot program window itself.
    I have been reading and doing as much as I can learn. I am seeing that popups and the like will not work in the ubot studio unless you use the exbrowser. And that the other browsers don't always run smoothly with ubot.

    If I get the exbrowser and everything works right in ubot, when I compile and run on my system using chrome will it work like it is suppose to.

    Thanks for any input.

  4. Ok let me ask this question in a little different way.

    When I click on a button beside the record the script looks like this.

     

    click(<href="javascript:modifyWindow('417358','odby=Flag&odsc=asc , A.Wdate desc&TeacherID=3162484&field=&str=&page_size=20&start_date=2019-09-17&end_date=2019-09-17&country=&SearchTeacherID=')">,"Left Click","No")

     

    The next button clicked after the form is filled out and closed is a popup that says I except the data. That popup does not popup.
    After that the bot should go to the next record and click the botton to open the form. Looks like this.

     

    click(<href="javascript:modifyWindow('416461','odby=Flag&odsc=asc , A.Wdate desc&TeacherID=3162484&field=&str=&page_size=20&start_date=2019-09-17&end_date=2019-09-17&country=&SearchTeacherID=')">,"Left Click","No")

     

    As you can see those numbers need to change. My question is...How do I change those numbers within the bot and...How do I make the popup to show up?

     

    I am so new to this stuff. I think I am missing the concept somehow. If I can get some clarity on this issue it may leap me into a much better understanding of how the bot creator works.
    I truly am greatfull to anyone who can help me out.

    Thank you.

  5. ok now my issue is a bit different: The buttons on the page are in java. I suppose that each buttons script is different because it opens the students file.

     

    click(<href="javascript:modifyWindow('418436','odby=Flag&odsc=asc , A.Wdate desc&TeacherID=3162484&field=&str=&page_size=20&start_date=2019-09-17&end_date=2019-09-17&country=&SearchTeacherID=')">,"Left Click","No")

    The big black numbers need to change for each student. But the number is put in when the button to their file is clicked. How do I have that number stay the same for each student record and still give correct student file?

     

    thanks in advance

  6. Hello and yes another question.I am trying to build a bot that will auto fill my reports.
    I just am not sure how to get it to go to the next form. I seem to have it fill out the form ok. not totally sure but it does look like it is doing that. But I don't know how to get it to go to the next report to fill out and save and goto the next one etc. 

    If you go to https://www.plcenter.co.kr/AdminClassPL/MonthlyReport/List.asp?TeacherID=3162484

    and here is the code I use click(<href="javascript:modifyWindow('418801','odby=Flag&odsc=asc , A.Wdate desc&TeacherID=3162484&field=&str=&page_size=20&start_date=2019-09-15&end_date=2019-09-15&country=&SearchTeacherID=')">,"Left Click","No")

    click($element offset(<name="Listening">,2),"Left Click","No")
    click($element offset(<name="Speaking">,2),"Left Click","No")
    click($element offset(<name="Pronunciation">,2),"Left Click","No")
    click($element offset(<name="Pronunciation">,2),"Left Click","No")
    click($element offset(<name="Vocabulary">,2),"Left Click","No")
    click($element offset(<name="Grammer">,2),"Left Click","No")
    click($element offset(<name="Attitude">,0),"Left Click","No")
    click($element offset(<name="Attendance">,0),"Left Click","No")
    type text(<name="Teacher_Comment">,"","Standard")
    type text(<name="Teacher_Comment2">,"","Standard")
    click(<name="imageField">,"Left Click","No")
    close page

     

    -end-

     

    I have looked through all of the videos and sometimes it is hard until you just get some of the basic stuff then it all falls together.

     

    Thank you in advance

  7. The company had to check my log in as it says I have tried to log in without the correct password to many times. hahaha

    So I am locked out for now. I will come back and let you know how it works out for me.

    Thank you for your time.

  8. Ok took me an hour to figure out how to get the code to post here for help but that's ok. I know how to now.  :rolleyes: 
    Here is my code 
     

    navigate("http://www.plcenter.co.kr/AdminClassPL/","Wait")
    change dropdown(<name="logintype">,"USA-Teacher")
    type text(<name="id">,3162484,"Standard")
    type text(<password field>,"aaaa0000","Standard")
    click($element offset(<login link>,1),"Left Click","No")

     
    There is nothing here that is worth anyone breaking into so I am not worried about the un and pw being exposed. Just a list of students. lol
     
    Thanks for any help

  9. Hello UBot family. I am brand new and I am determined to learn this software but I have already hit my first snag. If you can help me I would so appreciate your time. So...

    I am trying to fill a form on a website to do some autofill for a job that I do. I must fill out reports for students. This is good for me as I want to learn how to offer this type of bot service to others to make some moolah. :o)
    Anyway, two part question...first to log into my companies site it seems that it brings up the site bam! I was so excited that I got it to work.
    Then it filled in my user name and password...I feel so empowered and then, the site times out before it connects. Of course this is within my UBot software browser. (with plenty of time to wait for the site to load) When I check this out on my regular browser outside of UBot it looks like it is signing into a server address before it goes to the page that I am trying to log into but the UBot software never gets to the server page.
    My assumption is the UBot is being blocked somehow. I haven't got a clue where to even start to fix this???
    Second thing I noticed but haven't gotten far enough to tackle yet but when I get into the software on my regular browser outside of UBot, and I click on the link that takes me to the reports I need to work with...the window that opens is independent of my browser. I again am assuming that that is what is known as a frame. Is there something special I am going to have to do to get to this frame within my UBot bot?

    Thank you for any help with this as I am working hard to be a UBot expert but I think I need a little guidance in this area.

×
×
  • Create New...