Jump to content
Ketarin forum

CybTekSol

Members
  • Posts

    729
  • Joined

  • Last visited

Everything posted by CybTekSol

  1. Can search "invariable:abcdef" for example be added later Flo? Is it possible to add support for 'textual content' variables for this Flo? This would allow the declaration of the desired homepage url in the #1 position on all my templates with 'placeholders'.
  2. WOW!!!!! I've tested everything except the cookie support and I LUV IT Flo! THANK YOU... THANK YOU... THANK YOU!! Man... that was QUICK coding!
  3. Do I understand this correctly Flo... cookie support in the next version? Wooohooo! I bristle with anticipation!
  4. I would love to see it return all apps with a particular URL in a particular tag such as snapfiles.com in the <Variables> tag or dl.sourceforge.net in the <FixedDownloadUrl> tag for example... in this way all apps based on the same template could be exported as a group for backup or editing VERY easily. Addendum: While working with my disabled apps it occurred to me that searching an app entry's 'status' would also be great... for example searching disabled or checkonly would display those app entries that have been disabled or are 'check for updates only'. This could be extended to include others such as 'do not download simultaneously' or {version} as CIV at some point maybe? Just wishing Flo!
  5. Maybe enter it in the GUI near the referrer, have it stored in the xml as <homepage>, able to be opened from right-click or CTRL-H while the app entry is highlighted? Or something similar? Removed addendum... sorry, I posted it in the wrong thread!
  6. Thanks for this one Flo... will it search all app entry data eventually? Excellent! Sound like a good idea to me. Ketarin just keeps getting better with age Flo... I only hope I do the same! lol
  7. The issues with SourceForge may indeed be coincidental... but as with FranciscoR's experience, I have to say their timing is suspicious.
  8. This would work WELL for me FranciscoR. Count me in on this Flo!
  9. Thanks Stalker... the Tech-Toolkit has a lot of entries that I use and has given me some ideas to use for my tech-support thumbrives.
  10. I second that andreone... this is a feature that would be very useful for me with 1288 app entries as it can be somewhat difficult to look back at the failed updates. An entry on the drop-down menus or a checkbox somewhere on the main GUI for enabling/disabling autoscroll would be awesome! Count me in on this request Flo.
  11. Count me in on this also Flo... but I really would LOVE to see cookie support first!
  12. Thanks for this FranciscoR... I had overlooked this somehow.
  13. Don't feel bad Stalker. This same thing happened to me last week and I didn't catch it at first and felt somewhat silly for not catching it immediately.
  14. I have always removed the Guid="xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" manually when doing this and never experienced the problem... guess it is related?
  15. I AGREE TOTALLY with FranciscoR's advice regarding this... I have quietly suspected this targeted manipulation of their site to break Ketarin could be a viable explanation. This is one of the very things that I have feared may become the NORM regarding Ketarin and I suggested the possibility of this happening to Flo months ago in a post and Flo attempted to assure me that we could overcome their efforts. The sad reality has now become for me... at what point does the time required to overcome a download site's efforts to sabotage Ketarin usage outweigh the many benefits?
  16. TEMPLATE: CybTekSol's SourceForge.net Template (REMOVED) LOCATION: http://ketarin.canneverbe.com/forum/viewtopic.php?id=336 DATE: July 23, 2009 OVERVIEW: REMOVED... When I saw the manic alterations that SourceForge whipped out yesterday, I decided that I am NOT going to play their game anymore... bye bye SourceForge! (and no more template attempts for SourceForce from me... until they come to their senses... if then...)
  17. Looks very promising Flo! I imported the majority of my 'GreatNews' OPML and set enough preferences for the filter algorithm... it'll be interesting to see what content it filters with continued use... I look forward to seeing it 'evolve' as Ketarin has.
  18. I feel like an idiot Flo... I thought I had bookmarked it but can't find it and was going to e-mail you a few days ago for it but was too embarrassed. LOL
  19. To add to what andreone has correctly responded... the 'Path_to_your_directory' can be defined as a 'global variable' in Ketarin's settings if you are unaware of this Drag0nR3b0rn. For example: {target}=C:\Downloads
  20. My SourceForge.net Template (REMOVED): When I saw the manic alterations that SourceForge whipped out yesterday, I decided that I am NOT going to play their game anymore... bye bye SourceForge! (and no more template attempts for SourceForce from me... until they come to their senses... if then...) Back to a fixed URL with a 'version scrape' ONLY for me! CybTekSol
  21. .NET Framework version 2 minimum I believe...
  22. @andreone, Try this for the app regex: (?:\>Windows\sXP\</option\>.*?download\.php\?)(FileID=\w.*?)(?:'|") and adjust for the OS you prefer... this is obviously for WinXP. Correction: I created this app entry for Unstoppable Copier quite some time ago and it appears the download for all windows flavors (except 9x/Me) is the same file... you need to verify that though...
  23. I just may have stumbled upon something with SF FranciscoR. Try this out... is it possible that the solution can be this easy? <?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> <DownloadDate xsi:nil="true" /> <CheckForUpdatesOnly>false</CheckForUpdatesOnly> <VariableChangeIndicator>{version}</VariableChangeIndicator> <CanBeShared>true</CanBeShared> <ShareApplication>false</ShareApplication> <ExclusiveDownload>false</ExclusiveDownload> <HttpReferer /> <Variables> <item> <key> <string>version</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>RegularExpression</VariableType> <Regex>(?<=\>Newest Files\<.*?)(?:\:\s|_v)(Beta.+?|Build.+?|\d.*?)(?\sreleased)|<|&)</Regex> <Url>http://sourceforge.net/projects/pdfmerge/files/</Url> <Name>version</Name> </UrlVariable> </value> </item> </Variables> <ExecuteCommand /> <ExecutePreCommand /> <Category>Test</Category> <SourceType>FixedUrl</SourceType> <PreviousLocation /> <DeletePreviousFile>false</DeletePreviousFile> <Enabled>true</Enabled> <FileHippoId /> <LastUpdated xsi:nil="true" /> <TargetPath>{target}\{category}\{appname:replace: :_}_v{version:replace: :_}.{url:ext}</TargetPath> <FixedDownloadUrl>http://sourceforge.net/projects/pdfmerge/files/pdfmerge/PdfMerge_{version}.zip/download</FixedDownloadUrl> <Name>PdfMerge</Name> </ApplicationJob> </Jobs> Pay close attention to the fixed download url... I have not tried this approach with my other SF apps as I don't have the time right now, but it would be marvelous if this works with ALL of them.
  24. I haven't had the time to test it Flo... swamped... but it sounds interesting. I'll get to it as soon as I can...
  25. Yea... I've only been able to sneak into the forum for a short period every few days due to workload. Yes... I believe it may be related to cookies that have to do with doubleclick revenue... bummer. The template I'm testing avoids that issue by not using that download page. Too soon to make an accurate assessment of its reliability.
×
×
  • 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.