Jump to content
UBot Underground

HarryPotter

Fellow UBotter
  • Content Count

    206
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by HarryPotter

  1. any way to evaluate if the chosen item has rel="nofollow" or not? i think from the method above, it checks the entire page for "nofollow" rather than the specific link?
  2. i see, outside the realm of ubot? sorry, very new to programming and have adopted ubot to automate things. is command line app something like: http://www.techiwarehouse.com/engine/58f285eb/MS-DOS-Command-Line-Tutorial really, i want to do is code up a software similar to se0 spy g1ass. what i don't like about it is that it is very inaccurate when verifying links. it gives lots of errors such as "link missing" or "page not found" when clearly the links are there! then after that, if the links that are verified, i want to check the PR of the domain (NOT PAGE)... with tens of thousands
  3. hi folks, lots of knowledge in here and i have already gone through some threads regarding this: - http://ubotstudio.com/forum/index.php?/topic/2888-ubot-getting-pagerank-with-javascript/page__fromsearch__1 - http://ubotstudio.com/forum/index.php?/topic/2303-my-day-by-day-review-of-ubot-studio-follow-along-with-my-progress-and-experience/page__fromsearch__1 - http://ubotstudio.com/forum/index.php?/topic/5060-how-to-scrape-data-from-a-plugin/page__fromsearch__1 i don't know to make php scripts and run it on a server to continuously check pr (i wish i do), so ubot is my only solution reall
  4. right! this video is what i was referencing to. however, if you follow through the video at about the 22:00 mark, you can see he chooses by attribute with outerhtml, then scrapes chosen attribute with <TD class=data>*</TD> + wildcard. however, the problem is that both the columns "local search volume" and "global monthly search volume" have <TD class=data>*</TD> as outerhtml. so when this is implemented, it scrapes both columns and combines them to list, which does not match the keyword column at all. I couldn't find anything that distinguishes between the two c
  5. hey guys, i have been trying to do this for a while now, and have not figured out how this can be done... i am interested in building a bot to scrape search volume. of course, there is the new interface and the old. personally, i am still getting much more value from the old interface (https://adwords.google.com/select/KeywordToolExternal?forceLegacy=true), especially because of the "Additional keywords to consider" that come at the bottom. the biggest difficulty in scraping the old interface is that there are two columns, local and global search. all i want is to scrape the keywords
  6. i noticed that in the description of "either", it says if ANY of the subnodes are true, it will return true... so i tested using 3 subnodes by copy and pasting the "qualifier place holder" when the either node is first created. i then used three different search pages as qualifiers and it worked. so... yes, i answered my own question, you can use unlimited qualifiers subnodes in the "either" node.
  7. hi, right now, when i use the "either" qualifier, it shows me that i have two subnodes and if either of them are true, then it returns true. my question is... what if i am trying to compare more than 2 things. so, either condition1 or condition2 or condition3 or are true, this should return true. is this possible? if not, does anyone know of a work around? thanks!
  8. hum... tried scraping the entire serp page for google... i can't seem to figure out the range at all. anyone else tried scraping the entire results google page?
  9. lol... this is more complicated than i thought
  10. is there a search function for searching within our code or scripts? for example, find and highlight my "if" loops...
  11. the quick fix i am using right now is add a "delay" of 15-30 seconds to make sure the configuration is changed before the next lines of commands are executed... other types of wait would be great
  12. lol. yeah, i am trying to automate wordpress. some plugins that i configure, i check some boxes and radio buttons, and when i click the submit button, there is no "plugin updated" message. so in essence, nothing changed and i can't wait for it... i tried "wait finish" but it doesn't actually wait until it is done loading before it starts the next command, which negates the previous commands that were executed. this is a really problem... thanks for the help
  13. another question my question is how you can "wait for" something, if nothing changes on the website? for instance, usually after i update something, some parts of the page changes and i use that "phrase" to "wait for" the page to finish. is there a way to "wait for" when nothing on page changes? i know there is "wait finish" that i can use, but this would slow down the script because of the timeout. so if possible, i want to wait for something instead of time. cheers,
  14. i see. however, in essence, if i open multiple sub windows and run my commands, it would be equivalent to running multiple threads to run my commands?
  15. thanks guys. yeah, moving all the nodes to one sub is what i am doing right now... in that case, +1 for requesting this feature
  16. hi... is this possible? i tried holding down the shift key to achieve this, but was not possible... just wondering because this function would be incredibly helpful. cheers
  17. hi, just wondering if anyone can explain the difference between using "thread" and "in sub window". it would be cool if i can execute all my commands that are not dependent on each other simultaneously. cheers,
  18. i am interested in organizing my script more. i know we can use "sub" to group a set of code and then use "run sub"... i was just wondering if there is a similar command that we can use to "group" sections of script, but does not need a "run" command to run it. so the script would look like: - ui interface group - login group - function 1 group - function 2 group instead of what i have right now: - ui textbox 1 - ui textbox 2 - navigate - if - if - if thanks in advance for the help!
  19. interesting, was just looking into this. what does it mean by completely manual? if i have a set of commands in the "thread" box, they get executed in a separate thread than the active window right?
  20. hi, for the if-then-else command... i was just wondering if i can leave the "else" box empty, so if the script is executing the "else", I simply want it to continue with the rest of the script. or is there a "continue with rest of script" command that needs to be placed in the "else" box? thanks.
  21. cool man! thanks for the vids and source bot. going to try it out in my bot =D
  22. hey... i am in the same boat. i simply can't select anything in whm (haven't tried it in cpanel yet). none of the items are unique and therefore nothing can be selected. if someone has a solution to working inside cpanel or whm, please let us know! thanks in advance!!!
  23. thank you for this! so glad you are sharing the source and not the .exe =D
×
×
  • Create New...