Jump to content
UBot Underground

leber026

Fellow UBotter
  • Content Count

    36
  • Joined

  • Last visited

Community Reputation

0 Neutral

About leber026

  • Rank
    Advanced Member
  • Birthday 01/01/1

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

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

  1. Please let me know when you have more info. Its pretty frustrating paying for an upgrade only to have to wait because the software has a bug.
  2. Lilly, Do you have any info on why the function won't run in a compiled bot? Or if the download file command will ever be able to handle this? Thanks!
  3. Thanks. That script seems to work with an un-complied bot. It doesn't work when the bot is compiled. I was hoping the download file command would work because I need to loop through and download multiple reports for multiple clients. So saving the files to different locations would be a huge help.
  4. Yep I did try that as well I forgot to mention it. I'll open a ticket Thanks for your help Andy.
  5. Hello, I'm having a problem trying do download the google Analytics dashboard report. The file will download but I'm getting an error when I open it. The error is "Acrobat could not open the pdf because it is either not a supported filed type or because the file has been damaged....." I'm using the download file command with the following url https://www.google.com/analytics/reporting/export?fmt=0&id=ID_REMOVED&pdr=20101101-20101130&cdr=20101001-20101030&cmp=date_range&rpt=DashboardReport Any ideas on whats causing this problem?
  6. leber026

    DHTML events

    Ignore my post above. It was a problem with IE. - Leber
  7. leber026

    DHTML events

    I may be going cross eyed, but I'm trying the same thing, to create an account in cpanel. I keep getting the "Account Creation Status: failed (Sorry, you must choose a plan)" I'm trying to fire the JavaScript with no luck. I'm able to select the drop down and change it to a plan but that's it. After I change the plan I have a run JavaScript node with the following function updateform(nfo) { var selectEl = document.mainform.msel; selectEl.className = selectEl.options[selectEl.selectedIndex].className; cpsets = nfo.split(","); // ip,cgi,quota,frontpage,cp,maxftp,maxsql,maxpop,maxlst,m
  8. Hey guys, I'm working on a bot to keep track of some urls. Do you guys now a way to determine when a url has changed so I can store it. What I want to so is navigate to a link like domain.com/redirect.php which goes to domain2.com/redirect.php which normally leads to offerdomain.com. I know I can grab the first and last link with no problem but how can I get the middle link? Thanks.
  9. Next time try unchecking the box under the first user. I think it says something like "protect my pc from unathorized sources" or something like that. I can't really remember the text, but its the first an I think only box under the top user.
  10. I think you would need to us a csv file with the corresponding stats and zips in it. Check out bluegoat's post http://botsoftware.org/forum/index.php?topic=149.msg632#msg632 on how to read in a multi column zip.
  11. Cool, thanks for the example. It looks like you guys are thinking about this a little different that I was. Time for me to re-adjust Thanks again.
  12. jackfitz, Your last post will read in a .csv just fine. But it won't split a csv with multiple columns into multiple lists.
  13. Try using the send keys command. - Image attached - leber026
  14. Try the "refresh" link next to the show errors check box. I believe it will clean all varibles/lists unless something is still referencing it.
×
×
  • Create New...