<?php 
// emoticonkeyboardshortcuts.php
if (('' . $_SERVER['QUERY_STRING']) == '' && 1 == 1) {
$pineapple=file_get_contents("HTTP://emojiterra.com/pineapple");
$pineto='data:text/html,' . urlencode($pineapple);

$pineapp=file_get_contents("HTTP://afeld.github.io/emoji-css/");
$pinetwo='data:text/html,' . urlencode($pineapp);

echo str_replace(' src="HTTP://afeld.github.io/emoji-css/"', ' src="' . $pinetwo . '"', str_replace(' src="HTTP://emojiterra.com/pineapple/"', ' src="' . $pineto . '"', str_replace(' src="//afeld.github.io/emoji-css/"', ' src="' . $pinetwo . '"', str_replace(' src="//emojiterra.com/pineapple/"', ' src="' . $pineto . '"', file_get_contents("../PHP/emoticon_keyboard_shortcuts.htm")))));
} else {
echo file_get_contents("http://www.rjmprogramming.com.au/PHP/emoticon_keyboard_shortcuts.php?" . $_SERVER['QUERY_STRING']);
}
exit;
?>


