Skip to content

Instantly share code, notes, and snippets.

View AgelxNash's full-sized avatar
Open to suggestions

Евгений Борисов AgelxNash

Open to suggestions
View GitHub Profile
@AgelxNash
AgelxNash / AssetsDoc.snippet.php
Last active December 10, 2015 15:38
[Evo] Список опубликованных документов с определенной группой к которой имеет доступ текущий пользователь.
<?php
/**
* AssetsDoc snippet for MODX Evolution
* @desc Список опубликованных документов с определенной группой к которой имеет доступ текущий пользователь.
* @version 0.1
* @author Borisov Evgeniy aka Agel Nash ([email protected])
* @date 04.01.2013
*
* @category snippet
@AgelxNash
AgelxNash / antihacker.plugin.php
Last active February 5, 2016 11:53
[EVO] Anti Hacker v.1.4
//<?
/**
* BAH - (Anti Hacker) created By Bumkaka
* modify by Agel_Nash
*
* @category plugin
* @version v 1.4
* @internal @events OnWebPageInit
* @internal @legacy_names BAH
* @internal @installset base, sample
@AgelxNash
AgelxNash / StaticUrl.php
Created October 23, 2012 16:09
StaticUrl plugin for MODX Revo
<?php
/**************************************/
/** StaticUrl plugin for MODX Revo
*
* @version 1.2
* @author Borisov Evgeniy aka Agel Nash ([email protected])
* @date 23.10.2012
*
* @category plugin
* @internal @event OnWebPagePrerender
<?php
/**************************************/
/** HtmlFromNabor snippet for MODX Revo
*
* @version 0.2
* @author Borisov Evgeniy aka Agel Nash ([email protected])
* @date 18.12.2012
*
* @category snippet
* @internal @modx_category System
@AgelxNash
AgelxNash / HtmlInLine.plugin.php
Created October 18, 2012 13:38
HtmlInLine plugin for MODX Revo
<?php
/**************************************/
/** HtmlInLine plugin for MODX Revo
*
* @version 1.2
* @author Borisov Evgeniy aka Agel Nash ([email protected])
* @date 20.07.2012
*
* @category plugin
* @internal @event OnWebPagePrerender
@AgelxNash
AgelxNash / idna_convert.class.php
Created August 4, 2012 17:55
Encode/decode Internationalized Domain Names
<?php
// {{{ license
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4 foldmethod=marker: */
//
// +----------------------------------------------------------------------+
// | This library is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU Lesser General Public License as |
// | published by the Free Software Foundation; either version 2.1 of the |
// | License, or (at your option) any later version. |