php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30775 Error reported several times per page about missing function OAS_RICH
Submitted: 2004-11-13 20:45 UTC Modified: 2004-11-13 23:12 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: griffinmt at charter dot net Assigned:
Status: Not a bug Package: Website problem
PHP Version: Irrelevant OS: WXP SP2
Private report: No CVE-ID: None
 [2004-11-13 20:45 UTC] 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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-11-13 21:19 UTC] 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 21:29 UTC] 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,cp10,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 22:48 UTC] goba@php.net
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.
 [2004-11-13 23:12 UTC] griffinmt at charter dot net
Thank You for the clarification. For your information, I got to your bug reporting process directly from their site, and did not appreciate the distinction between PHP.NET and PHPBUILDER.NET
I am now using your resources to assist my developement and training.

Thank You
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 05:01:30 2024 UTC