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

  1. PapyRef

    [ZennoNuker] How to Build an Senuke X Style System for Zennoposter

    Nevrog, What software did you used to create the chart ?
  2. PapyRef

    Media Wiki [Limited Edition]

    +10. it's a very good work :cool:
  3. PapyRef

    "What is 2 + 2" - How to Solve ?

    Thank for your help I also think of another possible solution with Google : https://www.google.fr/search?q=What+is+2+%2B+2
  4. PapyRef

    "What is 2 + 2" - How to Solve ?

    On pligg I got this Capcha : "What is the answer to this question: What is 2 + 2 =" Is It possible to make it automated to add those digits and put their sum in the next box ? Thanks for the help.
  5. PapyRef

    Break / Decode MD5 Captcha.

    My first video on ZennoPoster to decode MD5 capcha :cool: Comment décoder les captchas hash md5 avec ZennoPoster
  6. PapyRef

    Not have any icon of Zennolab programs

    Strange in Win 7, I do not know why, I do not have any icon of Zennolab programs.
  7. PapyRef

    Can I use Proxy check server script (proxy.php) in template ?

    Is it possible to call the URLs (chekfast.zennolab.com, check2.zennolab.com, chek.zennolab.com) of Proxy check server script (proxy.php) in template ? Is there to pass parameters in the URL ?
  8. PapyRef

    Can modify e-mail parameters when running template ?

    Thank you very much :)
  9. PapyRef

    Can modify e-mail parameters when running template ?

    I am interested in this template. Thank's
  10. PapyRef

    Can modify e-mail parameters when running template ?

    How can I modify It ? Do you have some example ?
  11. PapyRef

    Display our own log message

    Is it possible to display our own "informational" messages (for example my own successeful messages) in the log files ?
  12. PapyRef

    Can modify e-mail parameters when running template ?

    Is it possible to change the settings of e-mail (account, password, port, server => store in a file) when running template ?
  13. PapyRef

    Install last version of Phalanger with Zenno tools ?

    Is it possible to install the latest version of Phalanger (Current 3.0 http://phalanger.codeplex.com/) to work with Zenno ?
  14. PapyRef

    Search Criteria on different Form #

    Thank you. It's OK :)
  15. PapyRef

    Search Criteria on different Form #

    I have a problem on the search HTML elements. The identifiers of the form fields have the same attributes but the form number are different. Is it possible to search HTML Element with Name & Id as Search Criteria on different Form # ? Site A Important attributes Id : wpName2 Name : wpName...
  16. PapyRef

    [HELP] Regex to scrap hidden input

    I do not know much about regular expressions. where do i put the expression "?i:" Have you some examples ? OK i found to get upper or lowercase. It's : (?i)(?<=\<input.*value\=).*?(?=\>) I found a solution without regular expressions using HTML element and add a few search criterias.
  17. PapyRef

    [HELP] Regex to scrap hidden input

    I want to scrap value of hidden field <FORM onsubmit="javascript:return add();" method=post action=ajout_message.php> .... <INPUT name=hyds2 value=1234 type=hidden> .... </FORM> With regular expression : (?<=\<INPUT.*value\=).*?(?= type\=hidden\>) I got result 1234. It's OK but sometimes the...
  18. PapyRef

    Errror System.Reflection.Assembly.nLoadFile with Visual C# 2010 Express

    I wanted to realize an standalone application creation but I got some answers in this topic: Migrate a project to visual studio . It isn't possible. Also I tested on my Visual Studio 2010 Express : convert to the new format rebuild the project with the .NET Framework 3.5. The resulting...
  19. PapyRef

    Errror System.Reflection.Assembly.nLoadFile with Visual C# 2010 Express

    I export my CodeCreator Project to MS Visual C# 2010 Express. But in MSV C# 2010 I got this error " ... Stack Trace: System.Reflection.Assembly.nLoadFile ... not a valid Win32 application. (exception from HRESULT: 0x80070002) Is it possible to run C# ZennoPoster CodeCreator Project...
  20. PapyRef

    [HELP] Regex to scrap port of proxyfire proxy list

    Hi, I try to add this source: http://www.proxyfire.net/index.php?pageid=eliteproxylist to proxychecker. But i don't see that proxychecker could get value of port automatically ? The port number is an image with a name encoded (eg: src=/picit.php?q=BQN%253Q) :huh: Some ideas ?