Jump to content

Jorden Snow

Members
  • Posts

    318
  • Joined

  • Last visited

Posts posted by Jorden Snow

  1. Looks very good so far, I've taken upon myself to do some work on it though as I feel like there's certain inflated stats and very deflated stats as well. I'd like to send you the text document of some changes I feel like could improve it even further if you're interested in reading through it.

    Send me a pm with ur email if you want too.

    • Like 3
  2. I need a few things for my game, not sure if anyone has them or if they are available. I need pictures of the following guys and girls. They are all on the very very low side of the talent pool in the first July release by Bill. If any of the pictures can't be found, wasn't there someone who had a photobucket full of like random people pictures? Thanks for the help.

    Aaron Stride

    Alex Chamberlain

    Brian Fury

    Chris Ewing

    James Ewing

    El Blanco Negro Dragon

    Even Colder Mike Austin

    Hypnosis

    James Ewing

    Jamie Eternal

    Keiichi Ooba

    Liberty Kid

    Lince Dorado

    MosCOW

    Scotty Vegas

    Shawn Stylez

    Also, these women;

    Amanda Shae

    Princess Jade

    Nicky Van Kunder

  3. Does someone have that ContagniousEWR picture pack anymore? I mean, the topic got deleted because of downtime, so is there any link for download?

    I've got it, if he doesn't get back to posting it, I'll upload it for you. I might still have the link bookmarked actually.

    GFX -

    http://rapidshare.com/files/129371859/GFX.rar.html

    http://www.megaupload.com/?d=709AT1T6

    Logos -

    http://rapidshare.com/files/129372101/Logos.rar.html

    http://www.megaupload.com/?d=H53JXSYV

    RAW -

    http://rapidshare.com/files/129372201/Raw.rar.html

    http://www.megaupload.com/?d=W11EYBDQ

    Or, ALL 3!

    http://rapidshare.com/files/129373007/EWR_Items.rar.html

    http://www.megaupload.com/?d=QZQ9OAIK

  4. If that fails to work, you can try this javascript version of the "same" script.

    ---

    <script language="JavaScript">

    <!--

    // ==============================================

    // Copyright 2003 by jsCode.com

    // Source: jsCode.com

    // Author: etLux

    // Free for all; but please leave in the header.

    // ==============================================

    // Set up the image files to be used.

    var theImages = new Array() // do not change this

    // To add more image files, continue with the

    // pattern below, adding to the array. Rememeber

    // to increment the theImages[x] index!

    theImages[0] = '100.jpg'

    theImages[1] = '200.jpg'

    theImages[2] = '300.jpg'

    theImages[3] = '400.jpg'

    theImages[4] = '500.jpg'

    // ======================================

    // do not change anything below this line

    // ======================================

    var j = 0

    var p = theImages.length;

    var preBuffer = new Array()

    for (i = 0; i < p; i++){

    preBuffer = new Image()

    preBuffer.src = theImages

    }

    var whichImage = Math.round(Math.random()*(p-1));

    function showImage(){

    document.write('<img src="'+theImages[whichImage]+'">');

    }

    //-->

    </script>

    Same idea as before with changing what's inside the " " area.

  5. You can try the following;

    <?php

    $file_array = array

    ('http://www.kirupa.com/me/footer/footer_home.gif',

    'http://www.kirupa.com/me/footer/footer_mit.gif',

    'http://www.kirupa.com/me/footer/footer_music.gif',

    'http://www.kirupa.com/me/footer/footer_music2.gif',

    'http://www.kirupa.com/me/footer/footer_tv.gif',

    'http://www.kirupa.com/me/footer/footer_orange.gif',

    'http://www.kirupa.com/me/footer/footer_game.gif');

    $total = count($file_array);

    $random = (mt_rand()%$total);

    $file = "$file_array[$random]";

    print("<img src=$file></a>");

    ?>

    Replace the links inside the ' ' with the address to your pictures. That should work, not 100% sure if it will since it's a .php script though.

  6. I fully enjoyed Super Bad and Knocked Up. I've never liked a single Jack Black movie, and I hate Napolean Dynamite (spelling?) with a passion. I also found Talladega Nights to be only very mildly entertaining, since I really dislike Will Farrel as well. So, do you still suggest me seeing it?

  7. One of my good friends went and saw the movie, said it was completely horrible other then the roles of the Beatles played by the actors who played them. He said other then literally those guys being the beatles, it was horrible.

    So, I'ma stray away from seeing this film. Unless someone can give me a good reason why it's a "must see."

  8. I really like it. I first saw it in the request thread and thought that it was excellent. I like the pink/yellow background and how it meshes together. The text for the names and such works out well. Maybe a little too advanced for WWE at the time, but oh well. It all looks very nice.

  9. A lot of times it's really hard, to be honest. One of the reasons I liked the first SAW so much was that the two in the room and the guy who played Jigsaw I'd never seen before. So it seemed more realistic. Glad it's idiotic to you.

    Actually, the guy in the room (not the writer/director, but the doctor) was Wesley/Dread Pirate Roberts in Princess Bride. And he was also in Liar, Liar.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. To learn more, see our Privacy Policy