Результаты поиска

  1. G

    creating files and folder on local drive

    I may just be missing this... but I don't see anywhere to "create a directory".... dynamic files are no problem... Take the execution of the regex and yes... append something to that new file c:\results\{regex-execution-result}.txt <--- the file will automajically be built... How to do...
  2. G

    Parsing multiple match in a row (separate by a coma)

    Put the execution result of each parse step in a single macro of "append lines to file" and separate with a comma.. {execution-result1},{execution-result2},{execution-result3},{execution-result4},{execution-result5}
  3. G

    JS Upload issues

    Try it in the root of a drive- c:\yourpicture.jpg
  4. G

    Database Use Options

  5. G

    Database Use Options

    If too many text files are the problem try and stick things like... TITLE DESCRIPTION KEYWORDS etc into a text file like this.... TITLE ## DESCRIPTION ## KEYWORDS Use the ## as a delimiter and for projects Use macro builder > get block of text > spintax (optional) > split...
  6. G

    regarding getting url from a txt file

    This is a url poster for project maker - pulls urls from a file > posts a comment to a page > loops until the file is empty. Make a backup of your urls or change the {-File.GetString-|-\Resources\urls.txt-|-0-|-true-} to false and make a loop counter if necessary. You can get the url of...
  7. G

    Selecting inside a div

    Do you have the correct match# selected in branch builder? Because if 20 divs exist on the page you must pinpoint which div it will click- Also if the link is always changing you might want to do a regex with a portion that is always common within the link... for example if the link is ...
  8. G

    I'm the new guy here, lets do some brainstorming

    My arch nemesis and fellow member "bigcajones" does bi-weekly net meetings--- If you have a subject to touch on he might take time out of his busy rodeo schedule to broadcast a seminar with that as the topic... ================================ CAJONES
  9. G

    Email Processing Like Magic Submitter - Auto click ALL links in emails

    +1 MadSEM ! Similar to magic submitter would be extra nice to add to an already hardcore SEO program (Zennoposter); ============================================= Although "Canadia" is a fictitious place where bigcajones fantasizes about... btw do you still have posters of Joe Mangina...
  10. G

    YouTube Setting Uploaded Videos > Edit Info

    Hey Bros, After I process uploads to y0utube, I would like to come back afterwards and run a template to edit the Video Settings... Title Desc Tags etc... However as you can see in the first image there is an "Edit Info" Button for each video How to make Zenno click each button as they have...
  11. G

    Re-use a random string in another field of the same form

    copy the execution result of that macro > paste into the attribute value new field which requires the same information...
  12. G

    Problem to parse Google.

    Throw up a piece of your template, someone will play with it.....
  13. G

    what's wrong with my yahoo email create template?

    Didn't run the template but maybe regex similar to this... https://edit\.korea\.yahoo\.com/config/eval_register.*
  14. G

    string.replace on multiple words within a block of text ???

    Looks good, I am interested to see if an execution result can be entered as the var for "product1" / "product2" etc. I will test it - edit: WITH EXECUTION RESULTS I AM GETTING NO DATA AFTER JS RUNS... I also ran a prep.js - no go ! hmmmm ? {-JS.Execute-|-var...
  15. G

    string.replace on multiple words within a block of text ???

    string.replace on multiple words within a block of text ??? My text file is layed out like so... ##keyword1## is the best product ever made. ##keyword2## is the best product never eaten. The macro to replace keyword1 looks like so...
  16. G

    Spintax Help : Trying to spin execution results

    Yes the spun data and those execution result are all in the text file... still testing, might be some human error in this beast somewhere- The text in the text file is exactly as shown -...
  17. G

    Spintax Help : Trying to spin execution results

    Below is a text file which I set up to pull some data... The macro executions listed below are obviously prior to the spin instance itself. In ProjectMaker my "smaller" test run was successful however the below is resulting in without any data where the execution results should be... ...
  18. G

    captcha problem

    In ProjectMaker in the "this is captcha" step change "monkeyenter".dll in the image to whatever service you are using... Also, in the top left corner of PM goto > settings and enter your user: password for the service you use.
  19. G

    working with many files

    Off the top of my head you can make a step with the actual names of the files in a text file and pull each filename - use the execution to process the regex on... OR Use the macro > files and directories > {-Directory.RandomFile-|-\Resources\-} This will pull a random file from a...
  20. G

    Take specific REGEX MATCHES

    So its possible with multi-step process, if anyone has a simpler solution that would be killer... thanks.
  21. G

    Take specific REGEX MATCHES

    *weekend bump
  22. G

    Differnet Languages for the site

    Languages portion of this template ?
  23. G

    Pause the Template

    Use the pause macro - 600seconds = 10mins
  24. G

    Take specific REGEX MATCHES

    Can ZP take multiple matches from a REGEX in one step... for example - I want Match# 0,3,5,7 ? Or must the steps be separate?
  25. G

    How to pull x number of seperated words from a line

    Have varying numbers of keywords on lines (strings) Objective - pull 3 words per line Some lines have unknown amount of words separated with "," Some lines are quite short 3words Thus far I am working with this as a guide...
  26. G

    How to Randomize User Agents

    HERE is the template... Or type "User Agent" in the search for the forum.... enjoy !
  27. G

    E-mail Processing Problems Solved - Email Master 2.0 Multiple POP3 Email Account DL'r

    What template are you using ? PM it over if its a new breed....
  28. G

    Логические выражения

    = assigns a value, == does a comparison Only == works for a logic test (other variants= !=, >=,<=) Very useful as well: && and || to tie several conditionals together.
  29. G

    Working With VPN Client

    I know for sure you can do it with one thread at least, I was using HmA for awhile; - I have the data, the template and everything buried away somewhere -
  30. G

    Pause Macro Specifics ???

    I like your optimism - dick ;) the "random-ness" of the macro itself... could be more "random" .
  31. G

    Pause Macro Specifics ???

    This is a very straightforward question really --- If I use the macro {-Pause-|-{-Random.Int-|-4-|-7-}-} Is the time Zenno Waits an even interval - for example is it............ 4.0 seconds / 5.0 seconds / 6.0 seconds etc... or is it.... 4.3 seconds / 5.2 seconds /...
  32. G

    Pause Macro Specifics ???

    Loonies and Toonies my man !!! If I was Mr. Google I would say "hey wait, all these actions are happening at random intervals... but without any microseconds...always clicking on the exact second --- hmmmm..."
  33. G

    Pause Macro Specifics ???

    Hello Zenno World, If I use the macro {-Pause-|-{-Random.Int-|-4-|-7-}-} Is the time Zenno Waits an even interval - for example is it............ 4.0 seconds / 5.0 seconds / 6.0 seconds etc... or is it.... 4.3 seconds / 5.2 seconds / 6.9 seconds etc... What is the exact specs ? to the...
  34. G

    Как брать данные из файла построчно без удаления?

    Do Macroses Files & Directories > Count number of lines in a file Make a loop with a counter to pull your line (use counter execution result to pull line from file) Do logic operator, if counter is greater/equal to lines in the file the file is finished This is a counter attached>>>
  35. G

    [GET] Solution here for autoclicking in Zennoposter PROJECTMAKER

    Double click - right click - center click should also be recognized.
  36. G

    VMWare

    Have you tried using VMWare yet, or have you just read the "limitations" in the user guide ? Be a little crafty and see what happens...
  37. G

    [GET] Solution here for autoclicking in Zennoposter PROJECTMAKER

    FYI: This prog may actually do multiple clicks if you do windowKEY+p in multiple areas.
  38. G

    need a little help

    Heres the meat and potatoes !
  39. G

    [GET] Solution here for autoclicking in Zennoposter PROJECTMAKER

    Hate clicking the button in Project maker ? Would you rather just have your hands free to crank call Bigcajones??? me too !!! A million years ago we made this program Mouse Auto-Click 1.0: http://microvb.com/downloads-freeware.html INSTALL > RUN IT > SCROLL OVER THE ITEM TO CLICK > HOLD...
  40. G

    Is there a way to save CSV from adwords keyword tool?

    AutoMate8 is another & Automation Anywhere, from Tethys Solutions-- free versions in the nice parts of the internet... *cough* ACTools... Our own personal mouse clicking tool might actually work - let me know if it does (won't work on win7 - hotkey issue)...
  41. G

    Need help for verified verification email

    +1 ;) Dang it, its true...
  42. G

    How to pull the last line from a file

    This will work however perhaps an easier way is available without executing Javascript....
  43. G

    Will buy through your Aff-Link

    Buy from either... Bigcajones (iamthedarkwiz : youtube) or Shinigami (howtomakebot.com) PM one of them...they are 2 experienced in ZP who will maximize your purchase hands down !!! Enjoy the program and welcome to the community.
  44. G

    Link click errors, how do I make them universal?

    You can set ZennoPoster "attempts" to -1 which will run the template until is successfully completes...
  45. G

    clicking on link which is defined by another tag than a href

    If you read Captain Obvious statement slowly you will get it.... s-l-o-w-l-y..... ;)
  46. G

    Clicking a link problem

    Here ? LINK
  47. G

    rss feeds scraper?

    MACRO get line from file (the web addresses) >>> set webbrowser - goto page(drop down) (the execution of get line Macro) >>> Get page source/dom/text >>> MACRO append results to file (execution result of Get Page Text) DROP AN *IF LOGIC STATEMENT IN THERE SOMEWHERE TO DETERMINE WHETHER THE...
  48. G

    E-mail Processing Problems Solved - Email Master 2.0 Multiple POP3 Email Account DL'r

    Glad you enjoyed your brief encounter with the software ;) Our problem arose when this users evolving reasons as to why the software wasn't working continuously manifested. I will take your advice and not resolve your problem. Our customer service ethics come from our roots in programming...
  49. G

    How to add a counter and pick the lne below the last one

    Do a "count lines in the file" first... Use that execution as your number of lines... Use the counter portion after this
  50. G

    How can I remove a successful step branch exit connection?

    Or you can double click on the green circle in the element and double click in either the blue circle above or red circle below .. this will delete the connection also.