xp_md5.dll issue

Results 1 to 10 of 10
  1. #1
    Enthusiast SoulHitman is offline
    MemberRank
    May 2012 Join Date
    ItalyLocation
    34Posts

    sad xp_md5.dll issue

    Hi guys,

    first of all thank you for all these guides.

    However I must do a noob question:
    When I will put the database of my private server online, How can I set the file "xp_md5.dll" on the DB? Because looking the guides, I must put this file in System folders of my Pc.


    Please reply me because I cannot understand it!


    Thank you


  2. #2
    Banned Yamachi is offline
    BannedRank
    Oct 2006 Join Date
    Jolly EnglandLocation
    3,517Posts

    Re: xp_md5.dll issue

    What do you not understand? The guides are very straight-forward.

  3. #3
    Enthusiast SoulHitman is offline
    MemberRank
    May 2012 Join Date
    ItalyLocation
    34Posts

    Re: xp_md5.dll issue

    I cannot undestand where I will must put this file when I will use a server.

  4. #4
    ANTI emi is offline
    MemberRank
    Mar 2009 Join Date
    ZHLocation
    1,378Posts

    Re: xp_md5.dll issue

    This thread and the other you've made are related, searching through the forums you will be finding all you need :)

  5. #5
    Enthusiast SoulHitman is offline
    MemberRank
    May 2012 Join Date
    ItalyLocation
    34Posts

    Re: xp_md5.dll issue

    ok sorry! But I found never :( I search better, sorry

    Can you give me the guide for this issue?? I don't find really

  6. #6
    Member bryandakis is offline
    MemberRank
    Jan 2011 Join Date
    53Posts

    Re: xp_md5.dll issue

    try to search in youtube there are complete tutorial in there try search "cabal sql tutorial"

  7. #7
    Enthusiast SoulHitman is offline
    MemberRank
    May 2012 Join Date
    ItalyLocation
    34Posts

    Re: xp_md5.dll issue

    Thank you for the reply, but those guide teach like set the file in local.

    How can I set this set in a online DB? Is the same thing?

  8. #8
    UtakAso Drav3n is offline
    MemberRank
    Aug 2011 Join Date
    PHLocation
    918Posts

    Re: xp_md5.dll issue

    Quote Originally Posted by SoulHitman View Post
    Thank you for the reply, but those guide teach like set the file in local.

    How can I set this set in a online DB? Is the same thing?
    here is the query in SQL. Run it as a "master"

    EXEC SP_ADDEXTENDEDPROC 'xp_md5','location where your xp_md5'
    example:

    EXEC SP_ADDEXTENDEDPROC 'xp_md5','d:\cabal\xp_md5.dll'
    alternative way is to move your xp_md5 in your c:windows/system32

    and run this query:

    EXEC SP_ADDEXTENDEDPROC 'xp_md5','xp_md5.dll'

  9. #9
    Enthusiast SoulHitman is offline
    MemberRank
    May 2012 Join Date
    ItalyLocation
    34Posts

    Re: xp_md5.dll issue

    ok thank you very much.
    So If the DB is in a server online, I write:
    EXEC SP_ADDEXTENDEDPROC 'xp_md5','d:\cabal\xp_md5.dll'
    so even if I have the file in local and the DB in a server online it work, is it right?

  10. #10
    UtakAso Drav3n is offline
    MemberRank
    Aug 2011 Join Date
    PHLocation
    918Posts

    Re: xp_md5.dll issue

    Quote Originally Posted by SoulHitman View Post
    ok thank you very much.
    So If the DB is in a server online, I write:


    so even if I have the file in local and the DB in a server online it work, is it right?
    yes, you just run it on your SQL of course.



Advertisement