Get Greg mentioned as one of the Greatest Americans...

Talk about whatever you feel like.
User avatar
Ric_Price
Redshirt
Posts: 437
Joined: Sat May 10, 2003 5:16 pm
Location: Everett, WA

Get Greg mentioned as one of the Greatest Americans...

Post by Ric_Price » Wed Feb 09, 2005 7:45 pm

...Of All Time.

Discovery Channel is accepting Nominations for the Greatest American of all time and I would like to see us rally together and maybe even just get an honorable mention, if not more for Greg. you can vote, if you are interested, at Greatest American Website


Who's with me?

Let me know that you've voted so we can show Greg through this Thread all who voted.
Last edited by Ric_Price on Wed Feb 09, 2005 7:51 pm, edited 1 time in total.
Image

User avatar
Deacon
Shining Adonis
Posts: 44234
Joined: Wed Jul 30, 2003 3:00 pm
Gender: Male
Location: Lakehills, TX

Post by Deacon » Wed Feb 09, 2005 7:50 pm

Your imaginary girlfriend, Rita.
The follies which a man regrets the most in his life are those which he didn't commit when he had the opportunity. - Helen Rowland, A Guide to Men, 1922

User avatar
Ric_Price
Redshirt
Posts: 437
Joined: Sat May 10, 2003 5:16 pm
Location: Everett, WA

Post by Ric_Price » Wed Feb 09, 2005 7:51 pm

God Deacon, you ARE an idiot. LOL but I like you anyway.
Image

Kato
Redshirt
Posts: 17
Joined: Thu Jan 08, 2004 7:11 am

Re: Get Greg mentioned as one of the Greatest Americans...

Post by Kato » Wed Feb 09, 2005 7:53 pm

I'm replying that I voted. Because you told me too.

User avatar
edge
Redshirt
Posts: 3376
Joined: Mon Jun 02, 2003 9:43 pm
Gender: Male
Location: Pittsburgh, PA
Contact:

Post by edge » Wed Feb 09, 2005 7:54 pm

Got my vote!

OniNeko
Redshirt
Posts: 1960
Joined: Tue Oct 07, 2003 3:13 pm
Location: Salt Lake City, UT
Contact:

Post by OniNeko » Wed Feb 09, 2005 8:04 pm

I can't not vote, right?
"... to see with eyes unclouded by hate."

User avatar
Ric_Price
Redshirt
Posts: 437
Joined: Sat May 10, 2003 5:16 pm
Location: Everett, WA

Post by Ric_Price » Wed Feb 09, 2005 8:05 pm

right
Image

User avatar
naval_aviator_2040
Redshirt
Posts: 651
Joined: Thu Dec 02, 2004 4:52 am
Gender: Male
Location: NY Capital region
Contact:

Re: Get Greg mentioned as one of the Greatest Americans...

Post by naval_aviator_2040 » Wed Feb 09, 2005 8:06 pm

voted
i don't hate everyone equally, there are levels. but none of them are the traditionally thought of standards for predjudice. its not based on race, religion, gender, or sexual orientation its based on how much the person annoys me personally. i count you as a friend since you annoy me very little. brittney spears is an enemy because even though i don't know her/care about her at all she still finds a way to annoy me every time i turn on the tv

User avatar
Infin8Cyn
Redshirt
Posts: 6309
Joined: Tue Apr 29, 2003 10:02 pm
Real Name: James
Gender: Male
Location: Albuquerque, New Mexico
Contact:

Post by Infin8Cyn » Wed Feb 09, 2005 8:21 pm

If I was truly un-lazy, it wouldn't be hard to write a small program to keep sending that nomination, over and over and over again.
Image

User avatar
Ric_Price
Redshirt
Posts: 437
Joined: Sat May 10, 2003 5:16 pm
Location: Everett, WA

Post by Ric_Price » Wed Feb 09, 2005 8:23 pm

I would love to see one written if someone has the time and lack of laziness to do so
Image

User avatar
Infin8Cyn
Redshirt
Posts: 6309
Joined: Tue Apr 29, 2003 10:02 pm
Real Name: James
Gender: Male
Location: Albuquerque, New Mexico
Contact:

Post by Infin8Cyn » Wed Feb 09, 2005 8:52 pm

Well, Let's see, the swf is here:
http://cdn.digitalcity.com/ch_tv/final_outclient_5.swf

Though they have many variants (final_outclient_3.swf, final_outclient_4.swf, etc.) the contents are the same.

Contents

Code: Select all

