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

  1. PapyRef

    How to Remove Duplicate Donmain?

    Optimize version with C# code. Result in file FinalUrl.txt Test File Dup1.txt, 3 Urls (all duplicates) => 1 Url in FinalUrl.txt File Dup2.txt, 1692 Urls => 810 Urls in FinalUrl.txt C# Code System.Collections.Hashtable distinctHosts = new System.Collections.Hashtable(); var fileUrl =...
  2. PapyRef

    CodeCreator - C# : Can I create IZennoPosterProjectModel variable ?

    In C#, I'd like to create a variable using IZennoPosterProjectModel interface. Is it possible? /// <summary> /// Method to run the code /// </summary> /// <param name="instance">Object of instance is allocated to this script</param> /// <param...
  3. PapyRef

    CodeCreator - C# : Wait for x seconds?

    Thank's :beer:
  4. PapyRef

    CodeCreator - C# : Wait for x seconds?

    In some HTML pages, it sometimes happen that the function IsBusy() is KO even though the page is not entirely loaded. For example : he.RiseEvent("click", instance.EmulationLevel); if (tab.IsBusy) tab.WaitDownloading(); he =...
  5. PapyRef

    How can I load ZennoPoster Project (*.xmlz) in CodeCreator?

    OK. Impossible to open xmlz format in CC. Zut ! I then have to redo all my Zenno projects (xmlz) in CC
  6. PapyRef

    How to generate "random human" email account?

    Very Good :cool: Thanks for your help.
  7. PapyRef

    How can I load ZennoPoster Project (*.xmlz) in CodeCreator?

    Changelog of ZennoPoster MP 4.5.0.1 indicated New in CodeCreator: (+) ZennoPoster MP project format support. Hummmm ..... but in CodeCreator when I want to open project, I can only select CodeCreator Project (*.zpproj) How to load the ZennoPoster Project (*.xmlz file) in CodeCreator?
  8. PapyRef

    How to generate "random human" email account?

    [SOLVED] How to generate "random human" email account? I just setup catchall on different domains and loaded them all to every single project. Is it possible to use random emailadress (not unique) for every single submission? I coded like this : Marc-{-Variable.RandomEmail-}@ymail.com with...
  9. PapyRef

    CodeCreator: What is "Compile" function && how to to generate DLL?

    OK. What do you mean by "use VS when new build of ZennoPoster will be released" Which version of ZennoPoster ? I noticed that in the directory ZennoLab\ZennoPoster MP Pro\Progs\Temp\CodeCreator\, I have directory "C2945424-3EDF-4EAE-********" with Zenno C# CodeCreator Project. With VS, I...
  10. PapyRef

    CodeCreator: What is "Compile" function && how to to generate DLL?

    In CodeCreator, there is "compile" function? What is It ? Is it possible to generate DLL of "CodeCreator Project" with VS ? Is it possible to use this DLL in other project ?
  11. PapyRef

    Poor detection of the proxy type

    Yes. ProxyChecker indicates this proxies with Elite characteristics.
  12. PapyRef

    Poor detection of the proxy type

    ZPC detects some Elite Proxies but if I test it on www.whatismyip.com, this site detected that I use a proxy :o Normally if the proxy type is "Elite", it can not be detected. Is this normal? If you want I can send to support, by PM, a list of Elite (false? ) proxies.
  13. PapyRef

    Is it possible to create captcha DLL

    Is it possible to create captcha DLL (in .NET/C#) for use it with Zenno ? I have some algo. to break capcha and I can code in C# for use with Zenno.
  14. PapyRef

    Is it possible to dynamically load a javascript file? (Think C's #include)

    Hummm ... I"m not sure I can do this (method describe in this StackOverflow post) with Zenno MP Own Code Javascript.
  15. PapyRef

    Error with C# Code

    I tested interface between a Zenno variable and C# code. I got this error when i tested C# code. Can you explain me why ?
  16. PapyRef

    Is it possible to dynamically load a javascript file? (Think C's #include)

    Is there something similar to C's #include in C in JavaScript that allows you to include a JavaScript file inside a JavaScript code ?
  17. PapyRef

    How to clear record each process failure steps?

    In Zenno 4.4 ? :D:D:D
  18. PapyRef

    How to clear record each process failure steps?

    Hummm .... interesting question. For example BadEnd => Write to file (log.txt) some informations of the step is failed ? Is it possible ?
  19. PapyRef

    Ability to output proxies to HDD / Localhost

    Too bad this feature is handy
  20. PapyRef

    Ability to output proxies to HDD / Localhost

    In Zenno MP, I would like to request the possibility to ouput proxies to HDD / Localhost like ZennoProxy Checker. Thx
  21. PapyRef

    To be Elite or Not, That' the question ?

    By visiting whatismyipaddress, with Elite proxies detect by Zenno MP, for someone whatismyipaddress detect that is a proxy (Proxy server detected). I execute my template with Rules: Elite and Proxy: Use (without deleting) It's normal that Zenno MP indicate Elite Proxies and whatismyipaddress...
  22. PapyRef

    how to save login and password to file

    Process Files / Write Text In what to write, your login and password variables
  23. PapyRef

    How to parallel read file in directory?

    I have 3 templates (T1,T2 & T3) that read files in a same directory. When template T1 read one file, should not templates T2 & T3 read the same file. And when T2 read one file, should not templates T1 & T3 read the same file. etc .... Reading the file must be unique. Have you some ideas to...
  24. PapyRef

    Accents in a file

    Yes Guy :cool:
  25. PapyRef

    No connection to server?

    I put proxy.php on my server and in ProxyChecker settings, I put myserver/proxy.php in Proxy checking server address list. It's OK ?
  26. PapyRef

    Accents in a file

    OK. Thanks for your help.
  27. PapyRef

    Accents in a file

    Oups ! Here is
  28. PapyRef

    Regex question with \r\n

    Thank's
  29. PapyRef

    Regex question with \r\n

    In file I have [Titre] {Essai MasterSpin1|Essai MasterSpin2|Essai MasterSpin3|Essai MasterSpin4|Essai MasterSpin5} [Tags] Tags1,Tags2,Tags3 I would like to extract the texte in [Titre] section. To do this, I make this Regex: (?i:?<=\[Titre\])[\w\W]*?(?=\[)) But in result I got: \r\n{Essai...
  30. PapyRef

    Licence Probleme when installing Zenno ProxyChecker

    I got this error when I kept running ZennoProxyChecker In my Control panel / hardware tab, I haven't license to my PC Name How can I activate equipment in hardware tab ? Thanks for your help
  31. PapyRef

    Accents in a file

    I send email to support with my project.
  32. PapyRef

    Accents in a file

    Not simple. Can I send you my project to you by PM?
  33. PapyRef

    Accents in a file

    Yes , I create empty file with Process Files -> Write Text
  34. PapyRef

    Accents in a file

    [SOLVED] Accents in a file I have a problem while saving sentences with accents in a file For example with sentence "Limite de crèer atteinte", I obtain in file "Limite de créer atteinte" Some ideas ?
  35. PapyRef

    How to test Address Not Found with Get Request ?

    Yes. I found this solution with switch case
  36. PapyRef

    How to test Address Not Found with Get Request ?

    Have some ideas to test Address Not Found with Get request ? For ex. this site is not foud : http://classdiscussion.capsulehomes.com/
  37. PapyRef

    Few threads when execute template in ZP

    Yep. Excuse me for this noob question :confused: Is it possible to set this parameters (Execution Count, Maximum # of threads) in .bat file ? In my .bat file, I have "D:\ZennoLab\ZennoPoster MP Pro\Progs\TasksRunner.exe" -o StartTask -id 33eca72a-cdee-4953-891f-0358ae7ff318
  38. PapyRef

    Few threads when execute template in ZP

    I set maximum # of thread to 20. But when I execute template I have maximum of 2 threads. Would you know why?
  39. PapyRef

    BadEnd & GoodEnd, How to use it ?

    Like this
  40. PapyRef

    BadEnd & GoodEnd, How to use it ?

    Hi guys, Can someone please help explain the meaning of BadEnd & GoodEnd logic object? How can I use it? I cant' connect with Logical if actions. Is it normal ? Thank you.
  41. PapyRef

    How to get HTTP Status code

    Ok rostonix. I make this Regex to get HTTP Status code (?<=HTTP/[0-9]\.[0-9]\ )[0-9]+
  42. PapyRef

    Research documentation

    Is there documentation on ZennoPoster MP ? Because I have a strange behavior on a template, but before I ask my question I want to be sure to use the scheduler correctly.
  43. PapyRef

    How to get HTTP Status code

    Thank for your help rostonix but I have some difficulties to do it. I use GET requests with Headers and content set, Put to variable HTMLPage. I do this because sometimes there are sites with a good HTTP status code (200) but site is not available (eg:Temporarily Unavailable, Bandwidth Limit...
  44. PapyRef

    How to get HTTP Status code

    I want to store in a file the status of loading an HTML page (HTTP status code: 404, 200, 301, ...) Is this possible? If so can you tell me how? Thanks for your help.
  45. PapyRef

    New build 4.3.0.0 (25.10.2012)

    I solve it. I add System.Windows.Forms in Gac References.
  46. PapyRef

    New build 4.3.0.0 (25.10.2012)

    I got errors Error in action "CS0234" "Le type ou le nom d'espace de noms 'Windows' n'existe pas dans l'espace de noms 'System' (une référence d'assembly est-elle manquante ?)" в строке "System.Windows.Forms.MessageBox.Show("Traitement terminé");"
  47. PapyRef

    Media Wiki [Limited Edition]

    I successfully tested earlier versions of this template with Zenno V3. decibelgr sent me the update for this template Zenno V4. I'll try but there is no reason why it does not work. Can you share your list of wikis?
  48. PapyRef

    [Free Template] Drb Guestbook poster

    Is it possible to have a version of the template that opens in project maker ?
  49. PapyRef

    [Free Template] Drb Guestbook poster

    When I open Drb guestbook.xmlz, I got error : You do not have permissions to access this project
  50. PapyRef

    Proxy list..

    Go@, Hyde My Ass changed its HTML page. The following regular expression not working Some ideas? Any help would be appreciated...