Muweb 0.9 log in problem (help)

Results 1 to 11 of 11
  1. #1
    Member MuonlineCN is offline
    MemberRank
    Feb 2014 Join Date
    93Posts

    sad Muweb 0.9 log in problem (help)

    i searched the forum for the solution for this error.(many hours- no luck)
    the problem is all registered
    account in database cant logged into webpage.

    this is the debug code:

    (odbc): SELECT * FROM memb_info where memb___id = 'Admicaruz' and memb__pwd = [dbo].[fn_md5]('melithuan','Admicaruz')

    (odbc): SELECT * FROM memb_info where memb___id = 'Admicaruz' and memb__pwd = [dbo].[fn_md5]('melithuan','Admicaruz') AND AdminAccess=1
    FIXED Thread closed

    Last edited by MuonlineCN; 09-03-14 at 04:21 PM.


  2. #2
    Don't be afraid to ask! RevolGaming is offline
    MemberRank
    Jun 2012 Join Date
    1,458Posts

    Re: Muweb 0.9 log in problem (help)

    dont use muweb... use mucore 1.0.8 the muweb has lots of security bugs...

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

    Re: Muweb 0.9 log in problem (help)

    Quote Originally Posted by djsad94 View Post
    dont use muweb... use mucore 1.0.8 the muweb has lots of security bugs...
    have a free version for this??

  4. #4
    Account Upgraded | Title Enabled! susanu is offline
    MemberRank
    Jan 2012 Join Date
    235Posts

    Re: Muweb 0.9 log in problem (help)


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

    Re: Muweb 0.9 log in problem (help)

    Quote Originally Posted by susanu View Post
    localhost/install/install.php <-- required serial to proced

  6. #6
    Account Upgraded | Title Enabled! susanu is offline
    MemberRank
    Jan 2012 Join Date
    235Posts

    Re: Muweb 0.9 log in problem (help)

    what version on xampp you use ?

    For MuWeb 0.9 is good to use xampp 1.6.5 or 1.6.4
    Xampp 1.6.5 here >> http://www.4shared.com/file/Xiclnnsn...-installer.htm
    and change this php and httpd
    Downloand here >> http://www.girlshare.ro/33342643.4

    and make localhost/install.php

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

    Re: Muweb 0.9 log in problem (help)

    Quote Originally Posted by susanu View Post
    what version on xampp you use ?

    For MuWeb 0.9 is good to use xampp 1.6.5 or 1.6.4
    Xampp 1.6.5 here >> http://www.4shared.com/file/Xiclnnsn...-installer.htm
    and change this php and httpd
    Downloand here >> http://www.girlshare.ro/33342643.4

    and make localhost/install.php
    its xamp 1.7.1

    - - - Updated - - -

    mucore 1.0.8

    how to fix this error??

    after logged admin account
    For odbc Connect(), 127.0.0.1 is not used. Place dsn in 1st parameter.


    Warning: The website is currently turned off!

    Fatal error: Cannot clone object of class SimpleXMLElement due to 'zend.ze1_compatibility_mode' inC:\xampp\htdocs\pages_modules\news.php on line 14


  8. #8
    Don't be afraid to ask! RevolGaming is offline
    MemberRank
    Jun 2012 Join Date
    1,458Posts

    Re: Muweb 0.9 log in problem (help)

    Quote Originally Posted by MuonlineCN View Post
    its xamp 1.7.1

    - - - Updated - - -

    mucore 1.0.8

    how to fix this error??

    after logged admin account
    For odbc Connect(), 127.0.0.1 is not used. Place dsn in 1st parameter.


    Warning: The website is currently turned off!

    Fatal error: Cannot clone object of class SimpleXMLElement due to 'zend.ze1_compatibility_mode' inC:\xampp\htdocs\pages_modules\news.php on line 14

    use xampp 1.7.3 for mucore...

    and check the config on mucore.... setup the mucore localhost/install

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

    Re: Muweb 0.9 log in problem (help)

    Quote Originally Posted by djsad94 View Post
    use xampp 1.7.3 for mucore...

    and check the config on mucore.... setup the mucore localhost/install
    in xamp 1.7.1 this is the error
    Fatal error: Cannot clone object of class SimpleXMLElement due to 'zend.ze1_compatibility_mode' inC:\xampp\htdocs\pages_modules\news.php on line 14

    xamp 1.7.3
    localhost/install/install.php
    cant proceed the installation

    xamp 1.7.7

    issue: after successful installation. cant logged in the members area. how to fix this??

  10. #10
    Don't be afraid to ask! RevolGaming is offline
    MemberRank
    Jun 2012 Join Date
    1,458Posts

    Re: Muweb 0.9 log in problem (help)

    uninstall all XAMPP, zend from you PC

    download the xampp 1.7.3 install it.

    enable the requied moduls in the PHP.ini

    unpack the mucore archive to the htdocs folder and edit the config.php

    after that start the Apache and install your mucore.

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

    Re: Muweb 0.9 log in problem (help)

    Quote Originally Posted by djsad94 View Post
    uninstall all XAMPP, zend from you PC

    download the xampp 1.7.3 install it.

    enable the requied moduls in the PHP.ini



    unpack the mucore archive to the htdocs folder and edit the config.php

    after that start the Apache and install your mucore.
    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 re
    this is the required??



Advertisement