Knightmare Posted June 19, 2018 Report Share Posted June 19, 2018 Does anyone know how to get Zemana Antimalware into the database? Or does anyone have an xml file with the settings to download Zemana Antimalware? Link to comment Share on other sites More sharing options...
shawn Posted June 27, 2018 Report Share Posted June 27, 2018 the easiest way would probably be via Bleeping Computer. here's a template for FRST which you can modify for Zemana. <?xml version='1.0' encoding='utf-8'?> <Jobs> <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Guid="53a53f35-4107-4b23-acd2-2aa1f0f8088c"> <Category>Security</Category> <WebsiteUrl /> <UserAgent /> <UserNotes /> <IgnoreFileInformation>false</IgnoreFileInformation> <DownloadBeta>Default</DownloadBeta> <DownloadDate xsi:nil="true" /> <CheckForUpdatesOnly>false</CheckForUpdatesOnly> <VariableChangeIndicator /> <HashType>None</HashType> <CanBeShared>true</CanBeShared> <ShareApplication>false</ShareApplication> <ExclusiveDownload>false</ExclusiveDownload> <HttpReferer /> <SetupInstructions /> <Variables> <item> <key> <string>download</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>RegularExpression</VariableType> <Regex>"\d+;\surl=([^"]+)"</Regex> <Url>http://www.bleepingcomputer.com/download/farbar-recovery-scan-tool/dl/82/</Url> <Name>download</Name> </UrlVariable> </value> </item> <item> <key> <string>version</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>Textual</VariableType> <Regex /> <TextualContent>{yyyy}{MM}{dd}</TextualContent> <Name>version</Name> </UrlVariable> </value> </item> </Variables> <ExecuteCommand /> <ExecutePreCommand /> <ExecuteCommandType>Batch</ExecuteCommandType> <ExecutePreCommandType>Batch</ExecutePreCommandType> <SourceType>FixedUrl</SourceType> <DeletePreviousFile>true</DeletePreviousFile> <Enabled>true</Enabled> <FileHippoId /> <TargetPath>..\{category}\{appname:regexreplace:([\s\t\r\n\-\\&\/]+):_}-{version}.{url:ext}</TargetPath> <FixedDownloadUrl>{download}</FixedDownloadUrl> <Name>FRSTx64</Name> </ApplicationJob> </Jobs> Link to comment Share on other sites More sharing options...
Knightmare Posted February 16, 2019 Author Report Share Posted February 16, 2019 How difficult are regular expressions? This issue started happening again with an update to Zemana. I somehow managed to get it working before but now it's acting up again. Is there a tutorial to help me understand how to make a post like the one above this message? Link to comment Share on other sites More sharing options...
shawn Posted February 26, 2019 Report Share Posted February 26, 2019 You should not have to change the regular expression itself, just the URL it's pointing to. Use the original template I posted but change the <Name> element (near the end) to Zemana and the bleeping computer URL to https://www.bleepingcomputer.com/download/zemana-antimalware/dl/294/ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now