Recent content by iDeveloper

  1. I

    What PPI network can monetize my software using their own installers with offers?

    Do you have any traffic now? How many installs / day? If you have at least 300-500, please PM me
  2. I

    How to setup PPI

    Send me PM please. I own Win Desktop offer and looking to buy US installs
  3. I

    Looking for PPI offers to bundle with mine

    Hi I am direct advertiser too and would be interested in buying Win Deskop installs in US. Please PM me your contact details.
  4. I

    Cannot enter Skype name

    I can deal with spam if I find some PPI affiliates there :)
  5. I

    Looking for Advertisers / Revshare offers

    I can offer revshare. Please PM me you contact details.
  6. I

    PPI with REV share

    I can offer revshare too. Send me PM with contact details, if interested.
  7. I

    Cannot enter Skype name

    I have a skype name with a space in it and alternative name in a way of live:info_xxx. I cannot enter any of them since the website tells me that this skype name is invalid.
  8. I

    Is C a must to learn C#

    C (not C++) is not needed if you want to learn C#, as a matter of fact C is quite different, it is not even Object-Oriented language by design. There are no exceptions, runtime type checks, etc in C. And C# like Java was designed as an Object-Oriented language with a reliance on huge .NET...
  9. I

    c# 2 lines with same first charcters how can i delete second one??

    This answer looks the best in terms of a workflow. But I guess you may still use Regex inside of GetDomain function to better recognize various protocol URL-s like http, https, ftp, etc
  10. I

    C++ or C#

    I work as a programmer.
  11. I

    Looking for Private PPI + Direct EXE

    I cannot send PM-s yet, and I was just denied posting E-mail... Could you pls. send me PM with your contact?
  12. I

    C++ or C#

    I spent years of working with both C++ and C#. You use C++ when you need performance, to write a driver, or want you app to be small and do not have dependencies on .NET framework. But if you are not paying strict attention to memory allocation/freeing, good luck spending days and weeks finding...
  13. I

    Looking for Private PPI + Direct EXE

    Would you be interested in revshare model?
  14. I

    Create a windows service that updates my software ?

    Chrome and Firefox browsers use windows services to automatically update themselves. Good way to avoid annoying UAC messages. Even if service is registered under system account, it has access to registry and Program Files
  15. I

    HTTP filter using WFP for Windows

    Can this filter modify content and send it to the browser? Does it work with HTTPS?
Back
Top