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

  1. J

    I can't see google ads

    my loading setting :
  2. J

    I can't see google ads

    Hi VladZen, thanks for your help. the advertissement are enable to load. May be it is because i have USA proxies and i search in French language and area so Google have no ads to show to me ? i asked to my proxies deliver to give me some french one to try. thank you
  3. J

    I can't see google ads

    Hi, when i make a search in the browser in zennoposter which is chrome, i can't see the google ads at the top and bottom of the page. I set the language and the region but i have only the natural results. How can i do to see the google ads in the browser of zenno ? thx
  4. J

    variable in regex ? possible ?

    actually the regex : (?<=(\w+\s){3})\w+\s\w+ take all match. I would like only one match. I want to take randomly 2 words on a text and only two words. I have to learn more about regex. thx
  5. J

    variable in regex ? possible ?

    Hi Lokiys, Thank you for your answer. You are right it is my regex which is not the one i need, and the variable in regex work correctly. I'm going to find the right regex for my purpose. THank you for your help.
  6. J

    variable in regex ? possible ?

    Hi Lokiys, In this example, the variable AncreLien stay empty. I want to take 2 words randomly and replace these 2 word with the same 2 words in a link. Thanks all for your help.
  7. J

    variable in regex ? possible ?

    Thanks Alexmd. But i don't figure out how to use it. thx
  8. J

    variable in regex ? possible ?

    i have also tried like this but still doesn't work : string monNbreApparaitLien = project.Variables["varNumber"].Value; string result = Regex.Match(project.Variables["textToModify"].Value, @"(?<=(\w+\s){varNumber})\w+\s\w+").Value.ToString(); return result;
  9. J

    variable in regex ? possible ?

    Hi, Thank you for your answer. I have already tried the way you say nicanil. But i still doesn't work. The variable is the result number of a random. When i do with a number instead of the variabe it works, but not with variables... don't why, i'm still going to search .. i have zennoposter 5.45
  10. J

    variable in regex ? possible ?

    Hi, I have this regex : (?<=(\w+\s){3})\w+\s\w+ I would like to replace the number 3 by a variable like this : (?<=(\w+\s){{-Variable.myvar-}})\w+\s\w+ But it doesn't work with the text-processing regex I try with quote and many things but nothing do. I even try it in the C# code window...
  11. J

    Hi

    Hi VladZen, thank you for welcoming :-) i've been struggle for a couple of days trying to connect spin rewriter api,but i'can't figure out to do it. I watched the video about the best spinner api, but i couldn't make it work. I tried to put the php API on one of my website, but i don't know...
  12. J

    Hi

    Hi, I'm new to zennoposter. Thanks.