Результаты поиска

  1. O

    Free Hotmail Creator V4

    Great job, thank you.
  2. O

    "Delete line after take" problem

    Hehe, true. Thanks for your support anyway. :cool:
  3. O

    "Delete line after take" problem

    Well, I ended closing and reopening the poster and now it's working. :huh:
  4. O

    "Delete line after take" problem

    Yup. Works fine in project maker but not in poster.
  5. O

    "Delete line after take" problem

    Hello, When I check "Delete line after take" in the Project Maker it works fine when debugging but it doesn't seem to work when I load my project in the poster. The file remains unchanged.
  6. O

    Break / Decode MD5 Captcha.

    Thanks! PS : Beau boulot. ;)
  7. O

    Trouble with a specific textarea

    Hello there, I'm having trouble with a specific textarea and... it's the very textarea I'm typing in right now. :) Its class is "cke_source cke_enable_context_menu", same as the one in zennolab forums. In debug mode and blast mode there's is no error returned and the template executes...
  8. O

    Text captcha...

    Hello, I'm having trouble with a text question (not math). I'm successfully parsing the question with this regex : (?<=\s*<label for\=\"humanverify\"\>Random Question:\<\/label\>\r\n\s*<div class\=\"rightcol\"\>\r\n\s*<p class\=\"description\"\>).*(?=\<\/p\>) Now I don't know where to put the...
  9. O

    How to recognize text input with randomly generated ids/names?

    You, Sir, are my hero.
  10. O

    How to recognize text input with randomly generated ids/names?

    Hello, I'm having trouble with text fields having different ids and names. Example : name="dnn$ctr14549$NewsArticles$ucPostComment$txtEmail" id="dnn_ctr14549_NewsArticles_ucPostComment_txtEmail" The number after "ctr" changes depending on the website and I don't know how to tell ZP to...