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

  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 ?