Search results

  1. G

    DLMF - library for decrypting container files (rsdf, ccf, ncf and dlc)

    hmm.. okay did you tried the charset? [DllImport("DLMF.dll", EntryPoint="CCF30ToPlain", CallingConvention=CallingConvention.StdCall, CharSet=CharSet.Ansi)] public static extern string CCF30ToPlain(string CCFFile); [DllImport("DLMF.dll", EntryPoint = "RSDFToPlain"...
  2. G

    DLMF - library for decrypting container files (rsdf, ccf, ncf and dlc)

    for rsdf files you should use: class Program { [DllImport("DLMF.dll", EntryPoint = "RSDFToPlain", CallingConvention = CallingConvention.StdCall)] public static extern string RSDFToPlain(string RSDFFile); static void Main(string[] args) {...
  3. G

    DLMF - library for decrypting container files (rsdf, ccf, ncf and dlc)

    [DllImport("DLMF.dll", EntryPoint="CCF30ToPlain", CallingConvention=CallingConvention.StdCall, CharSet=CharSet.Ansi)] public static extern string CCF30ToPlain(string CCFFile); hmmm, maybe you need to set the encoding => Ansi the parameter "CCFFile" is the file name "C:\mytestfile.ccf", not...
  4. G

    DLMF - library for decrypting container files (rsdf, ccf, ncf and dlc)

    you miss-understood me, i'm using COM-based parameters no COM component, sorry. The link you provided is just a technique for 1 container, furthermore there is missing something =) AND this container format is discontinued. Delphi (original): function CCF30ToPlain(CCFFile: Widestring)...
  5. G

    DLMF - library for decrypting container files (rsdf, ccf, ncf and dlc)

    Hello, i like to present another minor project for application developers, particularly for download managers. some other download program coders developed files (called container files), which store the directlinks encrypted to prevent abuse. However many programs especially smaller ones have...
  6. G

    Give' me the size - tool for checking the file size of over 20 filehosters

    Hey, for testing purposes i've written a very small tool to check the file size of some filehosters like rapidshare or megaupload. well this tool is nothing special or a must have. but maybe someone need something like this. http://img442.imageshack.us/img442/2038/intelligen2009givemethe.png...
  7. G

    PHP Coding Game

    <?php function wjunction ($game, $litewarez) { define('DISABLE_GAME', true); if ($litewarez > 1) { die(); } else { echo "Mr. Happy and DeLeTeD random coding game since no one else has entered"; $game = preg_match_all('#[\w+]#i', $game, $match)...
  8. G

    Wanna be Coder....

    you don't need much education, you just need much patience to get problems solved. you get educated in what you are doing, when you doing it =) a basic understanding of informatics is not a must have, maybe a plus when you start but however you learn this too. "Where there's a will, there's a way."
  9. G

    IntelligeN 2009

    just grab it form the support forum, but i cant give you the link this forum software here is a little broken-down, posting the snipped in a code tag don't works too .. frustrating but here you are: http://tinyurl*com/39kg5r2 pfff you need to replace the star with a dot ... lol this board...
  10. G

    IntelligeN 2009

    try this: if (IPICTURE != null) print("<img src=\"" + IPICTURE + "\" alt=\"HF-Porn.com\"/>"); you need to escape the quotation marks
  11. G

    IntelligeN 2009

    @thatswhatshesaid you have misinterpreted the category function a little. In the first level you can add only ids to the main categories: Audio GameCube Movie NintendoDS PCGames PlayStation2 PlayStation3 PlayStationPortable Software Wii Xbox Xbox360 XXX Other In the second...
  12. G

    About DDL site Multi-Poster??

    The website is down thats right, it was a gift ... -,- however you find the latest infos here: http://www.wjunction.com/showthread.php?t=30050 does the youtube video not work for you? Maybe you should disable the HD: http://www.youtube.com/watch?v=8g7MBf7CipY
  13. G

    About DDL site Multi-Poster??

    Maybe the thread is a little old, however i made a video, how to work with IntelligeN and the DLE (DataLife Engine). The 10 minutes time limit of youtube forced me to cut the video into two parts: => Working with IntelligeN 2009: Basic knowledge and the DLE A => Working with IntelligeN 2009...
  14. G

    Free Forum Poster

    try IntelligeN 2009. It can handle it =) But not to random threads. You need to define the thread id once or use a special automatic search & post function (currently only vBulletin)
  15. G

    Coders

    IntelligeN 2009 can post to any WordPress website through the xmlrpc. But it cannot crawl/fetch a forum threads content. However you can copy and paste the content, that needs to be submitted manually, or i can build (in cooperation with Hyperz) a plugin for IntelligeN that gets the content...
  16. G

    C# Coders?

    don't need this language, because i can do everything with delphi. However someday i ll learn it...
  17. G

    IntelligeN 2009

    @Gempis, however i've implemented you request: This and lots of other features are now available in the new 120.5 build!
  18. G

    ImgShelter

    offline since some days, gone forever ?
Back
Top