Re: Install MuWeb 0.9 & Xampp + Secure Xampp
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
Re: Install MuWeb 0.9 & Xampp + Secure Xampp
why u want to use md5 ? try without md5?
Re: Install MuWeb 0.9 & Xampp + Secure Xampp
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
Re: Install MuWeb 0.9 & Xampp + Secure Xampp
@Grafitty44 if i remember corectly here is your problem
http://www.imgupload.net/images/0929...7892092380.jpg
Re: Install MuWeb 0.9 & Xampp + Secure Xampp
i cant find "c:\xampp\apache\bin\php.ini"
Re: Install MuWeb 0.9 & Xampp + Secure Xampp
try on xampp\bin\php\ or xampp\php\php.ini
Re: Install MuWeb 0.9 & Xampp + Secure Xampp
3) Zend Optimizer - zend.ze1_compatibility_mode = Off.
i can't find nothing like that in "php.ini"
Re: Install MuWeb 0.9 & Xampp + Secure Xampp
u should install the xampp version 1.7.1 mate
HERE
or
HERE
then it wont make problems ;)
Re: Install MuWeb 0.9 & Xampp + Secure Xampp
dude why do i get There was a problem with creating administrator account. pls reply my comment thanks you and can you tell me how to fix this problem ??
Re: Install MuWeb 0.9 & Xampp + Secure Xampp
oh hmm im not sure try reinstallin the files or use the muweb 0.9 free files.. something is with ur files
Re: Install MuWeb 0.9 & Xampp + Secure Xampp
Hi
ive got problem
Apache some times dont run on wind 2003 server (xampp only) but it isnt the biggest problem.
I cant find zendoptimizer line in php.ini and many others.
In other app ( webserv.pl ) is all ok only webshop dont work and mucore
i want to use xampp but i cant find zend option
Re: Install MuWeb 0.9 & Xampp + Secure Xampp
Very nice Guide... ill test it inmy Server!!
Re: Install MuWeb 0.9 & Xampp + Secure Xampp
Re: Install MuWeb 0.9 & Xampp + Secure Xampp
no idea , u did smthing wrong with restoring databases..
Re: Install MuWeb 0.9 & Xampp + Secure Xampp
i did not restore any thing, lol. i just followed the instruction. can you teach me what should i do first before installing the web? like, first must create database for muweb, etc. im just a starter