Jump to content
UBot Underground

Grumman

Fellow UBotter
  • Content Count

    13
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Grumman

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    < 1Gb
  • Framework
    v4.0
  • License
    Standard Edition

Recent Profile Visitors

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

  1. It's not my signature. It's a link to a php page that happens to have the word "signature" in the url. To everyone else though, this bounty is still live. No one has been able to make this work within Ubot so feel free to try your hand
  2. Alright, the reward on this is being boosted to $300. I haven't had anyone solve this yet. No need to run the bot to get to the signature file. The link for it is here. https://intelliapp.driverapponline.com/screens/html5_signature.php
  3. I've got a bot pretty much completely built which fills out a form with data found in a csv file. The issue I've run in to is the signature at the end of the form. I have the signature I want to use in the csv file, but I need to "draw" it in a signature box on the target website. I DO NOT NEED A FULL BOT. All I need is the snippet of code that will put the signature from the csv into the signature box. Again, this is just one bit of code, not a full bot. The signature is found in the csv at cell 0, 353. EDIT: SOLVED! Grummancsv.csv
  4. Hey all. Not sure how many people will use this, but I know when I searched through the forum for answers on this I couldn't find one and so when I finally figured out a way to do it, I thought I'd share it here in case someone else was looking for a way to do this in the future. When filling out forms, I was encountering state field dropdowns that were either formatted like "NY" "New York" or "NY - New York". I didn't want to have to change all my data over to fit the different sites, so I came up with this: The data in your cells should be formatted like "NY - New York" If it's a site th
  5. Yup, I uploaded my bot that I was writing new code with, not the one with all the rest of the code. Stupid mistake. It's up there now.
  6. Alright, so here's one for you pros (or undervalued newbies). I've built a bot to fill in a looooong form that's a job application. All of the data is held in a .csv including some html script (wrong term?) that is actually a signature. That html script needs to be used to "draw" the signature into a different signature box at the end of the form. It probably involves some javascript. I know less than no javascript. The html script looks like this (just a snippet, it's really really long): <img class='signature-response' src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAroAAACWCAIAAA
  7. I've got a fairly sizable bot here that's not even half done, but it's so large that it now takes 3:27 to switch from Code View to Regular. Adding or editing anything takes forever. To my knowledge there's no way to break it up into smaller bots because it's filling out a long form from a csv, so you can't do half of it, then navigate in with a new bot and do the second half. Just won't work. Any ideas on how to get this bot completed without tearing out my hair?
  8. I'm looking to have someone create a bot that will fill out the same form over and over again using data which changes every time that is held in a .csv file. The form that needs to be filled is fairly complex. You will need to be proficient with If/Then/Else logic, be able to take a signature held in the .csv in html code and using that code to "draw" the signature in a signature box (yes, it is possible). A sample .csv has been attached, but instead of just one column, there will be 40 or 50 at a time. The bot should loop so that I can put 50 rows into the .csv and it will go through all 50
  9. I have to admit that I'm having trouble with the signature on the site itself, but I've only had time to give it a quick try. I've run in to another issue. Now, I know I can do this, but the WAY I'm writing the logic seems unnecessarily convoluted. Here's the issue: I have all the previous employment data on a csv, same with all the other information. That data is getting plugged in to the form one cell at a time. The form is set up like Job 1 (employed/unemployed, questiona1, questionb1, questionc1). Add a new job and it's now Job 2(employed/unemployed, questiona2, questionb2, questionc2) e
  10. I've talked with a couple other automation services and the general consensus is that it can be done, it's just that no one knows HOW. I've built 80% of the bot I need now through UBot and it's by far my favorite of the services I've tried. Anyone offer some insight into this?
  11. For anyone looking in to the signature problem, I've realized that I can also get it in .pdf form and change it to whatever else I'll need. Kind of a hassle, but better than nothing. Still can't figure out how to get it into the signature form though regardless of its format.
  12. Just picked up the UBot standard edition yesterday in order to automate filling the same form multiple times a day with different information taken from a .csv file. I've run in to a few problems so far. First, the phone number field that I need to fill in separates the area code, first 3, and last 4 digits into separate boxes, but my data is found all in the same box. Second, at the end of the form there is a signature box similar to the one that can be found here: http://www.surveygizmo.com/s3/683306/Signature-Demo-in-Marketplace I need to be able to take a signature from my site that I
×
×
  • Create New...