1
RicoCali
Who copied who?
  • 2003/11/26 7:35

  • RicoCali

  • Not too shy to talk

  • Posts: 120

  • Since: 2002/7/29


I just noticed that the current version of XOOPS and PHPNUKE function looks identical when you right click and view-source:


function SymError()
{
return true;
}

window.onerror = SymError;

var SymRealWinOpen = window.open;

function SymWinOpen(url, name, attributes)
{
return (new Object());
}

window.open = SymWinOpen;


I know that 2.0x is a complete rewrite and is not suppose to have any remnance of phpnuke. So which leads to the question...who copied who?

2
intel352
Re: Who copied who?
  • 2003/11/26 8:00

  • intel352

  • Module Developer

  • Posts: 824

  • Since: 2003/11/23


well, i know FB has been copying alot of the NukeScripts and NSN dev team's code, into PHP-Nuke, so it's my bet the 'copycat' is a nuker

lol

buuuuut, this is an assumption, and we all know assumptions are often wrong

3
defel
Re: Who copied who?
  • 2003/11/26 9:43

  • defel

  • Just popping in

  • Posts: 6

  • Since: 2003/11/26


Actually those will be functions that Symantec software adds on it's behalf to pages you view. I'm guessing you're using Norton Internet Security as that's known to add this. So there's not actually any identical code just NIS is adding extra code to pages you view. Do a google search on "function SymError()" and you'll see many others have found this.

4
intel352
Re: Who copied who?
  • 2003/11/26 9:47

  • intel352

  • Module Developer

  • Posts: 824

  • Since: 2003/11/23


LMFAO

see, i was wrong, ehehe

5
RicoCali
Re: Who copied who?
  • 2003/11/27 3:12

  • RicoCali

  • Not too shy to talk

  • Posts: 120

  • Since: 2002/7/29


Quote:

defel wrote:
Actually those will be functions that Symantec software adds on it's behalf to pages you view. I'm guessing you're using Norton Internet Security as that's known to add this. So there's not actually any identical code just NIS is adding extra code to pages you view. Do a google search on "function SymError()" and you'll see many others have found this.


Wow! Thanks defel...you learn something new everyday! BTW...what is the purpose of this?

6
intel352
Re: Who copied who?
  • 2003/11/27 10:14

  • intel352

  • Module Developer

  • Posts: 824

  • Since: 2003/11/23


well, if it's anything like the code that ZoneAlarm inserts into the page, it's to prevent private header information from being given out, also possibly to stop any type of popups or malicious code, etc

i'm sure he has a more accurate explanation tho

7
defel
Re: Who copied who?
  • 2003/11/28 13:28

  • defel

  • Just popping in

  • Posts: 6

  • Since: 2003/11/26


According to Symantec it's part of their ad blocking features:

Link

Login

Who's Online

247 user(s) are online (143 user(s) are browsing Support Forums)


Members: 0


Guests: 247


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits