Recent content by aworford1

  1. A

    Imacros & Visual Basic 2008....how do you setup a variable to use in the script?

    Well, I'm just kinda wingin' this but... Couldn't you take in the prompt in VB via the InputBox function (i.e. newU.rl = InputBox("Enter the URL: ") then pass that into your VB loop with iret = iim1.iimSet("-var_newU.rl", Cstr(newU.rl))? Then just have a {{newU.rl}} variable somewhere in your...
  2. A

    Imacros SHARED code scripts

    If it is something that you can increment, perhaps you can write a VB script that will just run the macro for 1 chat room, but then does some sort of FOR/WHILE loop (or something of that sort) that will make it visit the next incremental chat room? That way, if it does error out, it will just...
  3. A

    Help looking for a lost method

    Is it this one??? http://www.blackhatworld.com/blackhat-seo/member-downloads/139482-get-autopilot-business-system-make-10k-per-month.html?highlight=autopilot
  4. A

    Grey/blackhat method of monetizing restaurant/retail's incessant need for feedback

    Hello BHWers, Moderate-time watcher, first time poster. First, let me just say thank you to all of you here that constantly making me re-evaluate what can be a worthwhile idea; it amazes me how many different variants you guys/gals come up with for your own takes of rinse and repeat. Well...
  5. A

    iMacros Google keyword scraping help

    biks, You need to do your SAVEAS every time that you want to make a new row (in Excel) in iMacros. That will dump everything you have EXTRACT'ed up to that point in 1 row, then clear the !EXTRACT variable. No VB needed (THANK GOODNESS!). VERSION BUILD=6600525 TAB T=1 TAB...
Back
Top