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

  1. A

    Gorup operations with block?

    Hi Lokiys, thank you for the answer
  2. A

    Gorup operations with block?

    Hi Bigcajones, thank you for the answer! I don't understand anyway How can I "create a group out of the actions"? I can't select more than one block (I mean, the big gray column with some steps inside them) I think I'm missing some basic terms...sorry
  3. A

    Gorup operations with block?

    Is it possible to do some group operations with blocks in PM? For example, selecting one or more blocks at the same time (and then, delete, copy, insert, ...) A related question is: do exists macros in PM? can I call inside a template another one template?
  4. A

    How to use a log message in ZP (action id)

    My template stopped ("HTML element is not found by search criteria") Now I have a related action id and an action group id ("Run HtmlElement action id: XXX group action id: XXX") How can I use these datas to find the problem inside the template? PS: It's just my feel or the forum...
  5. A

    When ZP is really stopped?

    really good! thank you
  6. A

    When ZP is really stopped?

    I've launched a template in ZP (with Showing = On) After few minutes, I've stopped the template (the instance window closed), but it continued as you can see in the images The instance window reappered (just the title bar) and the alerts coming from the templates continued showing...
  7. A

    How to select a list (in list processing) with a variable?

    Perfect! it workes - thank you It tooks me five minutes to understand that "Bind TO file" is like "Import FROM file" ... hope this help someone else dumb like me!
  8. A

    Why this if doesn't work as expected?

    Thanks! But if {-Variable.testvar-} contains a ' character, the if doesn't work. How to solve it?
  9. A

    Why this if doesn't work as expected?

    Please, don't blame me! I'm sure I'm missing something. I've created this simple template: But the if (as you can see in the log) return nothing (it equals to false) I've tried also: {-Variable.testvar-}=="anything" {-Variable.testvar-}==anything {-Variable.testvar-}="anything"...
  10. A

    Excel (.ods) count rows doesn't work

    Ops, I spoke too soon. CSV (saved in openoffice from the ods file) get the right lines number but doesn't split columns (I've tried also "Own format" options) XLS (Microsoft 97-2003) worked!
  11. A

    How to select a list (in list processing) with a variable?

    I want to take a random line of a list But I'd like also to select a list with a variable. For example: LIST PROCESSING Select list: {-Variable.list_name-} Select action: etc... Is it possible or does it exist some workaround?
  12. A

    Excel (.ods) count rows doesn't work

    CSV worked! thank you :)
  13. A

    Excel (.ods) count rows doesn't work

    I have a .ods file (excel created with openoffice) with 21 rows I tryed to get the number of the rows, but the first time I got 23 rows, and the second time (after deleting lots of rows under the 21 rows) I got 25, as you can see in the image attached
  14. A

    [GET FREE] Facebook accounts creator

    Thank you very much for the post Shinigami! Is there a version for ZP4?
  15. A

    How to use paid private proxy?

    Thank you very much for the answers! I have another problem now (related to this thread): It was in the debug. I used the proxy to login into facebook. After the login the page loaded in few seconds, as aspected. But ZP tooks about five minutes to detect the page as loaded (the loading...
  16. A

    How to use paid private proxy?

    Ok, I tried USERNAME:PASSWORD@PROXY:PORT and it worked It is the correct way or can I have some anonymity problems?
  17. A

    How to use paid private proxy?

    I have bought some private proxy, they are in this form: PROXY:PORT:USERNAME:PASSWORD Where do I set this proxy into my project? (I saw the videotut http://www.youtube.com/watch?v=RP8qtYciX6k but I have some doubts yet)
  18. A

    How to share a link in fb

    I've solved with: - the Action designer (thank you HB!) - the mobile version of facebook (it's simpler!) B)
  19. A

    "For" construct

    In the end, I adopted this solution, it's the cleanest: http://wiki.zennolab.com/doku.php?id=en:looping
  20. A

    "Load profile" into "Action recordings" tab

    ok, thank you
  21. A

    "Load profile" into "Action recordings" tab

    Can I use the action recorder starting from a saved profile? Each time I have to simulate the login, I'm sure I'm missing something
  22. A

    How to share a link in fb

    Thank you for the answers. I'll do some tests Yes Rostonix, there's a lot of javascript/ajax :(
  23. A

    How to share a link in fb

    I've tried for hours and I think I need some help. I want to share a simple link in facebook, but I can't not even share a text. In ZP recorder I click on Status text box and then I write a string. Everything is ok. But in the debugger, the string is written on the first comment text...
  24. A

    is there anyone who has used zenblog?

    I agree with Lokiys I don't have Zenblog but I'm really interested Just consider how much do you have to pay an ipotetical employee to post a spinned article into all those blogs. Moreover the return of this operation (backlinks, keywords, etc) is a great value. And, as Lokiys said, I think...
  25. A

    How to use php with zenno ?

    Maybe it's not the answer you need, but -if you have an ftp- you can follow these steps: 1) create a php script that receive (via GET) the url you want to check 2) the script passes this url to your class and then echoes the page rank in a simple html div 3) upload this script in your ftp...
  26. A

    Get the id of the post just published

    I had some problem posting exscuse me. The ID is saved here: <a class="uiLinkSubtle" href="/MY_USERNAME/posts/POST_ID">
  27. A

    Get the id of the post just published

    On facebook, I want to post a link and then save the id of this post. Is it possible? How? The ID is saved here: <a class="uiLinkSubtle" href="/<MY_USERNAME/posts/POST_ID">
  28. A

    Regex work in regex desginer, but in PM not?

    Before, I tooke the source from te browser (chrome) and put into regexp constructor. In tab data I've tryed to take DOM, Source, Text. Then I've copied the DOM directly from Action Recorder > Page Text > DOM ... and everything worked! Thanks :)
  29. A

    Regex work in regex desginer, but in PM not?

    I got some problem with the images. excuse me. here's the first image
  30. A

    Regex work in regex desginer, but in PM not?

    It happend to me also. In RegExp Constructor everything works: But running the debugger I had no results: I did some trying but I can't understand where is the problem
  31. A

    [SOLVED] Table reading error

    ...perfect! thank you
  32. A

    [SOLVED]  Table reading error

    ZP missed some row from my excel (.ods) PS: in debug mode it counts ("Get rows count") 25 rows :confused:
  33. A

    Facebook accounts customization

    Thanks!
  34. A

    "For" construct

    Hi Rostonix, You are right! I can always watch the variable's changes in the debug mode...
  35. A

    "For" construct

    I solved with this template: Could it be solved better?
  36. A

    Facebook accounts customization

    Thank you, this is exactly the help I needed! I don't have a private proxy list...I'm a very newbe regarding these arguments. What's your advice about that? I need some proxies from the same country I suppose. And every user has to have the same proxy for every session...right?
  37. A

    "For" construct

    Hi to all, I need to cycle the rows of a table If a specific value X is present in column Y I have to do some action before proceeding I've built this template 1) start 2) variables: set variable count=0 3) tables: take line n. count, put result in variables column Y in variable...
  38. A

    Facebook accounts customization

    Hi to all, this is my first post as ZP customer (standard version)! :beer: Here's my first question: I have some fb accounts (verified by phone). I want to create a template that: 1) cycle all these accounts (saved in excel) 2) log into facebook 3) change the picture 4) post a test...