Skip to content

Instantly share code, notes, and snippets.

View n0wheremany's full-sized avatar

n0wheremany n0wheremany

View GitHub Profile
@n0wheremany
n0wheremany / ucwords.php
Created April 1, 2016 09:09
Как сделать написание названия с заглавной буквы?
/*
Файл сохранить как /engine/tpl/ucwords.php
вставка в шаблон {include file="engine/tpl/uscwords.php?s=[xfvalue_blablalba]"}
*/
<?
echo ucwords(strtolower($s));
?>
@n0wheremany
n0wheremany / stopforumspam.php
Created February 20, 2013 17:45
DLE Выявление спамеров по базе пользователей
<?php
/*
=====================================================
n0wheremany
-----------------------------------------------------
http://nowheredev.ru/
-----------------------------------------------------
Copyright (c) 2013 n0wheremany
=====================================================
Данный код защищен авторскими правами
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bootstrap, from Twitter</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<?php
/*
=============================================================================
BlockPro 3 - Модуль для вывода блоков с новостями на страницах сайта DLE (тестировался на 9.7 и 9.8)
=============================================================================
Автор модуля: ПафНутиЙ
URL: http://blockpro.ru/
ICQ: 817233
email: pafnuty10@gmail.com
=============================================================================