Install MuWeb 0.9 & Xampp + Secure Xampp

Page 25 of 25 FirstFirst ... 15171819202122232425
Results 361 to 375 of 375
  1. #361
    Valued Member sighteyes is offline
    MemberRank
    Oct 2013 Join Date
    koreaLocation
    145Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    Quote Originally Posted by Dan Laya View Post
    im fast learner lols but i cant see the files .. hmmm
    >_<



  2. #362

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    you can try using xampp 1.7.3 then. or reinstalling it.

  3. #363
    Enthusiast Dan Laya is offline
    MemberRank
    Nov 2013 Join Date
    43Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    i have windows 7 +32bits and i dont know where to find that files .. wait i will show you

  4. #364
    Apprentice Serghei is offline
    MemberRank
    Nov 2013 Join Date
    In the skyLocation
    19Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    Quote Originally Posted by Dan Laya View Post
    i have windows 7 +32bits and i dont know where to find that files .. wait i will show you
    same problem with this xampp,can't fiind this in php.ini

    Code:
    Code:
    3) Zend Optimizer - Can be enabled from php.ini (in xampp\apache\bin\php.ini), search for zend.ze1_compatibility_mode = Off, change Off to On (that means delete "Off" and write "On")
    Code:
    4) Search zend_optimizer.enable_loader = 0, change 0 to 1, close document and save. (Can be enabled from php.ini (in c:\xampp\apache\bin\php.ini)
    Code:
    5) Zlib - Can be enabled from (c:\xampp\apache\bin\php.ini), search for ;extension=php_zlib_filter.dll, delete ; from the front close document and save.
    Code:
    6) Mssql - Can be enabled from (c:\xampp\apache\bin\php.ini), search for ;extension=php_mssql.dll, delete ; from the front close document and save.
    Code:
    7) Mod_Rewrite - In xampp this mod is already enabled, in others webservers you can enable it from httpd.conf (If it still wont work then check: (c:\xampp\apache\conf\httpd.conf) Search for #LoadModule rewrite_module modules/mod_rewrite.so and remove # from the front.

  5. #365
    Apprentice Serghei is offline
    MemberRank
    Nov 2013 Join Date
    In the skyLocation
    19Posts

    Re: [Guide] Install MuWeb 0.9 & Xampp + Secure Xampp

    Quote Originally Posted by sayed View Post
    o.O my problem is fixed but when i do localhost.install.php then i keep getting this :s something new.

    Code:
    MuWeb 0.9 Premium, Install Manager
    MuWeb 0.9 Premium, Install Manager
    
    
    '; if(!isset($_GET['next'])){ $install .='
    Required Apache Mods
        
    Availabile
    GD Image Library
        
    '.$gd2.'
    Zend Optimizer
        
    '.$zend.'
    Zlib
        
    '.$zlib.'
    Mssql
        
    '.$mssql.'
    Mod_Rewrite
        
    '.$m_re.'
    '; if($error != 1){ $install .='
    '; }else{ $install .='
    Please enable the required mods from your apache folder / php.ini
    '; } } switch ($_GET['next']){ case 1: if($muweb['connection_type'] == "ODBC"){ $db_primary = &ADONewConnection('odbc','date'); $connect_sql = $db_primary->Connect($muweb['db_name'],$muweb['db_user'],$muweb['db_password'],$muweb['db_host']); if(!$connect_sql){ $error = 1; $db = "NO"; }else{ $db = "YES"; } $db_secondary = &ADONewConnection('odbc','date'); $connect_sql = $db_secondary->Connect($muweb['db_name2'],$muweb['db_user'],$muweb['db_password'],$muweb['db_host']); if(!$connect_sql){ $error = 1; $db2 = "NO"; }else{ $db2 = "YES"; } }elseif($muweb['connection_type'] == "MSSQL"){ $db_primary = &ADONewConnection('mssql'); $connect_sql = $db_primary->Connect($muweb['db_host'],$muweb['db_user'],$muweb['db_password'],$muweb['db_name']); if(!$connect_sql){ $error = 1; $db = "NO"; }else{ $db = "YES"; } $db_secondary = &ADONewConnection('mssql'); $connect_sql = $db_secondary->Connect($muweb['db_host'],$muweb['db_user'],$muweb['db_password'],$muweb['db_name2']); if(!$connect_sql){ $error = 1; $db2 = "NO"; }else{ $db2 = "YES"; } } if($muweb['debug'] == 1){ $db_primary->debug = true; $db_secondary->debug = true; } $install .='
    Databases
        
    Connected
    '.$muweb['db_name'].'
        
    '.$db.'
    '.$muweb['db_name2'].'
        
    '.$db2.'
    '; if($error != 1){ $install .='
    '; }else{ $install .='
    Connection with SQL Server could not be established, please check config.inc.php file.
    '; } break; case 2: if($muweb['connection_type'] == "ODBC"){ $db_primary = &ADONewConnection('odbc','date'); $connect_sql = $db_primary->Connect($muweb['db_name'],$muweb['db_user'],$muweb['db_password'],$muweb['db_host']); if(!$connect_sql){ $error = 1; $db = "NO"; }else{ $db = "YES"; } $db_secondary = &ADONewConnection('odbc','date'); $connect_sql = $db_secondary->Connect($muweb['db_name2'],$muweb['db_user'],$muweb['db_password'],$muweb['db_host']); if(!$connect_sql){ $error = 1; $db2 = "NO"; }else{ $db2 = "YES"; } }elseif($muweb['connection_type'] == "MSSQL"){ $db_primary = &ADONewConnection('mssql'); $connect_sql = $db_primary->Connect($muweb['db_host'],$muweb['db_user'],$muweb['db_password'],$muweb['db_name']); if(!$connect_sql){ $error = 1; $db = "NO"; }else{ $db = "YES"; } $db_secondary = &ADONewConnection('mssql'); $connect_sql = $db_secondary->Connect($muweb['db_host'],$muweb['db_user'],$muweb['db_password'],$muweb['db_name2']); if(!$connect_sql){ $error = 1; $db2 = "NO"; }else{ $db2 = "YES"; } } if($muweb['debug'] == 1){ $db_primary->debug = true; $db_secondary->debug = true; } $reset_check = $db_primary->Execute("Select top 1 resets from character"); if(!$reset_check){ $reload = 1; $add_resets = $db_primary->Execute("alter table Character add Resets int not null default 0"); if($add_resets){ $reset_status = "Altering...Done"; }else{ $reset_status = "Altering...Falied"; } }else{ $reset_status = "OK"; } $adminaccess_check = $db_secondary->Execute("Select top 1 AdminAccess from MEMB_INFO"); if(!$adminaccess_check){ $reload = 1; $add_adminaccess = $db_secondary->Execute("alter table memb_info add AdminAccess int null"); if($add_adminaccess){ $adminaccess_status = "Altering...Done"; }else{ $adminaccess_status = "Altering...Falied"; } }else{ $adminaccess_status = "OK"; } $sq_check = $db_secondary->Execute("Select top 1 SecretQuestion from MEMB_INFO"); if(!$sq_check){ $reload = 1; $add_sq = $db_secondary->Execute("alter table memb_info add SecretQuestion int null"); if($add_sq){ $sq_status = "Altering...Done"; }else{ $sq_status = "Altering...Falied"; } }else{ $sq_status = "OK"; } $sa_check = $db_secondary->Execute("Select top 1 SecretAnswer from MEMB_INFO"); if(!$sa_check){ $reload = 1; $add_sa = $db_secondary->Execute("alter table memb_info add SecretAnswer varchar(100) null"); if($add_sa){ $sa_status = "Altering...Done"; }else{ $sa_status = "Altering...Falied"; } }else{ $sa_status = "OK"; } $country_check = $db_secondary->Execute("Select top 1 country from MEMB_INFO"); if(!$country_check){ $reload = 1; $add_country = $db_secondary->Execute("alter table memb_info add Country int null"); if($add_country){ $country_status = "Altering...Done"; }else{ $country_status = "Altering...Falied"; } }else{ $country_status = "OK"; } $gender_check = $db_secondary->Execute("Select top 1 gender from MEMB_INFO"); if(!$gender_check){ $reload = 1; $add_gender = $db_secondary->Execute("alter table memb_info add Gender int null"); if($add_gender){ $gender_status = "Altering...Done"; }else{ $gender_status = "Altering...Falied"; } }else{ $gender_status = "OK"; } $muweb_ban_check = $db_primary->Execute("Select top 1 id from MuWeb_Ban"); if(!$muweb_ban_check){ $reload = 1; $add_muweb_ban = $db_primary->Execute("if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[MuWeb_Ban]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table [dbo].[MuWeb_Ban] CREATE TABLE [dbo].[MuWeb_Ban] ( [id] [varchar] (50) COLLATE Chinese_PRC_CI_AS NULL , [name] [varchar] (50) COLLATE Chinese_PRC_CI_AS NULL , [type] [int] NULL , [reason] [text] COLLATE Chinese_PRC_CI_AS NULL , [ban_time] [int] NULL , [date_ban] [varchar] (50) COLLATE Chinese_PRC_CI_AS NULL ) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]"); if($add_muweb_ban){ $muweb_ban_status = "Altering...Done"; }else{ $muweb_ban_status = "Altering...Falied"; } }else{ $muweb_ban_status = "OK"; } $mu_id_check = $db_primary->Execute("Select top 1 mu_id from character"); if(!$mu_id_check){ $reload = 1; $add_mu_id = $db_primary->Execute("alter table Character add mu_id int identity"); if($add_mu_id){ $mu_id_status = "Altering...Done"; }else{ $mu_id_status = "Altering...Falied"; } }else{ $mu_id_status = "OK"; } $muweb_vault_check = $db_primary->Execute("Select top 1 Accountid from MuWeb_Vault"); if(!$muweb_vault_check){ $reload = 1; $add_muweb_vault = $db_primary->Execute("if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[MuWeb_Vault]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table [dbo].[MuWeb_Vault] CREATE TABLE [dbo].[MuWeb_Vault] ( [Accountid] [varchar] (10) COLLATE Chinese_PRC_CI_AS NULL , [Items] [varbinary] (1920) NULL , [verify] [int] NULL ) ON [PRIMARY]"); if($add_muweb_vault){ $muweb_vault_status = "Altering...Done"; }else{ $muweb_vault_status = "Altering...Falied"; } }else{ $muweb_vault_status = "OK"; } $memb_pwd_check = $db_secondary->Execute("Select top 1 memb__pwd2 from memb_info"); if(!$memb_pwd_check){ $reload = 1; $add_memb_pwd = $db_secondary->Execute("alter table MEMB_INFO add memb__pwd2 nvarchar(10) null"); if($add_memb_pwd){ $memb_pwd_status = "Altering...Done"; }else{ $memb_pwd_status = "Altering...Falied"; } }else{ $memb_pwd_status = "OK"; } $install .='
    Checking,Altering Tables
        
    Status
    Reset row [Character.dbo]
        
    '.$reset_status.'
    AdminAccess row [MEMB_INFO.dbo]
        
    '.$adminaccess_status.'
    SecretQuestion row [MEMB_INFO.dbo]
        
    '.$sq_status.'
    SecretAnswer row [MEMB_INFO.dbo]
        
    '.$sa_status.'
    Country row [MEMB_INFO.dbo]
        
    '.$country_status.'
    Gender row [MEMB_INFO.dbo]
        
    '.$gender_status.'
    Table [MuWeb_Ban.dbo]
        
    '.$muweb_ban_status.'
    mu_id row [Character.dbo]
        
    '.$mu_id_status.'
    Table [MuWeb_Vault.dbo]
        
    '.$muweb_vault_status.'
    memb__pwd2 row [MEMB_INFO.dbo]
        
    '.$memb_pwd_status.'
    '; if($reload == 1){ $install .='
    '; }else{ $install .='
    '; } break; case 3: $install .='
    Password Encryption Type
    '; $install .='
    '; break; case 4: if($_POST['pwd_enc'] == 1){ $new_db = fopen("sys_/muweb_config.inc.php", "w"); $data = ""; fwrite($new_db,$data); fclose($new_db); } if ($_POST['pwd_enc'] == 2){ $new_db = fopen("sys_/muweb_config.inc.php", "w"); $data = ""; fwrite($new_db,$data); fclose($new_db); } require("sys_/muweb_config.inc.php"); if($muweb['md5_encrypt'] == 1){ if($muweb['connection_type'] == "ODBC"){ $db_primary = &ADONewConnection('odbc','date'); $connect_sql = $db_primary->Connect($muweb['db_name'],$muweb['db_user'],$muweb['db_password'],$muweb['db_host']); if(!$connect_sql){ $error = 1; $db = "NO"; }else{ $db = "YES"; } $db_secondary = &ADONewConnection('odbc','date'); $connect_sql = $db_secondary->Connect($muweb['db_name2'],$muweb['db_user'],$muweb['db_password'],$muweb['db_host']); if(!$connect_sql){ $error = 1; $db2 = "NO"; }else{ $db2 = "YES"; } }elseif($muweb['connection_type'] == "MSSQL"){ $db_primary = &ADONewConnection('mssql'); $connect_sql = $db_primary->Connect($muweb['db_host'],$muweb['db_user'],$muweb['db_password'],$muweb['db_name']); if(!$connect_sql){ $error = 1; $db = "NO"; }else{ $db = "YES"; } $db_secondary = &ADONewConnection('mssql'); $connect_sql = $db_secondary->Connect($muweb['db_host'],$muweb['db_user'],$muweb['db_password'],$muweb['db_name2']); if(!$connect_sql){ $error = 1; $db2 = "NO"; }else{ $db2 = "YES"; } } if($muweb['debug'] == 1){ $db_primary->debug = true; $db_secondary->debug = true; } /* $check_dll = $db_primary->Execute("Use master; SELECT * FROM dbo.sysobjects where name='XP_MD5_EncodeKeyVal'"); $check_dll = $check_dll->numrows(); if($check_dll <= 0){ $executing_dll = $db_primary->Execute("USE master; exec sp_addextendedproc 'XP_MD5_EncodeKeyVal', 'WZ_MD5_MOD.dll'"); if($executing_dll){ $dll_status = "Done"; }else{ $error = 1; $dll_status = "WZ_MD5_MOD.dll Not Found"; } }else{ $dll_status = "Done"; } */ $create_function = $db_secondary->Execute("CREATE FUNCTION [dbo].[fn_md5] (@data VARCHAR(10), @data2 VARCHAR(10)) RETURNS BINARY(16) AS BEGIN DECLARE @hash BINARY(16) EXEC master.dbo.XP_MD5_EncodeKeyVal @data, @data2, @hash OUT RETURN @hash END"); if($create_function){ $func_status = "Done"; }else{ #$error = 1; $func_status = "Done"; } $install .='
    Function [dbo].[fn_md5]
        
    Status
    Create Function [dbo].[fn_md5]
        
    '.$func_status.'
    ';} if($error != 1){ $install .='
    Create Administrator Account
    Username
        
    Password
        
    Repeat Password
        
    '; $install .='
    '; }else{ $install .='
    '; } break; case 5: require("sys_/muweb_config.inc.php"); if($muweb['connection_type'] == "ODBC"){ $db_primary = &ADONewConnection('odbc','date'); $connect_sql = $db_primary->Connect($muweb['db_name'],$muweb['db_user'],$muweb['db_password'],$muweb['db_host']); if(!$connect_sql){ $error = 1; $db = "NO"; }else{ $db = "YES"; } $db_secondary = &ADONewConnection('odbc','date'); $connect_sql = $db_secondary->Connect($muweb['db_name2'],$muweb['db_user'],$muweb['db_password'],$muweb['db_host']); }elseif($muweb['connection_type'] == "MSSQL"){ $db_secondary = &ADONewConnection('mssql'); $connect_sql = $db_secondary->Connect($muweb['db_host'],$muweb['db_user'],$muweb['db_password'],$muweb['db_name']); if(!$connect_sql){ $error = 1; $db = "NO"; }else{ $db = "YES"; } } if($muweb['debug'] == 1){ $db_primary->debug = true; $db_secondary->debug = true; } $check_acc = $db_secondary->Execute("Select memb___id from memb_info where memb___id=?",array($_POST['username'])); $check_acc = $check_acc->numrows(); if(empty($_POST['username']) || empty($_POST['password']) || empty($_POST['repassword'])){ $install .='
    Some fields where left blank.
    '; $error = 1; } elseif ($check_acc > 0){ $install .='
    This username is already used.
    '; $error = 1; } elseif ($_POST['password'] != $_POST['repassword']){ $install .='
    Pass***** did not match.
    '; $error = 1; } if($error != 1){ if($muweb['md5_encrypt'] == 1){ $make_me_acc = $db_secondary->Execute("INSERT INTO memb_info (memb___id,memb__pwd,memb__pwd2,memb_name,sno__numb,bloc_code,ctl1_code,mail_chek,appl_days,modi_days,out__days,true_days,adminaccess) VALUES (?,[dbo].[fn_md5](?,?),?,?,?,?,?,?,?,?,?,?,?)",array($_POST['username'],$_POST['password'],$_POST['username'],$_POST['password'],'test','1','0','0','1',date('m/d/Y'),date('m/d/Y'),'2005-01-03','2005-01-03','1')); if($make_me_acc){ $install .='
    Administrator Account Successfully Created.
    '; }else{ $install .='
    There was a problem with creating administrator account.
    '; $error=1; } }else{ $make_me_acc = $db_secondary->Execute("INSERT INTO memb_info (memb___id,memb__pwd,memb__pwd2,memb_name,sno__numb,bloc_code,ctl1_code,mail_chek,appl_days,modi_days,out__days,true_days,adminaccess) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?)",array($_POST['username'],$_POST['password'],$_POST['password'],'test','1','0','0','1',date('m/d/Y'),date('m/d/Y'),'2005-01-03','2005-01-03','1')); if($make_me_acc){ $install .='
    Administrator Account Successfully Created.
    '; }else{ $install .='
    There was a problem with creating administrator account.
    '; $error=1; } } } if($error == 1){ $install .='
    Create Administrator Account
    Username
        
    Password
        
    Repeat Password
        
    '; $install .='
    '; } if($error!=1){ $install .='
    '; } break; case 6: $install .='
    Installation Complete,
    Thank you for using MuWeb 0.9
    '; $install .='
    For security reasons delete install.php
    
    '; break; case 7: unlink("install.php"); $install .='
    install.php file successfully deleted.
    '; break; } echo $install; ?>
    i have same problem,how to fix it???

  6. #366
    Member Evaldas is offline
    MemberRank
    Jan 2014 Join Date
    United KingdomLocation
    61Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    Can you tell me why can't i login to admin account? i click on admin panel and nothing happes and it says Page is unavailabile!, Please try again latter. why?
    Attached Thumbnails Attached Thumbnails untitled.png  

  7. #367
    Member MuonlineCN is offline
    MemberRank
    Feb 2014 Join Date
    93Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    how to fix this error?? i cant create administrator account then i enable the debug in config.inc
    this is the result

    (odbc): Select top 1 resets from character

    (odbc): Select top 1 AdminAccess from MEMB_INFO

    (odbc): Select top 1 SecretQuestion from MEMB_INFO

    (odbc): Select top 1 SecretAnswer from MEMB_INFO

    (odbc): Select top 1 country from MEMB_INFO

    (odbc): Select top 1 gender from MEMB_INFO

    (odbc): Select top 1 id from MuWeb_Ban

    (odbc): Select top 1 mu_id from character

    (odbc): Select top 1 Accountid from MuWeb_Vault

    (odbc): Select top 1 memb__pwd2 from memb_info

    MuWeb 0.9 Premium, Install Manager


    Checking,Altering Tables
    Status
    Reset row [Character.dbo]
    OK
    AdminAccess row [MEMB_INFO.dbo]
    OK
    SecretQuestion row [MEMB_INFO.dbo]
    OK
    SecretAnswer row [MEMB_INFO.dbo]
    OK
    Country row [MEMB_INFO.dbo]
    OK
    Gender row [MEMB_INFO.dbo]
    OK
    Table [MuWeb_Ban.dbo]
    OK
    mu_id row [Character.dbo]
    OK
    Table [MuWeb_Vault.dbo]
    OK
    memb__pwd2 row [MEMB_INFO.dbo]
    OK


  8. #368
    Member raidenutz is offline
    MemberRank
    Oct 2005 Join Date
    iliaLocation
    86Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    i have a problem when i fully installed muweb 0.9 when i go on account panel it redirects me to an html page that doesn't exist please help

  9. #369
    Account Upgraded | Title Enabled! awesomo is offline
    MemberRank
    Dec 2004 Join Date
    213Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    I'm super confused.

    I xampp only used offline? Or can you also use xampp to let people create an account on your mssql database from an online website.

    K I answered my own question. Finally got a site online with xampp.
    Last edited by awesomo; 15-04-14 at 08:24 AM.

  10. #370

  11. #371
    I love MU, Let's play! chise08 is offline
    MemberRank
    Nov 2008 Join Date
    ArgentinaLocation
    469Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    I just can connect with Localhost or Lan ip... how can i connect with wan ip?

  12. #372
    Apprentice Ekor4iK is offline
    MemberRank
    Apr 2013 Join Date
    12Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    Help me please

  13. #373
    Novice payat24 is offline
    MemberRank
    Jul 2016 Join Date
    2Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    PLEASE HELP ME WITH MY PROBLEM HUHUHU

  14. #374
    Proficient Member WAGGON is offline
    MemberRank
    Sep 2015 Join Date
    Land Of FireLocation
    189Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    Quote Originally Posted by payat24 View Post
    PLEASE HELP ME WITH MY PROBLEM HUHUHU
    Windows XP? Realy?

  15. #375
    Legend MuIsBest is offline
    LegendRank
    Dec 2006 Join Date
    NorwayLocation
    2,144Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    I don't really recommend this any longer. There are way better files out there right now :).



Advertisement