WAMP Problem

Results 1 to 9 of 9
  1. #1
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    WAMP Problem

    Well, after getting the IJJI Riped site from X-Weaver and putting it into my www directory (/wamp/www/), I get this error or some kind of message

    Code:
    Server error
    The website encountered an error while retrieving http://localhost/. It may be down for maintenance or configured incorrectly.
    Here are some suggestions:
    Reload this webpage later.
    HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.
    I searched on RaGEZONE, but none of them have solved my problem, unless, I'm doing something wrong.

    Please, some assistance.

    If need more info, just ask what I need to tell you.


  2. #2
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: WAMP Problem

    dont use wamp.

    i preffer appserv.
    and did u change the php.ini and ntwdblib.dll ?

  3. #3
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: WAMP Problem

    I did change it, but I don't think I have the proper ntwdbilb.dll.

  4. #4
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: WAMP Problem

    Quote Originally Posted by Jirachi View Post
    I did change it, but I don't think I have the proper ntwdbilb.dll.
    try the one in the tut section.

    title was something about:
    how to setup my f*cking website.

  5. #5
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: WAMP Problem

    http://forum.ragezone.com/f497/tut-s...ebsite-633375/

    This is what your talking about, right?

    Gonna try it out, mate.

    ----------------------------------------

    Code:
    <?
    
    @session_start();
    
    //MSSQL Server configuration
    
    $_MSSQL[Host]               = "ANKU-PC\IGUNZ";
    $_MSSQL[User]               = "sa";
    $_MSSQL[Pass]               = "darkness0";
    $_MSSQL[DBNa]               = "GunzDB";
    
    $r = mssql_connect(ANKU-PC\IGUNZ, sa, darkness0) or die("Cant connect to database");
    mssql_select_db(GunzDB, $r);
    
    // Here you set the language for the panel
    // If you set this to english, the panel will try to load lang/english.php
    $_CONFIG[Language]  = "english";
    
    // Gunz Database Configuration
    $_CONFIG[AccountTable]  = "Account";
    $_CONFIG[LoginTable]    = "Login";
    $_CONFIG[CharTable]     = "Character";
    $_CONFIG[CItemTable]    = "CharacterItem";
    $_CONFIG[AItemTable]    = "AccountItem";
    $_CONFIG[ClanTable]     = "Clan";
    $_CONFIG[ClanMembTable] = "ClanMember";
    $_CONFIG[ClanLogTable]  = "ClanGameLog";
    
    // Plugins Configuration
    // To Disable, set the variable to 0
    // To Enable, set the variable to 1
    
    $_CONFIG[CountryBlock]  = 0;        // Add functions to Block / Unblock access to your GunZ Server
    
    //MySQL Server configuration
    
    $_MYSQL[Host]               = "localhost";
    $_MYSQL[User]               = "root";
    $_MYSQL[Pass]               = "";
    $_MYSQL[DBNa]               = "foro";
    
    //Configuration
    
    $_CONFIG[NewsFID]           = 2;
    $_CONFIG[EventsFID]         = 0;
    $_CONFIG[vBulletinPrefix]   = "xxxxx";
    $_CONFIG[ForumURL]          = "http://infected.userboard.net";
    
    //Offline page
    $_CONFIG[OfflinePage]       = "";
    
    // Gunz Database Configuration
    $_CONFIG[LoginTable]    = "Login";
    $_CONFIG[CharTable]     = "Character";
    $_CONFIG[ClanTable]    = "Clan";
    $_CONFIG[ClanmemberTable]    = "ClanMember";
    $color[255] = array(255,153,51); // Administrator
    $color[254] = array(255,153,51); // Developer/Gamemaster
    $color[253] = array(255,255,255); // Banned
    $color[252] = array(255,153,51); // Hidden GM
    $color[2]   = array(0,68,255); // User With Jjang
    $color[0]   = array(255,255,255); // Normal User
    
    // Here you set the language for the panel
    // If you set this to english, the panel will try to load lang/english.php
    $_CONFIG[Language]  = "english";
    
    // Gunz Database Configuration
    $_CONFIG[LoginTable]    = "Login";
    $_CONFIG[CharTable]     = "Character";
    $_CONFIG[ClanTable]    = "Clan";
    $_CONFIG[ClanmemberTable]    = "ClanMember";
    
    
    ?>
    It's telling me this:

    Code:
    ( ! ) Notice: Use of undefined constant Host - assumed 'Host' in C:\wamp\www\secure\config.php on line 7
    Call Stack
    #	Time	Memory	Function	Location
    1	0.0013	700376	{main}( )	..\index.php:0
    2	0.0040	904848	include( 'C:\wamp\www\secure\config.php' )	..\index.php:16
    
    ( ! ) Notice: Use of undefined constant User - assumed 'User' in C:\wamp\www\secure\config.php on line 8
    Call Stack
    #	Time	Memory	Function	Location
    1	0.0013	700376	{main}( )	..\index.php:0
    2	0.0040	904848	include( 'C:\wamp\www\secure\config.php' )	..\index.php:16
    
    ( ! ) Notice: Use of undefined constant Pass - assumed 'Pass' in C:\wamp\www\secure\config.php on line 9
    Call Stack
    #	Time	Memory	Function	Location
    1	0.0013	700376	{main}( )	..\index.php:0
    2	0.0040	904848	include( 'C:\wamp\www\secure\config.php' )	..\index.php:16
    
    ( ! ) Notice: Use of undefined constant DBNa - assumed 'DBNa' in C:\wamp\www\secure\config.php on line 10
    Call Stack
    #	Time	Memory	Function	Location
    1	0.0013	700376	{main}( )	..\index.php:0
    2	0.0040	904848	include( 'C:\wamp\www\secure\config.php' )	..\index.php:16
    
    ( ! ) Fatal error: Call to undefined function mssql_connect() in C:\wamp\www\secure\config.php on line 12
    Call Stack
    #	Time	Memory	Function	Location
    1	0.0013	700376	{main}( )	..\index.php:0
    2	0.0040	904848	include( 'C:\wamp\www\secure\config.php' )	..\index.php:16
    If I didn't enable the "display errors" and such, it would show nothing. Just a white blank page.
    Last edited by Anju; 05-09-11 at 08:06 AM.

  6. #6
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: WAMP Problem

    Quote Originally Posted by Jirachi View Post
    http://forum.ragezone.com/f497/tut-s...ebsite-633375/

    This is what your talking about, right?

    Gonna try it out, mate.

    ----------------------------------------

    Code:
    <?
    
    @session_start();
    
    //MSSQL Server configuration
    
    $_MSSQL[Host]               = "ANKU-PC\IGUNZ";
    $_MSSQL[User]               = "sa";
    $_MSSQL[Pass]               = "darkness0";
    $_MSSQL[DBNa]               = "GunzDB";
    
    $r = mssql_connect(ANKU-PC\IGUNZ, sa, darkness0) or die("Cant connect to database");
    mssql_select_db(GunzDB, $r);
    
    // Here you set the language for the panel
    // If you set this to english, the panel will try to load lang/english.php
    $_CONFIG[Language]  = "english";
    
    // Gunz Database Configuration
    $_CONFIG[AccountTable]  = "Account";
    $_CONFIG[LoginTable]    = "Login";
    $_CONFIG[CharTable]     = "Character";
    $_CONFIG[CItemTable]    = "CharacterItem";
    $_CONFIG[AItemTable]    = "AccountItem";
    $_CONFIG[ClanTable]     = "Clan";
    $_CONFIG[ClanMembTable] = "ClanMember";
    $_CONFIG[ClanLogTable]  = "ClanGameLog";
    
    // Plugins Configuration
    // To Disable, set the variable to 0
    // To Enable, set the variable to 1
    
    $_CONFIG[CountryBlock]  = 0;        // Add functions to Block / Unblock access to your GunZ Server
    
    //MySQL Server configuration
    
    $_MYSQL[Host]               = "localhost";
    $_MYSQL[User]               = "root";
    $_MYSQL[Pass]               = "";
    $_MYSQL[DBNa]               = "foro";
    
    //Configuration
    
    $_CONFIG[NewsFID]           = 2;
    $_CONFIG[EventsFID]         = 0;
    $_CONFIG[vBulletinPrefix]   = "xxxxx";
    $_CONFIG[ForumURL]          = "http://infected.userboard.net";
    
    //Offline page
    $_CONFIG[OfflinePage]       = "";
    
    // Gunz Database Configuration
    $_CONFIG[LoginTable]    = "Login";
    $_CONFIG[CharTable]     = "Character";
    $_CONFIG[ClanTable]    = "Clan";
    $_CONFIG[ClanmemberTable]    = "ClanMember";
    $color[255] = array(255,153,51); // Administrator
    $color[254] = array(255,153,51); // Developer/Gamemaster
    $color[253] = array(255,255,255); // Banned
    $color[252] = array(255,153,51); // Hidden GM
    $color[2]   = array(0,68,255); // User With Jjang
    $color[0]   = array(255,255,255); // Normal User
    
    // Here you set the language for the panel
    // If you set this to english, the panel will try to load lang/english.php
    $_CONFIG[Language]  = "english";
    
    // Gunz Database Configuration
    $_CONFIG[LoginTable]    = "Login";
    $_CONFIG[CharTable]     = "Character";
    $_CONFIG[ClanTable]    = "Clan";
    $_CONFIG[ClanmemberTable]    = "ClanMember";
    
    
    ?>
    It's telling me this:

    Code:
    ( ! ) Notice: Use of undefined constant Host - assumed 'Host' in C:\wamp\www\secure\config.php on line 7
    Call Stack
    #	Time	Memory	Function	Location
    1	0.0013	700376	{main}( )	..\index.php:0
    2	0.0040	904848	include( 'C:\wamp\www\secure\config.php' )	..\index.php:16
    
    ( ! ) Notice: Use of undefined constant User - assumed 'User' in C:\wamp\www\secure\config.php on line 8
    Call Stack
    #	Time	Memory	Function	Location
    1	0.0013	700376	{main}( )	..\index.php:0
    2	0.0040	904848	include( 'C:\wamp\www\secure\config.php' )	..\index.php:16
    
    ( ! ) Notice: Use of undefined constant Pass - assumed 'Pass' in C:\wamp\www\secure\config.php on line 9
    Call Stack
    #	Time	Memory	Function	Location
    1	0.0013	700376	{main}( )	..\index.php:0
    2	0.0040	904848	include( 'C:\wamp\www\secure\config.php' )	..\index.php:16
    
    ( ! ) Notice: Use of undefined constant DBNa - assumed 'DBNa' in C:\wamp\www\secure\config.php on line 10
    Call Stack
    #	Time	Memory	Function	Location
    1	0.0013	700376	{main}( )	..\index.php:0
    2	0.0040	904848	include( 'C:\wamp\www\secure\config.php' )	..\index.php:16
    
    ( ! ) Fatal error: Call to undefined function mssql_connect() in C:\wamp\www\secure\config.php on line 12
    Call Stack
    #	Time	Memory	Function	Location
    1	0.0013	700376	{main}( )	..\index.php:0
    2	0.0040	904848	include( 'C:\wamp\www\secure\config.php' )	..\index.php:16
    If I didn't enable the "display errors" and such, it would show nothing. Just a white blank page.


    whi did u change:
    Code:
    $r = mssql_connect(ANKU-PC\IGUNZ, sa, darkness0) or die("Cant connect to database");
    mssql_select_db(GunzDB, $r);
    if u got

    Code:
    $_MSSQL[Host]               = "ANKU-PC\IGUNZ";
    $_MSSQL[User]               = "sa";
    $_MSSQL[Pass]               = "darkness0";
    $_MSSQL[DBNa]               = "GunzDB";
    and idk the errors cause i dont know the codings.
    i would preffer you my blueweb or superwaffle's web ;)
    mine has some more functions but is based on superwaffle's one.

  7. #7
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: WAMP Problem

    I changed it back, still no solution.

    I would love to tryout your web files. oO

  8. #8
    Intelligent DoucheBag jur13n is offline
    MemberRank
    Jan 2008 Join Date
    Zwolle,Location
    1,946Posts

    Re: WAMP Problem

    Quote Originally Posted by Jirachi View Post
    I changed it back, still no solution.

    I would love to tryout your web files. oO
    look at my released threads
    and idk so fast too.

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

    Re: WAMP Problem

    Quote Originally Posted by jur13n View Post
    dont use wamp.

    i preffer appserv.
    and did u change the php.ini and ntwdblib.dll ?
    If you don't already know, WAMP, XAMPP, and AppServ all use Apache. Doesn't matter which one you use ;)



Advertisement