Jump to content
Ketarin forum

Rootz

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Rootz's Achievements

  1. UltraVNC links for download are a mess! I needed to create multiple variables to get link after link but now works but i dont khow how long <?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="33d27831-23b8-4560-8cc9-6c7918d52784"> <WebsiteUrl /> <UserAgent /> <UserNotes /> <LastFileSize>8537600</LastFileSize> <LastFileDate>2023-10-21T21:03:47+01:00</LastFileDate> <IgnoreFileInformation>false</IgnoreFileInformation> <DownloadBeta>Default</DownloadBeta> <DownloadDate xsi:nil="true" /> <CheckForUpdatesOnly>false</CheckForUpdatesOnly> <VariableChangeIndicator>version</VariableChangeIndicator> <HashVariable /> <HashType>None</HashType> <CanBeShared>true</CanBeShared> <ShareApplication>false</ShareApplication> <ExclusiveDownload>false</ExclusiveDownload> <HttpReferer>https://uvnc.com/downloads/ultravnc.html</HttpReferer> <SetupInstructions> <SetupInstruction xsi:type="StartProcessInstruction"> <EnvironmentVariables /> <FileName>{file}</FileName> <Parameters /> <WaitForExit>true</WaitForExit> </SetupInstruction> </SetupInstructions> <Variables> <item> <key> <string>version</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>RegularExpression</VariableType> <Regex>/downloads/ultravnc/\d{3}-ultravnc-\d-\d-\d-\d.html</Regex> <Url>https://uvnc.com/downloads/ultravnc.html</Url> <Name>version</Name> </UrlVariable> </value> </item> <item> <key> <string>download</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>Textual</VariableType> <Regex /> <Url>https://www.uvnc.eu/download/1436/UltraVNC_1436_X64.msi</Url> <TextualContent>https://www.uvnc.eu/download/{version2}/UltraVNC_{version2}_X64.msi</TextualContent> <Name>download</Name> </UrlVariable> </value> </item> <item> <key> <string>url1</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>Textual</VariableType> <Regex /> <TextualContent>https://uvnc.com{version}</TextualContent> <Name>url1</Name> </UrlVariable> </value> </item> <item> <key> <string>url2</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>RegularExpression</VariableType> <Regex>/component/jdownloads/summary/\d{3}-ultravnc-\d{4}-msi-x64.html</Regex> <Url>{url1}</Url> <Name>url2</Name> </UrlVariable> </value> </item> <item> <key> <string>version2</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>RegularExpression</VariableType> <Regex>ultravnc-(\d+)-x64</Regex> <Url>{url1}</Url> <Name>version2</Name> </UrlVariable> </value> </item> </Variables> <ExecuteCommand /> <ExecutePreCommand /> <ExecuteCommandType>Batch</ExecuteCommandType> <ExecutePreCommandType>Batch</ExecutePreCommandType> <Category /> <SourceType>FixedUrl</SourceType> <PreviousLocation>D:\Backups\Tools\UltraVNC\UltraVNC_1436_X64.msi</PreviousLocation> <DeletePreviousFile>true</DeletePreviousFile> <Enabled>true</Enabled> <FileHippoId /> <LastUpdated>2024-02-28T14:56:04.1365006+00:00</LastUpdated> <TargetPath>D:\Backups\Tools\UltraVNC\</TargetPath> <FixedDownloadUrl>{download}</FixedDownloadUrl> <Name>UltraVnc</Name> </ApplicationJob> </Jobs>
  2. Thanks for the suggestion but don't work There's a thing i don't mentioned before. When go to download link awaits 7 seconds countdown, and we need to mark checkbox maybe is that the error when saying "The downloaded file is not a binary file type"
  3. Hello Can someone help to find out why I can't download UltraVNC? If i download with the same link via browser its possible Reply error: <?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="33d27831-23b8-4560-8cc9-6c7918d52784"> <WebsiteUrl /> <UserAgent /> <UserNotes /> <LastFileSize>0</LastFileSize> <LastFileDate xsi:nil="true" /> <IgnoreFileInformation>false</IgnoreFileInformation> <DownloadBeta>Default</DownloadBeta> <DownloadDate xsi:nil="true" /> <CheckForUpdatesOnly>false</CheckForUpdatesOnly> <VariableChangeIndicator>version</VariableChangeIndicator> <HashVariable /> <HashType>None</HashType> <CanBeShared>true</CanBeShared> <ShareApplication>false</ShareApplication> <ExclusiveDownload>false</ExclusiveDownload> <HttpReferer /> <SetupInstructions> <SetupInstruction xsi:type="StartProcessInstruction"> <EnvironmentVariables /> <FileName>{file}</FileName> <Parameters /> <WaitForExit>true</WaitForExit> </SetupInstruction> </SetupInstructions> <Variables> <item> <key> <string>version</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>RegularExpression</VariableType> <Regex>/downloads/ultravnc/\d{3}-ultravnc-\d-\d-\d-\d.html</Regex> <Url>https://uvnc.com/downloads/ultravnc.html</Url> <Name>version</Name> </UrlVariable> </value> </item> <item> <key> <string>download</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>Textual</VariableType> <Regex /> <Url>https://uvnc.com{url2}</Url> <TextualContent>https://uvnc.com{url2}</TextualContent> <Name>download</Name> </UrlVariable> </value> </item> <item> <key> <string>url1</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>Textual</VariableType> <Regex /> <TextualContent>https://uvnc.com{version}</TextualContent> <Name>url1</Name> </UrlVariable> </value> </item> <item> <key> <string>url2</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>RegularExpression</VariableType> <Regex>/component/jdownloads/summary/\d{3}-ultravnc-\d{4}-msi-x64.html</Regex> <Url>{url1}</Url> <Name>url2</Name> </UrlVariable> </value> </item> </Variables> <ExecuteCommand /> <ExecutePreCommand /> <ExecuteCommandType>Batch</ExecuteCommandType> <ExecutePreCommandType>Batch</ExecutePreCommandType> <Category /> <SourceType>FixedUrl</SourceType> <PreviousLocation /> <DeletePreviousFile>true</DeletePreviousFile> <Enabled>false</Enabled> <FileHippoId /> <LastUpdated xsi:nil="true" /> <TargetPath>D:\Backups\Tools\UltraVNC\</TargetPath> <FixedDownloadUrl>{download}</FixedDownloadUrl> <Name>UltraVnc</Name> </ApplicationJob> </Jobs>
  4. Hello, Im a newbie. Can someone help me how understand whats wrong with this template? Always give the error "WinMerge (Setup 64-bit) The remote server returned an error: (404) Not Found. (https://github.com/WinMerge/winmerge/releases/expanded_assets/*name)" <?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="7b8cf951-23d0-4e0b-b48e-c4c444747890"> <WebsiteUrl>https://github.com/WinMerge/winmerge/releases</WebsiteUrl> <UserAgent/> <UserNotes/> <LastFileSize>56342976</LastFileSize> <LastFileDate>2022-09-27T09:19:08.8914066</LastFileDate> <IgnoreFileInformation>true</IgnoreFileInformation> <DownloadBeta>Default</DownloadBeta> <DownloadDate xsi:nil="true"/> <CheckForUpdatesOnly>false</CheckForUpdatesOnly> <VariableChangeIndicator>version</VariableChangeIndicator> <HashVariable/> <HashType>None</HashType> <CanBeShared>true</CanBeShared> <ShareApplication>true</ShareApplication> <ExclusiveDownload>false</ExclusiveDownload> <HttpReferer/> <SetupInstructions/> <Variables> <item> <key> <string>ver</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>RegularExpression</VariableType> <Regex>(?&lt;=Release.*?tree/v*?)[0-9.]{2,}</Regex> <Url>https://github.com/WinMerge/winmerge/releases</Url> <Name>ver</Name> </UrlVariable> </value> </item> </Variables> <ExecuteCommand/> <ExecutePreCommand/> <ExecuteCommandType>Batch</ExecuteCommandType> <ExecutePreCommandType>Batch</ExecutePreCommandType> <Category>Internet_Tools</Category> <SourceType>FixedUrl</SourceType> <PreviousLocation/> <DeletePreviousFile>true</DeletePreviousFile> <Enabled>true</Enabled> <FileHippoId/> <LastUpdated>2022-09-27T09:19:08.8914066</LastUpdated> <TargetPath>D:\Backups\Tools\</TargetPath> <FixedDownloadUrl>https://github.com/WinMerge/winmerge/releases/download/{ver}/WinMerge-{ver}-x64-Setup.exe</FixedDownloadUrl> <Name>WinMerge 64-Bit / GitHub</Name> </ApplicationJob> </Jobs>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.