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

  1. T

    How to use php?

    How could I use php on zennoposter?
  2. T

    How to check ajax text presence?

    In some page there is an ajax check to see if a login username is used or available. If I try to parse the page to check if the text is there it never find the text. How could I resolve? this happen also in gmail account registration, for example.
  3. T

    No instance when open zennoposter

    When I open zennoposter no instance window are opened. How can I execute my template? ProjectMaker set my skin to summer2008, if I try to set black it do, but if I close and then r-open the skin is always summer2008. My system: Windows 7 32 bit
  4. T

    Javascript function

    It's possible to use javascript function?
  5. T

    Step branch order

    Could you help me understand what is the order of step branch? I create a template, register some action then add a counter in other step brunch, but when I debug it reads the counter step brunch after the action branch. I should create the counter first and then register the action?
  6. T

    A reverse string captcha

    How to work with this simple captcha? http://www.logindot.com/aggiungi_sito.php It's a text string reversed. In the html there is the solution, but how could I retrieve the text and then reverse the string? <img src="/conf/antiflood.php?key=9GQ3" border="0" alt="Codice antiflood">...
  7. T

    Try Capmonster

    Hi, I'm experimenting some template with zennoposter, and I have to say this is a great software. I'm ready to buy, but would like to test Capmonster: why this is not in trial demo? It's possible to have a trial with capmonster enabled?
  8. T

    Choose a select box value from a list of words

    Hi, would like to know if it's possible with zenno poster choose a dropdown select with the use of a macro: for example if I create a template where will be request the category of my site, could I build a macro that retrieve a value of the select from a text file that contains my preferred...
  9. T

    Max captcha retry

    What should I do to make a loop of three time to repeat the captcha in case of wrong captcha? I've read on manual how to make a retry for wrong captcha, but if I wanna skip the captcha after three attempt and then write a txt file the error log?