The account id should be less than 9 chars
Printable View
thanks! this is exactly what i was looking for!
RZ always so helpful!
One thing...last step about securing safe_mode = On, i do that on php.ini but i keep getting the "UNSECURED" dialog box on xampp security panel. What's wrong?
edit: solved! guide is excellent!
What version of MuWeb is on http://www.mu-online.ru ?
Post wrong sorry
Thanks for TUT xD. Xampp is the best
Cool i don`t have a php.ini file! Wher can i get it?
!
do we have to upload all the files from the htdocs folder to our website after installation and securing? I cannot find the guide where we can see the muweb in our www.blahblah.com
I install it locally 127.0.0.1 just to try it how it works and it works. I'm planning to buy the premium. Now I'm confuse how to install it globally because my internet connection is DNS (everytime i switch off my modem ip change it automatically) so im using no-ip and by the way my lan is 192.168.1.33. What should i put in config.inc.php and also in here http://yourservername/install.php? Thanks
I have the same question xcomcz. Nowhere in the guide I can find how to install it if you have a http://mymuserver.com website.
can some one help me plz i whant to go online whit my server and dont know how i meen to let other pepole conect to my game any guide plz....and i have a big problem if u manage to repair iweb for ubutu 136 pw server ty
I got it work out just put no-ip if your using no-ip or you can use WAN IP too in config.inc.php and also in here http://servername.no-ip.com or WAN IP/install.php? If your using DNS just download no-ip DUC you can find it in no-ip.com then install it then click option then connection choose override automatic IP detection and its done. Just how it works mine.
You can find it in here. C:\xampp\php\php.ini
.Quote:
Your friends can see your site or only you?
Both. Since we're from the same place I can help you. I have the same problem with you lately. Make sure your internet connection is not home basic. Here in our place most of internet connection especially home user is using dynamic ip and most ports are block by ISP router. Static ip user is only apply in businesses like schools, Internet Cafes and so on which using open port. So if you're using home/basic package which used dynamic ip you can only surf, play games, downloads and chat but you can't host server and website because ports are blocked. The solution is ask your ISP to change your dynamic ip to static ip or change your connection to cheapest business package.
Thanks for the tutorial!
I don't have php.ini..
http://i107.photobucket.com/albums/m...2/untitled.jpg
This is what happen when i try to do the install.php
The apache couldn't be installed either it said port 80 and 443 are in use.
Also in apache/bin i didn't have php.ini so i copied from php/php.ini
Either way i run apache trough xampp control and it kinda work. But im not able to use the install.php
help please
Ok PHP files not working on xampp. i tried index.php and it says somethign wrong with your xampp installation =-(
Good evening!
something strange happens! the website works properly, can create and modify accounts, but my pleasure from the outside do not see it with open ports! Use muweb 9 + Xamper
any idea?
thank you very much
Sorry for bringing up old topic but i have a problem.
Other people can't access my web.
I am using sweex router.. I forwarded port 80, turned off windows firewall but its still the same. Maybe there are some more ports to forward? Can anyone help me? :(
BTW - Thanks for the great guide!!
cobajorge2002
php.ini is already in xampp installer! u can find it in xampp folder c:\xampp\php by search button
you have to install xxamp 1.7.1 version NOT 1.7.2 beta, and also you have to enable zend.ze1_compatibility_mode = Off, change Off to On
zend_optimizer.enable_loader = 0, change 0 to 1
I have the same problem(people can't connect at my webserver), with a little diference, I don't have a router.
I have already opened ports 80 and 8080, apache.exe is enabled on windows firewall plus the firewall is disable(the antivirus aswell). I don't know whatelse can I do :*: Anyone have any sugestion?
Thanks for the guide also!
are u sure the XAMPP is started lol ?:D
if its started then its ok..
cant be..
maybe ports are hiden?
go to
www.canyouseeme.org
and check ur port
Interesting site, thanks :P:
This site "couldn't see me" in port 80, 8080, 8090, 3389 and everything else I put there :sneaky2: Reason: "Connection timed out." or "Connection refused."
How can I open port 80 then? lol xD I can't understand how can this port be blocked is I don't have any protection at all on my computer at this moment(no firewall + no antivirus)
I did Everything as stated in the guide... installation was flawless... but now...
[quote]Zend�2003120702�1�12854�86353�x� �2��ͯ%�u�o�{ �EP�@@$�"�X����E�ԇ-E�eK�4���g>Ό�<���V ��ZxA0��Xl^h��dEh�d�x���Z�����SuN��y�w
Can't enable zend optimizer
Great... I'm looking for help, not for statements of "It's that"... I'm no coder, i can't get an answer from "Can't enable zend optimizer" And I would really apprecieate HELP...
If it matters:
Windows XP SP3
M$ SQL Server 2000
MuOnline 1.00.16 Luciano 39 Beta Client: 1.04H
MuWeb 0.9 Free
XAMPP
dunno what else? My PC spec's?:
Proc: AMD Phenom 9750 Quad-Core 2400MHz
MB: Gigabyte MA780G-UD3H
RAM: 2x2GB Kingston
GC: Sapphire Radeon 4870HD
HDD: 1xWD 650GB SATA, 1xWD 250GB SATA, 1xWD 160GB ATA, 1xTOSHIBA 250GB USB.
Anything else? :P
Oh and for the record... My cousin was able to play on the server i set up just fine after i created his account... but i still need the webpage :P
i cant find the php.ini where is it
Super guide :D +100500
but 1 question... how to set site with no-ip ?
can someone upload xampp basic package 1.7.2 plss
i keep getting this error when i try to install
Code:; 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 .='
guy i have 1 problem with Vip panel ... it doesent work ...
i checked all options but still nothing...
could someone tell me how to fix it ? or just how to add Change class into Charecter panel =)
plz help...
i got server on 1 computer and i want to install Website on enother computer is possible?
Nice guide! Why i can't change style on dreamweaver?
which muweb can i use to add stats til 65k from the site...???? i tryed alot but couldnt find anything....plz help me
PS: i added on muweb 0.9 the 65 k support but didnt worked...
what can i do??
thx
I found out whats the problem...the MuOnline database supports only 32k stats but the server files suport 65k stats....Oski's database suports 65k stats so....i think thats what i need...
Jut gonna make something clear:
I made this tutorial long time ago, and I made it all without any help.
So. No credits for others, stealing my tutorial and releasing it around other forums.
MuIsBest
a lot of thnx meen!
You may ask your questions on this thread and I will come back to you once I see it.
MuIsBest
Works great. Thanks for sharing with us.
How can i add another admin acount to manage banned users, to add and remove ban?
thanks
hello guys i'm new arround here and i aprecciate all you done it's very helpful but one question it's bother me about xampp: What version did u use couse in 1.7.2 i don't find that modes you descriebed in tutorial now i try to use xampp 1.6.8. thanks in advance.
nevermind i solve the problem thx
I need install any other stuff to correctly run the website ?
I did just wath is on this topic, instaled de xampp and muweb.
Nobody can acess my website, just me, ( in the host computer )
I have a Dlink 500b routed.
The print 2 is the error.
"connection reseted
The connection to the server was reseted while the page loads"
Hello,
I'm getting this error how would i go to fix this.
Warning: fopen(D:/MuServer/[WEB]SQL_Injection.txt) [function.fopen]: failed to open stream: No such file or directory in C:\xampp\htdocs\config.php on line 5
Warning: fclose(): supplied argument is not a valid stream resource in C:\xampp\htdocs\config.php on line 61
MuWeb database loading failed! Error #118
http://i38.tinypic.com/2mmg2vk.jpg
Here is my Config.ini
?
error_reporting(E_ALL ^E_NOTICE ^E_WARNING);
$muweb['connection'] = 'mssql';
$muweb['localhost'] = '127.0.0.1';
$muweb['dbhost'] = '127.0.0.1';
$muweb['database'] = 'MuOnline';
$muweb['dbuser'] = 'sa';
$muweb['dbpassword'] = 'MYPASSWORD';
require("includes/muweb.php");
?>
i have another problem, all worked perfectly and it was time to enable md5. After that poblems started:
1. the admin acount created with install.php is not accesible within webpage, any other acount that i create with register metod is ok
2. mumaker created acounts are also not accesible within webpage
2. memb_pwd2 is not encrypted
3. how can i change username required characters from 6 to 5 (my nickname is Jonae :( only 5 characters)
thanks
i keep getting this error
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 .='
Passwords 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; ?>
noone answers my questions... thats bad
1. the admin acount created with install.php is not accesible within webpage, any other acount that i create with register metod is ok
2. mumaker created acounts are also not accesible within webpage
2. memb_pwd2 is not encrypted
3. how can i change username required characters from 6 to 5 (my nickname is Jonae :( only 5 characters)
Hello, does anyone can help me. I'm just starting to create MuWeb. How to change http//localhost/ or http//127.0.0.1 to my server name? TQ
tNx allot bro
this is really great.. i was able to use this before.. but now somethings wrong.. im using CzF 4.5 files.. & my problem is error in creating admin account.. why is that? is it because its no compatible w/ new server? or is something wrong w/ permissions on mssql? hope for a clear answer.. something seems to be wrong. i used s3ep2 b4 it works well..
Same Problem :S
Why I got this? Even I reinstall it twice and working just a few hours then I can't connect the web. Someone know why?
Connection with SQL SERVER failed!
Connection 1 of 2
Database host: 127.0.0.1
Database name: MuOnline
no one know?
What Xampp version are they using???
the xampp download link you got into the guide , i think that isnt the same version of xampp u used while u were making the guide.... i downloaded xampp , followed guide... nothing matches in the links you give ... and im sure because i used ur guide long time ago and everything was perfect check by yourself and see... ;) i really wanna know how to setup ..
I have a problem...What i have to Do?
http://img510.imageshack.us/img510/1434/37710196.png
u need NEW XAMPP FOR THAT
AND INSTALL Zmods or something
i am making video guide very easy will pm u link to check
1. the admin acount created with install.php is not accesible within webpage, any other acount that i create with register metod is ok
2. mumaker created acounts are also not accesible within webpage
2. memb_pwd2 is not encrypted
3. how can i change username required characters from 6 to 5 (my nickname is Jonae :( only 5 characters)
how to make it support 65k stats?
i cannot find php on (c:\xampp\apache\bin) i use xammp
Guyz, I guess the problem here is with the xampp version..
the download link w/c is located in the guide is xampp version 1.7.2 w/c has this changes :
* Upgrade PHP 5.3.0
* Upgrade Mysql 5.1.36
* Upgrade FileZilla FTP Server 0.9.32
* Upgrade fake sendmail for windows version 26
* Upgrade PDF with pdflib lite v7.0.4p4 for PHP
* Upgrade Xdebug 2.0.5 for PHP
* Upgrade eAccelerator 0.9.6-dev for PHP
* Upgrade SQLite 3.6.16
* Upgrade phpMyAdmin 3.2.0.1
* Upgrade ADOdb v5.09a
* Upgrade fpdf 1.6
* Change mysql, mysqli, pdo_mysql build against libmysql. mysqlnd builds also available
* Add mysqlnd PHP extension
* Add fileinfo PHP extension
* Add intl PHP extension
* Add phar PHP extension
* Add sqlite3 PHP extension
* Remove Zend Optimizer PHP extension
* Remove dbase PHP extension
* Remove fdf PHP extension
* Remove mhash PHP extension (alias functions via hash extension available)
* Remove msql PHP extension
* Remove oracle PHP extension
as you can see Zend Optimizer extension is removed, and i guess thats what is the problem,
try searching or use older version of xampp, it has zend optimizer php extension there.
try this link http://www.oldapps.com/xampp.php?old_xampp=45
Hope it helps!
100% works for me nice guide thanks for you MuIsBest ;)
Server error!
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.
If you think this is a server error, please contact the webmaster.
Error 500
http://localhost/
12/23/09 19:00:06
Apache/2.2.9 (Win32) DAV/2 mod_ssl/2.2.9 OpenSSL/0.9.8h mod_autoindex_color PHP/5.2.6
I got thisssss,i readed all thr comments,nothing helped me,wath can i do!!!restarted the pc for 10times and reinstalled my windows!!!!!noth helpes!!!!!
I can help you anything or advertising your site for free by contact to my Skype: nectarcr0p
Is it free ijame or not. lolz
MuWeb 0.9 is the best waiting for the 1.0 Ver.
every think is good until i get to step 3
"3) Now go to your xampp folder (c:\xampp) then you will see a folder named htdocs there, double click it and delete all the files unless the folders "contrib, forbidden, xampp, restirected" <-- These are the folder names, Dont delete them."
the problem is this :
i go in htdocs and there are no folders called ""contrib, forbidden, xampp, restirected" is only xampp and others NO,i don't delete them pure and simple the files are missing from c:\xampp\htdocs u have only : xampp (folder),index (firefox doc),index (php file)
abd from C:\xampp\apache\bin is missing php.ini file :\
:*::*:
what shall i do? please help me to do an site for my server (97d+99i)
you are using the new version of xamp
the new version has the php.ini in the xampp\php folder
the version also has a more compact htdocs folder. feel free to delete any of them.
I have an error when i go to http://localhost/install.php
Code:Server error!
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.
If you think this is a server error, please contact the webmaster.
Error 500
localhost
01/03/10 16:35:51
Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e mod_autoindex_color PHP/5.2.3
Thanks! Guide works perfectly! P.S Use XAMPP 1.7.1 and follow the guide thoroughly :)
thanks again a many too to RageZone and its contributors :)
how to correct this?
http:////bildites.lv/images/zf8adsvkxqg6mmzq518.jpg
http://img251.imageshack.us/img251/3460/erroryf.jpg
Hey guys how to fix this some know please share your knowledge tnx.
I have a very annoying problem and im hoping that someone can shed some light to it. I have had the website working for a good week. Then i upgraded to SQL 2008 and now i am having problems. I have now gone back to SQL 2000, reinstalled XXAMP, Reinstalled a clean new database, run the install.php and everything is great til i need to create my admin account. it says i cannot create it. it also will not let me make a new account nor login to the website. Any one have an idea?
Hi peoples, i have a little truble in Rankings (My MuWeb 0.6).
Char's become first, when he more lvl than others, but I need to first were those with more Resets. How did it?
C:\Program Files\Microsoft SQL Server\80\Tools\Binn - Run the next code in SQL QUERY ANALYZER using Master database(ONLY IF YOU USE MD5):
any guide for this? how to run the next code in SQL query analyzer.. thxCode:exec sp_addextendedproc 'XP_MD5_EncodeKeyVal', 'WZ_MD5_MOD.dll'
http://img221.imageshack.us/img221/1975/12835997.jpg
AnyOne Knows This..????
When i try to make a MuWeb 0.9 i got this... when i run the localhost/install.php
http://i350.photobucket.com/albums/q...ntitled-14.png
can i ask how can other people acces it couse i made a website using xampp and php and i put on my web browser 192.168.0.101 or localhost and i got in also i did localhost/install.php i got on my website but when i told my cousin about the website he went on 192.168.0.101 but its not workin.. pls help how can i make a mu website so people can access it
PROBLEMO SOLVED! Thanks! :thumbup:
slasherx, have the same problem. Dont know what to do.
on ur php.ini something wrong
ok i have done every thing, i just want to ask something, how do i make online, if you some one want to visit mysite
what should i do
So i got this --> Connection with SQL Server failed! Error #119
I am using Repack by Oski 7.11.56 Ver - 4.9.6 S4... I added my sql information right, i use 127.0.0.1 at bouth lines of ips... In one words - all information is right - becose when i restart my pc and reinstall the web - all is ok till 4 or 5 hours of running web crashes and its saying -> Connection with SQL Server failed! Error #119 AGEN!
Can anyone have soltuion of this problem? Can it be in database file a liitle hole or bug? (I installed SQL server rightly - becose i have installed it for meny times for mu server and I alredy readed HOW TO INSTALL SQL server and did all step by step agen (reinstalling sql server 2000) and i was right then and now too and web is working and connection is stabile till i alredy sayed - 4h of working and crashing... So can anyone can help? I have searched meny sites and spend meny hours but i didnt get solution... All what i readed is --> Read SQL install guide... So ?
Im using - Windows XP proffesional SP2
Microsoft SQL server 2000
Repack by Oski 7.11.56 Ver - 4.9.6 S4 server files
My files are on D:/
Web server - C:/
Using appache !
Using sygate firewall registered for private use! (also tried to disable firewall - same error #119)
My local systems firewall is disabled
Im using rooter but all my ports is forwarded (DMZ Zone)
What i alredy did?
Tried restore databases for meny times - didnt work
Tried reinstall SQL server 2 times - didnt work
Tried different Webs like (MuWeb 0.9, 0.8, 0.3, 0.6)
Tried different web servers (Appache, Xampp, EasyPHP)-same error
Tried putting server files on other hard disk (C:/) - didnt work
i cant see the php iin in bin lol
i am using muweb 0.9 premium and has bug in add stats function if you write there -and that add stats your stats will be 32767 and how fix?
im following this guide and i cant make the admin account, im not using md5 and i have change certain tables in the meminfo into char but i still cant make it anyone got any ideas?
u edited the php.ini ?
Read
5) After you have downloaded MuWeb 0.9 (Free Version) install it and extract the files into the htdocs folder: (c:/xampp/htdocs)
6) Go to "c:/xampp/htdocs/INSTALL STUFF" then double click MuWeb.reg and click Yes then OK. (PS: If you use MD5 then extract WZ_MD5_MOD.dll to C:\Program Files\Microsoft SQL Server\80\Tools\Binn - Run the next code in SQL QUERY ANALYZER using Master database(ONLY IF YOU USE MD5):
Code:
7) Now open config_inc.php and edit it with your settings:Code:exec sp_addextendedproc 'XP_MD5_EncodeKeyVal', 'WZ_MD5_MOD.dll'
* $muweb['db_host'] - Database Host where SQL Server is hosted (127.0.0.1 if you host it yourself)
* $muweb['db_name'] - MU Online default database (MuOnline)
* $muweb['db_name2'] - MU Online secondary database (Me_MuOnline)
Note: If you use only 1 database (MuOnline) leave MuOnline
* $muweb['db_user'] - SQL access user (normally sa)
* $muweb['db_password'] - SQL access password (the password you did input when you installed your SQL Server)
* $muweb['connection_type'] - Leave this one as ODBC unless you got the Premium Version
REQUIRED APACHE MODS
Code:
Code:Code:1) Enable MOD REWRITE - Go to (c:\xampp\apache\conf\httpd.conf) , open it, find #LoadModule rewrite_module modules/mod_rewrite.so, delete # from the front save and restart the webserver.
Code:Code:2) GD Image Library - Can be enabled from (c:\xampp\apache\bin\php.ini, search for ;extension=php_gd2.dll, delete ; from the front close document and save
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: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: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: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.
http://yourservername/install.php>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.
I have done all of that
---------- Post added at 04:02 PM ---------- Previous post was at 03:58 PM ----------
ok i redid the install with debug mode on and got this when i got to the admin accountQuote:
37000: [Microsoft][ODBC SQL Server Driver][SQL Server]Disallowed implicit conversion from data type varchar to data type varbinary, table 'MuOnline.dbo.MEMB_INFO', column 'memb__pwd'. Use the CONVERT function to run this query.