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

  1. R

    Best Way to Create Blacklist for Account Creation?

    Does anyone have an idea or method to create a blacklist while performing account creation? I'm currently generating multiple accounts, but don't want to waste time trying to register account names I have already used. Does anyone have a good idea on how I can create a blacklist of account...
  2. R

    Best way to use Backconnected Rotating Proxies for Account Creation

    Thanks. The browser proxy setting definitely helped increase the success rate of the account creation. Plus I contacted Storm Proxies and got them to tell me when the proxies rotate, so I can execute the account creations around them. Thanks mikakojonkowski. I found the browser set proxy...
  3. R

    Best way to use Backconnected Rotating Proxies for Account Creation

    Do you have any suggestions for material I could read, or focus on to better understand what logic I need to add to the bot to not fail after timeouts? I'm open to learning how to add it in, just need an idea of where to focus my energy. As for loading the saved proxies, are you talking about...
  4. R

    Best way to use Backconnected Rotating Proxies for Account Creation

    and when you say I don't need to load rotation proxies in proxy checker, and that I can just save in file and usw from file, do you mean I save the rotation proxy information in Zenno Project Maker?
  5. R

    Best way to use Backconnected Rotating Proxies for Account Creation

    What would you recommend for account creation? Because right now the timeouts are the biggest issue I have with account creation. The timeouts are causing only 30% of the accounts to be completed properly. What would you recommend for account creation? Should I still use back connected rotating...
  6. R

    Best way to use Backconnected Rotating Proxies for Account Creation

    Hi, I'm trying to figure out the best way to use Backconnected rotating proxies for creating accounts on a website. I've tested the account creation without proxies and they work perfectly, but whenever I use my rotating proxies from Storm Proxies, they time out after a while and the entire...
  7. R

    Does ZennoPoster use a new User Agent each time it runs?

    Is there a way to test to make sure the different user agents you set are working correctly?
  8. R

    Does ZennoPoster use a new User Agent each time it runs?

    where is that located?
  9. R

    Does ZennoPoster use a new User Agent each time it runs?

    I'm using ZennoPoster for account creation, and I'm wondering if the User Agent is changed each time the program runs. Or does it use the same user agent each time? If it doesn't change, it could be obvious which accounts were made by a program. thanks.
  10. R

    Add text to all lines in list.

    I was able to figure out a work around. Thanks.
  11. R

    Add text to all lines in list.

    Been trying to figure out how to add text to all the lines in a list without having to do it one by one. Does anyone know how to do this? I tried add text" in list processing, but it adds the text as a new line instead of at the end of an existing line. Example: Adding a comma "," to the end...
  12. R

    Create columns with multiple rows of parsed data

    Wouldn't that make the end result look like this: What I'd like to do is make gathering the 'artists' match the 'gallery' they came from, and since most of the galleries I'm parsing from have multiple artists, I'd have to put those 'artists' into new rows under the same column...
  13. R

    Create columns with multiple rows of parsed data

    I'm trying to figure out how to create a table that has 2 columns, where one column has multiple rows of parsed data. Example: Does anyone know the best way to do this with table/list processing?
  14. R

    Zennoposter Error when running - always fails.

    how do you set up other rotating proxy services? In settings, there are only two options.
  15. R

    Zennoposter Error when running - always fails.

    I tried without proxies and it worked, thanks! Are Airsocks and AWMproxy.com the only rotating proxy providers that work with Zennoposter?
  16. R

    Zennoposter Error when running - always fails.

    Whenever I try and run my project in Zennoposter I always get the error: "Run HtmlElement HTML element is not found by search criteria" followed by "Zennoposter failed to complete project". When I run the project in the ProjectMaker though, it runs perfectly fine. I'm not sure where the...
  17. R

    Run HtmlElement HTML element is not found by search criteria

    I've been having the same problem whenever I try and run my project on Zenoposter as well. I'm also only running it on one thread so I'm not sure what to do about it. Could someone provide an idea, it would be greatly appreciated. Cheers.
  18. R

    Best way to click a button available only on hover

    I responded in PM, thank you.
  19. R

    Best way to click a button available only on hover

    Any ideas would be greatly appreciated.
  20. R

    Best way to click a button available only on hover

    This is the page: https://www.saatchiart.com/upload/avatar You need to login to see it though. You can use these credentials: login: [email protected] PW: 20HornFernanda# I've manually added a photo for the time being, but I'd like to be able to upload one using the project automation...
  21. R

    Best way to click a button available only on hover

    bump
  22. R

    How to click on file upload button only available on hover

    Hey does anyone know the best way to click on a button that only appears after the mouse hovers over it? I tried using mouse emulation based on coordinates, clicking after search by picture, and even click/onclick/onfocus/onmouseover through the action designer but none of that seemed to work.