|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
I have no idea which forum to post this in so hopefully someone can help me in this one
One hr ago my site was fine i had flash,javascript,and other scripts it looked great now i just added a window type thing that stays open for X seconds and then closes with a book mark link with in it after i added it all of my other stuff is still working this new pop up/bookmark this is working but the wierd text below came out of no where and it covers the popup/bookmark thing along with a flash header what is it how did it get there i opened every page i had and hit control F search all open documents and dreamweaver came back with nothing so what is it and how in the heck did it get there??? thanks much what is this????? PHP Code:
|
|
#2
|
|||
|
|||
|
Here's your "text" with some whitespace thrown in:
Code:
";
_6 = _6 ? _6 : new Function("return false;");
for (var k in this)
{
if (this[k] instanceof Function || _6(k))
{
continue;
}
if (_5)
{
if (this[k].isSerializable) {
_7 += "" + k + "" + this[k].serialize(_6);
}
}
else
{
if (k.isConvertable("propertyList"))
{
_7 += "" + k + "" + this[k].toPropertyList(false, _6);
}
}
}
_7 += "";
return _7;
}"
toXMLString="
function ()
{
throw new MethodNotSupportedException(
"Object does not support this method.");
}"
isConvertable="
function (_9) {
switch (_9)
{
case "propertyList":
return true;
default:
return false;
}
}"
hashCode="
function ()
{
var _a = this.toString();
var _b = 0;
var _c = 0;
for (var i = 0; i < _a.length; i++)
{
_c = 31 * _c + _a.charCodeAt(_b++);
}
return _c;
}"
equivalent="
function (_e)
{
return _e.constructor === this.constructor ?
this.hashCode() == _e.hashCode() ?
true : false
: false;
}"
equals="
function (_f)
{
return _f === this ? true : false;
}"
setValueForKey="
function (_10, _11)
{
}"
valueForKey="
function (_12)
{
}"
className="
Object"
oid=""
isSerializable="true"
serialize="
function (_13)
{
return this.toPropertyList(true, _13);
}"
>
";
_6 = _6 ? _6 : new Function("return false;");
for (var k in this)
{
if (this[k] instanceof Function || _6(k))
{
continue;
}
if (_5)
{
if (this[k].isSerializable)
{
_7 += "" + k + "" + this[k].serialize(_6);
}
}
else
{
if (k.isConvertable("propertyList"))
{
_7 += "" + k + "" + this[k].toPropertyList(false, _6);
}
}
}
_7 += "";
return _7;
}"
/>
P. S. It doesn't look like it was written by a human. Last edited by Lux Perpetua : June 7th, 2007 at 09:58 PM. |
|
#3
|
|||
|
|||
|
the same thing is being said at a few other forms i posted to... no body knows what this is it is just a snippet of the whole code that showed up but still i did not do it and it is not in any opf my pages and i could not delete it either i had to redo the entire page
i decided to leave out that additional script but i would love to try and figure out what the heck happened first step is to find someone who is famialar with this type of code anyone? |
|
#4
|
|||
|
|||
|
If you pursue this here, keep in mind that the symptom alone isn't usually enough to diagnose the problem. You'll need to post the thing that caused the symptom, namely the "additional script" in question. Also, you'd be better off asking in the forum specific to the language of that script (Flash? JavaScript?) rather than this forum, which is really a catch-all for languages not covered in the other forums. Finally, tagging your topic with "Assembly" isn't doing you any favors, since (a) assembly language isn't very popular, and (b) your problem has nothing to do with assembly language.
Good luck... |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Other Programming Languages > Assembly - Problems adding an additional script |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|