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

  1. D

    Problems with wordpress.com template

    Thanks Rostonix, it is an issue with the proxies. I am using buyproxies.org, do you know if this provider is good for zennoposter?
  2. D

    Problems with wordpress.com template

    Hi, I am able to create a wordpress.com account, but when I try to access the wp-admin section it shows a 403. The account is not banned since I am able to access through the browser outside of zenno. Anyone having the same problem?
  3. D

    Snippet samples

    Thanks anyways lokiys, your reference helped me a lot. Is a lot better to input the text in a box than having to open each browser.
  4. D

    Snippet samples

    Thanks lokiys, it works, but how can I input the data with "Enter" instead of closing the window? I am using the following snippet
  5. D

    Snippet samples

    Hi everyone, can someone help me with a snippet to open a window where I can input some text/numbers, and the input will be saved into a variable that can be used in zennoposter? I want to manually fill some fields. Thanks!
  6. D

    Regex to get root domain?

    (.*\.com|.*\.net|.*\.org) I finally got it working with the previous regex. For any people having the same issue, I just made an individual regex using the designer for each condition (text ending in .com, .net, .org), and separated them by " | ". Then I put everything between ( ) .Hope this...
  7. D

    Regex to get root domain?

    Hi, how can I get the root domain of an url using regex? For example, I have a list of urls like facebook.com/test/ and I want to get only facebook.com I tried using regex for the extensions of the url, but I was unable to create a regex that will grab the portion of text ending in .com or .net...
  8. D

    How to delete all the content from a table?

    Hi, I made a loop which temporally writes some text (using regex) into the table. I then grab the first line (to convert to different variables) and put the option to delete it after grabbed. I believe some info is being kept in the table, because during the 3rd loop it repeats the info from the...
  9. D

    How to add text in front of list?

    I am trying to do it in PM. It is the same initial text for all the lines in a list. For example, I have the keywords "seo","money" and "zenno", and I want to add "the" in front of every element in the list. I just wondered if there was a faster way to do this without using a loop, thanks :)
  10. D

    How to add text in front of list?

    Hi, I am using a loop to add text in front of a list (one line at a time), i.e. text1 text2 text3 converts to: addtext1 addtext2 addtext3 But it takes too long to process a large list. Is there a more efficient way to do this? Thanks.
  11. D

    Deleting blank lines from table?

    In case someone else is having this issue: 1. In list processing - Merge list items 2. In word processing - Replace - What to search: \n\r - Regex option clicked 3. In list processing - Add line Worked for me :)
  12. D

    Deleting blank lines from table?

    Hi, anyone knows how to delete blank lines in a list? I was searching in the forum but couldn't find the answer. Thanks.
  13. D

    Can zenno 5 crop a photo automatically?

    Hi, when I upload a photo to a website's profile it requires to crop the image. Is there a way to do this automatically? Thanks
  14. D

    Keeping lines in list which contain certain text... anyone knows?

    Thanks nevadahsot, exactly what I was looking for :)
  15. D

    Keeping lines in list which contain certain text... anyone knows?

    Great idea, thanks!