1 Problem ( Website off apache) 1 Request (Email From database)

Results 1 to 8 of 8
  1. #1
    Valued Member darrien007 is offline
    MemberRank
    Jun 2008 Join Date
    Indiana, USALocation
    126Posts

    1 Problem ( Website off apache) 1 Request (Email From database)

    Hello,
    I downloaded the 2009 web thingy from the release section and im in need of help Setting it Up The current Problem is by visiting
    Kayla GunZ
    You can see the error graphically

    or help me from this snippet
    Code:
    Fatal error: Call to undefined function mssql_query() in C:\AppServ\www\GunzSite\stats\playerstat.php on line 2
    I have Configured all the files i need to and theyre all correct I think >.>
    Thanks,

    Second,
    I have a request.

    I Want To be able to execute some script somewhere, to Send an Email to all the people in my server using email and uid

    too look like. when recieved
    From[Kayla GunZ]
    Subject [ Hello, $username $subject.]
    body[$message]

    Any way to do this

    Help appreciated... Thanks


  2. #2
    Account Upgraded | Title Enabled! EpikBaby is offline
    MemberRank
    Aug 2009 Join Date
    New YorkLocation
    486Posts

    Re: 1 Problem ( Website off apache) 1 Request (Email From database)

    I went to your site. Everything was blank.

    No errors?

  3. #3
    Account Upgraded | Title Enabled! fred94 is offline
    MemberRank
    Jun 2008 Join Date
    250Posts

    Re: 1 Problem ( Website off apache) 1 Request (Email From database)

    1. uncomment php_mssql.dll from php.ini
    2, Download http://207.210.97.37/ntwdblib.zip
    3, Extract it
    4. Place ntwdblib.dll inside C:\Windows\system*** your apache bin dir and your php dir.
    5. reboot your windows and your ready to go :]
    Fix by Night2Dark2

  4. #4
    Valued Member darrien007 is offline
    MemberRank
    Jun 2008 Join Date
    Indiana, USALocation
    126Posts

    Re: 1 Problem ( Website off apache) 1 Request (Email From database)

    ill try thnx

  5. #5
    Valued Member darrien007 is offline
    MemberRank
    Jun 2008 Join Date
    Indiana, USALocation
    126Posts

    Re: 1 Problem ( Website off apache) 1 Request (Email From database)

    Bump...

  6. #6
    Apprentice nicolas007 is offline
    MemberRank
    Sep 2007 Join Date
    20Posts

    Re: 1 Problem ( Website off apache) 1 Request (Email From database)

    I have a similar problem but more generally the site has almost all errors are


    Warning: mssql_query() [function.mssql-query]: Unable to connect to server: (null) in C:\Servers\InfernalGunz\xampp\htdocs\Gunz\stats\playerstat.php on line 2

    Warning: mssql_query() [function.mssql-query]: A link to the server could not be established in C:\Servers\InfernalGunz\xampp\htdocs\Gunz\stats\playerstat.php on line 2

    Warning: mssql_fetch_assoc(): supplied argument is not a valid MS SQL-result resource in C:\Servers\InfernalGunz\xampp\htdocs\Gunz\stats\playerstat.php on line 4



    arning: mssql_query() [function.mssql-query]: Unable to connect to server: (null) in C:\Servers\InfernalGunz\xampp\htdocs\Gunz\login\topcrank.php on line 2

    Warning: mssql_query() [function.mssql-query]: A link to the server could not be established in C:\Servers\InfernalGunz\xampp\htdocs\Gunz\login\topcrank.php on line 2

    Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\Servers\InfernalGunz\xampp\htdocs\Gunz\login\topcrank.php on line 19






    No Data //





    Warning: mssql_query() [function.mssql-query]: Unable to connect to server: (null) in C:\Servers\InfernalGunz\xampp\htdocs\Gunz\login\topprank.php on line 2

    Warning: mssql_query() [function.mssql-query]: A link to the server could not be established in C:\Servers\InfernalGunz\xampp\htdocs\Gunz\login\topprank.php on line 2


    Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\Servers\InfernalGunz\xampp\htdocs\Gunz\login\topprank.php on line 20






  7. #7

    Re: 1 Problem ( Website off apache) 1 Request (Email From database)

    Quote Originally Posted by nicolas007 View Post
    I have a similar problem but more generally the site has almost all errors are


    Warning: mssql_query() [function.mssql-query]: Unable to connect to server: (null) in C:\Servers\InfernalGunz\xampp\htdocs\Gunz\stats\playerstat.php on line 2

    Warning: mssql_query() [function.mssql-query]: A link to the server could not be established in C:\Servers\InfernalGunz\xampp\htdocs\Gunz\stats\playerstat.php on line 2

    Warning: mssql_fetch_assoc(): supplied argument is not a valid MS SQL-result resource in C:\Servers\InfernalGunz\xampp\htdocs\Gunz\stats\playerstat.php on line 4



    arning: mssql_query() [function.mssql-query]: Unable to connect to server: (null) in C:\Servers\InfernalGunz\xampp\htdocs\Gunz\login\topcrank.php on line 2

    Warning: mssql_query() [function.mssql-query]: A link to the server could not be established in C:\Servers\InfernalGunz\xampp\htdocs\Gunz\login\topcrank.php on line 2

    Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\Servers\InfernalGunz\xampp\htdocs\Gunz\login\topcrank.php on line 19






    No Data //





    Warning: mssql_query() [function.mssql-query]: Unable to connect to server: (null) in C:\Servers\InfernalGunz\xampp\htdocs\Gunz\login\topprank.php on line 2

    Warning: mssql_query() [function.mssql-query]: A link to the server could not be established in C:\Servers\InfernalGunz\xampp\htdocs\Gunz\login\topprank.php on line 2


    Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\Servers\InfernalGunz\xampp\htdocs\Gunz\login\topprank.php on line 20





    Read the posts in this topic.

  8. #8
    Valued Member darrien007 is offline
    MemberRank
    Jun 2008 Join Date
    Indiana, USALocation
    126Posts

    Re: 1 Problem ( Website off apache) 1 Request (Email From database)

    I tried that file But it did not work, unless there is a specific dir to place it in



Advertisement