Jump to content
Ketarin forum

Stalker

Members
  • Posts

    195
  • Joined

  • Last visited

Everything posted by Stalker

  1. Sorry, I had a bad case of flu (body temperature 39C for a week) so kinda forgot about it. Yes, I tried going step by step exactly as you wrote it and I am unable to reproduce the issue.
  2. Works like a charm. Thanks Flo. Maybe you could consider this request for the next version ?
  3. I've been running Ketarin from version first and have never had any problems upgrading.
  4. Maybe it's worth firing them up an email asking why they did it. Maybe it's not due to Ketarin. Some blacklisting gone bad for example. I do remember blocking half of AOL after having to deal with that particular idiot on the forums I was administering. Nothing bad came out of it in that case though, everyone was happy to have less AOLers. But it your case maybe it's something akin to this what happened.
  5. Well, I guess the best policy of not getting banned is not to abuse those sites. I mean checking updates on hourly basis won't do you much good but will make you quite visible in server logs.
  6. From the documentation: By default, Ketarin will create a database file in %appdata%/Ketarin, so that it is a per-user database. You can also move this file to the application path (where Ketarin.exe is located), then it will always use the database from the startup location and is thus suited for USB sticks or the like.
  7. Hmm... It is kinda weird. The database file should be created in the shell's current directory (in case you cd'ed into Ketarin's dir it should be in Ketarin's dir). It is so for me. Have no idea why it's created one level up for you. It really shouldn't do that. Could you, maybe, upload your Ketarin folder somewhere so we could try to reproduce it using your install ?
  8. Just tried to reproduce it by replicating appyface's Ketarin location (D:\Program_Files_NOINST\Ketarin-1.0.5.254\). Still nothing. New db is 10kb in size. What are you using to launch Ketarin ? Cmd.exe ?
  9. I execute Ketarin.exe from withing Ketarin's directory. Just tried it like this C:\Users\Администратор> Desktop\Ketarin\Ketarin.exe /DATABASE:test.db and it still works.
  10. I have created it with a template I posted here but here's the XML anyway: <?xml version="1.0" encoding="utf-16"?> <Jobs> <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Guid="21108294-b073-4d37-9c2f-ff4c42aba640"> <DownloadBeta>Default</DownloadBeta> <DownloadDate xsi:nil="true" /> <CheckForUpdatesOnly>false</CheckForUpdatesOnly> <VariableChangeIndicator /> <CanBeShared>true</CanBeShared> <ShareApplication>true</ShareApplication> <ExclusiveDownload>false</ExclusiveDownload> <HttpReferer /> <Variables> <item> <key> <string>application_name</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>Textual</VariableType> <Regex /> <TextualContent>CrystalCPUID</TextualContent> <Name>application_name</Name> </UrlVariable> </value> </item> <item> <key> <string>version</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>RegularExpression</VariableType> <Regex>(?:row\"\>{application_name}.+?\<td\>)(.+?)(?:\<)</Regex> <Url>http://crystalmark.info/?lang=en</Url> <Name>version</Name> </UrlVariable> </value> </item> </Variables> <ExecuteCommand /> <ExecutePreCommand /> <Category /> <SourceType>FixedUrl</SourceType> <PreviousLocation>D:\Distrib\{category}\CrystalCPUID_v4.15.2.451.zip</PreviousLocation> <DeletePreviousFile>true</DeletePreviousFile> <Enabled>true</Enabled> <FileHippoId /> <LastUpdated>2009-03-29T21:09:04.0071911</LastUpdated> <TargetPath>{DEST_DIR}\{category}\{appname}_v{version}.{url:ext}</TargetPath> <FixedDownloadUrl>http://release.crystaldew.info/{application_name:replace: :}</FixedDownloadUrl> <Name>CrystalCPUID</Name> </ApplicationJob> </Jobs>
  11. Yes, I can confirm that a newly create db has jobs, settings and variables tables.
  12. Not an exception, no. Variables just aren't imported. No messages, exceptions or log entries are shown. Nope to that too. The job imports fine and runs fine (well, shows Section=blablabla error because I've used ServU but still). Maybe the problem in your specific settings file ? Mine is very simple. I'll attach it just so that you could try it out. <?xml version="1.0"?> <dictionary> <item> <key> <string>AuthorGuid</string> </key> <value> <string>System.String:{e2257af6-5cdb-4c29-98c0-ef1a84f48397}</string> </value> </item> <item> <key> <string>ImportFromDatabaseDialog/Size</string> </key> <value> <string>System.Drawing.Size:559,340</string> </value> </item> <item> <key> <string>olvApplications/Application name:Visibility</string> </key> <value> <string>System.Boolean:True</string> </value> </item> <item> <key> <string>olvApplications/Application name:Width</string> </key> <value> <string>System.Int32:343</string> </value> </item> <item> <key> <string>olvApplications/Last updated:Visibility</string> </key> <value> <string>System.Boolean:True</string> </value> </item> <item> <key> <string>olvApplications/Last updated:Width</string> </key> <value> <string>System.Int32:130</string> </value> </item> <item> <key> <string>MainForm/Size</string> </key> <value> <string>System.Drawing.Size:884,520</string> </value> </item> <item> <key> <string>olvJobs/Application:Visibility</string> </key> <value> <string>System.Boolean:True</string> </value> </item> <item> <key> <string>olvJobs/Application:Width</string> </key> <value> <string>System.Int32:216</string> </value> </item> <item> <key> <string>olvJobs/Last updated:Visibility</string> </key> <value> <string>System.Boolean:True</string> </value> </item> <item> <key> <string>olvJobs/Last updated:Width</string> </key> <value> <string>System.Int32:110</string> </value> </item> <item> <key> <string>olvJobs/Progress:Visibility</string> </key> <value> <string>System.Boolean:True</string> </value> </item> <item> <key> <string>olvJobs/Progress:Width</string> </key> <value> <string>System.Int32:100</string> </value> </item> <item> <key> <string>olvJobs/Target:Visibility</string> </key> <value> <string>System.Boolean:True</string> </value> </item> <item> <key> <string>olvJobs/Target:Width</string> </key> <value> <string>System.Int32:210</string> </value> </item> <item> <key> <string>olvJobs/Category:Visibility</string> </key> <value> <string>System.Boolean:True</string> </value> </item> <item> <key> <string>olvJobs/Category:Width</string> </key> <value> <string>System.Int32:80</string> </value> </item> <item> <key> <string>olvJobs/Custom Value:Visibility</string> </key> <value> <string>System.Boolean:True</string> </value> </item> <item> <key> <string>olvJobs/Custom Value:Width</string> </key> <value> <string>System.Int32:105</string> </value> </item> <item> <key> <string>Ketarin/ShowGroups</string> </key> <value> <string>System.Boolean:True</string> </value> </item> <item> <key> <string>EditVariablesDialog/Size</string> </key> <value> <string>System.Drawing.Size:1165,755</string> </value> </item> <item> <key> <string>ApplicationJobDialog/Size</string> </key> <value> <string>System.Drawing.Size:413,353</string> </value> </item> <item> <key> <string>DefaultCommand</string> </key> <value> <string>System.String:</string> </value> </item> <item> <key> <string>UpdateAtStartup</string> </key> <value> <string>System.Boolean:False</string> </value> </item> <item> <key> <string>CustomColumn</string> </key> <value> <string>System.String:{version}</string> </value> </item> <item> <key> <string>AvoidFileHippoBeta</string> </key> <value> <string>System.Boolean:True</string> </value> </item> <item> <key> <string>SimilarApplicationsDialog/Size</string> </key> <value> <string>System.Drawing.Size:330,340</string> </value> </item> <item> <key> <string>ErrorsDialog/Size</string> </key> <value> <string>System.Drawing.Size:1292,801</string> </value> </item> <item> <key> <string>olvErrors/Application:Visibility</string> </key> <value> <string>System.Boolean:True</string> </value> </item> <item> <key> <string>olvErrors/Application:Width</string> </key> <value> <string>System.Int32:169</string> </value> </item> <item> <key> <string>olvErrors/Error:Visibility</string> </key> <value> <string>System.Boolean:True</string> </value> </item> <item> <key> <string>olvErrors/Error:Width</string> </key> <value> <string>System.Int32:1077</string> </value> </item> <item> <key> <string>ConnectionTimeout</string> </key> <value> <string>AAEAAAD/////AQAAAAAAAAAEAQAAAA5TeXN0ZW0uRGVjaW1hbAQAAAAFZmxhZ3MCaGkCbG8DbWlkAAAAAAgICAgAAAAAAAAAAAoAAAAAAAAACw==</string> </value> </item> <item> <key> <string>ThreadCount</string> </key> <value> <string>System.Int32:3</string> </value> </item> <item> <key> <string>ProxyPort</string> </key> <value> <string>AAEAAAD/////AQAAAAAAAAAEAQAAAA5TeXN0ZW0uRGVjaW1hbAQAAAAFZmxhZ3MCaGkCbG8DbWlkAAAAAAgICAgAAAAAAAAAAAAAAAAAAAAACw==</string> </value> </item> <item> <key> <string>ProxyServer</string> </key> <value> <string>System.String:</string> </value> </item> <item> <key> <string>ProxyUser</string> </key> <value> <string>System.String:</string> </value> </item> <item> <key> <string>ProxyPassword</string> </key> <value> <string>System.String:</string> </value> </item> <item> <key> <string>LastUpdateCheck</string> </key> <value> <string>AAEAAAD/////AQAAAAAAAAAEAQAAAA9TeXN0ZW0uRGF0ZVRpbWUCAAAABXRpY2tzCGRhdGVEYXRhAAAJEIgn0QmOfssIiCfRCY5+y4gL</string> </value> </item> <item> <key> <string>MainForm/Location</string> </key> <value> <string>System.Drawing.Point:396,0</string> </value> </item> <item> <key> <string>Ketarin/ShowLog</string> </key> <value> <string>System.Boolean:False</string> </value> </item> <item> <key> <string>RetryCount</string> </key> <value> <string>System.Int32:1</string> </value> </item> <item> <key> <string>UpdateOnlineDatabase</string> </key> <value> <string>System.Boolean:True</string> </value> </item> <item> <key> <string>LogDialog/Size</string> </key> <value> <string>System.Drawing.Size:1144,701</string> </value> </item> <item> <key> <string>LogDialog/Location</string> </key> <value> <string>System.Drawing.Point:0,69</string> </value> </item> <item> <key> <string>olvJobs/LastSortColumn</string> </key> <value> <string>System.String:Category</string> </value> </item> <item> <key> <string>olvJobs/LastSortOrder</string> </key> <value> <string>System.Windows.Forms.SortOrder, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:Ascending</string> </value> </item> <item> <key> <string>olvApplications/LastSortColumn</string> </key> <value> <string>System.String:Application name</string> </value> </item> <item> <key> <string>olvApplications/LastSortOrder</string> </key> <value> <string>System.Windows.Forms.SortOrder, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:None</string> </value> </item> <item> <key> <string>ProgressDialog/Size</string> </key> <value> <string>System.Drawing.Size:292,99</string> </value> </item> <item> <key> <string>EditVariablesDialog/Location</string> </key> <value> <string>System.Drawing.Point:18,23</string> </value> </item> <item> <key> <string>olvErrors/LastSortColumn</string> </key> <value> <string>System.String:Application</string> </value> </item> <item> <key> <string>olvErrors/LastSortOrder</string> </key> <value> <string>System.Windows.Forms.SortOrder, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089:Ascending</string> </value> </item> <item> <key> <string>olvApplications/Application name:LastDisplayIndex</string> </key> <value> <string>System.Int32:-1</string> </value> </item> <item> <key> <string>olvApplications/Last updated:LastDisplayIndex</string> </key> <value> <string>System.Int32:-1</string> </value> </item> <item> <key> <string>olvJobs/Application:LastDisplayIndex</string> </key> <value> <string>System.Int32:-1</string> </value> </item> <item> <key> <string>olvJobs/Last updated:LastDisplayIndex</string> </key> <value> <string>System.Int32:-1</string> </value> </item> <item> <key> <string>olvJobs/Progress:LastDisplayIndex</string> </key> <value> <string>System.Int32:-1</string> </value> </item> <item> <key> <string>olvJobs/Target:LastDisplayIndex</string> </key> <value> <string>System.Int32:-1</string> </value> </item> <item> <key> <string>olvJobs/Category:LastDisplayIndex</string> </key> <value> <string>System.Int32:-1</string> </value> </item> <item> <key> <string>olvJobs/Custom Value:LastDisplayIndex</string> </key> <value> <string>System.Int32:-1</string> </value> </item> <item> <key> <string>MinimizeToTray</string> </key> <value> <string>System.Boolean:False</string> </value> </item> <item> <key> <string>olvErrors/Application:LastDisplayIndex</string> </key> <value> <string>System.Int32:-1</string> </value> </item> <item> <key> <string>olvErrors/Error:LastDisplayIndex</string> </key> <value> <string>System.Int32:-1</string> </value> </item> <item> <key> <string>olvApplications/Uses:Visibility</string> </key> <value> <string>System.Boolean:True</string> </value> </item> <item> <key> <string>olvApplications/Uses:Width</string> </key> <value> <string>System.Int32:40</string> </value> </item> <item> <key> <string>olvApplications/Uses:LastDisplayIndex</string> </key> <value> <string>System.Int32:-1</string> </value> </item> <item> <key> <string>DefaultApplication</string> </key> <value> <string>System.String:<?xml version="1.0" encoding="utf-16"?> <Jobs> <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <DownloadBeta>Default</DownloadBeta> <CheckForUpdatesOnly>false</CheckForUpdatesOnly> <VariableChangeIndicator /> <CanBeShared>true</CanBeShared> <ShareApplication>true</ShareApplication> <ExclusiveDownload>false</ExclusiveDownload> <HttpReferer /> <Variables /> <ExecuteCommand /> <ExecutePreCommand /> <Category /> <SourceType>FixedUrl</SourceType> <DeletePreviousFile>true</DeletePreviousFile> <Enabled>true</Enabled> <FileHippoId /> <TargetPath>{DEST_DIR}\{category}\{appname}_v{version}.{url:ext}</TargetPath> <FixedDownloadUrl /> <Name /> </ApplicationJob> </Jobs></string> </value> </item> </dictionary>
  13. Yeah, it seems I was using 235 version (it's now my non-main Ketarin install so I forgot to update it). Log message is gone with the new version however all other issues are still reproducible.
  14. Settings did not import completely. None of my global variables have been imported although I got no exceptions. Oh and the log file said that database backup could not be created. EDIT to your EDIT: Both my settings.xml and servu.xml were imported from a directory one level higher then Ketarin. Ketarin's location: ~/Desktop/Ketarin (sorry for *nix ~, it's shorted and easier ) XML location: ~/Desktop/
  15. No errors in the log. In fact it's empty. Application I want to share is "CrystalCPUID". Currently there are only "CrystalDiskInfo" and "CrystalDiskMark" in the online database (not shared by me).
  16. I tried creating a blank servu_test.db (using Ketarin.exe /DATABASE:servu_test.db) and importing ServU from XML with no errors. The "The server committed a protocol violation. Section=ResponseStatusLine" is reproducible even in such case.
  17. Yup, same here. Vista SP1 .NET 3 SP1, Windows Server 2003 SP2 .NET 3 SP1.
  18. Flo I was wondering when does online application database update: immediately after I click "Share" and then OK or after some time ? I'm just wondering since I've shared a few applications and they are yet to appear in the online search.
  19. Last update: 03/29/09 Known limitations: CrystalMark 2004 must be entered as "CrystalMark 2004" (with space, without RC3). All other application names must be entered exactly as on this page. <?xml version="1.0" encoding="utf-16"?> <Jobs> <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <DownloadBeta>Default</DownloadBeta> <CheckForUpdatesOnly>false</CheckForUpdatesOnly> <VariableChangeIndicator /> <CanBeShared>true</CanBeShared> <ShareApplication>false</ShareApplication> <ExclusiveDownload>false</ExclusiveDownload> <HttpReferer /> <Variables> <item> <key> <string>application_name</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>Textual</VariableType> <Regex /> <TextualContent><placeholder name="Application name" /></TextualContent> <Name>application_name</Name> </UrlVariable> </value> </item> <item> <key> <string>version</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>RegularExpression</VariableType> <Regex>(?:row\"\>{application_name}.+?\<td\>)(.+?)(?:\<)</Regex> <Url>http://crystalmark.info/?lang=en</Url> <Name>version</Name> </UrlVariable> </value> </item> </Variables> <ExecuteCommand /> <ExecutePreCommand /> <Category /> <SourceType>FixedUrl</SourceType> <DeletePreviousFile>true</DeletePreviousFile> <Enabled>true</Enabled> <FileHippoId /> <TargetPath>{DEST_DIR}\{category}\{appname}_v{version}.{url:ext}</TargetPath> <FixedDownloadUrl>http://release.crystaldew.info/{application_name:replace: :}</FixedDownloadUrl> <Name><placeholder name="Application name" /></Name> </ApplicationJob> </Jobs>
  20. Yes, it works. Thank you. Now just to cross my fingers and hope they don't change the site layout or version goes beyond 4 digits
  21. I imported and tested your Samsung CLP-300 printer drivers XML export and it appears that the version capture configuration is no longer correct... the URL for version appears to be invalid from here. Try to correct that first and then see what happens. Ah' date=' they did it again. They've been changing the URL for 3rd time already and the only thing that changes is the language identifier (first it was just ru, then ua_ru and now just ua). So yeah, changed the URL and it works now. Although the strange thing is that Ketarin always showed the version to be 3.03 even with the incorrect URL but didn't actually replace it in the file path. Yeah, I know. Didn't bother to correct it since it's an old entry but now that you've noticed it I went and did correct it for correctness sake EDIT: Returned the favor
  22. I decided to set up Ketarin to download BIOS updates to my mobo from Intel's download center. Well...when I looked at their HTML the idea came to a screeching halt. The page in question is this. I really don't see how I can get the latest version (0150 on the time I posted this). Getting the actual file is easy though: http://downloadmirror.intel.com/17348/eng/LF94510J.86A.{version}.EB.EXE Referer: httpDown=http://downloadmirror.intel.com/17348/eng/LF94510J.86A.{version}.EB.EXE&agr=&ProductID=2926&DwnldId=17348&strOSs=&OSFullName=〈=eng Any help would be greatly appreciated because I can't think of neither regex nor start/end match which will get me the version number.
  23. First post is an old problem which was fixed long time ago (don't recall how or when). Now I have the similar problem (post #2). I decided not to create a separate thread for it (a mistake it seems ). So yeah first post problem was fixed, second post problem is actual. Sorry for the confusion
  24. Not uTorrent either. It only reproduces with Samsung CLP-300 printer drivers (the latest XML I've posted). All other jobs work fine.
  25. Flashes work fine. It was fixed a long time ago. I just decided not to start a new topic for the similar problem.
×
×
  • 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.