hmm how do i reg in cutenews
and how do i install if i don't know it :|
Printable View
hmm how do i reg in cutenews
and how do i install if i don't know it :|
hmm it's alright, doesn't have a login page though
ey m8 nice site and good for the 99.6x servers
i got problem
when i need to insert the scipt in sql query analyze i get this eror
Server: Msg 105, Level 15, State 1, Line 1
Unclosed quotation mark before the character string 'WZ_MD5_MOD.dll
'.
Server: Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near 'WZ_MD5_MOD.dll
'.
how can i fix this and
can i youse it on other site like the one i have running
gr and tnx
Please HELP.I installed WebPage by Proof for 99.6x ,and when I put in query analizer for muonline :
CREATE FUNCTION [dbo].[fn_md5] (@data VARCHAR(10), @data2 VARCHAR(10))
RETURNS BINARY(16) AS
BEGIN
DECLARE @hash BINARY(16)
EXEC master.dbo.XP_MD5_EncodeKeyVal @data, @data2, @hash OUT
RETURN @hash
END
CREATE PROCEDURE 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
**********************************************************
Then I press F5 to execute and it gives:
Server: Msg 156, Level 15, State 1, Procedure fn_md5, Line 9
Incorrect syntax near the keyword 'CREATE'.
Server: Msg 111, Level 15, State 1, Procedure fn_md5, Line 9
'CREATE PROCEDURE' must be the first statement in a query batch.
Server: Msg 137, Level 15, State 1, Procedure fn_md5, Line 15
Must declare the variable '@btInStr'.
Server: Msg 137, Level 15, State 1, Procedure fn_md5, Line 16
Must declare the variable '@btInStrIndex'.
**********************************************************
I use SQL evaluation edition -is that the problem?
Here is my website: http://bluehouse.servebeer.com -In "Statistic" -shows an error. When press Register -it says: Some fileds were left blank....
Please tell me where is the problem?
my users got a virus wen try to conect
The pages is good nice work but how to put the cute news anybody know?
if i am right, the default username + password for cutenews is username=admin/pass=admin (atleast that was on the version i used before)
if not, the try go to http://127.0.0.1/"cutenews directory" and follow the installation commands