15:32:24: 11852: Error : Couldn't delete "C:\Users\John\AppData\Local\Temp\\InstallerTempFolder": System.UnauthorizedAccessException: Access to the path 'vcredist2015x86.exe' is denied. | at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive) | at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive) | at InstInterface.Requirements.RedistributableRequirement.yWSmRdtptVkuCS2mxUO(Object , Boolean ) | at InstInterface.Requirements.RedistributableRequirement.Define()
15:32:25: 11852: : Defining requirements "Installing Visual Studio Redistributable 2015 x64": a:True, w:False, b:False, exitCode:1638
15:32:25: 11852: Error : Couldn't delete "C:\Users\John\AppData\Local\Temp\\InstallerTempFolder": System.UnauthorizedAccessException: Access to the path 'vcredist2015x64.exe' is denied. | at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive) | at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive) | at InstInterface.Requirements.RedistributableRequirement.yWSmRdtptVkuCS2mxUO(Object , Boolean ) | at InstInterface.Requirements.RedistributableRequirement.Define()
// Get all fonts
var fonts = instance.GetFonts();
// Iterate through fonts and hide all fonts
if (fonts != null)
{
var fontList = fonts.ToList();
foreach (string font in fontList)
{
instance.HideFont(font);
}
}
Not all fonts will be hidden. Please compare number of fonts when you run project and after applying this code.@VladZen
Not sure if this is bug (also posted in discussion thread), but the font feature is not hiding/showing fonts for me.
I tested with the following code:
but https://browserleaks.com/fonts had no trouble still detecting all of my fonts.Код:// Get all fonts var fonts = instance.GetFonts(); // Iterate through fonts and hide all fonts if (fonts != null) { var fontList = fonts.ToList(); foreach (string font in fontList) { instance.HideFont(font); } }
If this feature isn't supposed to emulate/spoof fonts, then any suggestions on way to spoof Javascript detection of fonts?
We will fix it. Thanks for informing.Installation in English shows text in Russian for upgrade
Посмотреть вложение 21765
TYou should remove files in the directory AppData\Local\Temp\CompileFolder\ZennoPosterNotice ALOT of memmory leaking im running 32gb 7700k so.... IDK get some crash reports last few days like crazy saying out of memmory....
1 thread
Посмотреть вложение 21891
What service do you select to recognize ReCaptcha2?Hi. There is some problems with Recaptcha2 module http://i.imgur.com/zWhslqH.gifv
I'm using 2captcha, rucaptchaWhat service do you select to recognize ReCaptcha2?
You should increase number of attempts in RuCaptcha.dll config in folder C:\Users\username\AppData\Roaming\ZennoLab\Configs:I'm using 2captcha, rucaptcha
Thanks
Could you please give an example?putting ALL reg ex results to list in text processes even though regex has MULTIPLE results, results IN only ONE entry.....
causing a headache
Does the problem still persist?Hi,
It looks as if something has changed upstream with proxy checker or its database corrupted.
I get a lot of facebook rss proxy feeds that are useless. As a result one of my ZP installs is doing nothing now!
This install only shows RSS proxy sources! NO HTML sources!
**As if it is in an endless loop loading facebook rss.
**How can I fix this?
And how can i specify which sources to NEVER even load. A blacklist. or a toggle that says , once failed don't load again.
A regex field at the source loading would also do perfectly.
See also my request to have a proxy sources filter http://zennolab.com/discussion/threads/proxychecker-sources-filter.39863/
I also notice that since this, I get browser facebook captchas only on the machine that does this. may be related after loading that rss so many times.
I think somehow it is not loading html resources and got stuck on that facebook rss.
TIA. Hope to hear something soon.
Посмотреть вложение 22314
[EDIT] Added restart with changed settings
Changed the rss load settings and restarted ZP to at least not go to facebook.
Посмотреть вложение 22315
The result of that is
Посмотреть вложение 22316
** As a result of this the only "easy" option I have at this moment is to stop the proxychecker on that install**
Problems with RSS have been fixed in new build 5.11.6.0.Hi,
It looks as if something has changed upstream with proxy checker or its database corrupted.
I get a lot of facebook rss proxy feeds that are useless. As a result one of my ZP installs is doing nothing now!
This install only shows RSS proxy sources! NO HTML sources!
**As if it is in an endless loop loading facebook rss.
**How can I fix this?
And how can i specify which sources to NEVER even load. A blacklist. or a toggle that says , once failed don't load again.
A regex field at the source loading would also do perfectly.
See also my request to have a proxy sources filter http://zennolab.com/discussion/threads/proxychecker-sources-filter.39863/
I also notice that since this, I get browser facebook captchas only on the machine that does this. may be related after loading that rss so many times.
I think somehow it is not loading html resources and got stuck on that facebook rss.
TIA. Hope to hear something soon.
Посмотреть вложение 22314
[EDIT] Added restart with changed settings
Changed the rss load settings and restarted ZP to at least not go to facebook.
Посмотреть вложение 22315
The result of that is
Посмотреть вложение 22316
** As a result of this the only "easy" option I have at this moment is to stop the proxychecker on that install**
BotUI bugs have been fixed in updates.I'm having issues with the BotUI. First times I used it on a template it worked fine, but now after a while, if I open BotUI, I can't close it again. It can go to the background, but not close completely and save settings. I'm not sure how to explain it further, as it is only in this one template I have this problem. If I make a new project, it opens and closes fine.. All this is in Project Maker.