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

  1. EtaLasquera

    How do I find a string within a string and add tot eh end of that string?

    Use action replace text then replace first: ","0" With: \">CLICK</a>","0"
  2. EtaLasquera

    Multithreading with Database (MySQL)

    With better support from dev team.
  3. EtaLasquera

    Multithreading with Database (MySQL)

    In your mind work with 4 databases makes more sense than working with only one database?
  4. EtaLasquera

    Multithreading with Database (MySQL)

    Nah, the competition is a russian competition not a customers competition as well support for russians is very very expensive, in these days we have a bit better support for non russians but it still uncomparable support when compare to russian support. If morpheus need a support he must learn...
  5. EtaLasquera

    Multithreading with Database (MySQL)

    Forget that, we work with database since 4.09 version and the best way to do multithread job is create a primary project who select data and save it into a list/table, after save that you must create a second project with related list/table as first block. The solution of post writed by vladzen...
  6. EtaLasquera

    3 место Создание и работа с собственными формами (окнами) Windows через сниппеты C#.

    «Только идиоты отвечают на вопрос другим вопросом», - Дон Рамон.
  7. EtaLasquera

    Help! site always deletes my ads

    If you publish the exact same thing by human hands you ad will be deleted?
  8. EtaLasquera

    Things what you need to know! Bad and Good End

    There is two logic what you need to know and you need to use: the logic bad and good end. The best explanation to use it is very simple: you must to know if you project works good or works bad. The best easy solution to implement is add both logics in to starting project and connect it into...
  9. EtaLasquera

    User Interface Improvement Suggestions

    Group tasks in task manager... As example, if my tasks have the same name and projects don't run in a sequential execution, as example I want to test login in fb, tw and gmail, there are three different task but all have the same name "Test login" because the action of three tasks have the same...
  10. EtaLasquera

    User Interface Improvement Suggestions

    Add option to dock or hide browser from Window. Sometimes we deploy in only one monitor and we have to do a lot of job with resize panels to hiding browser while coding. The panel action proprieties auto dock himself when a double click in any block, this action sucks.
  11. EtaLasquera

    Add possibility to check number of threads in execution

    This! Thank you!!!!! Now we start only one thread because we can't retreive a "correct number" of threads running: pushd %~dp0 @echo off echo Starting task... (-names "{-Variable.project-}") "{-Variable.fp-}\TasksRunner.exe" -o ImportInputSettings {-Variable.path-}{-Variable.project-}.xml...
  12. EtaLasquera

    Recaptcha recognizes Zennoposter and machine

    We solve it with profile user agent set to latest browser version.
  13. EtaLasquera

    differences from Zennoposter Demo and Zennoposter Paid Version

    Wow! I have never been use demo version, thats unusable o_O
  14. EtaLasquera

    differences from Zennoposter Demo and Zennoposter Paid Version

    Demo you can run only one project at the same time while in standart you can run 5 projects and pro *my favorite* you can run unlimited jobs.
  15. EtaLasquera

    why this Regex doesn't work in zennoposter

    I hope this will help you....
  16. EtaLasquera

    Who is the enigma protector?

    Win10 Ver 1803 Comp 17134.523
  17. EtaLasquera

    Who is the enigma protector?

    Today I put more threads in one project and the enigma protector appears a lot in my screen? Anyone have a tip to bypass that?
  18. EtaLasquera

    Discussion - new version 5.26.0.0

    There is any command to show how much threads are runing in one process in this new version?
  19. EtaLasquera

    Cannot fully use returned string value from my function.

    Try to use project.Variables["CheckSeller"].Value instead project.Context["CheckSeller"] Context uses IContext model, that represents a collection of shared objects that can be accessed by name. Also to compare strings is more convenient to use: string s = ""; if (s.Equals("")){ s = "hello...
  20. EtaLasquera

    translate all articles from current competition on english

    I have never heard about competitions :S
  21. EtaLasquera

    how to download a video links?

    Sometimes you must download a file by http > Get.... read traffic monitor and try to do that.
  22. EtaLasquera

    i can't login to a wordpress website

    There is no problem for us to login on wp websites. In most of cases we do a direct insert on database without browser navigation. We can't help you without a sample demo to show your error on login.
  23. EtaLasquera

    Drop down menu in classifieds ads websites

    At all, you will need at least a basic concept about computer programing, a basic knowledgement about html and a good logic to do the job. "May the force be with you".
  24. EtaLasquera

    Add possibility to check number of threads in execution

    We need to check how many threads a project is running, at this time C# ZennoPoster.GetTaskInfo give me if a project is running or no, there is possibility to see if a project is running and number of threads are in execution?
  25. EtaLasquera

    Drop down menu in classifieds ads websites

    Well, for me a simple set value works on that site, I hope it help you.
  26. EtaLasquera

    Drop down menu in classifieds ads websites

    Just add a keystroke emulation and in action box, type exactly what you want to select, as example, if fist option say Audy and you want to select Ferrari, just type ferrari in actions, remember to send focus to related dropdown before start keystroke emulation.
  27. EtaLasquera

    Drop down menu in classifieds ads websites

    Have you tryed click in that combox and use a keyboard simulation typing text?
  28. EtaLasquera

    Weird conditional if behavior

    Zenno not recognize decimal chars. You need do a regex .*(?=\.) into your variable a to retreive only integer, the result you can set to the same variable "a" or into a new variable "b", then check if the result of regex is major than thirdy.
  29. EtaLasquera

    how can i search for link by the keyword in the pages of google

    If you don't have latest version you can do a Regex on Page.DOM or Page.Source variables.
  30. EtaLasquera

    about:config

    I don't know why but for one setting I must change that file too: Progs\XulRunner[engine]\defaults\pref\xulrunner.js
  31. EtaLasquera

    Get number of threads are running from one instance?

    I can't control thread execution based on a number inside a file or based into a file existance, sry, this is not corretct. Since I can retreive status of project inside tag "<GroupStates>Scheduled</GroupStates>" that can return "stopped" or "running" My question is about something like this...
  32. EtaLasquera

    Get number of threads are running from one instance?

    Up up up!
  33. EtaLasquera

    Recaptcha 2 via sitekey

    Do you have added setup configurations in bot settings? Start menu > settings > captcha > secret code, etc etc etc
  34. EtaLasquera

    Get number of threads are running from one instance?

    Bump! Bump! Bump!
  35. EtaLasquera

    zenno deletes emails on check

    I've no problem with gmail and yahoo.
  36. EtaLasquera

    Get number of threads are running from one instance?

    Bump bump bump! Here is the real problema: I sold 5 simultaneous tasks and set the project to do maximum 5 simultaneous threads. Client start bot with parameters 1 Task 1 - ZennoPoster start task and add 1 active thread (parameters 1) Client start bot with parameters 2 Task 2 - ZennoPoster...
  37. EtaLasquera

    Question marks in HTML source

    In browser, I have no problem with turkish charset: betsson'a kredi kartınızla para yatırmak isterken aldığınız hata mesajları sonrasında, alternatif para yatırma seçeneklerine göz gezdirirken rastlayabileceğiniz, ne idüğü belirsiz e-cüzdan...
  38. EtaLasquera

    how to get xpath from variable

    I like more the own code to retreive xpath: Add own code settings to your project and add these lines before //insert your code here: public static HtmlElement FindByXpath(Instance instance, string xpath) { Tab tab = instance.ActiveTab; if ((tab.IsVoid) || (tab.IsNull)) throw new...
  39. EtaLasquera

    save GET,POST requests

    You can read help before rage. As a good girl I'll try help your question because I'm doing a GET request at this time. In GET block, use your defined variables or constants in URL and referer. In load, put "As file + headers" (if you are trying to receive a file, or simple headers if you want...
  40. EtaLasquera

    Get number of threads are running from one instance?

    Bump! Bump! Bump!
  41. EtaLasquera

    Multithreading With Lists and Tables?

    You can use multithread using input settings and starting tasks by a batch file. For begginers (like me a little time ago), try to use lists or table, to project work as multithread, you first block must be table or list binded from a file and remove the first line after get.
  42. EtaLasquera

    Get number of threads are running from one instance?

    Hi guys! We deploy a web based task manager and, at this time, it work only as single thread. With follow c# code we can get if instance is running or no: string ids = "7b4e8688-5235-452c-a9b1-85b503f14ce7"; Guid g = new Guid(ids); return ZennoPoster.GetTaskInfo(g); Now I need to see how much...
  43. EtaLasquera

    Start project in zennoposter using API

    We control bots based into a SQL Server data generators, in SQL we start procedures who run BAT files based on select queue... the problem is thread control... due to can't control zp we usually run one thread jobs.
  44. EtaLasquera

    Single user, multi user, more than one instalation

    Thank you! [closed]
  45. EtaLasquera

    Single user, multi user, more than one instalation

    OMG Really?!?!?!?! I don't see that product in my user area, thats a exclusive product for russians?
  46. EtaLasquera

    Single user, multi user, more than one instalation

    That's a crazy scenario, we have 3 licences of zenno pro and need 9 PC's to use that 9 licences, machines must be one for developer because zenno is single user. As solution we buy a great hardware and use six of nine licenses running in VM's, it's cheap than buy six good hardware to deploy.
  47. EtaLasquera

    Single user, multi user, more than one instalation

    Hi guys, I have a question about Zenno Instalation in a machine who more than one user develop, in that case, a Windows Server 2012 in a cloud PC. We will deploy in that server with a group of six developers, and, as users we will have: developer1, developer2, developer3, developer4, developer5...
  48. EtaLasquera

    how to change proxy

    You can add a block of browser settings and set the function set proxy, you can get variable from a list and use as proxy {-Variable.myProxy-}
  49. EtaLasquera

    How to stop current project with C#

    If you are playing with code, you can use a simple return "error". There is no code to stop projetct.