Code Context $xml = $this->get_xmp_array($xmp_data);
foreach($xml['Seq'] as $row) {
$single_data = array();
$item_details =
[
'path_root' => '/media/images/IMAGES DONE/',
'drive' => 'D',
'originalpath' => 'D:/Images/Images Done/Library/SF295/215525.jpg',
'FileSize' => '428 KB',
'is_book' => false,
'keywords' => 'Soccer',
'real_path' => '/media/images/IMAGES DONE/Library/SF295/',
'path' => 'Library/SF295/215525',
'file_path' => 'https://www.sportsfile.com/web/winshare/p180/Library/SF295/',
'file_pathBig' => 'https://www.sportsfile.com/web/winshare/w540/Library/SF295/',
'file_pathSmall' => 'https://www.sportsfile.com/web/winshare/p180/Library/SF295/',
'file_name' => '215525.jpg',
'id' => '215525',
'sku' => '215525',
'image' => 'https://www.sportsfile.com/web/winshare/p180/Library/SF295/215525.jpg',
'imageBig' => 'https://www.sportsfile.com/web/winshare/p180/Library/SF295/215525.jpg',
'imageBigPreview' => 'https://www.sportsfile.com/web/winshare/w540/Library/SF295/215525.jpg',
'imageSmall' => 'https://www.sportsfile.com/web/winshare/p180/Library/SF295/215525.jpg',
'categorycode' => 'ABC',
'moreimages' => 'D0607080',
'headline' => 'St. Patrick's Athletic v Bohemians - eircom League',
'headlineTruncated' => 'St. Patrick's Athletic v Bohemians - eircom League',
'caption' => '14 July 2006; St. Patrick's Athletic manager Johnny McDonnell. eircom League, Premier Division, St. Patrick's Athletic v Bohemians, Richmond Park, Dublin. Picture credit: David Maher / SPORTSFILE',
'DateCreated' => 'Fri, 14 Jul 2006 00:00:00 +0000',
'ShortDate' => '14 Jul 2006',
'LongDate' => 'Friday 14th Jul 2006',
'db_DateCreated' => '200607140000',
'event_images_count' => (int) 21,
'event_images_count_text' => '21 Images',
'parent_block' => '',
'parent_block_class' => '',
'image_link_url' => 'https://www.sportsfile.com/more-images/D0607080/',
'w' => '2193',
'h' => '1626',
'dimensions' => 'width='180'',
'mobile_dimensions' => 'style="width:100%;"',
'orientation' => 'horizontal',
'iptc_leadimage' => 'False',
'is_editorial' => 'false',
'is_hidden' => 'false',
'width' => (int) 2193,
'height' => (int) 1626,
'display_priority_timestamp' => (int) 0,
'event_group_lead_image' => 'f',
'page_sort' => (int) 0,
'date_sort' => (int) 0,
'display' => 'true',
'reindex' => 'false',
'alt' => '14 July 2006; St. Patrick's Athletic manager Johnny McDonnell. eircom League, Premier Division, St. Patrick's Athletic v Bohemians, Richmond Park, Dublin. Picture credit: David Maher / SPORTSFILE',
'folderid' => (int) 5000,
'link' => 'https://www.sportsfile.com/id/215525/',
'purchase_item' => true,
'button' => '<a href='https://www.sportsfile.com/id/215525/'>Purchase This Print</a><br/>',
'single_image_link_text' => 'Purchase Print',
'gallery_actions_default' => '<div class="gallery-actions">
<a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.sportsfile.com%2Fid%2F215525&via=sportsfile&related=sportsfile%3AIreland%27s+largest+sports+photography+agency.&text=St.+Patrick%27s+Athletic+v+Bohemians+-+eircom+League" class="left" onclick="track_share_click('twitter');"><div class="icon-medium icon-medium-twitter"></div></a>
<a class="facebook left" target="_blank" onclick="track_share_click('facebook'); return !window.open(this.href, 'Facebook', 'width=640,height=300')" href="https://www.facebook.com/sharer/sharer.php?u=https://www.sportsfile.com/id/215525&t=St.+Patrick%27s+Athletic+v+Bohemians+-+eircom+League"><div class="icon-medium icon-medium-facebook"></div></a>
<a href="https://www.sportsfile.com/id/215525/" class="text12 gallerylink right gallery-history-link">Purchase Print</a></div>',
'gallery_actions_corporate' => '<div class="gallery-actions corporate-box"></div>',
'permission_name' => 'access_5000',
'twitter_share_link' => 'https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.sportsfile.com%2Fid%2F215525&via=sportsfile&related=sportsfile%3AIreland%27s+largest+sports+photography+agency.&text=St.+Patrick%27s+Athletic+v+Bohemians+-+eircom+League',
'facebook_share_link' => 'https://www.facebook.com/sharer/sharer.php?u=https://www.sportsfile.com/id/215525&t=St.+Patrick%27s+Athletic+v+Bohemians+-+eircom+League',
'gallery_actions' => '<div class="gallery-actions">
<a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.sportsfile.com%2Fid%2F215525&via=sportsfile&related=sportsfile%3AIreland%27s+largest+sports+photography+agency.&text=St.+Patrick%27s+Athletic+v+Bohemians+-+eircom+League" class="left" onclick="track_share_click('twitter');"><div class="icon-medium icon-medium-twitter"></div></a>
<a class="facebook left" target="_blank" onclick="track_share_click('facebook'); return !window.open(this.href, 'Facebook', 'width=640,height=300')" href="https://www.facebook.com/sharer/sharer.php?u=https://www.sportsfile.com/id/215525&t=St.+Patrick%27s+Athletic+v+Bohemians+-+eircom+League"><div class="icon-medium icon-medium-facebook"></div></a>
<a href="https://www.sportsfile.com/id/215525/" class="text12 gallerylink right gallery-history-link">Purchase Print</a></div>',
]
$sql = 'select user_activity_tbl.*,users_tbl.name from user_activity_tbl
inner join users_tbl on user_activity_tbl.user_id=users_tbl.user_id where path='Library/SF295/215525' and action like '%editorial_image'
order by id'
$conn = object(Cake\Database\Connection) id:0 {
'config' => [
'password' => '*****',
'username' => '*****',
'host' => '*****',
'database' => '*****',
'port' => '*****',
'driver' => 'Cake\Database\Driver\Postgres',
'persistent' => 'false',
'timezone' => 'UTC',
'flags' => [
],
'cacheMetadata' => true,
'log' => false,
'quoteIdentifiers' => false,
'datasource' => 'Database/Postgres',
'schema' => 'public',
'prefix' => '',
'encoding' => 'utf8',
'url' => null,
'name' => 'default',
]
'driver' => object(Cake\Database\Driver\Postgres) id:1 {
'connected' => true
}
'transactionLevel' => (int) 0
'transactionStarted' => false
'useSavePoints' => false
'logQueries' => true
'logger' => object(DebugKit\Database\Log\DebugLog) id:2 {
protected _queries => [
'' => [maximum depth reached],
]
protected _logger => null
protected _connectionName => 'default'
protected _totalTime => (int) 6
protected _totalRows => (int) 1
protected _includeSchema => false
}
}
$query = object(Cake\Database\Log\LoggingStatement) id:0 {
protected _logger => object(DebugKit\Database\Log\DebugLog) id:1 {
}
protected _compiledParams => [
]
protected startTime => (float) 1758095538.1168
protected loggedQuery => null
protected _statement => object(Cake\Database\Statement\PDOStatement) id:2 {
}
protected _driver => object(Cake\Database\Driver\Postgres) id:3 {
}
protected _hasExecuted => true
}
$editorial_history = [
]
$file = '/media/images/IMAGES DONE/Library/SF295/215525.jpg'
$var = [
'var' => [
'www_dir' => '/var/www/html',
'www_url' => 'http://www.sportsfile.com',
'web_dir' => '/var/www/html/src/webroot',
'web_url' => 'http://www.sportsfile.com',
'mod_dir' => '/var/www/html/mod/',
'mod_url' => 'http://www.sportsfile.com/mod/',
'cls_dir' => '/var/www/html/src/webroot/class/',
'cls_url' => 'http://www.sportsfile.com/class/',
'xml_dir' => '/var/www/html/src/webroot/xml/',
'img_dir' => '/var/www/html/src/webroot/images/',
'img_url' => 'http://www.sportsfile.com/images/',
'css_url' => 'http://www.sportsfile.com/css/',
'js_url' => 'http://www.sportsfile.com/js/',
'_mstart' => (float) 1758095538.1019,
'_log' => '',
'_onload' => '',
'_style' => '',
'_script' => '',
'_main' => 'main',
'_action' => 'main',
'_file' => 'main',
'_xmlact' => 'main.xml',
'_source' => 'post',
'www_index' => 'http://www.sportsfile.com/index.php',
'www_self' => 'http://www.sportsfile.com/id/215525',
'www_script' => 'http://www.sportsfile.com/index.php?action=main',
'ccode' => 'EUR',
'cname' => 'Euro',
'cicon' => '€',
'email_support' => 'liam@zeitsolutions.com',
'twitter_widgets_js' => '<script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>',
],
'dataset' => [
'status' => [
(int) 1 => 'New Order',
(int) 2 => 'Sent To Printer',
(int) 3 => 'In Print',
(int) 4 => 'Cancelled',
(int) 5 => 'Posted',
],
],
]
$image_xmp_history = [
]
$key_data = [
'DRP' => 'Dropped',
'TXT' => 'Metadata Edited',
'ACT' => 'Sent to an Action',
]
$content = '��� JFIF H H ��pExif MM * J R( �i Z x
�� '
�� ' � �� Z � �( � � H H ��� JFIF H H �� C !"$"$�� C�� � �! ��
�� � } !1AQa"q2���#B��R��$3br�
%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz������������������������������������������������������������������������
�� � w !1AQaq"2�B���� #3R�br�
$4�%�&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz����������������������������������������������������������������������� ? �]d�sN��#�9����$|�'��#9��+
��#�*�w�K�|�ɭ��j��#��b�����u��.`�Ma�z�6�!�I�,F�Ĺ�j����Թ��3j�z�iK���bŶ�&����E�XA'�'1�������{N��|��!Ijm�|��i��2���T�+
���ZS})is��$��g��R���;�l��l|h�j�1��ցh$�7��Dm��,za���i�B��L4+�,0jh�s��HD� g|t5����"im�oN1BC�}|;�Il�,v�7*Ӓ��� �{��t�-X���NGQ���m^�����ǚ�C�R=Et��p�&��r^$a~{��ю߭\6&{�<P�ޔ�`֛B�-��m[oJj!r9m[��B���ңxW#�����>W#�ц�8�����@�UV5�JV.ZƧ�K$K��XEF�o��dqB@Y��*�ǧj �Pg�u��"pڥ�h�Dv2�H���S&��mB�.x�A=�����
���-�C�E���'��j���}=:k��O�/��sX����'%uQ�G?�z�G�^�)��M�?����4q^(?�����k���,�:��(�q�ֆbƹ���G���BG*q��L |���Ү���m��ZԆ?݊W�N*��K��qR̼~���Ջu�P"�*���Hd1��]e��g��Un���-�����b��.��v`?�r��?�֬5�&�!���u�D�Ldrs��^U���N����A#�M�<d�q�Qּt�);�>�R}��6���eԻ��.�p臩� �s^���d�� m�e��FV��+�Z<�|2��x�!�k;ã��u=�.��c���E�u��,���G��@A2`��y_��I��j�D���lB��!n��3R3B�x�'_��3�~��/"�k��Un��C#,+lZ隕����A�@��'PUqӾ1�¸q���}�K+��ב�x�xoE𧈣�|�2a1�d� �����g�+���\�[�{h�p� (a�����>�E'fp!�k�i��K0=Gnߕ{��l���Z]����+8Ր�S�d~+� ��fS�W��x�/ݿҲ<8>�z4�<J�g�Zՙ[�GִcPS�+ܨ�=�Ȫ���eZ��}kb��B�ت�jX6��\�������� -��S�P�E��v��7����~���5Ǎ�5v�'�]y�>4���O�������'$��>���^jګY�WV�H�d*��rOzw���N���7��5��KI��e�ִ���{�ї <�2H`�К&��x�I�~��C}lax�6�3�~"�+J-u<l|*6��_�����\J����}k����;8�(��j̉�}kJ3�~5H
�<�������Y���2�-~�ּM��SV�j�k�K~�`Qq���������Z=*���-��Z~ZII1��s�=�8�&�PmI5����#���߭����0�\���dd�T�����ܕ���rF��|�%}�t�t�BM7N��կn�q���]?���mW������0LIUy'P� J�� r�zޔҨ��ۇ��N�K{Ez�����
�7�ց, �_8��o0��e ��g�\O�#�^�ceu�g�V��' �5�;8��?ά�����?-R�s�����
W���S%�>����� �;sI
&�Sg�R�=\�b�9<Ui���l�V�T�������#a-��$a�Wsm��^�V���ﮇ���1��
���얿{�o�mo�t��Oc4������]{|�{m�Ie�};i����8gZ����C�t�#-���p7���2��kx����Go_ʹ�5���k�I�� ����
>U� y�F� �YK�}��cJ�Z�Oק��?�5�s�7��A�簙���)(�t9VPk��<e�o^�(��A֤ .�h1o3v�P��� ���TW~]����_��1�x�*��L�z�/MMOM��n��Ҍ�וp;��*���Z���+V-@�\V�i����ECA��Q�_Ʃ�O ��y�(����O��Z���Z&�:��
�o�1c( X�u��2��F1ɦƓ{W��M+��i�b�p��OA����]i�i6� ���Kb�Lj�km��,�=���9�ĺ�.�[�d�$0F_������S+M}OL��%�p"��n|���;_����5k�/��]�i��ӧ��p�]�J)%U/~z汄�mh��|�����S���w�g� n�[��r�����#Ip0|�b_#ܜք�Go��Ī��p;�2�)�Y���S���-z���eٞL{��YZ�mK���7��O�M*{ؼC�[G�xS�:�ޅ�q��v���Ng��pF7(9߳���9��[
R���N��(Q��*}����_I���As-;��W5Yʓ���^mW˷�l@�Z�z���ϗ�Zy={�Cb�T^�'�qL{��znF����H5 �K�
���~���t7�?���9K�_�:�-��' �+��wu�0߯�% �${��Z�a�}�� ��iUٿ�U�?T}3Xb��Rl��s
�9�(=��ܯ�sJ��y���� Ri��������s}���6h��%�13��}���>f�9�խ>è�d�v�f0���y�I����{b���s5%�9l�m�_��h��}��[$|�H"�7�8A��F}�^��G�O��<��N��/%�(���A#*�t==p.��ml|�u^kB�gk������oBMn��mVL���+�G� ��XKsws�[d~)��J�w��=�>d��� 5�x�G��}�v[��ds� d�c��6zbK�Kq�k8���&X���}����0�^� �c%ٟ�q��k��/� �(�r�p}jW�M��Ώ��*�t���E.a�דʒ���� <����9Y��7v$�Ic\��u#��`���q%�6��Zj����R���,�q �Zy���zNdr�K�Ա� �is)#K!��
N�7�Y��E9�,�+�&�3�J���� !��B��p����XZ[y�
��f?.��@x ����GK��SB�J�s�����>�� 1���<�*j������(b����J�_V����-� ���r�zl܌zc�G��u������Mo"ȇ$rG#��#�l�W���x���%�}�?z�g2c�\�^8��2�\S���!WO'�/���jy-�,
9�������T�ܘ�ܫIi��� �V�����y9���5Se��X�d� ���ϩj�Q�em�^�k4xxvX�0*��89�tBM=���ץSJJ����O��_ñ����Q�N�߈��
t8Z?9�R�u�1�6cɢ�1�ѳ�i#�W�fZ�mc�k�|��F<�&��0ERK!� W��gc����um?w�Uv��ף��Ώ����;���4�k�J�<���=-���k���|V��r-B?���
��H!��?*Ʋ�=|���cJK���с�K��C�� ���`~���Oo�^Z��Ŕ#rb�?�B���!�g�A��)�L7c�s���7m�6x������UE�Z� n|��]�nǯJ��w���3)�&&lp�X1��v({��|�� �Z�I��4Z,��&�3I���y�������L9h����/;�&� ٨D��K�����
��h2��`�G�Y�Tq>����Rz+NVy\�Y�[D�c�J����� �s�)_�$�kG�W�k��ӗ;?G��",��*���_I�6���Q<k�+��X��=�$I�I�n�X�
��FB�=��k�r�=L��0��(�h��
�=��&�);T��������ؒ��L�7�� �kș�-��D�q��f�?S�,��ݜ���b��뿱<V�[�60յ-$y���Mۦ�,���Sy�NE���(��K$�s�I��G�^�vh�j�N����|�k\'�c?֠�@Xd1���*+� [�?���/
��� 9�%�Y� �����v�P��=_���"0F{
+fx�]ud��ƶ�&��8�ƮxY�*���a���Uǚ~�z���&������i�l�&��֜:��5�`hr����;"����&�M���+X�I`����Qh
M�X�Cqޱ�}�9�n�s� � |��Ҳ��Ƽ��\��2�(�h��Q�s�Y^Dv��R?��� �����6 '�I�͔�u�x��)�S��I>��%���X�L����Gq�F�c��Rɰ�Z��A�V�Vg��a��b<r��������gd&ir>�Y�~h�5�JZ\�lm'��ݚ^�[��
�6�`��W<F� ]��G��\�IWi�:�de-�cY]Kc�Z�@ؒ�d�����$�2��0(� 2����Q��|ya/_Ј�`�QV�s�5�q<`�J���En̽�y;��g��1���X���f�n3\��n禱N0:��$�Ȯ�Nd1���#ʬy�j9���1����0H8�faf��v�4t�j��� �+/�ʷ^�헖��dܡ��Y�h��� vk�>k��B@U�8�U�a�98� w?�h]<Q�2��¯=�4��?w�*���c��z�6r���^���4�6�`�+��g��~h�&(�'ޣ���Ks���qݷo(��}���t�M�y8��>���*xwT��m�.VV3|��$�>���W�?l���Ҟs�V���7A��ѽ:�}K�Xh��iz-u�{l���Nv�F?���!�0��P�`.LWLw>3^u�� ��<�g�:ټ�G �fx�Y���s����g���ƗM.��9�:o���
Q��Wt0�B�[+��� V½N�ϔ�\�!��N����:Π�X�C�0k0Z�>zՔ�n �:� ��Oj�}^�X�p���Եr�+4�5�4��[xn�D���ǷcOo�Y7���aR
ƹb;�^Zn�i��e�Վ�C���o��%�s�Q�����s�Ck)��Gm(��A�?Z���9Z���P�'
��Ja+i��{���c����,� |WU-�z��qE_*[Oon�g�; ��'��<�Z�A%���5,�O@ �[�<��,d��i�������k��!��g1۞������L��nQ��<�9��-EU�%�t]�h��V~ ٴ�<�#1ǥn��o����9)m)�β�o<��n��5��j�3����Ψ����k�l-����<F��=�m'��ʞ-%� �M�W:E68Zˏ�M�S��l� �ʋ
�k7��oʞ-&� �-I��r�0�����dv�$���HDž� �7�ڼ�y�W���1n�ظv��˩�� ~���m̲Jz q��K�I��l{,���3*2�
���Y�L�pk���+E���{�V��ܨ'v��������\5�&�C��}w:�{�96�Wc
4#���M����6��B�s5��4��u�W�~��i,!��Pt�%��o#�P8E���^�'{�?=���(��� _y����'�
as��&�Z�
!k���4Q`��_J�[Q�ѭ����Os���"�/$��'�����[�ڈ�P�$J�/䃂��]�
U}�c�����~�!i��b�bQ�^*� 7=� gԊ��M)o�j>�IP�/���w�6��Ӛ�+����^�`eO�-
X���2Cgi�z�֧�#:e��SK�h��/���� �s���/PQh���*����C��.Ӟq���+�{N�U��4�v�k�9\���zұVcf��1�k,YR�}����*T�4�3����g�.�;W���{Qar�e�QҎ��t��S_@ӑ<���:�cv������44���|<�V�=�����i�0}b1�$as��� s��W�7w���ȇ�N��&XN8���^=\iɽ>�7�(ƒr�[o�%���� {d��Б�@ux�VRC�A�j���C �[���2���jH FGLY�����m>-˞�_w�;���6�`��^"��_Y�\����e�������o��rJ�~T�6�V�؏j���� �{U�Yv0�e�o�� $�`��.|0�pl��@<��A�ETԾ|F�����>{V��Kk���S�3��铚֖��4�ɏ�,����ue����/�OE��<"���]D��a��!� �";⾤��ղ�۵=)�gqhq���NJ�Eh���SQԨ��*h�YٷW�Ϙ쉋��q�y###�E1t�%�ƺ֊�
������'�>�r�e��<�x���r2�=
r1Y���Ώq}wu�]��y�X�Y6��2��� �V<�J �Ifkq|?��VQZG�E6�;���S�<���Ƶ���r<����������Y��R�m��^K{���[��Z���a+Ț֪�]��A��B���#$�b��&v�ecu��)���,� `������H�d�c�K�t^���@��� ~���DѤǙ�i�d8��H����n�>���%c�I�H���(�H҄k�,�!%T@�Rz�1�6=F��G�i�H�+l�?���6��X��k���:��ӁM���[]�f��7gw�l���9����G�P0M.�CrطQ���F��3
*�3 �^� �h�L��4�$`�S��q��tO��S��M�YJ� �x�̊ &�4��R]2�EA�C@�(�q����4Ur�i��H�L�z����:�z��q��'�T���LśL�f9�'9��M��Z H�}"7�#ҬQ� ���\�zк>���ҬT7\[�==���@
4�$"���B���� ��Oa�
GѴwTW�lF0�ۡ�=P�F =���^Photoshop 3.0 8BIM � DML 00176772 ABC
OWNER00429 Soccer7 20060714A Color Factory 8.0P David Maher / SPORTSFILEU David Maherg D0607080i 2St. Patrick's Athletic v Bohemians - eircom Leaguen
SPORTSFILEt �SPORTSFILEx �14 July 2006; St. Patrick's Athletic manager Johnny McDonnell. eircom League, Premier Division, St. Patrick's Athletic v Bohemians, Richmond Park, Dublin. Picture credit: David Maher / SPORTSFILE� CP_1252�
4073899524� !BA5E764E9CBC415A BA14187C328A3FCF� 48528996497763298A��Image Description: 14 July 2006; St. Patrick's Athletic manager Johnny McDonnell. eircom League, Premier Division, St. Patrick's Athletic v Bohemians, Richmond Park, Dublin. Picture credit: David Maher / SPORTSFILE
Orientation: 1
Resolution: 72.000
ResolutionUnit: 2
Software: Adobe Photoshop CS2 Windows
Artist: David Maher / SPORTSFILE
Copyright: ©SPORTSFILE
ColorSpace: 65535
� =E:\SF\CF\TransferSFLibrary\D\IMAGES\IMAGES DONE\Library\SF295�� 8BIM% ۡ�k���0*9飨8BIM� H H 8BIM&