Hi, I'm on vBulletin 3.8.6 Patch Level 1, I haven't upgraded yet because I never saw the announcement in my admin news section...
This is what my newsproxy.php is returning:
Array
(
[headers] => HTTP/1.1 200 OK
Date: Fri, 04 Mar 2011 10:51:51 GMT
Server: Apache
X-Powered-By: PHP/5.2.10
X-UA-Compatible: IE=7
Content-Length: 611
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/xml; charset=utf-8
Set-Cookie: BIGipServervbulletin_POOL=[redacted - thomasv].0000; path=/
'ibf5scheme': http
ibf5scheme: http
Vary: Accept-Encoding
Content-Encoding: gzip
[body] => ��������U]k�0}N ���ϭU�����d�����K)C�olY2�l/�~��&k�O�7!_��u�1��Z
hP��"����P�*�2_�nϮ��i�HlM<�(�X�ÈZn�������a�ؼ��@�%\�W�%|P-,�K���1����<���bJz�:��T�ʺ:v�����Z�<~��
H��=')")����=}�����`
��R��i$x���i���L�R(��
��6�VC7+�J����Mm�*Q�R#f���2(4�Aam5'��2Am�&����2��]_��:��E��X4�ĵu�4B�֍Հ�9AX�ZfP��9�W�۶}���\\]�_���X����؏�[���V'�\�v6�҅v_����YMg�t'wG��$��^=%�jF�t�T��@t������|��f����qj2v�9��� Jo��
pi1�̛���q���~&��:�p�R��#_�����D�x��gG��f��h���ut�G��3��`��le���\���m��)�
����s����>��<e�M��5n��;Cmx=���lIw�����'�s����O����P����o,o5$��
)
Is "Content-Encoding: gzip" causing a problem here? Or is it something else?
Thanks.
This is what my newsproxy.php is returning:
��������U]k�0}N ���ϭU�����d�����K)C�olY2�l/�~��&k�O�7!_��u�1��Z
hP��"����P�*�2_�nϮ��i�HlM<�(�X�ÈZn�������a�ؼ��@�%\�W�%|P-,�K���1����<���bJz�:��T�ʺ:v�����Z�<~��
H��=')")����=}�����`
��R��i$x���i���L�R(��
��6�VC7+�J����Mm�*Q�R#f���2(4�Aam5'��2Am�&����2��]_��:��E��X4�ĵu�4B�֍Հ�9AX�ZfP��9�W�۶}���\\]�_���X����؏�[���V'�\�v6�҅v_����YMg�t'wG��$��^=%�jF�t�T��@t������|��f����qj2v�9��� Jo��
pi1�̛���q���~&��:�p�R��#_�����D�x��gG��f��h���ut�G��3��`��le���\���m��)�
����s����>��<e�M��5n��;Cmx=���lIw�����'�s����O����P����o,o5$��
When I add print_r($result); I get:hP��"����P�*�2_�nϮ��i�HlM<�(�X�ÈZn�������a�ؼ��@�%\�W�%|P-,�K���1����<���bJz�:��T�ʺ:v�����Z�<~��
H��=')")����=}�����`
��R��i$x���i���L�R(��
��6�VC7+�J����Mm�*Q�R#f���2(4�Aam5'��2Am�&����2��]_��:��E��X4�ĵu�4B�֍Հ�9AX�ZfP��9�W�۶}���\\]�_���X����؏�[���V'�\�v6�҅v_����YMg�t'wG��$��^=%�jF�t�T��@t������|��f����qj2v�9��� Jo��
pi1�̛���q���~&��:�p�R��#_�����D�x��gG��f��h���ut�G��3��`��le���\���m��)�
����s����>��<e�M��5n��;Cmx=���lIw�����'�s����O����P����o,o5$��
Array
(
[headers] => HTTP/1.1 200 OK
Date: Fri, 04 Mar 2011 10:51:51 GMT
Server: Apache
X-Powered-By: PHP/5.2.10
X-UA-Compatible: IE=7
Content-Length: 611
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/xml; charset=utf-8
Set-Cookie: BIGipServervbulletin_POOL=[redacted - thomasv].0000; path=/
'ibf5scheme': http
ibf5scheme: http
Vary: Accept-Encoding
Content-Encoding: gzip
[body] => ��������U]k�0}N ���ϭU�����d�����K)C�olY2�l/�~��&k�O�7!_��u�1��Z
hP��"����P�*�2_�nϮ��i�HlM<�(�X�ÈZn�������a�ؼ��@�%\�W�%|P-,�K���1����<���bJz�:��T�ʺ:v�����Z�<~��
H��=')")����=}�����`
��R��i$x���i���L�R(��
��6�VC7+�J����Mm�*Q�R#f���2(4�Aam5'��2Am�&����2��]_��:��E��X4�ĵu�4B�֍Հ�9AX�ZfP��9�W�۶}���\\]�_���X����؏�[���V'�\�v6�҅v_����YMg�t'wG��$��^=%�jF�t�T��@t������|��f����qj2v�9��� Jo��
pi1�̛���q���~&��:�p�R��#_�����D�x��gG��f��h���ut�G��3��`��le���\���m��)�
����s����>��<e�M��5n��;Cmx=���lIw�����'�s����O����P����o,o5$��
)
Is "Content-Encoding: gzip" causing a problem here? Or is it something else?
Thanks.
Comment