Welcome Guest Search | Active Topics | Members | Log In | Register

Downtime
Jaben Offline
#1 Posted : Friday, September 07, 2007 6:30:12 PM(UTC)

Rank: YAF Head Dude

Medals: Medal of Honor Key: Given to pillars of the community who are key players in the YAF community and project.Medal of Honor for the Support King: Given to a community member who tirelessly answers tons of support questions.

Joined: 10/9/2004(UTC)
Posts: 4,152
Location: Raleigh, NC

Thanks: 35 times
Was thanked: 94 time(s) in 49 post(s)
Sorry folks... that was actually due to a bug in YAF ip banning. Nothing to do with hacking.

Also, my initial thoughts about the breakin: my machinekey (for encoding viewstate) was the same as the distributed YAF release v1.9.1 (in the .config). So they were figuring out a way to manipulate the view state and then post it.

Obviously, the key is no longer the one distributed and I strongly suggest everyone generate their OWN key for their web.config file, just in case:

http://www.developmentno...achinekey_generator.aspx
"I have a simple philosophy: Fill what's empty. Empty what's full. Scratch where it itches.”.

rochas Offline
#2 Posted : Friday, September 07, 2007 7:24:46 PM(UTC)

Rank: Advanced Member

Joined: 9/5/2007(UTC)
Posts: 36
Location: Turkiye

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
Sub forums still not working. I can't browse. Only way to reach here is main page.

Sener KOC
Web Technologist
C#, Asp, MS SQL, CSS, XHTML, Java Script, Photoshop
Jaben Offline
#3 Posted : Friday, September 07, 2007 7:29:58 PM(UTC)

Rank: YAF Head Dude

Medals: Medal of Honor Key: Given to pillars of the community who are key players in the YAF community and project.Medal of Honor for the Support King: Given to a community member who tirelessly answers tons of support questions.

Joined: 10/9/2004(UTC)
Posts: 4,152
Location: Raleigh, NC

Thanks: 35 times
Was thanked: 94 time(s) in 49 post(s)
please explain... I'm not seeing the issue
"I have a simple philosophy: Fill what's empty. Empty what's full. Scratch where it itches.”.

rochas Offline
#4 Posted : Friday, September 07, 2007 7:52:16 PM(UTC)

Rank: Advanced Member

Joined: 9/5/2007(UTC)
Posts: 36
Location: Turkiye

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
When I click this link on the main page..

YAF Announcements (1 Viewing)
Announcements Associated with YAF

this error page show up.

Address : http://forum.yetanotherf...errorpath=/Default.aspx


Forum Error

There has been a serious error loading the forum. No futher information is available.

Please contact the administrator if this message persists.


Try Again
-------------
Sener KOC
Web Technologist
C#, Asp, MS SQL, CSS, XHTML, Java Script, Photoshop
rochas Offline
#5 Posted : Friday, September 07, 2007 7:55:31 PM(UTC)

Rank: Advanced Member

Joined: 9/5/2007(UTC)
Posts: 36
Location: Turkiye

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
I have IIS7 and SQL Server 2005 standart and I'm trying to install YAF-v1.9.1 on my server.

when I try the installing every time I get this error in popup. this is diffrent problem i know.


FILE:
tables.sql

ERROR:
Invalid column name 'Type'

