Недавний контент yosheryosh

  1. Y

    GIF Captcha

    what were the command arguments you guys used for imagemagick? I couldn't get that to work?
  2. Y

    Errors in zennoposter but not in code creator

    I am just getting into CC.... For starters, I get "Build of the project failed because of bugs in the code" when I run it in Zennoposter, but when I debug it, it goes start to finish fine. Also when I debug how can I step it? I hit debug and it never steps... Also, another problem, when...
  3. Y

    Clicking on a javascript button

    bump
  4. Y

    Upload file problems

    Yes, I think this might be the answer also... I have IE9 on the one that works and an older version on the other. Should I update or is there a settings option I can change for this?
  5. Y

    Upload file problems

    Hi, thanks for the reply I'm going crazy trying to figure this out... Yes all files and directory paths are correct. In the above picture line #1 is the example of the WORKING computer. ZP runs, it selects the file path and this is what appears in the upload box. Line #2 is the...
  6. Y

    Upload file problems

    when i upload files on my main pc everything works (C:\images\abc.jpeg) ........ but when i run on the other pc, (same exact template) everytime it goes to upload the file it never inputs the file path only 'abc.jpeg' Any suggestions?
  7. Y

    how can i execute each template independently?

    I figured it out, you have to set the number of individual threads. But what are 'groups' ?
  8. Y

    how can i execute each template independently?

    I have one template that takes a while to finish, and when I have two threads running, they end up staying on that one for a while... How can I have run one template over and over independently of the other?
  9. Y

    changing arrays

    I'm going to use split string if i can define the variable... what if the variables are being scraped off a webpage? How would I define what should correspond to what?
  10. Y

    changing arrays

    Hi, I am trying to take the random out put of an array, then use that variable to change it into something else? I have the original array in JS, but can't think of how to do this second part? EX. [John, Jim, Ed].. now I pull a random name "John". I use this name in my template, but near...
  11. Y

    counting char length js

    Nope that didn't work either. Did you get that to work on your end?
  12. Y

    counting char length js

    It works if I type in strings.. but using the execution result never works.
  13. Y

    counting char length js

    Are there any issues with the prep text for JS? I run it through there first, then execute the above and nothing...
  14. Y

    counting char length js

    my js looks like: {-JS.Execute-|-var s = {-FieldData.FieldData-|-●4●6●8●0●7●2●-|-body-}.length-} I never get an output here though?
  15. Y

    Case insensitive text presence check

    Actually I can grab the text of the page I'm searching, convert it all to lower case, then do a presence check... Thanks!