Other Programming Languages
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreOther Programming Languages

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
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  
Old June 7th, 2007, 06:20 PM
shortybookit shortybookit is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2007
Posts: 107 shortybookit User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 8 h 11 m 52 sec
Reputation Power: 2
Angry Assembly - Problems adding an additional script

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:
"; _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; }" /> 

Reply With Quote
  #2  
Old June 7th, 2007, 09:55 PM
Lux Perpetua Lux Perpetua is offline
Contributing User
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Feb 2004
Location: San Francisco Bay
Posts: 1,416 Lux Perpetua User rank is Major (30000 - 40000 Reputation Level)Lux Perpetua User rank is Major (30000 - 40000 Reputation Level)Lux Perpetua User rank is Major (30000 - 40000 Reputation Level)Lux Perpetua User rank is Major (30000 - 40000 Reputation Level)Lux Perpetua User rank is Major (30000 - 40000 Reputation Level)Lux Perpetua User rank is Major (30000 - 40000 Reputation Level)Lux Perpetua User rank is Major (30000 - 40000 Reputation Level)Lux Perpetua User rank is Major (30000 - 40000 Reputation Level)Lux Perpetua User rank is Major (30000 - 40000 Reputation Level)Lux Perpetua User rank is Major (30000 - 40000 Reputation Level) 
Time spent in forums: 3 Weeks 4 Days 22 h 4 m 53 sec
Reputation Power: 334
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;

}"

/>
It's not a language I know, but it resembles JavaScript to my untrained eye. I can't parse it, though; there seem to be too many quotation marks and closing braces. Maybe you see something you recognize.

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.

Reply With Quote
  #3  
Old June 8th, 2007, 12:21 PM
shortybookit shortybookit is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2007
Posts: 107 shortybookit User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 8 h 11 m 52 sec
Reputation Power: 2
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?

Reply With Quote
  #4  
Old June 8th, 2007, 05:45 PM
Lux Perpetua Lux Perpetua is offline
Contributing User
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Feb 2004
Location: San Francisco Bay
Posts: 1,416 Lux Perpetua User rank is Major (30000 - 40000 Reputation Level)Lux Perpetua User rank is Major (30000 - 40000 Reputation Level)Lux Perpetua User rank is Major (30000 - 40000 Reputation Level)Lux Perpetua User rank is Major (30000 - 40000 Reputation Level)Lux Perpetua User rank is Major (30000 - 40000 Reputation Level)Lux Perpetua User rank is Major (30000 - 40000 Reputation Level)Lux Perpetua User rank is Major (30000 - 40000 Reputation Level)Lux Perpetua User rank is Major (30000 - 40000 Reputation Level)Lux Perpetua User rank is Major (30000 - 40000 Reputation Level)Lux Perpetua User rank is Major (30000 - 40000 Reputation Level) 
Time spent in forums: 3 Weeks 4 Days 22 h 4 m 53 sec
Reputation Power: 334
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...

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreOther Programming Languages > Assembly - Problems adding an additional script


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway