Install MuWeb 0.9 & Xampp + Secure Xampp

Page 14 of 25 FirstFirst ... 467891011121314151617181920212224 ... LastLast
Results 196 to 210 of 375
  1. #196
    Proficient Member luke9511 is offline
    MemberRank
    Sep 2004 Join Date
    Nashville TnLocation
    192Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    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?

  2. #197

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    u edited the php.ini ?

  3. #198
    Proficient Member luke9511 is offline
    MemberRank
    Sep 2004 Join Date
    Nashville TnLocation
    192Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    Quote Originally Posted by karLi View Post
    u edited the php.ini ?
    sure did, followed everything and it just says
    There was a problem with creating administrator account.

  4. #199
    Valued Member Ragesource is offline
    MemberRank
    Oct 2008 Join Date
    ohioLocation
    127Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    Quote Originally Posted by karLi View Post
    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:
    Code:
    exec sp_addextendedproc 'XP_MD5_EncodeKeyVal', 'WZ_MD5_MOD.dll'
    7) Now open config_inc.php and edit it with your settings:

    * $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:
    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.
    Code:
    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.
    http://yourservername/install.php>
    Last edited by Ragesource; 06-10-10 at 11:01 PM.

  5. #200
    Proficient Member luke9511 is offline
    MemberRank
    Sep 2004 Join Date
    Nashville TnLocation
    192Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    Quote Originally Posted by Ragesource View Post
    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:
    Code:
    exec sp_addextendedproc 'XP_MD5_EncodeKeyVal', 'WZ_MD5_MOD.dll'
    7) Now open config_inc.php and edit it with your settings:

    * $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:
    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.
    Code:
    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.
    http://yourservername/install.php>
    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 account
    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.

  6. #201
    Valued Member Ragesource is offline
    MemberRank
    Oct 2008 Join Date
    ohioLocation
    127Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    Quote Originally Posted by luke9511 View Post
    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 account
    Your using md5 right? Cause the "CONVERT function" I believe is to convert the md5. If your not loading the md5 then this could be why you are getting that message.

  7. #202
    Proficient Member luke9511 is offline
    MemberRank
    Sep 2004 Join Date
    Nashville TnLocation
    192Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    Quote Originally Posted by Ragesource View Post
    Your using md5 right? Cause the "CONVERT function" I believe is to convert the md5. If your not loading the md5 then this could be why you are getting that message.
    i am not using md5 at all, i have not even installed the dll, but i will go ahead and try it

    ---------- Post added at 04:14 PM ---------- Previous post was at 04:10 PM ----------

    well i didnt want to use md5 but i guess i have too since thats what the problem was thanks for all the help!!!

  8. #203
    Account Upgraded | Title Enabled! tutero69 is offline
    MemberRank
    Jun 2010 Join Date
    1,028Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    how do you install xamp if you are using no-ip ??
    i did follow the guide, but all i got is this ,,










    am i on the right track ?

    i got this when i am trying to install PHP ,

    i am now using duccs no-ip, and i used Pfc config

    to forward port ,, can anyone help me here ??

    is this thread still ALIVE ??
    Last edited by tutero69; 19-10-10 at 05:25 PM.

  9. #204

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    Quote Originally Posted by tutero69 View Post
    how do you install xamp if you are using no-ip ??
    i did follow the guide, but all i got is this ,,










    am i on the right track ?

    i got this when i am trying to install PHP ,

    i am now using duccs no-ip, and i used Pfc config

    to forward port ,, can anyone help me here ??

    is this thread still ALIVE ??
    wrong version of xampp mate.
    install the one i have on my thread guide
    so u won't have this problem.

  10. #205
    Voyager of Time and Space Severithe is online now
    MemberRank
    Sep 2008 Join Date
    Teyvat Location
    736Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    How do i change the Rules ? i mean term's and agreement?

  11. #206
    Account Upgraded | Title Enabled! cripssy is offline
    MemberRank
    Jun 2010 Join Date
    467Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    i cant see this xampp\apache\bin\php.ini -,- and all i cant see php in bin :O

  12. #207
    Account Upgraded | Title Enabled! tutero69 is offline
    MemberRank
    Jun 2010 Join Date
    1,028Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    Quote Originally Posted by cripssy View Post
    i cant see this xampp\apache\bin\php.ini -,- and all i cant see php in bin :O
    try this one ,,,

    website: MEGAUPLOAD - The leading online storage and file delivery service

    PHP.INI: MEGAUPLOAD - The leading online storage and file delivery service

    XAMP: MEGAUPLOAD - The leading online storage and file delivery service

    VIDEO GUIDE: MEGAUPLOAD - The leading online storage and file delivery service

    enjoy !!!

  13. #208
    Account Upgraded | Title Enabled! cripssy is offline
    MemberRank
    Jun 2010 Join Date
    467Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp


  14. #209
    Proficient Member kakarot200 is offline
    MemberRank
    Jun 2008 Join Date
    188Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    Thank you!

  15. #210
    Account Upgraded | Title Enabled! tutero69 is offline
    MemberRank
    Jun 2010 Join Date
    1,028Posts

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    Quote Originally Posted by cripssy View Post
    tnx.. so i can see the php.ini in bin ?
    php.ini is included int he DOWNLOAD link ,, =))

    copy paste it in your BIN ,, :P



Advertisement