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

  1. S

    configure capmonster

    Hello, i have zeno and capmonster in the same VPS. this is my config (ip for my VPS) on zennoposter i put the same ip : can you help please. Thank you.
  2. S

    Scraping to Table issues..

    any help please :)
  3. S

    Scraping to Table issues..

    yes how do it as group ? any tutoriel or help ? if I understood well it is necessary to group these 2 regex ? 1-(?<=<h2>).*(?=</h2>) 2- (?<=<title>)[\w\W]*?(?=</title>)
  4. S

    Scraping to Table issues..

    this is my results : and the second regex
  5. S

    Scraping to Table issues..

    I can put element 1 in the first column...... but I can't put the other elements in columns 2 and 3 .... I how do you mean by group regex ?
  6. S

    error with google spreadsheet

    i don't know why but it's work now. Thank you
  7. S

    Scraping to Table issues..

    Hello, I have the same question when we want to put this elements to clumns how can do it ? Element 1 ==> columns 3 Element 2==> columns 4 Element 3==> columns 5
  8. S

    error with google spreadsheet

    yes I did it
  9. S

    error with google spreadsheet

    no same directory, when i reload json file i connected to google i have this message Or my API is already activated i will check again !!
  10. S

    error with google spreadsheet

    yes i can view it
  11. S

    error with google spreadsheet

    yes in google drive account, and already create API
  12. S

    error with google spreadsheet

    Hello, I am trying to writeto my google spreadsheet but i have some error I already have google connected I have this error Any idea please ? Thank you.
  13. S

    Parse with regex

    i found the solution with take dome :)
  14. S

    Parse with regex

    Maybe i misspoke , i want to get data from the site web, after i test with regular expression designer to find my data .....so after test with i have this expression (?<="name":")[\w\W]*?(?=",). wich process i should use to get (extract) this data with regex dans un fichier text ?
  15. S

    Parse with regex

    I used text processing with regex but i don't have any result. i should put Something in blank ?
  16. S

    Parse with regex

    you mean i don't need to use parse data ? sorry i am new with zenno
  17. S

    Parse with regex

    Hello, How can parse data with regex ? (my data is text) I have my regex (?<="name":")[\w\W]*?(?=",) I try diffrent whay by i have no results My regex work fine with regular expression designer ! Thank you.
  18. S

    selected dropdown

    Thank you it's work
  19. S

    selected dropdown

    any help please ?
  20. S

    selected dropdown

    Hello, How can select item from the dropdown ? I already create a check for the existence of the selected text Thank you