Jump to content
UBot Underground

Rasho Han

Fellow UBotter
  • Content Count

    97
  • Joined

  • Last visited

Everything posted by Rasho Han

  1. Lol yeah their new solution to botters they recruit you! Anyway yeah when I run it what happens is it goes to jobs page other variations i made either do nothing at all or return an error!
  2. Lol! I'm a good Egyptian I promise! For me it does not click the search button, maybe I have something wrong with my pc or settings? Thanks for helping! EDIT: It takes me to twitter.com/jobs really weird
  3. I'm currently testing this with twitter but for some reason using it's advanced search function does not work due to the "search" button. The button will not register in ubot as a button so it can't be clicked. Is there a way to make the bot emulate keyboard commands and press "enter" ? I'm trying to make this bot able to scrape a few different search places, and twitter is a good start... especially for girl stuff... which is what I'm targeting! Here is all I have so far.twit-test01.ubot thanks all!
  4. I want to make a simple bot that will have a ui text box to input a keyword and will go to google and search it then scrape for me the titles of each website over the number of a few google search results pages. So far I have the bot set up to do everything up to the search page, but I have no clue how to make it scrape only the things I want off the page and save them to file. The tutorials on the ubot site are confusing, though the lady has a nice voice to listen to, they move too slow and have too much filler talk. I have yet to learn anything about scraping from watching them. I would w
  5. I thought I was getting it, but seem to have messed up on getting the bot to work as I wanted, with the loop and clicking. i tried to meld examples into my own bot by copying and pasting the functions as I believed they should interact. I dunno what could have gone wrong. Could you guys point out my error? Here is the bot I made messed test.ubot Just when I was thinking I had it all together
  6. I agree 100% this community has been nothing but helpful and kind! I'm happy to be a customer and affiliate and forum member!
  7. How would I go about adding the keywords as a list? Or using a text box that takes them line by line? And if I add a proxy function will it need to precede the rest of the code, or can I put it later in the code? Or would I make it another script before compile? My real desired design function is for it to scrape for proxies then clean out the dead ones and begin to use the good ones one by one. But from looking at the threads on proxies here i think it is impossible, so at least I would like to be able to load a txt list of them for use. As I go further and further this bot is getting mor
  8. It works perfect! I tried it on 2 different sites, one it went to the page exactly, and the other it went to it's cached page, that is the only thing that confused me. I really need to sit down and dissect this while taking notes. I thought I had it figured out a bit already but I need to learn more for sure. I tried to make my own using the examples so far but have been unable to get it right. I have learned a great deal and should not be too far from doing what I need! Now all I need to do is figure out how to implement proxies and reporting and I can test out my theories! Then I have to mak
  9. After a while of messing around I figured it was my google settings. But I edited them to turn off the google instant and it still would not click the site. It highlights the site though, so I'm trying to figure out what's wrong. I believe it might need to be double clicked or something.
  10. Sick! Thank you nuc63! I'm checking it out now EDIT: I checked it out then compiled and ran it. I tried the keyword "solar power information" knowing which site was number 1, it went to google put in the keyword, then it went to the site and showed the preview, but it did not leave the google page. Could it be my browser settings that are off or something like that? I have tried it a few times but no click through to the site was done. What exactly is the function to have it click the site? Once I understand this concept my bot won't have much more to go before I'm in beta stages!
  11. Yes please, I'm a bit confused by what you said. How would it be able to click through? Thank you for helping!
  12. Wouldn't using nav negate the fact it was found on google? I could just write a bot with the action navigate and make it go anywhere. what I want to create is a bot that can search something out and then click on the link provided by the search so as to refer to it. Like affiliate links on a page to alter CTR. Just using nav will be a direct refer. Any other options to do what I want it to do?
  13. So far so good, I have been able to make my own version of the script! However I'm having a hard time making my script click on the site when it finds it, in stead of just stopping on the page or posting a javascript message. I am pretty sure this is possible but don't know which action command to use. I plan to also alter which place the link is searched from, but I want to tackle this problem first. Sadly it's had me up all night lol!
  14. Awesome! Thank you again John. I'm excited that I'm learning so much, so quickly!
  15. Sweet! thank you John. I just made a mini bot that goes to google loads a variable keyword from the ui and puts it in and clicks search... so far so good! I'm stoked!!! I really am in love with ubot! It still has a learning curve but for people like me who can't think with a coders brain it really is Amazing! Eventually when I get better at this I will want to buy the developer edition so I can modify the UI and make my own looking programs to sell! The dev license will pay for itself the first week!!!
  16. Darn, that actually confuses me more now. I had planned to use this as a base, I was editing the navigate and search pages within your example to see how the script worked. I will have to learn more from it and make it up from scratch then. I do want it to use a ui text box to enter the url to search for as well as the keyword to search for, if that is at all possible. Where would I put them in the code exactly? I bet this is a lot easier than I'm making it out to be, it's the hardest hurdle to overcome when thinking of programming!
  17. Ha ha, no doubt, it's all good john! I am making progress, the default tutorials are almost unbearable to watch and confuse more than teach imo (at least for me). So I dug right in and messed with the code you did up. I am up to the "if" function where it states search page the code href="http://learnubot.com/" b="9">Learn <EM>UBot</EM> - Free <EM>UBot</EM> tutorials</A> I am trying to figure out what part this is. so far I get that the other two entries were google searches of the keyword and the exact site and I understand why. But I don't know what this
  18. Thanks John, I'm going to do study before asking anything further. Your site is great! I'm watching a random vid now, they are all good so far! I have a lot to learn before I can get my bot made, but thanks again for all your help! Why the rolleyes? lol
  19. John thank you so much! I'm looking at it now and trying to dissect it, it will sure take me some time. It ran perfect and amazing! I will augment it to meet my needs once I fully understand it's operation. From what I have seen it is a lot simpler than it looks at first. I'm just at a loss as to how to create the commands, so I will do some more of the tutorials and tackle this again with more knowledge.
  20. Hmm that script no longer works, the loop fails. Could it be outdated? Anyway I'm working on trying to understand stuff like what <CITE> is, and how exactly this finds the site so I can tailor it to my needs. Thanks for all the help on this!
  21. Thank you John!!! This sample directory has a lot of helpful things! I am very grateful
  22. Thank you! That helps me in the right direction for sure! I'm still learning how to use ubot, so I have to continue to study before I fully understand what to do with the info. Any more elaboration on the process will help me greatly in my studies and work, but I already appreciate the help you have given me.
  23. Hello! I am working with a company who wants to be able to see where they rank for every keyword they choose without having to manually go through google and click on every page one by one. So far I have been able to make my bot go to google and type in a keyword then press search, but I don't have a clue now how to get it to begin searching through all the results pages to find the specific site I'm looking for. Have you ever tried to find out what page of google you were on for a given keyword? I have had to do this manually in the past and it's annoying! I believe there are other ways by
×
×
  • Create New...