Jump to content
UBot Underground

Fabier

Fellow UBotter
  • Content Count

    18
  • Joined

  • Last visited

  • Days Won

    1

Fabier last won the day on February 9 2013

Fabier had the most liked content!

Community Reputation

11 Good

About Fabier

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

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

Recent Profile Visitors

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

  1. So I saw Eric post this last night and it piqued my interest because I am about to be targetting a very specific group of local businesses and so I started thinking of things I could create a bot for which might get their attention. It is funny, really, because like always, I just figured out services which I would use bots to augment. This is why it took me two years to upgrade ubot studio to the dev license.... Because of the 200+ bots I've written in the last two years, only one bot was one which a customer even saw (and I still was the one typically using it). My experience has been to s
  2. These commands look interesting: http://technet.microsoft.com/en-us/library/cc775908%28v=ws.10%29.aspx#BKMK_1 Might help you out.
  3. Some people were asking for how to use Javascript in ubot, so this is a quick intro to using it in ubot studio . Hope this helps!
  4. Hey Fran, I know there are a few other people or there putting stuff together. I do believe I have some unique ideas to offer the ubot community. But ultimately the more we all push it, the better the whole community will become . I also have some collaborative ideas, I think TJ had some collaborative ideas as well. Just trying to gauge interest here.
  5. You could identify {$new line} with the regex "\s" which matches all whitespace characters. It also should show up as "\n" which is the regex for a linebreak. The new line character is a hidden character which won't render out in a particularly visible manner, but it would not be the same as {$nothing} which is a null character (essentially nothing at all).
  6. You raise a good point, Duane. I was thinking of collecting questions before hand so people who couldn't attend live could see me take a crack at their problem anyway. That might help a little bit with the time difference. What are some things you'd be interested in learning?
  7. Hey Guys, Herve, myself, and a few others have been chatting about the possibility of putting together a paid program to learn ubot and get serious with it. I may not be the best developer here, but I do have a strong grasp of programming concepts, javascript, jquery, and php. I've built some pretty advanced bots (read: threaded and doing some advanced site scraping and data crunching) in the short time I've been using ubot and would be more than happy to share everything I know for some spending money . So here is the question. If I started doing weekly or bi-weekly calls for like $20-
  8. I don't have a ton of time. But I would be interested in seeing what you have going on. *removed Skype since I got in*
  9. Oh! You are my knight in shining armor! Where have you been all my life? In short: worked like a charm! Thanks .
  10. So I found this other thread on the board that helped me with putting variables into my selectors (basically drop the quote marks): http://ubotstudio.com/forum/index.php?/topic/7984-how-to-use-a-variable-in-your-selector/ But this didn't help me with using wildcards. This is what I'm going for: set(#agentid, "84574574", "Global") add list to list(%agentevents, $scrape attribute(<href=w"*#agentid*">, "href"), "Delete", "Global") They Key piece being this: <href=w"*#agentid*"> I need that agent id variable to turn into an actual variable while still maintaining the wil
  11. +1. Trying to delete from a Dreamhost mailbox and the loop runs (watch it in the debugger) but the delete command appears to do nothing. NVM, It started working. Ignore me. Newbie alert .
×
×
  • Create New...