Jump to content
Ketarin forum

Ash Bishop

Members
  • Posts

    8
  • Joined

  • Last visited

About Ash Bishop

  • Birthday 08/12/1985

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

3,227 profile views

Ash Bishop's Achievements

Newbie

Newbie (1/14)

  1. Thank you for temporary solution. Now I'm just renaming app and using {appname} instead. Thank you. It would be great.
  2. Yes, I read that before but I mean only a file name. {file:filename} - Returns the file name (with extension) from a file path. I thought maybe there is an option to extract without extension.
  3. Maybe you should try wget or something? There is an options HTTP options: --http-user=USER set http user to USER. --http-password=PASS set http password to PASS. So Ketarin will get variables and the wget script will authorize and download file/
  4. komitaltrade, You may try to add an URL from DriverPacks like "http://driverpacks.net/driverpacks/windows/7/x64/amdfilter/11.10/download/torrent" and Ketarin will download torrent file. Than you may configure your torrent program to automatically load torrent files from specific folder. For example Win uTorrent:
  5. Thank you, great guide. Thank you for answers and especially for the program. =) Some offtopic questions if you don't mind. 1. I'm trying to insert a little batch script into commands tab. tasklist | find "miranda32.exe" if errorlevel 1 goto Done "C:\programs\miranda\MimCmd.exe" quit :Done So script checks for a process in memory and if there is one it kills it. But when I'm trying to run the script it ignores "if - goto" commands and runs every line of it. Is there a solution so the script will execute this "if - goto" command? 2. When I'm creating {version} variable on site using "Content from URL (start/end)" by default it chooses first match of string in the site code. For example: <td>CCEnhancer (English only)</td> <td>3.1</td> <td> <a href="http://download.thewebatom.net/4f4e05f63dc3d/CCEnhancer-3.1.exe" target="_blank"><img src="http://content.thewebatom.net/images/download.png" border="0" alt="Download2" width="147" height="40" /></a> </td> </tr> <tr> <td>CCEnhancer (Multilingual)</td> <td>3.1</td> <td> <a href="http://download.thewebatom.net/4f4e05af64e33/CCEnhancer-3.1-multilanguage.zip" target="_blank"><img src="http://content.thewebatom.net/images/download.png" border="0" alt="Download2" width="147" height="40" /></a> </td> </tr> This two parts of code are very similar. I need "/4f4e05af64e33/" part in second URL to make variable. So I'm selecting this part of code: <a href="http://download.thewebatom.net/4f4e05af64e33/CCEnhancer- but as you see "<a href="http://download.thewebatom.net/ /CCEnhancer-" part also is in previous part of code so the program chooses the first one. Is there any way to tell the program to use second (or any else) matching string in site code? 3. Is there any way to adjust an icons to applications in Ketarins list? Cause when file is missing or is in archive the icon is empty or there is archive icon. Thank you.
  6. Is there any variable to extract exactly file name? For example: http://miranda.googlecode.com/files/miranda-im-v0.9.46-unicode.7z And variable like {file:name} so there would be "miranda-im-v0.9.46-unicode" instead of variable?
  7. Hi all. I learned this great program yesterday, searched for it very long time and it has everything I need and even more. Big thanks to developers. And first question: where is "donate" button? =) Second question: I have already set up most programs from filehippo and google code but I have difficulties with downloading from Sourceforge.net. I couldn't find direct link for downloading program. I read a few articles on the forum that describe usage regular expressions (if I understood correctly) but I have poor English skill and didn't understand well enough to make my own script. "Direct links" on sourceforge have terrible form using redirects and mirrors so Ketarin can't use them: https://downloads.sourceforge.net/project/flashfolder/FlashFolder/FlashFolder-beta-1.9.181/FlashFolder_beta_1_9_181.msi?r=&ts=1331938500&use_mirror=dfn So after a lot of my failed attempts I found working solution. I just copied link where the file is downloading from and put in program. For example: http://netcologne.dl.sourceforge.net/project/classicshell/Version%203.4.1%20general%20release/ClassicShellSetup_3_4_1.exe http://switch.dl.sourceforge.net/project/classicshell/Version%203.4.1%20general%20release/ClassicShellSetup_3_4_1.exe http://dfn.dl.sourceforge.net/project/classicshell/Version%203.4.1%20general%20release/ClassicShellSetup_3_4_1.exe http://citylan.dl.sourceforge.net/project/classicshell/Version%203.4.1%20general%20release/ClassicShellSetup_3_4_1.exe Depending of the mirror I choose on site. Is this bad solution? Will It work in future or there is more simply solution for this? I wold be grateful for any help with this question. Thank you. P.S. Is there any not very difficult documentation for regular extensions to use with Ketarin? =) P.P.S. I there any way to download two files in one "Application"?
×
×
  • 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.