9d8
< $ask='';
40,46c39
< if (isset($_GET['mysvg'])) {
< $usuffix='_' . server_remote_addr();
< file_put_contents($_SERVER['DOCUMENT_ROOT'] . DIRECTORY_SEPARATOR . 'emojiicon' . DIRECTORY_SEPARATOR . 'favicon' . $usuffix . '.svg', str_replace(' ',' + ',str_replace('+',' ',$_GET['mysvg'])));
< if ($iponl != '' && file_exists($_SERVER['DOCUMENT_ROOT'] . DIRECTORY_SEPARATOR . 'emojiicon' . DIRECTORY_SEPARATOR . 'favicon_' . server_remote_addr() . '.svg')) {
< $iponl=massage(" onload=\" if (window.parent) { if (parent.document.body.outerHTML.split('>')[0].indexOf(' data-ip=') == -1) { parent.document.body.setAttribute('data-ip', '_" . $rma . "'); parent.document.body.setAttribute('data-firstip', 'y'); } } \"");
< }
< } else if (isset($_GET['codepoint'])) {
---
> if (isset($_GET['codepoint'])) {
72,82d64
< if (('' . $_SERVER['QUERY_STRING']) == '') {
< $ask="
";
< }
<
85,109d66
<
< var viasvg=false, prevval='', prevcp='', initdiv='';
<
< function doviasvg() {
< if (viasvg) {
< document.getElementById('mysvg').name='mysvg';
< document.getElementById('myform').submit();
< setTimeout(function(){ document.getElementById('dform').innerHTML=initdiv; }, 7000);
< } else if (('' + document.getElementById('codepoint').value).indexOf('-') == -1) {
< document.getElementById('myform').submit();
< setTimeout(function(){ document.getElementById('dform').innerHTML=initdiv; }, 7000);
< }
< }
<
< setTimeout(function(){
< if (window.parent) {
< if (window.parent != window.self) {
< document.getElementById('dform').innerHTML=document.getElementById('dform').innerHTML.replace('_self','_blank'); //document.getElementById('myform').target='_top';
< }
< }
< initdiv=document.getElementById('dform').innerHTML;
< }, 3000);
<
<
< Emoji Icon - RJM Programming - March, 2025
113c70
< Emoji Icon - RJM Programming - March, 2025
" . $ask . "
---
> Emoji Icon - RJM Programming - March, 2025