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

  1. L

    CodeCreator Multithreading?

    Never mind, I figured it, it was obvious but I managed to miss it. Just adding the dll is enough.
  2. L

    CodeCreator Multithreading?

    After I export the Codecreator project to a VS PHP/C# project and manually modify it, is there a way to use it as a template/task on Zennoposter to take advantage of the multithreading and scheduling facilities? Or do I have to create a separate program that will launch the exe multiple...
  3. L

    Proxychecker doesn't work as expected

    6k sources?? The duplicate proxies are going to be a huge percentage of the total amount of proxies. Research your sources better. I have (via simple testing) ~15 sources that produce ~20k proxies with 2,5k live. Also, public proxies die faster than you can say "fdsfsdfsdfsdfsdfsfsdfsfsF"...
  4. L

    Void all the time???

    I have no idea why, but this seems to have fixed it (I had to manually find the correct path and create the key though). http://social.expression.microsoft.com/Forums/en/blend/thread/6fee2ffc-d42d-4eec-809d-cdaea0f192fe
  5. L

    Void all the time???

    I uninstalled .net 4.0 but the issue is still there :(
  6. L

    Void all the time???

    I now installed Phalanger 2.1 which is targeted to .net 4.0 although it seems to provide binding only for VS2010, so I probably didn't do anything useful - same results. Nevertheless, I really can't see how this can be a Phalanger issue, as the PHP code runs and debugging works. Thank you...
  7. L

    Void all the time???

    After reading your reply, I explicitly run it as Administrator (UAC popped up) but the behavior is still the same. OS is Win7, VS is 2008, Framework 4 installed.
  8. L

    Void all the time???

    This got me really confused :( As you see the $instance is created fine But inside the step execution $tb->main is void. Even if I comment this out, another check later will return -1. Any idea what 's going wrong? The code was directly exported from CodeCreator, with no modifications.
  9. L

    Great Email Providers for Zenno

    Non verified twitter accounts do not appear on the search line -> tweets get much less exposure.
  10. L

    How to upload an image / file uploader / video upload -

    @gemini: Fantastic insights, thank you!
  11. L

    Some Questions to the ProxyChecker

    It 's one program now, cheers. Regarding your paid proxy, if you need to login to access the web page your list is, I don't think the program can access it directly. Solution? Make a ZennoPoster template to login to the site and download it to a text file. :) How cool is that? ;)
  12. L

    How to create a rule to select Anonimity AND Elite proxies

    Isn't supoosed that elite is a superset of anonymous?
  13. L

    PHP/C# control?

    From the features page: Is there any documentation to get me started with this? I can't find anything. :o
  14. L

    [Tip] Singlie line mode

    Sometimes, you might need to mach a string but there are newlines that mess it up. It seems that adding \s does not change to single line mode (like Perl would). So, to make .* match new line character as well, you could use: :)
  15. L

    Most elegant way to parse this kind of page?

    In PHP, I would get the base address on a variable ("http://mywebsite.com/page/"). Then I would save all relative links from the dom (those without http://). Then I would concatenate the two to create absolute urls. Being a 1 day long user of Zennoposter, I can't actually help you with...