Недавний контент Tropicalista

  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?