Skip to content

Instantly share code, notes, and snippets.

View Septdir's full-sized avatar

Igor Berdichevskiy Septdir

View GitHub Profile
@Septdir
Septdir / sdv.php
Created March 2, 2018 13:49
Site Directory Viewer
<?php
/**
* @package Site Directory Viewer
* @version 1.0
* @author Igor Berdicheskiy - septdir.ru
* @copyright Copyright (c) 2013 - 2017 Igor Berdicheskiy. All rights reserved.
* @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
*/
$directory = '';
@Septdir
Septdir / vktoken.php
Last active March 2, 2018 13:45
VK API - Get server token
<?php
/**
* @package VK API - Get server token
* @version 1.0
* @author Igor Berdicheskiy - septdir.ru
* @copyright Copyright (c) 2013 - 2018 Igor Berdicheskiy. All rights reserved.
* @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
*/
ini_set('display_errors', 1);