but genjou when u get the error about there was problem on registeration..
try login once and see if it works?
Printable View
but genjou when u get the error about there was problem on registeration..
try login once and see if it works?
yeah the account works but i want to change the "there was a problem in registration" to registration successful
use from other muweb 0.9 other register.php and it will be ok i guess
[/COLOR]here MUWEB 0.9 + market system
TEAKE ME MUWEB0.9
image:
ImageShack� - Online Photo and Video Hosting
ImageShack� - Online Photo and Video Hosting
ImageShack� - Online Photo and Video Hosting
enjoy ,,
this is just a leech .... copied from another site ;)
just want to share it here ;)
I have installed Muweb 0.9 Dark Template,but now everything is in spanish.How can i add select english language on the top of the website`?
Hi ,i have problem too login as admin in My MuWeb, install got 100 % completed. Can not login at any acc . When i set my acc data & go login, then nothing is happen.
Well, since this topic isn't dead for 3 years... i have a question. ;D
Can anyone pin point me to a guide/or tell here. Which files i need to edit and which lines, so my muweb would support rage fighter in rankings/resets and so on. :*: Can't find that anywhere.
Thank you for this beutiful webfiles!
PS: When i will add rf and a few more things in this muweb, may i post a release with your credits and mine credits? For now i have added webshop, a few changes, multiple languages support in news and muweb entrance page...
@WhiteWizz try this if works let a pm here
PROBLEM SOLVED
ok now with my problem if can someone help me plzz
as you can see in the screens i made an acc with the name chyu32 pass 12345678 and it was successfull but when i tride to log in nothing hapend i open mumaker and see if the acc was ok and yes was ther but the pass wasn't the same why? if can someone help me plzz it will be great oh btw it says successfull with md5 on with off it says faild
oh ok ty for telling me i will try to find for rankings too:D:
sry to tell you this but for me works :thumbup:
Well, it somehow doesn't work for me ;)
@WhiteWizz tell you wath let a pm with your mail and i will help you if i can
Hey Karli i have a prblem configuring MUWEB,
i already followed these instructions but it seem have a mssql problem..
"* Step 1 - Required Apache Mods
+ GD Image Library - Can be enabled from php.ini, search for ;extension=php_gd2.dll, delete ; from the front close document and save
+ Mssql - Can be enabled from php.ini, search for ;extension=php_mssql.dll, delete ; from the front close document and save
+ Mod_Rewrite - In xampp this mod is already enabled, in others webservers you can enable it from httpd.conf"
and also download your "php".. idk what to solve.
http://imageshack.us/photo/my-images/98/problemmj.jpg/
eh daezugun u using which xampp version ? 1.7.1 wouldnt make the problem.
@daezugun try to put php.ini
here --->>>>C:\xampp\apache\bin
and here ---->>>>C:\xampp\php (remember delete php.ini first and paste there afther)
pm here if works
Help me pliz.
grafitty be sure u restored muonline database correctly and so.
help
any solution?
i have mod MD5 and i did query
http://img232.imageshack.us/img232/9898/unledkob.th.png
Code:exec sp_addextendedproc 'XP_MD5_EncodeKeyVal', 'WZ_MD5_MOD.dll'
Code:
CREATE PROCEDURE SP_MD5_ENCODE_VALUE
@btInStr VARCHAR(10),
@btInStrIndex VARCHAR(10)
AS
BEGIN
DECLARE @btOutVal BINARY(16)
EXEC master..XP_MD5_EncodeKeyVal @btInStr, @btInStrIndex, @btOutVal OUT
UPDATE MEMB_INFO SET memb__pwd = @btOutVal WHERE memb___id = @btInStrIndex
RETURN @btOutVal
END
GO
Code:CREATE PROCEDURE [dbo].[Encript]
@btInStr VARCHAR(10),
@btInStrIndex VARCHAR(10)
AS
BEGIN
DECLARE @btOutVal BINARY(16)
EXEC master..XP_MD5_EncodeKeyVal @btInStr, @btInStrIndex, @btOutVal OUT
UPDATE MEMB_INFO SET memb__pwd = @btOutVal WHERE memb___id = @btInStrIndex
END
GO
Code:CREATE PROCEDURE [dbo].[Encripta]
@btInStr VARCHAR(10),
@btInStrIndex VARCHAR(10)
AS
BEGIN
DECLARE @btOutVal BINARY(16)
EXEC master..XP_MD5_EncodeKeyVal @btInStr, @btInStrIndex, @btOutVal OUT
UPDATE MEMB_INFO SET memb__pwd = @btOutVal WHERE memb___id = @btInStrIndex
END
GO
Code:CREATE PROCEDURE [dbo].[Cassandra_MD5]
@btInStr VARCHAR(10),
@btInStrIndex VARCHAR(10)
AS
BEGIN
DECLARE @btOutVal BINARY(16)
EXEC master..XP_MD5_EncodeKeyVal @btInStr, @btInStrIndex, @btOutVal OUT
SELECT @btOutVal
END
GO
why u want to use md5 ? try without md5?
I did all the models and verified all the databases and all tables.
Everything should be properly installed.
I will try to reinstall all new. Step by step if i will have any problems i will write.
Thank you for your reply.
RSP
@Grafitty44 if i remember corectly here is your problem
http://www.imgupload.net/images/0929...7892092380.jpg
i cant find "c:\xampp\apache\bin\php.ini"