Jump to content
Ketarin forum

mastercheef

Members
  • Posts

    8
  • Joined

  • Last visited

mastercheef's Achievements

Newbie

Newbie (1/14)

  1. is there actual any solution for the multilingual support?
  2. I'm also interested to Build Ketarin from the Source Code. => What i have to do to eliminate the errors at the building process? i excluded the CDBurnerXP Folder in VS2008 but there are much more errors! can anyone give a step by step instruction? Waht i want to do: - Change the FileHippo Download surce to Multilanguage support. Or only the German Language Setups! (I actually found no Beat Version which support the multilingual support from Filehippo) Thanks
  3. i tried now many solutions but nothing works. if anyone has another solution for me or an example how i can login on computerbase (in this link: http://www.computerbase.de/downloads/system/cpu-z/49531/ or other prog. on Computerbase or another page). my target is to get all programms from one site, and not from different sources, is ketarin able to acess to the cookies saved in IE or Firefox? thanks mfg Mastercheef
  4. i know the onine data base. but cpu-z wa only a sample. the idea is only to the all apps from one source. the question is actually to login to a webpage if this is possible. eventuallycould anyone post a sample if he had a solution. cause i need such a solution for a webpage for pogramms fom a user portal.this progs areonly online there. thanks
  5. Hi now i have a question again. is it possible to login to a webpage automaticaly with Ketarin? (http://www.computerbase.de/downloads/system/cpu-z/49531/) because i only can see the link at this page when im logged in. is this possible with POST Data? or has anyone a solution for me if its possible? thanks mastercheef
  6. i solved it now. i splitted the two variables and modified the RegEx. thanks
  7. the result of the regex should be one string. its only based on positive and lookbehind and a positive lookahead, and the string between the lookbehind and the lookahead shoud be the match. but at the end the defined variable contains only the red mared text. and the blue text (1.0 RC2) is missing. when i make a right click at the blue text and select "copy match" only the red text will be copied. i think something is wrong here. either the or query in the regex is not correct or ther is an bug in the programm. could anybody the such an example? i actually have no idea why i can solve this probleme cause i'm a beginner at the RegEx area.
  8. hi, i tested a "or query" in ketarin but actually it dosn't work. is it even possible to make a or query? code (RegEx): (?<=<div id="download_urls_wrapper">.{0,10000}{whatprogramm} (<span class="beta-version has-tooltip" title="Vorabversion zu Testzwecken!">|)).{0,10}(?=( <img src="|</span></strong><br />).{0,3000}{target}) 1: <div id="download_urls_wrapper"> 2: the next 10000 symbols search for the ProgrammName (searched in an other varible bevore) 3: or query => either after the programm name it comes the string "<span class="beta-version has-tooltip" title="Vorabversion zu Testzwecken!">" or just nothing. (<span class="beta-version has-tooltip" title="Vorabversion zu Testzwecken!">|) 4: after the or query find the string .{0,10}(?=( <img src="|</span></strong><br />) finaly the needed string will be found but the or query will be marked red in the result, My result should be averion number like: 1.1 RC1 but in the actual result contains the string from the or query. => see at the picture is there any solution for a working or query? edit: that what you see in the screenshot (the mared red and blue text) ist this what the regex actually find. in the variable includes at the and only the red marked text, but i need the blue one! i need some helpt cause i dont know how i can solve the problem... thanks
×
×
  • 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.