Jump to content
UBot Underground

Mike D

Fellow UBotter
  • Content Count

    22
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Mike D

  • Rank
    Member
  • Birthday 02/02/1972

Profile Information

  • Gender
    Male

System Specs

  • OS
    Windows 8
  • Total Memory
    8Gb
  • Framework
    v3.5
  • License
    Professional Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I'm having trouble login into apple's icloud using ubot. I've tried multiple user agents but nothing seems to work. It will let me login and then it redirects me back to the login page. Does anybody have any ideas on what I can try? Thanks for your help! Mike
  2. It's looking good. Look forward to the finished product.
  3. You DA Man!!! Thanks a lot. I would of never figured it out.
  4. When I try to scrape information from the page all I can see is a frame page. UBot doesn't see any attributes. Thanks
  5. I'm trying to create several lists at run time, but I can't see how you would do it. I would like to create a loop with a counter in it and for each loop create a new list based on the counter like #list 1, #list 2. Then I need to be able to access each list. Here's an example of what I'm trying to do. http://www.thewealthbuilderplan.com/counter.jpg Is this possible? Any help appreciated
  6. That worked like a charmed. I Googled javascript and tried to fix it myself but I must of had the wrong syntax. I didn't put the '' around the variables. I can see where knowing some javascript can be a big help with UBot. Thanks for the help
  7. I had the same problem. Here's how I fixed it. Basically I had to add an extra column and then hide it to get what I wanted to display. http://www.techrescueme.com/image4.jpg Interesting thing is, even though I hid the local search volume when I scraped for Global search volume it still picked up the local volume. Hope this helps.
  8. You are right! I had a typo. That's why I'm not a programmer for a living. Thanks a bunch that saved me a ton of time. Mike
  9. Not sure if this is what you had in mind, but you can set a variable to the $return value of a sub as in below. http://www.techrescueme.com/return.jpg
  10. I didn't know you could change the $scrape by attribute to href. Learn something new everyday. the problem with this is that it will scrape every URL and I only need the organic results. How can I limit the scrape to only the organic results? Thanks for the help.
  11. Jim when I use the find sub undefined is always returned. Any ideas?
  12. I'm trying to scrape Google organic only results and then check page rank for top 10 sites. The problem i'm running into is that when I scrape Google, some URLs are shortened. Example: http://www.techrescueme.com/image1.jpg Here's what I'm getting: inventors.about.com/od/.../a/sewing_machine.htm without the correct url I can't get correct page rank. Here's how I'm scraping: http://www.techrescueme.com/image2.jpg Any ideas on how I can get the full URLs? I've tried scraping using other attributes but I've had no luck so far. Any help deeply appreciated. Thanks PS sorry to hijac
  13. Great idea! I never thought of that. while I don't program in PHP I'm Okay in Coldfusion. I could create a page to handle many function that we don't have with UBot and create some database functionality also. I see the potential. Thanks for your inspiration Jonathan
  14. That works! Now I have to find out how to make the seach not case sensitive. Thanks a lot!
  15. I need to be able to check a variable to see if it contains a word within it and then set another varible to yes or no. I'm unsure if this is possible. Does anybody have any recommendations? Thanks!
×
×
  • Create New...