IIS6 MSSQL / php issue

Results 1 to 10 of 10
  1. #1
    Member bloodywarcraft2 is offline
    MemberRank
    Jul 2009 Join Date
    70Posts

    IIS6 MSSQL / php issue

    I have a reistration code in a php file and this page is displayed when i try goign to it

    http://sadpanda.us/images/420288-YYEUJ3S.bmp

    i was thinking that maybe i have to allow php to access the MsSQL server?

    i hope someone can help :)

    here is another picture... something about ISAPI or CGI application installed that verifies user credentials before proceeding. This application cannot verify your credentials.
    --------------------------------------------------------------------------------

    http://i51.tinypic.com/xnb1cg.jpg

    .
    Last edited by bloodywarcraft2; 02-04-11 at 03:38 AM.


  2. #2
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: IIS6 MsSQL / php issue

    you have to install php for IIS. its a pain to do. and if I remember correctly, IIS 6 is just a beta version. it will only allow up to 10 concurrent connections. (only 10 people can be on at once)

    So I suggest getting AppServ which has everything you need.

  3. #3
    Member bloodywarcraft2 is offline
    MemberRank
    Jul 2009 Join Date
    70Posts

    Re: IIS6 MSSQL / php issue

    I have php installed, i am able to run a phpbb forum on it. it's just my page with the script is giving me issues, i had everything working fine before i formatted my harddrive for somethign stupid... >_> lol

  4. #4
    Member rahulbisme is offline
    MemberRank
    Jun 2008 Join Date
    Stamford, CTLocation
    90Posts

    Re: IIS6 MSSQL / php issue

    If it's the PHP that is the problem, you need to edit the php.ini file

    It sounds like you are using Plesk, so to enable MSSQL in PHP5, go to:

    C:/Paralells/Plesk/Additional/PleskPHP5/php.ini

    Then search for:

    ;extension=php_mssql.dll
    and replace it with
    extension=php_mssql.dll

    If you are using any other version of PHP, go to
    C:/Paralells/Plesk/Additional/PHP/php.ini

    And make sure to add the ntwdblib.dll file to your PHP folder also (if your site requires it)

    Hope it helps.

  5. #5
    Member bloodywarcraft2 is offline
    MemberRank
    Jul 2009 Join Date
    70Posts

    Re: IIS6 MSSQL / php issue

    I don't know what Plesk is... why would my site require ntwdbilb.dll? i don't know what it is :)

    i will enable the mssql extension tho.

    ---------- Post added at 05:11 PM ---------- Previous post was at 05:06 PM ----------

    i enabled the extension: extension=php_mssql.dll

    but it still dosn't work =/

    O and the ntwdblib.dll IS in my php folder.
    Last edited by bloodywarcraft2; 02-04-11 at 11:12 PM.

  6. #6
    Member rahulbisme is offline
    MemberRank
    Jun 2008 Join Date
    Stamford, CTLocation
    90Posts

    Re: IIS6 MSSQL / php issue

    Replace the dll file with this one:

    http://forum.ragezone.com/attachment...e-ntwdblib.rar

    Since you are using IIS, what are you using to manage your site. In a different way of saying it, how are you editing your site settings/changing your site files?

  7. #7
    Member bloodywarcraft2 is offline
    MemberRank
    Jul 2009 Join Date
    70Posts

    Re: IIS6 MSSQL / php issue

    It still dosn't work, i am using a script created by WizKid.
    it worked fine for me at 1 point in time, but currently it is not..

  8. #8
    Member rahulbisme is offline
    MemberRank
    Jun 2008 Join Date
    Stamford, CTLocation
    90Posts

    Re: IIS6 MSSQL / php issue

    How are you accessing the site files? What folder are they in on your hosting?

  9. #9
    Member bloodywarcraft2 is offline
    MemberRank
    Jul 2009 Join Date
    70Posts

    Re: IIS6 MSSQL / php issue

    I host it on my computer

    ---------- Post added at 08:45 PM ---------- Previous post was at 08:45 PM ----------

    C:/folder

  10. #10
    Member bloodywarcraft2 is offline
    MemberRank
    Jul 2009 Join Date
    70Posts

    Re: IIS6 MSSQL / php issue

    hmm... that's weird, now i'm SURE that someone probably knows why the script works when i have the webfolder source on a different drive...
    lol i guess i will have to have it in a different folder huh? :)
    i dont think i need your help anymore rahulbisme. but i thank you ALOT for assisting me :) i really apreciate it :)

    if i need you again i will be sure to let you know :D



Advertisement