Steps Posted December 12, 2008 Posted December 12, 2008 Hey everyone, I'm not sure where this is supposed to be posted, but everytime i try to go to Keten's website (Polish Chemical supplier for those who don't know.) My computer complains about it being attempted to be hacked, no other website just Keten. I posted this just incase it is a concern to some peoples privacy etc...This could all just be nothing and my computers being stupid. Just trying to be safe.
FREAKYDUTCHMEN Posted December 12, 2008 Posted December 12, 2008 I'm not surprised, with his bad (read very very slow) service he should have got many enemies.
Miech Posted December 13, 2008 Posted December 13, 2008 (edited) If anyone knows what the following script does we might find out what happens:Edit: before I forget, click at own risk and don't sue me if something goes wrong .http://republika.onet.pl/_s/skypanel009.js There is a DHTML line at rule 2 of the index page of Keten linking to this script. Edited December 13, 2008 by Miech
WarezWally Posted December 13, 2008 Posted December 13, 2008 My javascript knowledge is a bit rusty but from what I can tell its certainly dodgy.
oskarchem Posted December 28, 2008 Posted December 28, 2008 Wouldn't the source code of the page be easier to read? I'll have a look at it, I'm into C/C++, Python programming, but I haven't done a lot of HTML, but he never declares the variable " ", or do you not have to whilst writing HTML?
Miech Posted December 28, 2008 Posted December 28, 2008 The thing " " is to put a non-breaking-space in HTML. That is a space which is handled like a usual character, making the renderer 'connecting' the word before and after it. Thus, no need do declare it as a variable, as it isn't one. Other things like that are things like < for <, € for the euro sign and such. The letters used can also be replaced by the corresponding number of that character, so &0179; would show a character too (a ³ character).
Recommended Posts