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

  1. Perfecto

    How to JSON escape in C# ?

    I don't quite understand your method
  2. Perfecto

    How to JSON escape in C# ?

    Hi, I know I can escape like this : But I have a lot of string to escape so if someone know how to JSON escape in C# ?
  3. Perfecto

    HTML Cleaner - Keep specifics links

    Hi, I made this regex to clean the HTML code and keep only the H, p, strong and b tags ...
  4. Perfecto

    How to add a line break to each HTML tag closure?

    Thank you for taking the time to help me. If someone has the same problem here is the syntax to integrate a variable in C# :
  5. Perfecto

    How to add a line break to each HTML tag closure?

    Thanks for your answer but I just want a line break in the code not a br tag And if use Text Processing>Replace like this it won't replace by a regex but it will put the regex in text everywhere
  6. Perfecto

    How to add a line break to each HTML tag closure?

    Hi, I'm trying to add a line break every time an HTML tag closes Regex : </.*?>
  7. Perfecto

    What is the best way to scrape content from many different websites ?

    Hi, what is the best way to scrape content from many different websites and to keep this HTML tag : H1 H2 H3 STRONG B I U
  8. Perfecto

    Keyboard emulation : click on 2 keys at the same time

    Thanks @VladZen it work well
  9. Perfecto

    Keyboard emulation : click on 2 keys at the same time

    Hi, How to click on 2 keys at the same time example : CTRL + ENTER
  10. Perfecto

    Parsing JSON with a lot of Subproperty

    Hi, Sometimes I have a lot of Subproperty when i'm parsing JSON, Is there a way to do everything in 1 click or do I have to do it one by one like I do now? I think this would be a good feature to add if it's not already there. example :
  11. Perfecto

    generate .ini files in bulk

    Hi, Is it possible to generate .ini files from a CSV? Each line of the CSV must be a separate ini.
  12. Perfecto

    Encode URL

    Thanks :dy:
  13. Perfecto

    Encode URL

    What is the easiest and fastest way to transform this URL: https://www.google.com/search?q=seo&num=100&start=200&filter=0 in this one: https%3A%2F%2Fwww.google.com%2Fsearch%3Fq%3Dseo%26num%3D100%26start%3D200%26filter%3D0
  14. Perfecto

    Disable auto translation

    Hi, How do I disable auto translation? I think it comes from chrome.
  15. Perfecto

    What is the easiest way to test if indexing a page by google is allowed?

    In my browser I make it with this : https://chrome.google.com/webstore/detail/robots-exclusion-checker/lnadekhdikcpjfnlhnbingbkhkfkddkl For rhe robots.txt it seems a bit complex to me because there are a lot of different syntax to forbid the indexing of a page
  16. Perfecto

    What is the easiest way to test if indexing a page by google is allowed?

    Hi, I need a script to test if everything is allowed for Google indexing. The most complicated one is for the Robots.txt file.
  17. Perfecto

    Duplicate verification mail

    Thanks but I found an easier solution by downloading a single mail
  18. Perfecto

    Duplicate verification mail

    Hi! To automate a website registration I have to click on a validation link by email. The problem is that I receive this email twice, nothing differentiates these 2 emails so how do I specify the search criteria to open one of the 2 emails? Thank you.
  19. Perfecto

    BlackFriday price for upgrade

    Hello, Not really, it was in 2013.
  20. Perfecto

    BlackFriday price for upgrade

    Hi, I bought standard zennoposter at $127 the PRO version is currently at $197 so the upgrade should cost me $70 but still it's $127
  21. Perfecto

    Many templates to sell only $0.5 per template web2.0

    Yes I thought about that but some texts will be used several times and others will never be used.
  22. Perfecto

    Many templates to sell only $0.5 per template web2.0

    Can you add the possibility to take the profile text from a list of TXT files?
  23. Perfecto

    Regex for 2 letters

    Hi, I would like a regex to have 2 lowercase or uppercase letters. I tried that: [a-z]{2} but it didn't work. Thanks
  24. Perfecto

    Convert HTML > DOCX and DOCX > HTML

    I think this solution is easier, do you know a good free service with no volume limit?
  25. Perfecto

    Convert HTML > DOCX and DOCX > HTML

    Hi, What is the most simple way to convert HTML > DOCX and DOCX > HTML with Zennoposter or with an API or something else. Thanks
  26. Perfecto

    DOM HTML vs Source HTML

    Hi! What is the clear difference between DOM and html source? What is the best choice for scrape HTML ?
  27. Perfecto

    Content parser

    I try to explain my need more clearly. Sorry English is not my native language. I need to scrape the content of some HTML tags and keep the article with the same structure as the original. The problem with the "parse data" module is that I will have all the h2 tags together all the p tags...
  28. Perfecto

    Content parser

    I just want to scrap content like this But it must be compatible with many different sites. The method described in this video still the best or are there new features since 2012?
  29. Perfecto

    Content parser

    Thanks for your answer. I don't understand how to use this with Zenno. The parsing data module in Zenno is not enough ?
  30. Perfecto

    Content parser

    Hi, What is the best way to parse a content inside html balise (p, h1, h2...) It must be compatible with different website.
  31. Perfecto

    include a list in excel cell

    I have extracted several words from a web page in a list and I want to import this list of words into the same excel cell separated by commas. I didn't find the solution on your link.
  32. Perfecto

    Change version browser in existing template

    Hi, How i can change the version browser in existing template for have 52 Now it's 45 in this template Thanks
  33. Perfecto

    include a list in excel cell

    Hi, I want to record a excel cell with a list of words separate by a comma. What is the mores simple way to do that ? Thanks
  34. Perfecto

    to transform a list of URLs into pretty domain names

    Yes it works very well! thank you. You know if there is a function to have the host without the C #
  35. Perfecto

    to transform a list of URLs into pretty domain names

    Thanks! I tried removing the "www." when there are. with this code but it does not work: string url = project.Variables["URL"].Value; // url = http://zennolab.com/discussion/ url = new Uri(url).Host; // returns only Host (zennolab.com) // replace "this" in string to "new value" string...
  36. Perfecto

    to transform a list of URLs into pretty domain names

    I would like to transform a list of URLs into pretty domain names For example : http://zennolab.com/ --> Zennolab.com https://zennolab.com/ --> Zennolab.com http://www.zennolab.com/ --> Zennolab.com https://www.zennolab.com/ --> Zennolab.com http://zennolab.com/discussion/ --> Zennolab.com
  37. Perfecto

    Click and open in new tab

    I would like to open links in new tabs but the URL is not in the source code
  38. Perfecto

    Click and open in new tab

    ok but I don't know what can be is javascript or ajax.
  39. Perfecto

    Click and open in new tab

    I want to click and open the page in a new table I specified that the site is in flash and that are not possible to find URL of the page in the source code
  40. Perfecto

    How to reset all variable

    I want to reset all variable for each loop
  41. Perfecto

    How to do a screenshot an entire page ?

    Thank you very much but I preferred solution rostonix because I'm not a programmer
  42. Perfecto

    How to do a screenshot an entire page ?

    I know how to capture a captcha with captchasaver but not the entire page.
  43. Perfecto

    ZenBLOG - automatic blogs creator/poster many platforms

    Ok but what is the solution? I tried to automate Yahoo but the captcha is too hard to break
  44. Perfecto

    ★ Hotmail/Outlook creator ★ 33 accounts per IP [from Hungry Bulldozer & rostonix]

    Thanks for the update, if you can add a system of verification by email it would be very useful for the alias
  45. Perfecto

    ZenBLOG - automatic blogs creator/poster many platforms

    Zenblog he works with hotmail ? I try with hotmail and it didn't work, with yahoo no problem but I can not automate the creation of a yahoo account.
  46. Perfecto

    ★ Hotmail/Outlook creator ★ 33 accounts per IP [from Hungry Bulldozer & rostonix]

    it doesn't work it stops filling password
  47. Perfecto

    ★ Hotmail/Outlook creator ★ 33 accounts per IP [from Hungry Bulldozer & rostonix]

    how can I receive updates?
  48. Perfecto

    ZenBLOG - automatic blogs creator/poster many platforms

    What is the mail configuralion for hotmail ? I try this but doesn't work mymail@live.com;my mail@live.com;MYPASSWORD;pop3.live.com;995
  49. Perfecto

    Flash with zennoposter

    Hello, how to move a flash element with zennoposter Thanks in advance
  50. Perfecto

    ZenHOST - freehosting accounts creator & mini sites generator

    I want some samples please.