Welcome to the RaGEZONE - MMORPG development forums.

Install MuWeb 0.9 & Xampp + Secure Xampp

This is a discussion on Install MuWeb 0.9 & Xampp + Secure Xampp within the MU Tutorials forums, part of the MU Online category; 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): ...

Page 13 of 24 FirstFirst ... 35678910111213141516171819202123 ... LastLast
Results 181 to 195 of 353
  1. #181
    Member
    Rank
    Member
    Join Date
    Jan 2010
    Posts
    30
    Liked
    0

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    Click
    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:
    exec sp_addextendedproc 'XP_MD5_EncodeKeyVal', 'WZ_MD5_MOD.dll'
    any guide for this? how to run the next code in SQL query analyzer.. thx

    Last edited by mauritzjoey; 06-03-10 at 08:13 PM.

  2. #182
    Member
    Rank
    Member
    Join Date
    Apr 2008
    Posts
    92
    Liked
    1

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    AnyOne Knows This..????
    When i try to make a MuWeb 0.9 i got this... when i run the localhost/install.php



  3. #183
    Registered
    Rank
    Member
    Join Date
    Apr 2010
    Posts
    8
    Liked
    0

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    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

  4. #184
    █║▌║▌║TheMerc iful║▌║▌║█
    Rank
    Subscriber
    Join Date
    Jan 2005
    Location
    DXB
    Posts
    959
    Liked
    93

    shout Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    PROBLEMO SOLVED! Thanks!
    Last edited by 4pLay; 22-04-10 at 06:55 PM.
    L.P.: "God save us everyone, When we burn inside the fires of a thousand suns, For the sins of our hand, the sins of our tongue,.. The sins of our father, the sins of our young."
    SARCASM: Because Beating The SHIT! Out People Is Illegal...

  5. #185
    Member
    Rank
    Member
    Join Date
    Jul 2005
    Location
    Estonia
    Posts
    41
    Liked
    0

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    slasherx, have the same problem. Dont know what to do.
    It is perfect , but we can do it better!

  6. #186
    Registered
    Rank
    Member
    Join Date
    Feb 2009
    Posts
    9
    Liked
    0

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    Quote Originally Posted by sLaShErX View Post
    AnyOne Knows This..????
    When i try to make a MuWeb 0.9 i got this... when i run the localhost/install.php



    @sLaShErX i had the same problem ,and i uninstalled xampp 1.7.3 and installed 1.6.7 which is an older version,and after that i installed MuWeb 0.9 without any problems.I hope this will help.And please excuse me if my english is not so good

  7. #187
    Banned
    Rank
    Banned
    Join Date
    Mar 2008
    Posts
    142
    Liked
    5

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    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

  8. #188
    Member
    Rank
    Member
    Join Date
    Sep 2010
    Posts
    32
    Liked
    1

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    Quote Originally Posted by MuIsBest View Post
    - Installing MuWeb 0.9 & Xampp + SECURE XAMPP -

    In order to install MuWeb 0.9 You have to use xampp (unless you want to install Zend Optimizer manual on the other webservers like easyphp,apache and so, I prefer xampp so this guide is based on xampp)

    1) Click -->> HERE <<-- to download xampp (There is alot of external mirrors on that website, External Mirror Nr. 2 is the best one, works always)

    2) After you have downloaded xampp then install it. (This is one of the easiest part of the guide) Install it at: (c:\xampp) - As default.
    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.

    4) Now download MuWeb 0.9 (Free Version) to start downloading MuWeb 0.9 click on of the mirrors

    Mirror 1 (FileFront)
    Mirror 2 (SendSpace)
    Mirror 3 (RapidShare)

    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:
    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:
    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:
    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:
    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.
    8)

    Now open your browser and go to: <example: http://yourservername/install.php>

    8.1)
    • Connecting To Databases

    8.2)
    • Checking,Altering Tables

    8.3)
    • Password Encryption Type

    8.4)
    • + NO MD5

    • + MD5 ENCRYPTION - Make sure you have complete Step 1. from the top of INSTALL NOTES

    8.5)
    • Create Administrator Account

    8.6)
    • Install Finished


    NOW DELETE INSTALL.PHP FROM: <c:\xampp\htdocs\install.php>
    ALSO DELETE THE FOLDER NAMED "PhpMyAdmin" You can find this folder at: <c:\xampp>

    PS: YOU CAN ACCESS THE ADMIN CONTROL PANEL IF YOU LOGIN LIKE A USER (BUT LOGIN WITH THE USERNAME & PASSWORD YOU DID INPUT. LOOK AT 8.5)

    EXAMPLE:



    HOW TO SECURE XAMPP:

    Code:
    Go to: <http://localhost/security>
    
    When you are there you will see a text like this:
    
    => http://localhost/security/xamppsecurity.php <=   [allowed only for localhost]
    
    Enter there.
    
    Now you will see a new page.. Input your password at the MySQL Section.
    
    After you are done click at the valid button.
    (Your SQL server is safe now, it cant get hacked by the security folder anymore!)

    Code:
    Under the MySQL Section will you also see "XAMPP Directory PROTECTION (.htaccess) 
    Enter the user and password you want 
    (write this down somewhere because you will need this to login to the security page again. 
    (This will block peoples to enter the security page - so the peoples with the correct username and password can get into the security page ONLY)
    Code:
    Now go to (c:\xampp\apache\bin) and open php.ini and search for: safe_mode  = Off
    Delete Off and write On there.
    
    Now will your PHP run in a safe mode.
    HERE IS IT HOW IT SHOULD LOOK LIKE:



    If you cant install it or so, please feel free to ask your questions on this Thread.

    Credits:

    =Master= - For Making MuWeb 0.9
    MuWeb Team - For Supporting & Making MuWeb 0.9
    MuIsBest - For Creating The Guide
    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

  9. #189
    Registered
    Rank
    Member
    Join Date
    Jun 2010
    Posts
    15
    Liked
    2

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    i cant see the php iin in bin lol

  10. #190
    Ultimate Member
    Rank
    Member
    Join Date
    Apr 2010
    Location
    Georgia
    Posts
    198
    Liked
    2

    Re: Install MuWeb 0.9 & Xampp + Secure Xampp

    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?

  11. #191
    Ultimate Member
    Rank
    Member
    Join Date
    Sep 2004
    Location
    Nashville Tn
    Posts
    184
    Liked
    0

    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?

  12. #192
    Ultimate Member
    Rank
    Member
    Join Date
    Sep 2004
    Location
    Nashville Tn
    Posts
    184
    Liked
    0

    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.

  13. #193
    Hardcore Member
    Rank
    Member
    Join Date
    Oct 2008
    Location
    ohio
    Posts
    140
    Liked
    10

    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 10:01 PM.

  14. #194
    Ultimate Member
    Rank
    Member
    Join Date
    Sep 2004
    Location
    Nashville Tn
    Posts
    184
    Liked
    0

    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.

  15. #195
    Hardcore Member
    Rank
    Member
    Join Date
    Oct 2008
    Location
    ohio
    Posts
    140
    Liked
    10

    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.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •