Skip to content

Instantly share code, notes, and snippets.

View 3D-I's full-sized avatar
💭
😜 Buried by a certain volume of code 🤓

3Di 3D-I

💭
😜 Buried by a certain volume of code 🤓
View GitHub Profile
<?php
/**
*
* @package phpBB3
* @version $Id$
* @copyright (c) 2008 evil3
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
<?php
/**
*
* notebbcode (Prime Note Bbcode) - extension
*
* @copyright (c) 2016 3Di (based on the hard work of Matt Friedman/VSE)
*
* @license GNU General Public License, version 2 (GPL-2.0)
*
*/
<?php
/**
*
* notebbcode (Prime Note Bbcode) - extension
*
* @copyright (c) 2016 3Di
*
* (based on the hard work of Matt Friedman/VSE)
*
* @license GNU General Public License, version 2 (GPL-2.0)
<?php
/**
*
* notebbcode (Prime Note Bbcode) 1.0.0-b3 - extension
*
* @copyright (c) 2016 3Di
*
* (migration based on the hard work of Matt Friedman/VSE)
* @license GNU General Public License, version 2 (GPL-2.0)
*
<?php
/**
*
* notebbcode (Prime Note Bbcode) 1.0.0-b3 - extension
*
* @copyright (c) 2016 3Di
*
* (migration based on the hard work of Matt Friedman/VSE)
* @license GNU General Public License, version 2 (GPL-2.0)
*
"version-check":
{
"host": "github.com",
"directory": "/3D-I/online-since/blob/master",
"filename": "onlinesince-vcheck.json"
}
{
"stable": {
"1.0": {
"current": "1.0.1",
"download": "https://github.com/3D-I/online-since/archive/RC2.zip",
"announcement": "",
"eol": null,
"security": false
}
},
@3D-I
3D-I / fb.php
Last active March 16, 2016 04:14
Checks the SSL and cURL status of your server configuration
<?php
/**
* Usage: Download and unzip the file, upload it to your Board's root (i.e.: www.mydomain.com/phpBB3/)
* Point your browser to i.e.: www.mydomain.com/phpBB3/fb.php - results will be on your screen
* @package - fb.php 1.0.0-a1
* @copyright (c) 2016 3Di (Marco T.) 14-Mar-2016
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*/
@3D-I
3D-I / style.cfg
Last active March 23, 2016 18:57
aeroblack style.cfg with a CR added after the last line
#
# phpBB Style Configuration File
#
# @package phpBB3
# @copyright (c) 2005 phpBB Group
# @license http://opensource.org/licenses/gpl-license.php GNU Public License
#
#
# At the left is the name, please do not change this
# At the right the value is entered
@3D-I
3D-I / listener.php
Created March 26, 2016 17:58
TPOTM v1.0.4-a1: add banned users to the exclude list ot v1.0.3 (validated)
<?php
/**
*
* @package phpBB Extension - tpotm v1.0.4-a1-(Top Poster Of The Month)
* @copyright (c) 2005 - 2008 - 2016 3Di (Marco T.)
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
namespace threedi\tpotm\event;