Subscribed to this thread. @rostonix please inform everybody in this thread how testing goes.
As I have reported and faced lot of time with slow working problem, especially when working without browser.
Thanks
Hello and welcome to Zenno Family :)
Can you please tell us what proxies are you using right now ? Are they public ones what is available for free ?
Thanks
As I checked gmx have image recaptcha. This captcha is possible to solve with capmonster.
My suggestion is to buy email accounts from different email providers, to avoid any footprints. :) Email accounts are cheap, if you do not need millions of them.
Each service have api what you can use to recognize recaptcha2 and with api you can work using GET requests, so its not 100% that you should use c#. There is lot of examples and discussions in forum, mostly in Russian side but you can use google translate. Try...
To answer your question. No there is no different way to edit project. Project maker is doing everything you will ever need. And if that is not enough then start to learn c# and you will be able to develop projects using c# what is programming language...
If you have any other questions just ask.
Hey guys, I have quick question for you.
What server configuration do you use to run ZennoPoster and how much do you pay for your server ?
CPU: ?
RAM: ?
Video card: ?
Operation system: ?
Thanks
Hi. Its always better to use newest version as there is more up to date browser engine and other methods.
I'm not begging for reviews from my users, If they want they leaving reviews themselves. In my view my reviews are my activity in forum :)
I added you in skype lets talk :)
Thanks
Yes sure in upper toolbar there is button named show, just click it and all instances will be shown in background.
Or you can click right click on individual template in zennoposter and then show/hide instance will do the same. :)
Cheers
If honestly then I do not believe that all attributes are generated randomly. Even in facebook where they generate attributes randomly is possible to find some unique ones to use every time.
And again if your resource is more into security than facebook then I'm more than sure they do not allow...
About numbers seems like a bug.
About using regex on whole table, is wrong term, meaning if you want to use regex on whole table then you simply need to use on all file, so use file actions for that.
Thanks
Well as I see first you should use regex to get your needed data to variables.
Then add table to your project, and add your csv file.
Save data in table and all your data will be in csv file. :)
My suggestion when things is coming to prices is you take and convert any price in cents thats price x 100
Then just use checking by ranges and add your needed profit.
There is same code just with hide instance:
var url = "";
var port = 0;
var address = "";
// Gets parameters of instance
ZennoPoster.GetNewInstance(out url, out port, out address);
// Show the instance
ZennoPoster.HideInstance(url, port, address);