You came from: Gematria Calculator

Daily Transit — the cheapest real astrology

the daily transit email with SMS coming soon seven dollars a month or $50 a year

Every morning you get a message straight from the ephemeris to your phone, written in my hand. Seven dollars a month or forty-nine for the year. It is the cheapest real astrology you will ever find.

Operator note

Payment integrations are not wired yet

The funnel route is live. The offer is live. The source attribution is preserved (?reading=gematria&sid=&plan=yearly). What is missing are the processor credentials.

To enable real payments, drop a file at /home/dominecc/public_html/occultismunleashed.com/data/payment-credentials.php returning a PHP array with whichever of these keys apply:
  • paypal_button_monthly_id (PayPal hosted button id, monthly)
  • paypal_button_yearly_id (PayPal hosted button id, yearly)
  • stripe_price_monthly_id (Stripe price_..., monthly)
  • stripe_price_yearly_id (Stripe price_..., yearly)
  • stripe_publishable_key (Stripe pk_live_... or pk_test_...)
  • btcpay_invoice_monthly (BTCPay invoice template id, monthly)
  • btcpay_invoice_yearly (BTCPay invoice template id, yearly)
  • ghl_form_id_monthly (GHL form id for the $7 plan)
  • ghl_form_id_yearly (GHL form id for the $49 plan)
The page will detect each one on the next request and light up the matching processor block. NO payment is ever captured by the page itself — it always defers to the processor's own hosted flow.

Pick a plan

Monthly

$7 / month

Cancel any time. Renews monthly.

Choose Monthly

Yearly

$49 / year

Two months free. Renews yearly.

Choose Yearly

Sent from servitor@occultismunleashed.com. Written in my hand.

PayPal

Pay with PayPal. Hosted button, no card details touch this site.

Owner must add paypal_button_yearly_id to /data/payment-credentials.php.

Credit / Debit Card

Pay with any card. Stripe handles the card form; we never see it.

Owner must add stripe_price_yearly_id and stripe_publishable_key to /data/payment-credentials.php.

Bitcoin / Lightning

Pay with BTC, XMR, or any Lightning wallet.

Owner must add btcpay_invoice_yearly to /data/payment-credentials.php.

Internal test path: confirm the funnel reaches /subscribe/ end-to-end without going through a payment processor.