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

  1. bigcajones

    Getting Error in 'Run The Program' File Path Error

    I've run python scripts before from zenno. The config.ini file is in the directory with the template and the python script. It runs fine from the command prompt. Never had this problem before because I didn't need to hide my api key from other users before. I was trying to make the bot work to...
  2. bigcajones

    How to hide options in the bot interface? (doubts)

    Yes, I understand. Unfortunately I don't believe that is able to be done in the current Input Settings. You can do it in the Bot Interface, where there is a code editor. Maybe one of the developers will add it in for you. I'm just a carpenter and could probably do it, but it would require a lot...
  3. bigcajones

    how can i randomize typing like a real person

    No sorry I don't
  4. bigcajones

    how can i randomize typing like a real person

    Would be cool to have that option. A slider in PM like Multilogin has. I know the class they use instance.EmulationLevel has a SuperEmulation level. I don't know if that is doing what you are for.
  5. bigcajones

    How to hide options in the bot interface? (doubts)

    Are you trying to put this as a dropdown on a page? Or are you trying to pick a drop down? Are you doing this in Input Settings? Kind of hard to tell what you are trying to do by your explanation
  6. bigcajones

    Getting Error in 'Run The Program' File Path Error

    Okay, I put quotes around the path and now I'm getting another error only in zenno, not when I run the script from command line. Warning: 'config.ini' not found. Attempting to load API key from environment variable (GEMINI_API_KEY). An error occurred during Gemini API interaction: 400...
  7. bigcajones

    Getting Error in 'Run The Program' File Path Error

    When running a Python script, I keep getting a path error. See attached images. The code works fine in command line out of the folder. Same error when using {Project.Directory
  8. bigcajones

    Hello my friends

    Sorry it's been a few years. Life happens. Got remarried to a much younger woman, hence my lack of activity on the forum. Glad to be back. Had to kick the rust off working with the new version. Looking awesome so far. Anyways, thanks Dark Diver and Nauru for inviting me to be a part of this...
  9. bigcajones

    WTF Is Up With All The Spam Posts?

    You guys really need to protect the forum better. I'm seeing more and more spam posts. How about if only clients get to post. I know this hurts the new members that are trying the demo version, but we don't need the forum cluttered up with this spam. Do something about it please
  10. bigcajones

    Lets discuss ZennoBox options

    Yup! Maybe.
  11. bigcajones

    Input Settings Import/Export

    I'm building some templates with tons of multiselect dropdowns. I'm trying to create the input settings through xml. I exported an input setting from one template to see how the settings were built. Tryed importing to another template but it gave an error.
  12. bigcajones

    Input Settings Import/Export

    Am I missing something. I tried exporting the input settings from one template to another and I get an error. I want to create the xml file without using the editor.
  13. bigcajones

    Contact form template

    I built one for a client. What I did was get a huge list of urls that had contact forms on them. I saved the html from the contact forms (different types) into one big text file. Then it is a matter of going through the html and finding the name= or id= or any element that makes it unique to the...
  14. bigcajones

    [BETA] Instagram Automation Panel - Instaswoop

    I'm your Huckleberry!
  15. bigcajones

    XPath универсальный C# шаг работы с элементами

    When I try your template it tells me 'no reference to CommonCode'. Maybe because I'm using 5.7.1 version?
  16. bigcajones

    XPath универсальный C# шаг работы с элементами

    and where is the library for CommonCode?
  17. bigcajones

    GET Request get's - activate javascript to view this site.

    what page are you looking at?
  18. bigcajones

    Сontest Contest: Articles about ZennoPoster

    Count me in. Will submit article to mods this week.
  19. bigcajones

    Глобальные настройки для всех проектов

    How about like it was in version 3 where we could input global variables before running templates? Can that be built back into the poster?
  20. bigcajones

    Advice on Post action

    Ok Shabby, Here is what I have found doing GET and POST requests on wordpress. Set the redirect to 1 on all your requests. Cookies that you need to login are in a redirect so you need to stop redirect so you can regex out cookie strings. Just fyi.
  21. bigcajones

    Замена кода специальных символов HTML на обычные "текстовые"

    string y = project.Variables ["jobDescription"]. Value; string result = System.Net.WebUtility.HtmlDecode (y); return result; [/ CODE]
  22. bigcajones

    Interaction between ZP and Winautomation

    Here's Bluestacks template for you to look at morpheus. https://www.dropbox.com/s/gftvu8ar17u0rob/BlueStacks.xmlz?dl=0
  23. bigcajones

    Interaction between ZP and Winautomation

    When I get back on my server tomorrow, I will see if I can share it so you'll get the idea. The problem with doing this is if screen resolutions are different or program opens a different size coordinates won't be found and since it is in c# it keeps running even if something screws up.
  24. bigcajones

    Interaction between ZP and Winautomation

    You can use zenno as a windows automation tool. It has to be done with c#, but is possible. I got it to work with bluestacks. The only problem is that it is coordinate driven.
  25. bigcajones

    News Happy New Year! And a littlbe bit about support during NY holidays

    Thanks for your great support this year. Made us some very happy customers.
  26. bigcajones

    Drupal Commenter Problem

    yes, use optional for the action. If the captcha is there it will be solved, if not then it will skip over the captcha actions
  27. bigcajones

    4 место Кнопка бабло или как я автоматизировал регистрацию в Instagram (и не только)

    Great article Radzhab. Surely a winner. A great start to many possiblilities and tremendously better than using BlueStacks and winautomation. I applaud you for sharing this with us. A true gentleman.
  28. bigcajones

    Новый саппорт от ZennoLab

    Welcome VladZ
  29. bigcajones

    XML vs JSON

    XML for sure.
  30. bigcajones

    Count of computers in pro version limited to 3 computer only?

    I would send an email to support
  31. bigcajones

    Count of computers in pro version limited to 3 computer only?

    You can actually only run the poster on 1 computer at a time but can install it on 3. You could run Project Maker on all 3 at the same time but not the poster.
  32. bigcajones

    Release ZennoPoster 5 New build 5.5.0.0 (05 Nov 2014)

    Awesome Misha!
  33. bigcajones

    Change the url

    Word processing action replace /k/ with /u/
  34. bigcajones

    Excel tab

    You would have to do it with c# action and add Microsoft.Interop.Excel library. Zenno will only work with the first tab.
  35. bigcajones

    Bulk Email Processing

    Okay, there is an error in the code above. If you look the table is named Tabl1 so you have to change that to Table1 or name your table Tabl1 in order to get it to save to file.
  36. bigcajones

    Forum registration

    It's best to create templates for each platform. Easier to fix.
  37. bigcajones

    Bulk Email Processing

    In the code above you must change POP3 to IMAP after EmailProtocol if you are using imap
  38. bigcajones

    Bulk email processing question

    yes
  39. bigcajones

    Skype group details again please

    Not fed up. Just send me a message and I will try to help when I can. My job has changed and I am not on computer during the day anymore. Only nights and weekends.
  40. bigcajones

    Wildcard in Action Designer

    -1 is wildcard for form # and document address
  41. bigcajones

    Вопросы по Javascript

    {-Variable.number-}==2
  42. bigcajones

    How to Show More than 2 Alerts in ZP Log?

    He's talking about template running hours apart, not seconds. Of course you will get results in the log for recent, but if you have it scheduled for every day, you will only see 2 days worth, not a weeks
  43. bigcajones

    Drop Down Solution ? Pls Help

    Probably best way is to regex option value for Pet|pet|pets|Pets|pets\ and\ insects and take result and use for selectedItems value
  44. bigcajones

    Difference between dev license subscription or One time payment?

    $400 a year? Little steep. Ubot it is then.
  45. bigcajones

    DB Support for tables

    You can connect and read and write to databases with c# code. And .netConnector.
  46. bigcajones

    Read lists and write them in a file?

    Change the mysql query to whatever you need it to be.
  47. bigcajones

    Can You Keep the Instance Window Open When in Error

    You could use a bad end and a pause to keep the window open
  48. bigcajones

    How to Get the Largest Index Number in Action Designer?

    regex the items and put to a list. get count of lines from the l.ist
  49. bigcajones

    Change image format and size

    Try running it in debug, not in the C code tester. You have to physically type in a value in the tester for the variables in order to get it to work.
  50. bigcajones

    Thread for Lite

    It's exactly the same as what he said. You have 1 thread only. One project will run the thread and then next project in line will open up a new thread to use, but only after the first is finished.