// 1. PROCESS FORM DATA WHEN SUBMITTED
$show_form = true;
$error_message = "";if ($_SERVER["REQUEST_METHOD"] == "POST" && isset($_POST['submit_retreat_form'])) {
$first_name = strip_tags(trim($_POST['first_name']));
$last_name = strip_tags(trim($_POST['last_name']));
$email = filter_var(trim($_POST['email']), FILTER_SANITIZE_EMAIL);
// Check Code of Conduct responses (All 6 must be 'agree')
$all_agree = true;
for ($i = 1; $i <= 6; $i++) {
if (!isset($_POST["q$i"]) || $_POST["q$i"] !== 'agree') {
$all_agree = false;
break;
}
}// Check Waiver acknowledgement response (Must be checked)
$waiver_accepted = isset($_POST['waiver_accept']) && $_POST['waiver_accept'] === 'accepted';if (!$all_agree) {
$error_message = "You must agree to all statements in the Code of Conduct to participate in this retreat journey.";
} elseif (!$waiver_accepted) {
$error_message = "You must read and check the box acknowledging the Retreat Liability Waiver to proceed.";
} elseif (empty($first_name) || empty($last_name) || !filter_var($email, FILTER_VALIDATE_EMAIL)) {
$error_message = "Please fill out all contact fields with a valid email address.";
} else {
$timestamp = date("F j, Y, g:i a e");
$to = "[email protected]";
$subject = "New Retreat Registration (Code of Conduct & Waiver): $first_name $last_name";
$message = "A new combined Retreat Registration form has been submitted.\n\n";
$message .= "--- PARTICIPANT DETAILS ---\n";
$message .= "First Name: $first_name\n";
$message .= "Last Name: $last_name\n";
$message .= "Email: $email\n";
$message .= "Submission Date/Time: $timestamp\n\n";
$message .= "--- CODE OF CONDUCT STATUS ---\n";
$message .= "1. Participates for growth: AGREED\n";
$message .= "2. Embraces Teachings wholeheartedly: AGREED\n";
$message .= "3. No ill will toward Masters/Facilitators: AGREED\n";
$message .= "4. Presenting self by free will: AGREED\n";
$message .= "5. Pledges complete self-honesty: AGREED\n";
$message .= "6. Applies to sleep/meditative states: AGREED\n\n";
$message .= "--- LIABILITY WAIVER STATUS ---\n";
$message .= "Retreat Waiver Terms: ACKNOWLEDGED & ACCEPTED\n";$headers = "From: webmaster@" . $_SERVER['HTTP_HOST'] . "\r\n";
$headers .= "Reply-To: $email\r\n";
$headers .= "X-Mailer: PHP/" . phpversion();if (mail($to, $subject, $message, $headers)) {
$show_form = false;
} else {
$error_message = "Your choices are valid, but our system failed to send the email. Please try again or contact support.";
}
}
}
?>
For this retreat journey we place our trust and faith in the Ascended Master State of Consciousness, the Archangels and Elohim, as well as the specific Ascended Masters we are working with for this gathering.
To insure that you get the best potential spiritual, emotional, mental, etheric, and physical growth that you can, please agree to the following Code of Conduct:
Code of Conduct
1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.
2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.
3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.
4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.
5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.
6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states.
Thank You
Your Code of Conduct agreement and Retreat Waiver form have been successfully processed and recorded. Thank you for committing wholeheartedly to this journey with the Masters.
// 1. PROCESS FORM DATA WHEN SUBMITTED$show_form = true;$error_message = "";if (\(_SERVER["REQUEST_METHOD"] == "POST" && isset(\)_POST['submit_retreat_form'])) {\(first_name = strip_tags(trim(\)_POST['first_name']));\(last_name = strip_tags(trim(\)_POST['last_name']));\(email = filter_var(trim(\)_POST['email']), FILTER_SANITIZE_EMAIL);// Check Code of Conduct responses (All 6 must be 'agree')$all_agree = true;for ($i = 1; i <= 6; i++) {if (!isset(\(_POST["q\)i"]) || \(_POST["q\)i"] !== 'agree') {$all_agree = false;break;}}// Check Waiver acknowledgement response (Must be checked)$waiver_accepted = isset(\(_POST['waiver_accept']) &&\)_POST['waiver_accept'] === 'accepted';if (!all_agree) {error_message = "You must agree to all statements in the Code of Conduct to participate in this retreat journey.";} elseif (!waiver_accepted) {error_message = "You must read and check the box acknowledging the Retreat Liability Waiver to proceed.";} elseif (empty(\(first_name) \vert{}\vert{} empty(\)last_name) || !filter_var(email, FILTER_VALIDATE_EMAIL)) {error_message = "Please fill out all contact fields with a valid email address.";} else {$timestamp = date("F j, Y, g:i a e");$to = "[email protected]";$subject = "New Retreat Registration (Code of Conduct & Waiver): \(first_{n}ame\)last_name";$message = "A new combined Retreat Registration form has been submitted.\n\n";$message .= "--- PARTICIPANT DETAILS ---\n";message .= "First Name: first_name\n";message .= "Last Name: last_name\n";message .= "Email: email\n";message .= "Submission Date/Time: timestamp\n\n";$message .= "--- CODE OF CONDUCT STATUS ---\n";$message .= "1. Participates for growth: AGREED\n";$message .= "2. Embraces Teachings wholeheartedly: AGREED\n";$message .= "3. No ill will toward Masters/Facilitators: AGREED\n";$message .= "4. Presenting self by free will: AGREED\n";$message .= "5. Pledges complete self-honesty: AGREED\n";$message .= "6. Applies to sleep/meditative states: AGREED\n\n";$message .= "--- LIABILITY WAIVER STATUS ---\n";$message .= "Retreat Waiver Terms: ACKNOWLEDGED & ACCEPTED\n";\(headers = "From: webmaster@" . \)_SERVER['HTTP_HOST'] . "\r\n";headers .= "Reply-To: email\r\n";$headers .= "X-Mailer: PHP/" . phpversion();if (mail($to, subject, message, headers)) {show_form = false;} else {$error_message = "Your choices are valid, but our system failed to send the email. Please try again or contact support.";}}}?>
.agree-form-container {font-family: "Noto Serif", serif;max-width: 100%;margin: 20px auto;color: #333;line-height: 1.6;hyphens: none;-webkit-hyphens: none;-moz-hyphens: none;-ms-hyphens: none;}.form-section-title {font-size: 1.5rem;font-weight: 700;margin-bottom: 20px;border-bottom: 2px solid #333;padding-bottom: 5px;}.form-intro {margin-bottom: 25px;font-size: 1.05rem;}.form-intro-bold {margin-bottom: 30px;font-weight: 700;font-size: 1.05rem;}.reading-text-block {background-color: #fcfcfc;border: 1px solid #ededed;padding: 25px;margin-bottom: 35px;}.reading-item {margin-bottom: 15px;}.contact-section {background-color: #f9f9f9;padding: 20px;margin-bottom: 35px;border: 1px solid #ededed;}.contact-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 20px;margin-bottom: 15px;}@media (max-width: 600px) {.contact-grid { grid-template-columns: 1fr; }}.input-group {display: flex;flex-direction: column;gap: 5px;}.input-group label {font-weight: 700;font-size: 0.9rem;}.input-group input {padding: 10px;border: 1px solid #ccc;font-size: 1rem;font-family: inherit;}.question-block {margin-bottom: 30px;padding-bottom: 25px;border-bottom: 1px solid #ededed;}.question-text {font-size: 1.1rem;font-weight: 700;margin-bottom: 15px;display: block;hyphens: none;-webkit-hyphens: none;-moz-hyphens: none;-ms-hyphens: none;}.radio-options {display: flex;gap: 25px;padding-left: 5px;}.radio-label {display: flex;align-items: center;gap: 10px;cursor: pointer;font-size: 1.05rem;}.radio-label input[type="radio"],.waiver-checkbox-label input[type="checkbox"] {margin: 0;cursor: pointer;width: 18px;height: 18px;}.waiver-checkbox-label {display: flex;align-items: flex-start;gap: 12px;cursor: pointer;font-size: 1.1rem;font-weight: 700;padding: 10px 5px;}.waiver-checkbox-label input[type="checkbox"] {margin-top: 4px;}.form-submit-btn {background: #333;color: #fff;border: none;padding: 14px 28px;font-size: 1rem;font-weight: 700;cursor: pointer;transition: background 0.2s ease;margin-top: 10px;}.form-submit-btn:hover {background: #767676;}.error-message {color: #cc0000;font-weight: bold;margin-top: 20px;padding: 15px;background: #fff0f0;border-left: 4px solid #cc0000;}.success-message {background-color: #f4f4f4;padding: 30px;border-left: 4px solid #333;margin-top: 20px;}
For this retreat journey we place our trust and faith in the Ascended Master State of Consciousness, the Archangels and Elohim, as well as the specific Ascended Masters we are working with for this gathering.To insure that you get the best potential spiritual, emotional, mental, etheric, and physical growth that you can, please agree to the following Code of Conduct:Code of Conduct1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states.First Name *Last Name *Email Address *1. I acknowledge that I am participating in this retreat for my best possible spiritual, emotional, mental, etheric, and physical growth and advancement as a soul and a person.2. I therefore fully agree to embrace the Teachings and Guidance being offered wholeheartedly, and with an open heart and mind.3. In doing so, I will not energetically create nor cause to create, nor harbor, any ill will, nor negative attitudes nor feelings, toward the Masters including the facilitators Rev. Mahlariessee and Rev. Ara, especially when or if, I am not pleased with the guidance/advice shared with me.4. I completely and fully agree and acknowledge that I am voluntarily of my own free will presenting myself to the Masters for my soul betterment and advancement; that I accept I have areas of my life, and within my self, that can immensely benefit form the Masters collective wisdom and knowledge, and that I very much desire to incorporate those benefits into my life and the essence of my soul.5. I do not engage in any of the Teachings timidly. I pledge to engage in them forthrightly, wholeheartedly, and with complete self-honesty. Doing so in this manner, I therefore know that I am presenting my best self forward to the Masters for them to personally work with me.6. I further acknowledge that this code of conduct applies not only to my awakened state connection with the Masters during the Retreat Teachings and Events, but also in my sleep and meditative states.
//1. PROCESS FORM DATA WHEN SUBMITTED$show_form = true;$error_message = "";if (\(_SERVER["REQUEST_METHOD"] == "POST" && isset(\)_POST['submit_retreat_form'])) {\(first_name = strip_tags(trim(\)_POST['first_name']));\(last_name = strip_tags(trim(\)_POST['last_name']));\(email = filter_var(trim(\)_POST['email']), FILTER_SANITIZE_EMAIL);$all_agree = true;for ($i = 1; \(i <= 6; \)i++) {if (!isset(\(_POST["q\)i"]) || \(_POST["q\)i"] !== 'agree') {$all_agree = false;break;}}if (!all_agree) {error_message = "You must agree to all statements in the Code of Conduct to participate in this retreat journey.";} elseif (empty(\(first_name) \vert{}\vert{} empty(\)last_name) || !filter_var(email, FILTER_VALIDATE_EMAIL)) {error_message = "Please fill out all contact fields with a valid email address.";} else {$timestamp = date("F j, Y, g:i a e");$to = "[email protected]";$subject = "New Retreat Code of Conduct Agreement: \(first_{n}ame\)last_name";$message = "A new Code of Conduct agreement form has been submitted.\n\n";$message .= "--- PARTICIPANT DETAILS ---\n";message .= "First Name: first_name\n";message .= "Last Name: last_name\n";message .= "Email: email\n";message .= "Submission Date/Time: timestamp\n\n";$message .= "--- AGREEMENT STATUS ---\n";$message .= "1. Participates for growth: AGREED\n";$message .= "2. Embraces Teachings wholeheartedly: AGREED\n";$message .= "3. No ill will toward Masters/Facilitators: AGREED\n";$message .= "4. Presenting self by free will: AGREED\n";$message .= "5. Pledges complete self-honesty: AGREED\n";$message .= "6. Applies to sleep/meditative states: AGREED\n";\(headers = "From: webmaster@" . \)_SERVER['HTTP_HOST'] . "\r\n";headers .= "Reply-To: email\r\n";$headers .= "X-Mailer: PHP/" . phpversion();if (mail($to, subject, message, headers)) {show_form = false;} else {$error_message = "Your choices are valid, but our system failed to send the email. Please try again or contact support.";}}}?>
For this retreat journey we place our trust and faith in the Ascended Master State of Consciousness, the Archangels and Elohim, as well as the specific Ascended Masters we are working with for this gathering.
To insure that you get the best potential spiritual, emotional, mental, etheric, and physical growth that you can, please agree to the following Code of Conduct:
Thank You
Your agreement to the Code of Conduct has been successfully processed and recorded. Thank you for committing wholeheartedly to this journey with the Masters.
We can’t access a direct connection to DIVINE LOVE from within what we term, “the lower mind’ but instead from that place where we allow ourselves to raise higher. This is a special teaching meditation journey that assists one to understand and experience the actual vibration and state of being that can be felt. We share this audio normally only part of our members teachings as a gift to everyone. Clock the link to listen to this deep level of Divine Light Language Healing. (approx. 1.5 hrs).
NEW EARTH CONSCIOUSNESS ~ CIRCLE OF LIGHT ~ “Feeling Divine Love” – This is a unique experience, feeling Divine Love, as it requires one to allow the surrendering to the Higher Essence. Lord Adama talks about how it is the Higher Self that is the mechanism of that doorway. We visit the Golden City of the 6th Ray, Inner Devotion and learn from Elohim Masters Peace & Aloha about using the Ruby Red & Gold with the Pink Orange and the Magenta to then feel the full force of Divine Love, a love that is the essence of Peace within.
Our work continually informs about the Higher Frequencies of Light so each individual desiring to take on a deeper state of being (other than “just being”) can access the more expansive reality of their soul’s pathway.
So much of our teachings involve speaking about “the Light” in many different forms but the most essential component of accessing that Light is you. That is, the individual who strives to become more than they thought they were.
Your place upon Earth, within the cycle of our Solar System, inside our Milky Way Galaxy, in the Universe of which we dwell, is but a fraction of the Light that you are as an Eternal Divine Soul. Combine all the celestial waves of light in all their grandeur and you are yet more grand.
And still, you may still feel that you are just a human.
You see the 11:11 on your clock or it shows up in the number patterns around you. It is the Divine Angelic Message that you are something more…and that a gateway of opportunity is there for you to acknowledge. That gateway is simply to expand yourself, to go deeper, to remember you are more than you think.
Our place within physical bodies has conditioned us to feel we are less significant. We do not understand the larger forces of Light that are at play all around us leaving us to marvel at those events which seem so magnificent.
Many do not know that the Sun operates in cycles just as our bodies do, as the tides do, as the seasons do. We tend to believe things “out there” are static in their relation to us, that they are not like us. Nothing could be farther from the truth.
All of the Universe is alive. Is Consciousness.
Grander still is that it is a Consciousness of Oneness.
It has a divine Purpose to support itself and all beings within that consciousness.
In the coming weeks the Sun will flip its polarity, its magnetic poles will each reverse and it will once more embark on a cycle of new emissions of magnetism that will last 11 years until it does this again.
11 is a Master number and it is no coincidence that every 11 earth years we have our governing Solar Body of Light rejuvenating its energies to allow us to access anew the frequencies of Ascension Mastery. The Sun, and all the planetary bodies within our Solar system are supporting us.
Many will awaken as this cycle goes forward. Many will deem at the soul level of their Higher Self that they are now ready. And many others will deem these energies are too much, and that they can not face them as the task being asked of them is too hard.
Solar flares, which are now at the highest rate of intensity and frequency not observed for 8000 years, are also cyclical. What accounts for these primal rhythms?
From the view of the metaphysical spiritual perspective, you are.
It is Human Consciousness, or more specifically, the intent of that consciousness, on a collective mass scale, to desire to become more than it knows itself to be. If mass consciousness is content to just be, to not delve deeper into its own psyche, discover its more ethereal nature and expand upon itself, the Universe that surrounds it does move to change that condition. For the Universe to act, we need to reach out to it.
According to this chart solar activity intensity of sunspots was almost twice what it is now over 11, 000 years ago. This was the time period when Atlantis thrived; when human consciousnesses was at its prior peak of seeking knowledge and higher consciousness. Though this chart does not trace the suns behavior beyond 10,000 BC we know that Lemuria thrived for over 100,000 years and fell some years before Atlantis itself fell. One can only imagine what activity would be seen in such a chart. However with the recent uptick over the last 70 years of sunspot activity, it may be that we are now embarking upon another 11, 000 year cycle, a Golden Epoch of time, and the Sun is answering the call.
Comet ISON is approaching the Sun at almost the exact “solar second” that the suns poles will flip. This comet is what they call hyperbolic, meaning it is not a cyclical comet. It will never pass through our space again. Is any comet just hurtling space rock? Or does it in fact hold frequencies from the outer rim of our Universe? From the outer rim of the far reaches of our consciousness? Is it a vibrational messenger?
As spiritual teachers we know that it is. The timing of such events in our “local” space vicinity is another answer to the call of the awakening of humanity.
Image from space.com as shared by KAGAYA, all rights reserved.
It brings with it not only the hope of a new dawn but the specific wavelenghts of light required for us to see that new dawn. If you are a sensitive or empathic individual, you will already be feeling this new doorway of light that is opening for us. As today we have Uranus-Pluto in square, solidifying the opening of that door, the energies from the Spiritual Hierarchy and all the Christed Galactic Forces use the movements of the celestial bodies to answer the call evermore forcefully and increasingly.
And you are why they do so.
It is a time to know something is indeed happening here. It is indeed a time to awaken to the Rays of God and your own Soul’s Journey within the Light. A journey that, if traveled as diligently and resolutely as the trajectory of comet ISON, will bring within you “the Light” from the farthest reaches of our very Galaxy.
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional
Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes.The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.