<% if Session("username") <> "" then strName=Session("username") dim rsUser,cmdUser set rsUser = Server.CreateObject("Adodb.Recordset") set cmdUser = Server.CreateObject("Adodb.Command") cmdUser.CommandText = "SP_GetUserDetail" cmdUser.CommandType = &H0004 cmdUser.ActiveConnection = con cmdUser.Parameters.append cmdUser.CreateParameter("@UserName",200,&H0001,200,strName) rsUser.Open cmdUser,,3,3 end if set rsForums = Server.CreateObject("Adodb.Recordset") set cmdForums = Server.CreateObject("Adodb.Command") cmdForums.CommandText = "SP_GetForums" cmdForums.CommandType = &H0004 cmdForums.ActiveConnection = con rsForums.Open cmdForums,,3,3 %> :: Anandmurti Gurumaa ::

This page is obsolete.
Please visit the new website here

close
 
Anandmurti Gurumaa
An Insight
Gurumaa's Life Sketch
FAQs
An overview
Architecture
Rules & Regulations
How to reach Ashram
An overview
List of Centers
Gurumaa on Meditation
Essence of Meditation
Meditation Techniques
Meditation Camps (Shivirs)
Audio
Video
Books
Photo Gallery
The Concept
How to contribute
Maitrai & Samuhik Awaas
Rishi Chaitanya Trust
Wallpapers
Screensavers
 
Glossary
Feedback
Contact Us
<% if Session("username")<>"" then %> <% end if %>
Help Logout
<% if Session("username")= "" then %> <% end if %> <% if Session("username")<>"" then %> <% end if %>
Welcome to the Discussion Forum of gurumaa.com
You have logged in as a guest user. You can only browse the forum.
To post messages you must register youself as a privilege member.
Welcome <%=rsUser("FirstName") %> <%=rsUser("LastName") %>
Select topic for discussion
Post new topic
<% if not rsForums.EOF then while not rsForums.EOF %> <% rsForums.MoveNext wend end if %>
Topics
Author
Replies
Last Post
" class="topic"> <%= rsForums("Forum") %> " class="sublinksLeftLinks"><%=rsForums("FirstName") %> <%=rsForums("LastName") %>
Post new topic
Back Back