STATEMENT:
IF NOT EXIST(SELECT 1
FROM db.syscolumns
WHERE id= Object_id(N'yaf_EventLog')
AND name = N'Type'
BEGIN
ALTER TABLE dbo.yaf_EventLog
ADD TYPE INT NOT NULL CONSTRAINT DF_yaf_EventLog_Type
DEFAULT(0)
EXEC('update yaf_EventLog set Type=0')
END
Sener KOC
Web Technologist
C#, Asp, MS SQL, CSS, XHTML, Java Script, Photoshop
filip_cmr Offline
#6 Posted : Friday, September 07, 2007 8:26:49 PM(UTC)

Rank: YAF Lover

Joined: 2/12/2006(UTC)
Posts: 45
Location: Romania

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
Jaben wrote:
Sorry folks... that was actually due to a bug in YAF ip banning. Nothing to do with hacking.

Also, my initial thoughts about the breakin: my machinekey (for encoding viewstate) was the same as the distributed YAF release v1.9.1 (in the .config). So they were figuring out a way to manipulate the view state and then post it.

Obviously, the key is no longer the one distributed and I strongly suggest everyone generate their OWN key for their web.config file, just in case:

http://www.developmentno...achinekey_generator.aspx
. And by the way, why do you use a custom machine key ? The only one time I need to use that was when I wrote an aplication wich run on a cluster and I need to pass authentication ticket to several distinc machines.

Then is even simple. The macjinekey is usedto encript the authentication tichet they don't need to manipulate the view state. They can produce a authentication cookie on theyr machine on whatever user they want and then serve to your site. (I think ....)
http://support.microsoft.com/kb/910443
rochas Offline
#7 Posted : Friday, September 07, 2007 10:01:42 PM(UTC)

Rank: Advanced Member

Joined: 9/5/2007(UTC)
Posts: 36
Location: Turkiye

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
I cant install this forum. this time I try it on another server. give me this eror when install Sad

Cannot add rows to sysdepends for the current object because it depends on the missing object 'yaf_forum_delete'. The object will still be created.
Cannot add rows to sysdepends for the current object because it depends on the missing object 'yaf_topic_delete'. The object will still be created.
Cannot add rows to sysdepends for the current object because it depends on the missing object 'yaf_user_upgrade'. The object will still be created.
Cannot add rows to sysdepends for the current object because it depends on the missing object 'yaf_topic_delete'. The object will still be created.
Cannot add rows to sysdepends for the current object because it depends on the missing object 'yaf_topic_updatelastpost'. The object will still be created.
Cannot add rows to sysdepends for the current object because it depends on the missing object 'yaf_topic_updatelastpost'. The object will still be created.
Msg 207, Level 16, State 1, Procedure yaf_nntptopic_savemessage, Line 37
Invalid column name 'VIEWS'.
Msg 207, Level 16, State 1, Procedure yaf_post_list, Line 0
Invalid column name 'VIEWS'.
Msg 207, Level 16, State 1, Procedure yaf_replace_words_delete, Line 7
Invalid column name 'ID'.
Msg 207, Level 16, State 1, Procedure yaf_replace_words_edit, Line 8
Invalid column name 'ID'.
Msg 207, Level 16, State 1, Procedure yaf_replace_words_save, Line 23
Invalid column name 'ID'.
Msg 207, Level 16, State 1, Procedure yaf_topic_active, Line 20
Invalid column name 'VIEWS'.
Msg 207, Level 16, State 1, Procedure yaf_topic_move, Line 23
Invalid column name 'VIEWS'.
Msg 207, Level 16, State 1, Procedure yaf_topic_save, Line 24
Invalid column name 'VIEWS'.
Cannot add rows to sysdepends for the current object because it depends on the missing object 'yaf_user_save'. The object will still be created.
Msg 207, Level 16, State 1, Procedure yaf_user_removepointsbytopicid, Line 13
Invalid column name 'userid'.
Msg 207, Level 16, State 1, Procedure yaf_watchtopic_list, Line 11
Invalid column name 'VIEWS'.
Sener KOC
Web Technologist
C#, Asp, MS SQL, CSS, XHTML, Java Script, Photoshop
rochas Offline
#8 Posted : Friday, September 07, 2007 10:22:57 PM(UTC)

Rank: Advanced Member

Joined: 9/5/2007(UTC)
Posts: 36
Location: Turkiye

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
I solve the problem. its coused by case sensitivity. there is no "VIEWS" column, it must be "Views". and "userid" must be "UserID" in "procedures.sql" file. (But install still not working on my computer. it was diffrent problem.)

anyway tahnk you so much. I think its gonna be best forum in the world!

ohh by the way. Your Turkish languge file have missing words and spelling mistakes. When I finish the web site I will send you.

Cheers!
Sener KOC
Web Technologist
C#, Asp, MS SQL, CSS, XHTML, Java Script, Photoshop
skier Offline
#9 Posted : Thursday, October 18, 2007 2:11:40 AM(UTC)
Rank: Member

Joined: 10/16/2007(UTC)
Posts: 15
Location: turkey

Thanks: 0 times
Was thanked: 0 time(s) in 0 post(s)
turkish language file is very interesting.
Open turkish.xml and find this column

<Resources language="English" code="en">

and change

<Resources language="Turkish" code="tr">

Confused
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFPro Theme Created by Jaben Cargman (Tiny Gecko)
Powered by YAF 1.9.4 RC4 | YAF © 2003-2010, Yet Another Forum.NET
This page was generated in 0.188 seconds.