This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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> | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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\"'/> "; | |
$javascript = <<<EOH | |
function xoopsCodeSoundCloud(id, enterSoundCloud) |