Jump to content
Ketarin forum

necrox

Moderators
  • Posts

    265
  • Joined

  • Last visited

Everything posted by necrox

  1. Same here for the Flash About page. The reason the Flash About page does not work is the following line: The source code ends at this point in Ketarin. Same happens if you try to 'select all/copy/paste' the source out of Mozilla Firefox into a text file. And no problems with FP Distribution3 page, all my of Shockwave versions, and my Adobe Reader version.
  2. Press the Windows key + R on your keyboard (WIN+R), type: %appdata% and hit the return key. Now open the Ketarin -profile folder and move your DB file to your Ketarin.exe location. %appdata% is a globally used environment variable für your application profiles under Windows. The full/true path of this 'shortcut' is: C:\Users\YOUR-USER-NAME\AppData\Roaming Edit: List of Environment Variables in Windows Operating System
  3. Move your locally created database from ​%AppData%/Ketarin to your Ketarin root folder (to the Ketarin.exe folder) -> more details.
  4. Great, it works fine now. Thank you for the new release
  5. No, the glitch still persists.
  6. ​Same here. Version, Filetype, Shared, VariableChangeIndicator and ​ ​Referer {property:HttpReferer} ​​ ​UserAgent ​{property:UserAgent} ​ ​Website ​{property:WebsiteUrl}
  7. This one should work: https://ketarin.org/downloads/Ketarin/Ketarin-1.7.1.zip?noredirect
  8. You can use something like this. Variable software (link to your download, e.g. PhotoEQ) Textual content: http://www.softpedia.com/get/Multimedia/Graphic/Digital-Photo-Tools/PhotoEQ.shtml Variable version Contents from URL: {software} Use regular expression: (?<={appname}\s)[0-9.]{2,} Variable t Contents from URL: {software} Use regular expression: (?<=#download.+?t':)[0-9.]{2,} Variable id Contents from URL: {software} Use regular expression: (?<=#download.+?id':)[0-9.]{2,} Variable download Contents from URL: http://www.softpedia.com/_xaja/dlinfo.php?id={id}&t={t} Use regular expression: window.location='(.+?)' Variable url Contents from URL: {download} Use regular expression: (http[^\=]*exe) Now you can use {url} as download URL. To use it for other downloads, simply change the name of your application (same as the one on the Softpedia download page) and the content of the {software} variable (link to the Softpedia download page). Sorry for this quick and dirty style. It's my first try on Softpedia. I prefer direct downloads...
  9. Sourceforge requires both HTTP referrer and a valid user agent as far as I remember. HTTP Referrer: http://sourceforge.net User Agent e.g.: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0 I prefer the following way: Download URL http://sourceforge.net/projects/sevenzip/files/7-Zip/{version}/7z{version:replace:.:}-x64.msi/download with the following regex: Problems with the download.*?href="(.+?)" And for the 'version' variable the following URL http://7-zip.org with this regex (?<=Download 7-Zip\s)[0-9.]{2,}(?=\sbeta) 7zip.xml
  10. To locate the problem, please safe the RD command into a batch file and let Ketarin execute the batch instead.
  11. I can reproduce this. I guess it is a bug. Maybe Floele has time to take a look at this.
  12. Are you talking about the Blender Dev folder? The /S key is missing. RD /S /Q "{file:directory}\your-folder-name" Syntax RD pathname RD /S pathname RD /S /Q pathname Key /S : Delete all files and subfolders in addition to the folder itself. Use this to remove an entire folder tree. /Q : Quiet - do not display YN confirmation
  13. Merkwürdig. Hast Du zufällig einen XML Export für mich? Ansonsten kannst Du die Software auch in die Onlinedatenbank eintragen.
  14. Hi, I don't think ..\ will work. As far as i remember ..\ is the main drive directory of the drive on which Ketarin was installed. Have you checked the console output? You can also try to extract your files into a temp folder and delete that folder after extraction. Example: 7z x "{file}" -o"{file:directory}\temp\" -y COPY /B "{file:directory}\temp\asy.exe" "{file:directory}\" RD /S /Q "{file:directory}\temp"
  15. There is nothing wrong with your variables and settings. Have you tried to delete the app and create a new one with same settings?
  16. Perhaps floele can say something about this. Maybe it's a feature bug ? It is hard to test it without license data and I can't find any other example using POST generated downloads...
  17. I had the same problem with 280 apps at 5.6mb. I have now fixed the problem with SQLite Manager (AddOn for Firefox) by deleting all the dead/orphaned entries and performing a vacuum fixed my performance problems and the "super size" db problem (new size ~1.4mb).
  18. Your app works fine for me and I've also created a new one and it works too. Check the online db for XYplorer (Portable ZIP)
  19. This should work: echo xxxx >> D:\x.txt Regarding your command set (wget/exit/etc) please add some more details.
  20. As described here you can move your database to your Ketarin folder to use it portable or use the command line argument /database=FILENAME to use a more flexible path.
  21. Do we have a chance to bypass CloudFlare's DDoS protection regarding HTTP referer requests (e.g. on Teamspeak.com)? Any ideas?
  22. 7z x "{file}" -o"{file:directory}\{appname}\" -y You need the 7z.exe and 7z.dll from your 7zip installation folder. Copy the files to your Ketarin program folder and use the line above as "command after downloading" to extract the archived files into a subfolder called like your predefined application name / {appname} or whatever name you want to use.
  23. Happy New Year! I don't have a FB or Skype account. How about your problem? Have you solved it?
×
×
  • 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.