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

  1. J

    Regular expression to delete lines over a character limit.

    Hello I wasn't sure if this was the right place to post this but I have a list where I want to delete any lines that are over a specific character limit. I'm not really sure if using a regex is the right way to go about it but I can't seem to find another way to do it. Anyone have any ideas...
  2. J

    Running a Project within a Project but each project requires different browsers?

    Okay, it doesn't seem to work with project in project because I believe whatever the browsers specs are for the first project is, it uses the same browser specs for the next project which means it won't work properly. My question is, is there a way to automatically run one project after another...
  3. J

    Running a Project within a Project but each project requires different browsers?

    Hello, I have 2 projects that run one after another. The first project only works in Firefox and the other project only works in Chrome. Is there a way I can run them one after another without having to manually change the Instance browser settings? Thank you.
  4. J

    Unable to open the 'Add Media' tab in wordpress

    Fixed it. I had to change the default browser from Firefox to Chrome.
  5. J

    Unable to open the 'Add Media' tab in wordpress

    Hello, I'm trying to use Zennoposter to add an image in a wordpress and when selecting any of the Add Media buttons, nothing happens. Normally there is a screen overlay that allows you to then upload media but when I click Add Media in the Projectmakers browser, nothing happens? Even setting...
  6. J

    Where to download ZennoBox?

    I want create a project in projectmaker for my partner to use on her computer but we only have one copy of zennoposter. I've read that someone who doesn't have Zennoposter can download Zennobox and run a project. Where would I download zennobox from? Thank you.
  7. J

    Download a text file

    Nevermind. I worked it out. Anyone wondering, I Parsed the dynamic link and then used a Get request to download the data and put the data into a variable. From there I added the data from the variable into a Textfile.
  8. J

    Download a text file

    Okay, so I've managed to parse the dynamic link into a variable. I've then managed to use a HTTP-request to download the textfile. But the text file ends up in: EN\ZennoPoster Standard V7\7.5.0.0\Progs\Trash\ I can't see an option in HTTP-request to choose where to save the file? Do I need...
  9. J

    Download a text file

    Hello, I'm trying to download a text file from a website, then write that text file to a directory. The text file will need to overwrite a text file already in the same directory (and use the same file name as the file in the directory). The link to the text file on the website is not...
  10. J

    Show in Zennoposter how many times a project has looped?

    Hello, Is there a way to show in zennoposter how many times a project has looped? I have a loop inside the projectcreator that keep running until a variable hits 200, then the loop stops and the project stops. But I'm unable to see how many times the project has looped in zennoposter. Is...
  11. J

    Confused about running a project in Zenno poster - Process doesn't loop as needed, it simply starts over again

    Thanks for the reply. When you say delete lines from the file bound to the main list, I just want to confirm you mean to select the 'Delete rows after taking' option in the MAIN List? These are the current settings for the MAIN LIST And these are the settings for the SUBLIST: Is there...
  12. J

    Recaptcha taking a very long time to recognize it is successful via Capmonster2.dll.

    Okay, can an admin please confirm if the delay is built into capmonster? I noticed in the Professional version it says: No delays for simple captchas. Please confirm if this is what's happening and it's not a simple error.
  13. J

    Confused about running a project in Zenno poster - Process doesn't loop as needed, it simply starts over again

    Nevermind. I added a breakpoint and it's working.
  14. J

    Confused about running a project in Zenno poster - Process doesn't loop as needed, it simply starts over again

    Hello, Maybe I'm doing something wrong. I have a project I've created where I am checking a large list of domain names which each are on their own row, for information and parsing that information to a table. I can only check 25 domains at a time so I'm copying 25 rows from the MAIN LIST into...
  15. J

    Recaptcha taking a very long time to recognize it is successful via Capmonster2.dll.

    Okay, so running Capmonster2.dll only seems to be working when the captcha shows a challange and Capmonster2.dll successfully completes it. If the Captcha does not show a challenge and simply 'ticks the box', Capmonster2.dll just hangs until the captcha expires. I'm not sure how to fix this?