Yes, there are full of bugs I can agree with that, but there are demo version and 14 days refund, so if You can not get what You want, You can use one of those options.
Closest You can get what You ask is using web dashboard, You can find a free script in one of the previous competition articles (unfortunately they are in Rus)
In short website and Your bots using the same DB, so this way all data can be passed remotely with the help of centralized DB. :)...
The link shows what You have to know from zenno side...
To get or post data from DB You have to use SQL requests
Example: https://www.w3schools.com/sql/sql_select.asp
Hi. and what is the problem?
If You are not sure how to develop in C# then You can use zenno actions for databases https://zennolab.com/wiki/en:working-with-databases
Well, I will post everything I have answered You already to help to others.
There is not really possible to help as You really have to do a bunch of testing before giving any meaningful answer
But from what You wrote if manually works then keep digging.
Make sure You always use mouse move...
Like I said, if You want to solve captcha with other proxies then use CapMonster with sitekey. :-)
https://zennolab.com/wiki/en:addons:capmonster:sitekey
In captcha action, there is a checkbox use proxy from the project.
OR if You want solely solve recaptcha with different proxies then You have to use Capmonster and sitekey addon.
You can do all your actions on the page, click buttons, etc. and only then get traffic.
BUT I would suggest You to try to find all parameters one by one, then build full URL with all parameters in it and then use GET request to download this JSON string.
BUT as You said this URL works only if...
Hi. Those JSON URLs You gave do not work for me. Simple nothing loads.
BUT there is feature Traffic monitor in zenno, so You can see all Requests being sent from browser to server and back.
This is where You can get this URL, but I'm very sure that You can scrape out all URL parts from the...
Hello
As far as I know no You cannot pay directly with bitcoins.
But for example, Webmoney have bitcoins. So You can deposit bitcoins there and then convert to WMZ and buy anything Your heart wants :-)
You try to use Zenno macros in plain text. Why do You think it should be replaced automatically?
It's just the same way You do not use {-Project.Directory-} in file paths as well. This is not how it works.
If You want to insert enter there then You can Text - Replace.
If I'm not mistaken Python does not get installed at all, it just Extracts needed files on Your Pc. So I do not think that it is a problem.
But You can just try again with installing Python and see if that makes the same problems again.
I see. Well everything else from my side worked just fine. Only zennoposter did not. As well as I'm not using any additional antivirus programs just naked windows 10 with inbuilt defender...
All good now. But would not be smarter to make some mirror backup server ? so if one goes down, then second takes care of such problems ?
I had a very important work yesterday to do.
Does not seem something easy. and from information You gave there is not possible to suggest anything.
Basically look how to make connection to your phone from zenno. But there will be problems when you will change ip as then You will lose connection.
Hello and welcome @ForeverMarketer.
Nobody can answer how easy or hard anything is for others to learn. I suggest to download Demo version and do some tests.
Read some wiki and see how it goes.
If any problem then use https://zennolab.com/discussion/forums/questions.139/ for questions :)
Cheers
Not sure what You mean with different places, but in file it will work just like in scheduler and in correct way.
If You are going to keep Your projects running in loop like many hours then expect to get huge memory leak as if You keep browser opened it eats more and more RAM.
You can make your scheduler in .txt file for example.
Enter all this one per line:
02/20/2019 3:55PM
02/20/2019 6:55PM
02/20/2019 9:55PM
.....
02/21/2019 3:55PM
02/21/2019 6:55PM
Then run Your bot in loop SET execution -1 then take first line from file. Compare if this time is higher then...
Sorry, but I think You miss what means support and what means help and I surely did not understood what You mean support is expensive.
Support means You get resolved all Your issues related to ZennoPoster in general and only. This does not include any logical problem solving for Your projects...
Why not making all PCs work each with local database and there would be one global database updater template on one another PC what will update Your main database from all your local DBs. It makes more sense to me to work that way.
Ja rabotal v internet provayder company, I tam vizdje toljko mikrotik izpolzovalji.
Vsje clienti bilji podkljucheni k routeru mikrotik. Tam komp bil zver konechno no programa Mikrotik :)
Kogda ta Mikrotik toljko internet provayder usalji.
Not sure I understand what is Your problem exactly.
Are you just discussing or You have real problem with managing files ?
Basically two different threads from two projects will not get same first line from file, that's what I'm trying to tell You.
Not sure what proxy have to do with removing lines from file.
No You do not need to make file copies, You just have to think about correct logic for Your bots.
Like I said before. If this is one file and one main projects + many subprojects then make all logic where working with file in Your...
Basically in short threads are not numbered and You can not control how to start them across different projects.
I'm not very sure what is Your logic, but if I understand then You take one line from .csv and then take another 10 lines from same csv ? Then why not take 11 lines from .csv at once...
Hi. You can run mutithreads on one file without problems.
When one thread works with file, it locks it down and after finished its unlocked for other threads.
So no worries.
Cheers