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

  1. T

    Directory submitter with ZennoPoster

    many thanks
  2. T

    Directory submitter with ZennoPoster

    To gemini: How you create a list of category? you go to homepage of directories and find every hyperlink with regex or what? Your bot works for every cms directory like PHP LD, IndexU, esyndicat etc? or you create a different bot for every cms directory? I was trying to create a bot for...
  3. T

    Directory submitter with ZennoPoster

    You should try to execute a macros Files and directories, choose append line to a file and then put the result of the action you wanna write...
  4. T

    Directory submitter with ZennoPoster

    Hi, I'm interested into this. Gemini, could you explain more? I was trying to make a directory submitter that choose the category from the dropdown select via javascript. Could you explain more your method to select category?
  5. T

    can this captcha be solved by capmonster?

    take a look at this: http://zennolab.com/discussion/showthread.php?2530-GET-Captchas-from-Kohana
  6. T

    How does the IF command work?

    Have you tried with "==" instead of "="?
  7. T

    How to use php?

    Could someone explain this: FOR PROGRAMMERS Conversion into codes The created template can be converted in the C# or PHP codes, managed by ZennoPoster Class for DOM control We have written classes for the C# and PHP languages for fine program control from your own code. Using these classes you...
  8. T

    How to use php?

    How could I use php on zennoposter?
  9. T

    How to execute this "Hello Word" Javascript

    you could try with javascript: document.body.innerHTML = "hello world" + document.body.innerHTML; void 0; I have similar problem, support told me that probably they will imlement dom access via javascript in next release.
  10. 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.
  11. T

    No instance when open zennoposter

    Thanks, now it works fine.
  12. T

    No instance when open zennoposter

    Do you know how I could open an instance when run zennoposter?
  13. 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
  14. T

    Javascript function

    Can I use document.getelementbyID? how can I implement this?
  15. T

    Javascript function

    yeah but this is very poor information. I need to set a value of a select called "esempio", how can I access to the dom?
  16. T

    Dropdown list "last item attribute value" selector ?

    please could you explain more? If I have a select and want select an option by javascript how should I do? my select is named "realitems" for example, and I would choose a value with javascript sl = document.getElementById('realitems'); for (var j=0;j<sl.length;j++) {...
  17. T

    Javascript function

    It's possible to use javascript function?
  18. 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?
  19. T

    Try Capmonster

    I've bought it. Capmonster is really interesting. This software is wonderful.
  20. T

    A reverse string captcha

    yes, I'm Italian. I've solved this! simply parse the page text extract the 4 characters string and then reverse with javascript!! This software is amazing!
  21. 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">...
  22. T

    [GET] Trade Captcha module for finished template ?

    could you share this?
  23. T

    Installing ZennoPoster (Demo|Lite|Standard|Professional)

    Just bought a standard version. Before installing I need to disinstall the demo version?
  24. T

    How to save url of current browser location?

    Could you tell me how you retrieve the url?
  25. 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?
  26. T

    Choose a select box value from a list of words

    Many thanks for the explanation, I will try this!
  27. T

    Choose a select box value from a list of words

    Could you explain more? I'm new on zennoposter. I have a lot of template to directory submission. But whn I submit my site I should choos the exact category. I have a txt file whith a list of words of category: fr example when I submit a travel site I have a list like < hotel, b&b, travel...
  28. 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...
  29. 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?