MuWeb 0.3 - Error

Results 1 to 7 of 7
  1. #1
    Apprentice aat101 is offline
    MemberRank
    May 2012 Join Date
    10Posts

    MuWeb 0.3 - Error

    Fatal error: Call to undefined function mssql_connect() in C:\xampp1\htdocs\config.php on line 369


    how i can fix it ?

    MUWEB 0.3~
    Config.php
    PHP Code:
    <?php

    // ********************************************************************
    // * MuWeb productions has make a easy configuration for this website.*
    // * All credits go to =Master=.                                      *
    // ********************************************************************



    //=============IP AND LOGIN SETTINGS OF SQL SERVER==============
                                                                          
    // Enter the IP or DSN of the database server to connect to              
    $dbhost "127.0.0.1";                                                   
                                                                          
    // Enter the username to connect to the db, default is sa                
    $dbuser "as";                                                        
                                                                          
    // Enter the password for your SQL Server                               
    $dbpasswd "123123";                                                  
                                                                          
    // Host. IP If working remotely, usually 127.0.0.1 works                 
    $host "127.0.0.1";                                                     
                                                                          
    //============END OF IP AND LOGIN SETTINGS OF SQL SERVER ========


    //==================WARP PAYMENTS=====================

    //Lorenica require zen
    $lorenciazen="10";

    //Noria require zen
    $noriazen="30";

    //Davias require zen
    $daviaszen="30";

    //Dungeon require zen
    $dungeonzen="30";

    //Atlans rquire zen
    $atlanszen="30";

    //Tarkan rquire zen
    $tarkanzen="30";

    //Losttower require zen
    $losttowerzen="30";

    //Arena require zen
    $arenazen="30";

    //===============END WARP PAYMENTS===================


    //===============Castle Siege Time====================

    $castlesiege="16 AM";

    //=============END Castle Siege Time===================


    //=============SERVER EVENTS AND TIPS============

    //Events
    $event1='Drop Event Today';
    $event2='Find GM in Lorenica';
    $event3='Race with unila in Lorencia';

    //Tips
    $tips1='Server experience changed';
    $tips2='New spots have been add';
    $tips3='New items at lorencia bar';

    //===========END SERVER EVENTS AND TIPS==========


    //=======POLL PASSWORD====
    //Require when you set new polls

    $pollpassword='poll_password';

    //======END POLL PASSWORD==


    //========ENABLE AND DISABLE OPTIONS FROM PAGE====
    //enable is 1 and disable is 0

    //new account
    $newaccount='1';

    //reset character
    $resetcharacter='1';

    //clear pk
    $clearpk='1';

    //Stats add
    $addstats='1';

    //Stats fix
    $statsfix='1';

    //Change password
    $changepassword='1';

    //Forget Password
    $forgetpassword='1';

    //Warp Character
    $warpcharacter='1';

    //Search
    $searchcharacter='1';
    $searchguild='1';

    //GM's List
    $gmlist='1';

    //======END ENABLE AND DISABLE OPTIONS FROM PAGE========


    //============MAX TOP CHARACTERS SHOW ON PAGE=====================
    //15 is max top characters (put what number you want,default 15)
    //Characters
    $top='15';

    //==========END MAX TOP CHARACTERS SHOW ON PAGE===================


    //===========SERVER INFO===============
                                                
    //Server name                                   
    $servername"MuWeb";                           
                                                  
    //Server version                               
    $serverversion"1.02D";                        
                                                 
    //Server experience                             
    $serverexp"90X";                              
                                                
    //Server drop                                   
    $serverdrop"80%";                             
                                                
    //Server conect port                            
    $serverport"44405";                           
                                                  
    //=========END SERVER INFO=============


    //==========RESET CONFIG==============
                                                  
    //Zen required for clear pk                     
    $clearpkzen"3000000";                         
                                                
    //Level reset character                         
    $levelreset"350";                             
                                                
    //Zen required for reset character              
    $resetzen"10000000";         

    //Levelup points for reset
    $resetpoints='300';                 
                                                 
    //========END RESET CONFIG============


    //================WEBSITE CONFIGURATION======================
                                                                                   
    // Gameserver port, used for the online/offline status check                       
    $port "55901";                                                                   
                                                                                                                                                               
    //Website title                                                                                            
    $title"MuWeb ver 0.3";                                                       
                                                                                    
    //=============END OF WEBSITE CONFIGURATION==================


    //===============LINKS=========================
                                                
    //Downloads client link                      
    $downloadclient"http://client link";        
                                               
    //Downloads launcher link                    
    $downloadlauncher"http://launcher link";    
                                              
    //Downloads patch link                       
    $downloadpatch"http://patch link";          
                                              
    //Forum link                                  
    $forumlink"http://127.0.0.1/forum";         
                                             
    //==============END LINKs======================


    //===================================GALLERY=============================================
    //All images go to modules/gallery
    //Gallery images directory

    //1
    $gallerypic1directory='smallDK_1024.jpg';
    //2
    $gallerypic2directory='smallDK_1024.jpg';
    //3
    $gallerypic3directory='smallDW_1024.jpg';
    //4
    $gallerypic4directory='smallFE_1024.jpg';
    //5
    $gallerypic5directory='smallType-01.jpg';
    //6
    $gallerypic6directory='smallType-03.jpg';
    //7
    $gallerypic7directory='smallType-04.jpg';
    //8
    $gallerypic8directory='Type-02.jpg';
    //9
    $gallerypic9directory='Type-05.jpg';
    //10
    $gallerypic10directory='1.jpg';
    //11
    $gallerypic11directory='2.jpg';
    //12
    $gallerypic12directory='3.jpg';
    //13
    $gallerypic13directory='4.jpg';
    //14
    $gallerypic14directory='5.jpg';
    //15
    $gallerypic15directory='6.jpg';
    //16
    $gallerypic16directory='7.jpg';
    //17
    $gallerypic17directory='8.jpg';
    //18
    $gallerypic18directory='9.jpg';


    //Description of images
    //1
    $description1='image1';
    //2
    $description2='image2';
    //3
    $description3='image3';
    //4
    $description4='image4';
    //5
    $description5='image5';
    //6
    $description6='image6';
    //7
    $description7='image7';
    //8
    $description8='image8';
    //9
    $description9='image9';
    //10
    $description10='image10';
    //11
    $description11='image11';
    //12
    $description12='image12';
    //13
    $description13='image13';
    //14
    $description14='image14';
    //15
    $description15='image15';
    //16
    $description16='image16';
    //17
    $description17='image17';
    //18
    $description18='image18';

    //=========================================END GALLERY====================================



    //===============GOOGLE ADS==============
    //Google ads code here

    $googleads='



    <script type="text/javascript"><!--
    google_ad_client = "pub-1593211494579879";
    google_ad_width = 728;
    google_ad_height = 90;
    google_ad_format = "728x90_as";
    google_ad_type = "text_image";
    google_ad_channel ="";
    google_color_border = "336699";
    google_color_bg = "FFFFFF";
    google_color_link = "0000FF";
    google_color_url = "008000";
    google_color_text = "000000";
    //--></script>
    <br>
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>





    '
    ;

    //=============END GOOGLE ADS============


    //==================MUWEB INSTALL (REQUIREMENTS,ADMINISTRATOR ACCOUNT,NEWS MANAGER)===============================

    //With this install module you can: install MuWeb requirement,make an administrator account,install news manager
    //To install run this: http://your_ip/install/install.php
    //After install please delete the install forum for security reason.

    //================END MUWEB INSTALL (REQUIREMENTS,ADMINISTRATOR ACCOUNT,NEWS MANAGER)==============================



    //THANKS FOR USING MUWEB































     
    //****************************************************DONT EDIT HERE*********************************************************


    //=============== NOT EDITABLE AREA ====================
    // DEFAULT SETTINGS DO NOT CHANGE
    $popup="<A HREF=javascript:popitup('gallery/";
    $popup2="')>";
    $image="<img src=gallery/";
    $image2=" WIDTH='160' BORDER='0' HEIGHT='120'>";
    $alogin $dbuser;
    $apass $dbpasswd;
    $db 'muonline';
    $regsubmit "regform.submit()";
    $msconnect=mssql_connect("$host","$alogin","$apass");
    $msdb=mssql_select_db("$db",$msconnect);
    $ip $host;
    //========================END===========================

    ?>


  2. #2
    Apprentice aat101 is offline
    MemberRank
    May 2012 Join Date
    10Posts

    Re: MuWeb 0.3 - Error

    UPPPPPPPPPPp

  3. #3
    Valued Member LasTCursE is offline
    MemberRank
    Oct 2009 Join Date
    126Posts

    Re: MuWeb 0.3 - Error

    // Enter the username to connect to the db, default is sa
    $dbuser = "as";

    put "sa" instead of "as"..

  4. #4
    Apprentice aat101 is offline
    MemberRank
    May 2012 Join Date
    10Posts

    Re: MuWeb 0.3 - Error

    Quote Originally Posted by LasTCursE View Post
    // Enter the username to connect to the db, default is sa
    $dbuser = "as";

    put "sa" instead of "as"..
    no but that is my SQL details

  5. #5
    RaGEZONER Since 2004 I Am NoLimiT is offline
    MemberRank
    Jul 2004 Join Date
    Ha-HaciendaLocation
    1,025Posts

    Re: MuWeb 0.3 - Error

    why dont you just use MuCore.its much easier and more secure.

  6. #6
    Valued Member LasTCursE is offline
    MemberRank
    Oct 2009 Join Date
    126Posts

    Re: MuWeb 0.3 - Error

    For me personally cuz i've recently had another problem with the server it self and i installed different windows to try and fix it, the only time the Mu Web 0.2 and 0.3 runned perfectly without errors was on the Windows 7 32 bit one.. i had problems installing it on both win2003 and XP..

    but i really don't recommend you change the entire windows just for this web.. let alone every person i met said that it's unsecure as anything and that i'll get hacked if i use it..
    I really like it as well tho but unless it's re-writen to have no holes and a good security it's pretty much just a good looking web..

    My Advice: Try different webs from "Seeitworks", may be you'll like one better and it will install without problems =))
    Cheers

  7. #7
    Apprentice aat101 is offline
    MemberRank
    May 2012 Join Date
    10Posts

    Re: MuWeb 0.3 - Error

    Quote Originally Posted by I Am NoLimiT View Post
    why dont you just use MuCore.its much easier and more secure.
    with MuCore i'v get the same error -_-

    TY LasTCursE
    i will change it.



Advertisement