For Programmers: Free Programming Magazines  


Home > Archive > PHP Mirrors > November 2004 > #30775 [Opn->Bgs]: Error reported several times per page about missing function OA









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author #30775 [Opn->Bgs]: Error reported several times per page about missing function OA
goba@php.net

2004-11-13, 8:55 pm

ID: 30775
Updated by: goba@php.net
Reported By: griffinmt at charter dot net
-Status: Open
+Status: Bogus
Bug Type: Website problem
Operating System: WXP SP2
PHP Version: Irrelevant
New Comment:

Apparently, you are using phpbuilder.com to read the PHP manual. That
wesite is not operated by php.net, nor do we have any connection with
them. It seems to be operated now by Jupitermedia Corporation... If you
check the last-updated date on the manual page copies they have, it says
something like 2002 october. That is quite old.

Please use http://php.net/manual/ for your PHP documentation needs. We
have a hunder mirror sites around the globe to serve you quickly.
Without ads, and with actual information and user notes.


Previous Comments:
------------------------------------------------------------------------

[2004-11-13 21:29:05] griffinmt at charter dot net

Here is the FIRST 3 sections of Javascript found at the top of every
page, including the line that references OAS_RICH that causes the
error:
------------------------------------------------------
<SCRIPT LANGUAGE=JavaScript>
<!--
OAS_url = 'http://mjxads.internet.com/RealMedia/ads/';
OAS_sitepage = 'intm/linux/www.phpbuilder.com/manual/index';
OAS_listpos =
'468x60-1,468x60-2,125x125-1,sitetext- 1,cp1,cp2,cp3,cp4,cp5,cp6,cp7,cp8,cp9,cp
10,cp11,cp12,cp13,flex,house_ribbon,ciu'
;
OAS_query = '';
OAS_target = '_top';
OAS_version = 10;
OAS_rn = '001234567890'; OAS_rns = '1234567890';
OAS_rn = new String (Math.random()); OAS_rns = OAS_rn.substring (2,
11);
function OAS_NORMAL(pos) {
var_a=('<A HREF="' + OAS_url + 'click_nx.cgi/' + OAS_sitepage );
var_b=(var_a + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + '?' );
var_c=(var_b+ OAS_query + '" TARGET=' + OAS_target + '>');
document.write(var_c);
var_aa=('<IMG SRC="' + OAS_url + 'adstream_nx.cgi/' + OAS_sitepage );
var_bb=( var_aa + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos +
'?');
var_cc=( var_bb + OAS_query + '" BORDER=0></A>');
document.write(var_cc);
}
//-->
</SCRIPT>
<SCRIPT LANGUAGE=JavaScript1.1>
<!--
OAS_version = 11;
if (navigator.userAgent.indexOf('Mozilla/3') != -1 )
OAS_version = 10;
if (navigator.userAgent.indexOf('Mozilla/4.0 WebTV') != -1)
OAS_version = 10;
if (OAS_version >= 11) {
var_aaa=('<SCRIPT LANGUAGE=JavaScript1.1 SRC="' + OAS_url);
var_bbb=(var_aaa + 'adstream_mjx.ads/' + OAS_sitepage + '/1');
var_ccc=(var_bbb + OAS_rns + '@' + OAS_listpos + '?' + OAS_query );
var_ddd=(var_ccc + '"><\/SCRIPT>');
document.write(var_ddd);
}
//-->
</SCRIPT>
<SCRIPT LANGUAGE=JavaScript>
<!--
document.write('');
function OAS_AD(pos) {
if (OAS_version >= 11)
OAS_RICH(pos);
else
OAS_NORMAL(pos);
}
//-->
</SCRIPT>

------------------------------------------------------------------------

[2004-11-13 21:19:21] goba@php.net

I would also be suprised if we would do business with these types,
since we are not doing business with anyone. Please point out at least
one reference in one of our pages, so we can investigate the problem.

------------------------------------------------------------------------

[2004-11-13 20:45:44] griffinmt at charter dot net

Description:
------------
On EVERY page request to php.net while researching the documentation,
an error dialogue is produced several times per page due to a function
OAS_RICH not being defined. This is a direct result of embedded
references to sites such as mjxads.internet.com which is blocked by
most spyware checkers. I am surprised you would even do business with
'products' such as REAL in this way.

Reproduce code:
---------------
n/a

Expected result:
----------------
n/a

Actual result:
--------------
n/a


------------------------------------------------------------------------


--
Edit this bug report at http://bugs.php.net/?id=30775&edit=1
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com