Jump to content
UBot Underground

Computer Gecko

Fellow UBotter
  • Content Count

    30
  • Joined

  • Last visited

Everything posted by Computer Gecko

  1. Deliter is awesome and so is his plugin! I have used him for a few projects now and he always overdelivers. He incorporates the plugin as part of the project and it works like a charm. Communication is always quick and clear. Thanks for the great work, Deliter.
  2. Hi Miriam! Thanks for the insights! Sorry for the ignorance, but how do I parse it now?
  3. Hi All, I am trying to scrape this url - http://www.4sgm.com/is-bin/INTERSHOP.enfinity/WFS/4sgm-Storefront-Site/en_US/-/USD/ViewParametricSearch-RSS;pgid=P2mm3vcqkHaR00Ov2sHlGKz50000J7Lx-OUs?SearchCategoryUUID=xRbAwGQT.4sAAAELSNE0E4U1&rsstitle=Artificial+Plant%2FBasket However, when UBOT navigates to that url, it strips out a bunch of the code that I would use to parse the feed. - http://screencast.com/t/E9Ac9ycoXff Any ideas?
  4. Just wanted to say that I highly recommend Deliter too! His profile - http://network.ubotstudio.com/forum/index.php/user/15170-deliter/ He just created a bot for me and it works great. He is very helpful and really works to understand the requirements of the project. Then he was willing to tweak things to make the bot perfect. THEN, he made the bot run even faster without my requesting it! That's OVER delivering. Highly recommend, Deliter!
  5. Im having the same problem connect to mail server("SMTP With SSL","MYEMAIL@gmail.com","PASSWORD","smtp.gmail.com",465) { send email("MYEMAIL@gmail.com","{#productnum}- Squeeze Page Link","Plain Text","http://MYSITE.com/{#squeezeurl}","","MYEMAIL@gmail.com","") } I get the error: The operation has timed out. When I used the wizard, it connected fine..
  6. Great information Asentrix! Is there a way to grab all the images that are in the left side of the listing page with the thumbnails underneath? Also, it would be great to grab the fullsize images instead of the smaller versions. Thanks!
  7. Hi All, I am using UBOT 5 developers. I created a bot to log into twitter and then post a tweet. The bot basically: 1. Goes to https://twitter.com/login 2. Changes the attribute of the username to the correct username 3. Changes the attribute of the password to the correct password 4. Clicks sign in The problem is that twitter always comes back with Wrong Username/Email and password combination. If I manually type the name and password all is good. Don't know what's happening. My facebook and linkedin bot work perfectly with the same type of coding. Any help is appreciated. T
  8. HI There, I am trying to create a bot that would log into facebook and paste a status update from a file that would have several updates. The Pseudo code would be: 1. log into facebook 2. Grab text from .TXT file 3. Paste text into facebook 4. Click post 5. Remove text from TXT file Thanks! Ed
  9. Looks awesome, but I get the follow error when trying to download. ----------- [#10173] We could not find the attachment you were attempting to view. --------- Thanks, Ed
  10. How do you pass the variables in the html to UBOT to use later on? Thanks, Ed
  11. HI All, I am trying to figure out how to use the HTML panel. I can't seem to find any tutorials or information. Any Ideas? For instance, can it be used to enter in the variables needed? Thanks, Ed
  12. By the way, I want to say how VERY VERY impressed I am with the support and willingness of people to help on this forum! Thank you! Thank You! THANK YOU! VERY I hope to return the favor one day.
  13. @LoWrldErTJ (dude you know how hard your username is to type Thanks. I'll have to play around and see how to get it to work.
  14. Hi! Thanks so much for the response. Gogetta's sctipt is amazing. Too amazing! I am looking to do somethings much simpler. Save and Repopulate: 1. Domain address 2. Username 3. Password It will load the exact same info everytime unless the user changes it. Is there a simpler solution or is GoGetta's as easy as it gets? The part I want to get rid of in his code is having the select the project. Essentially this is one project. Thanks! Ed
  15. Hi All, I have created a script that asks for various information from the user (username, password, etc) Is there away to save that information AND repopulate the fields when they open the script again? Thanks, Ed
  16. Thanks for the replies! Support lifted my post restriction! @Buddy - Thanks for the suggestion to use 3.5. Will these features be available in V4? @Justin - Thanks! I found that I could run this using shell reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v AutoConfigURL /t REG_SZ /d "http://www.application.com/proxy.pac" /f It would activate proplerly Then use reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v AutoConfigURL /t REG_SZ /d "" /f HOWEVER, They seem inconsistent in working in UBOT What I mean is that it WILL r
  17. Hi There. My first post... I did a search and didn't see anything on this. I need to be able to : 1. set the address to use under the "Use automatic configuration script" 2. click the check box on 3. after running the bot, unselect the check box. The item in question is under Internet Properties >> Connections >> LAN Settings http://edwardaw.com/temp/lansettings.jpeg Any help is greatly appreciated. Also, I may not be able to respond today since I am restricted to 1 post a day. Thanks, Ed
×
×
  • Create New...