Skip to content

Instantly share code, notes, and snippets.

View ihackcode's full-sized avatar
Hello There. (⌐■_■)

ihackcode

Hello There. (⌐■_■)
  • United States
View GitHub Profile
@ihackcode
ihackcode / xoops.md5
Created August 27, 2017 07:48
XoopsCore25-2.5.9 xoops.md5
htdocs/Frameworks/art/changelog.txt:4ac275028bd6d9bae84cfbf4ee03ef1c
htdocs/Frameworks/art/functions.admin.php:adbfdb8a6e3cd319f2796f5dc5602157
htdocs/Frameworks/art/functions.cache.php:0a78fe3e9f3deff30e9f03f4edbb58f7
htdocs/Frameworks/art/functions.config.php:4662435044cdf47ce80a5b336fe813b1
htdocs/Frameworks/art/functions.ini.php:3cc72cb04de87d81de0656e1ed6b32ed
htdocs/Frameworks/art/functions.locale.php:68716d5a492fd0ddbdcf82e38f4a06b8
htdocs/Frameworks/art/functions.php:d666579acc1b9d4ab00f8b08a6c3cf49
htdocs/Frameworks/art/functions.user.php:9c1401ef303258de8b70c212ccf2d90a
htdocs/Frameworks/art/index.html:80cf51adb002838f3d7714cf53a8764f
htdocs/Frameworks/art/object.php:4d72cafd378641536a4f956b2021b660
@ihackcode
ihackcode / xoops.md5
Created July 4, 2017 04:11
XoopsCore25-2.5.9-RC1 xoops.md5
htdocs/Frameworks/art/changelog.txt:4ac275028bd6d9bae84cfbf4ee03ef1c
htdocs/Frameworks/art/functions.admin.php:adbfdb8a6e3cd319f2796f5dc5602157
htdocs/Frameworks/art/functions.cache.php:0a78fe3e9f3deff30e9f03f4edbb58f7
htdocs/Frameworks/art/functions.config.php:4662435044cdf47ce80a5b336fe813b1
htdocs/Frameworks/art/functions.ini.php:3cc72cb04de87d81de0656e1ed6b32ed
htdocs/Frameworks/art/functions.locale.php:68716d5a492fd0ddbdcf82e38f4a06b8
htdocs/Frameworks/art/functions.php:d666579acc1b9d4ab00f8b08a6c3cf49
htdocs/Frameworks/art/functions.user.php:9c1401ef303258de8b70c212ccf2d90a
htdocs/Frameworks/art/index.html:80cf51adb002838f3d7714cf53a8764f
htdocs/Frameworks/art/object.php:4d72cafd378641536a4f956b2021b660
@ihackcode
ihackcode / md5create.php
Last active August 19, 2016 15:17
XOOPS md5 checksumminig script w/out PEAR packages
#!/usr/bin/env php
<?php
/**
* XOOPS md5 checksumminig script
*
* @copyright The XOOPS project http://www.xoops.org/
* @license http://www.fsf.org/copyleft/gpl.html GNU public license
* @author Skalpa Keo <skalpa@xoops.org>
*/
@ihackcode
ihackcode / soundcloud.php
Last active January 4, 2016 21:59
File for XOOPS TextSanitizer for SoundCloud BBCode
<?php
//updated version @ https://github.com/XOOPS/XoopsCore/blob/master/htdocs/class/textsanitizer/soundcloud/soundcloud.php
class MytsSoundcloud extends MyTextSanitizerExtension
{
function encode($textarea_id)
{
$config = parent::loadConfig( dirname(__FILE__) );
$code = "<img src='{$this->image_path}/soundcloud.png' alt='SoundCloud' onclick='xoopsCodeSoundCloud(\"{$textarea_id}\",\"" . htmlspecialchars('Enter SoundCloud Profile URL', ENT_QUOTES) . "\");' onmouseover='style.cursor=\"hand\"'/>&nbsp;";
$javascript = <<<EOH
function xoopsCodeSoundCloud(id, enterSoundCloud)