
Computer Gecko
Fellow UBotter-
Content Count
32 -
Joined
-
Last visited
Community Reputation
2 NeutralAbout Computer Gecko
-
Rank
Advanced Member
Profile Information
-
Gender
Not Telling
System Specs
-
OS
Windows 7
-
Total Memory
8Gb
-
Framework
v4.0
-
License
Developer Edition
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Computer Gecko started following I Need A Tutorial How To Extract Data Wih Images From Ebay, Blank page for New Post in Wordpress, CTRL-A in a field and 2 others
-
I am creating a bot to create a new post. However, when I go to /post-new.php The screen is blank.... It looks fine in the normal browser.... Thoughts?
-
This is probably the simplest of things, but I can't figure it out!!! How to I select ALL the text in a field?
-
[Offer] Get My New Css Selector Plugin For Free
Computer Gecko replied to deliter's topic in Plugins
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. -
Trying To Scrape An Rss Feed But Information Is Jumbled...
Computer Gecko replied to Computer Gecko's topic in Scripting
Thanks, Pash! Where do I get the XML Plugin? -
Trying To Scrape An Rss Feed But Information Is Jumbled...
Computer Gecko replied to Computer Gecko's topic in Scripting
Hi Miriam! Thanks for the insights! Sorry for the ignorance, but how do I parse it now? -
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?
-
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 replies
-
- 1
-
-
- run javascript
- scroll
-
(and 1 more)
Tagged with:
-
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..
-
I Need A Tutorial How To Extract Data Wih Images From Ebay
Computer Gecko replied to MBG's topic in General Discussion
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! -
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
-
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
-
Awesome! Thanks, Ed
-
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
-
A Great Site for Making a Custom Ui Html Panel
Computer Gecko replied to Gogetta's topic in Tutorials, Tips and Tricks
How do you pass the variables in the html to UBOT to use later on? Thanks, Ed -
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