function parse()
{
    var _l1 = this;
    trace("return:" + _l1.toString());
    _root.rstring = _l1.toString();
    _root.debug = "return:\n" + _l1.toString();
} // End of the function
function send_nominations()
{
    var myXML = new XML();
    myXML.xmlDecl = "<?xml version=\"1.0\" ?>";
    var root = myXML.createElement("root");
    root.attributes.user = "s33k3r";
    root.attributes.password = "a0l53arch";
    var i = 0;
    while (i < 5)
    {
        var ptr = eval(_root + ".n" + (i + 1));
        if (ptr != "")
        {
            var nnode = myXML.createElement("nomination");
            var nnode_text = myXML.createTextNode(ptr);
            nnode.appendChild(nnode_text);
            root.appendChild(nnode);
        } // end if
        i++;
    } // end while
    myXML.appendChild(root);
    var sXML = new XML();
    _root.rXML.load(_root.myurl + "?post_xml=" + escape(myXML.toString()));
    _root.votecount++;
    myLSO.data.votecount = votecount;
    myLSO.flush();
    if (_root.votecount >= 3)
    {
        _root.voteclip.nom_button._visible = false;
        _root.voteclip.mc._visible = false;
    } // end if
} // End of the function
var n1 = "";
var n2 = "";
var n3 = "";
var n4 = "";
var n5 = "";
var myurl = "http://tv.channel.aol.com/xml/handleRequest.adp";
var myLSO = SharedObject.getLocal("greatest_americans");
var votecount = myLSO.data.votecount;
trace("count:" + votecount);
if (votecount >= 3)
{
    _root.voteclip.gotoAndStop("threevotes");
} // end if
var rXML = new XML();
rXML.onLoad = parse;
if (!myLSO.data.votecount >= 0)
{
    myLSO.data.votecount = 0;
    myLSO.flush();
} // end if
stop();
stop();
Ok, so lets see...

It sends the nomination to:

Code: Select all

    _root.rXML.load(_root.myurl + "?post_xml=" + escape(myXML.toString()));
aka:

http://tv.channel.aol.com/xml/handleReq ... ?post_xml=[Insert myXML.toString() here]

Now, myXML...

Code: Select all

var myXML = new XML();
    myXML.xmlDecl = "<?xml version=\"1.0\" ?>";
    var root = myXML.createElement("root");
    root.attributes.user = "s33k3r";
    root.attributes.password = "a0l53arch";
    var i = 0;
    while (i < 5)
    {
        var ptr = eval(_root + ".n" + (i + 1));
        if (ptr != "")
        {
            var nnode = myXML.createElement("nomination");
            var nnode_text = myXML.createTextNode(ptr);
            nnode.appendChild(nnode_text);
            root.appendChild(nnode);
        } // end if
        i++;
    } // end while
    myXML.appendChild(root);
Doesn't seem too hard to fake at all. Course, a couple questions come to mind...
Do they change the password [Which is in l33t, heh] and username daily/hourly/dynamically to prevent spamming?
/me ponders.
Last edited by Infin8Cyn on Wed Feb 09, 2005 9:12 pm, edited 1 time in total.
Image

User avatar
Makh
Redshirt
Posts: 1794
Joined: Mon Feb 02, 2004 7:24 pm
Location: Russia, Khabarovsk
Contact:

Post by Makh » Wed Feb 09, 2005 9:12 pm

This thing is discriminatory, I will vote only if you allow me to be a constestant. :)

User avatar
billf
Pantless power
Pantless power
Posts: 7052
Joined: Tue Feb 11, 2003 8:27 pm
Location: New York... The part with the cows
Contact:

Post by billf » Wed Feb 09, 2005 10:33 pm

I think voting Jesus as one of the greatest Americans would be much funnier than Greg.
Image
"We spend the first year of their lives teaching them (children) to walk and talk, and the rest of their lives telling them to shut up and sit down."

Rfairney
Redshirt
Posts: 1413
Joined: Thu Mar 13, 2003 3:33 pm
Gender: Male
Location: UK

Post by Rfairney » Wed Feb 09, 2005 10:41 pm

I vote Hitler !

User avatar
Ric_Price
Redshirt
Posts: 437
Joined: Sat May 10, 2003 5:16 pm
Location: Everett, WA

Post by Ric_Price » Wed Feb 09, 2005 11:13 pm

The thing is, there is NO joke intended here. It is people like Greg, persons most every day American do not know, that deserve the award more than someone famous. It's the ability of people like Greg to Inspire someone to become better than they are that deserve the title Greatest American. As such I chose to nominate Greg because he is one of two people who have inspired me to take up Comicing and to become a web comic artist.
Image

Post Reply

Who is online

Users browsing this forum: Ahrefs [bot], Petalbot and 3 guests