Skip to content
View netProphET's full-sized avatar
  • MODX, LLC
  • Bancroft, Ontario, Canada

Organizations

@modxcms
Block or Report

Block or report netProphET

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
netProphET/README.md

Most of my work is in private repos, but here's what some scripts think of my publicly visible work:

netProphET's public github stats Top Langs

  • 🔭 I’m currently building customer and business facing tools for MODX
  • ⚡ Fun fact: I've been using PHP since 1996, and I don't know WordPress or Laravel 😄
  • 🌱 I’m currently learning Elixir (and the BEAM, and Ecto and Phoenix and Nx and, well, as much of the ecosystem as I can)

Pinned

  1. SignificantTrades SignificantTrades Public

    Forked from Tucsky/SignificantTrades

    adds phemex exchange to aggr.trade

    Vue

  2. LogPageNotFound LogPageNotFound Public

    Forked from BobRay/LogPageNotFound

    Revolution plugin for logging page-not-found requests

    PHP 2 1

  3. Redirector Redirector Public

    Forked from modxcms/Redirector

    Handles all your site redirects in MODx Revolution.

    PHP

  4. Resizer Resizer Public

    Forked from modxcms/Resizer

    A lightweight, modern image resizer for MODX

    PHP

  5. MODX Cloud web rules example for Bab... MODX Cloud web rules example for Babel with two languages.In this example, German is the default language with resources in the 'web' context; English is the secondary language, set up in the 'en' context.This technique is based on the "SEO Friendly Multilingual Websites" article archived here: https://web.archive.org/web/20180927220103/http://www.multilingual-modx.com/blog/2011/seo-friendly-multilingual-websites-with-modx-and-babel.html
    1
    <?php
    2
    if($modx->context->get('key') != "mgr"){
    3
        /* grab the current langauge from the cultureKey request var */
    4
        switch ($_REQUEST['cultureKey']) {
    5
            case 'en':