Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Quote Originally Posted by TheAngel View Post
    View the source on the commandandconquer.com main page.

    <?php
    $seo_keytags = "";
    $seo_description = "";
    if(empty($seo_keytags)) {
    $seo_keytags = "Command & Conquer, C&C, CnC, Command & Conquer 4, C&C 4, CnC 4, C&C4, CnC4, Electronic Arts, EA, Kane, GDI, NOD";
    }
    if(empty($seo_description )) {
    $seo_description = "EA Los Angeles is bringing the award-winning Tiberium series to an epic conclusion with Command &amp; Conquer 4.";
    }
    ?>

    <head>


    <meta name="author" content="Electronic Arts" />
    <meta name="language" content="en" />
    <meta name="robots" content="index, follow" />
    <meta name="keywords" content="<?php echo($seo_keytags); ?>">
    <meta name="description" content="<?php echo($seo_keytags); ?>">

    I think that's a fail. I'm quickly loosing interest in everything CnC now =(
    @Klandri:

    That's what I meant


    Quote Originally Posted by Reno View Post
    Dude! Don't disrespect Feloidea. He helps to bring a lot of much needed sanity to these forums.
    Quote Originally Posted by Reno ... again View Post
    Feloidea's way of thinking is in a higher league than us mere mortals.
    In loving memory:
    Quote Originally Posted by RedAlert2008 View Post
    OMFG, i hate you......you just brought back a program i used to be forced to watch when i was younger.....D:<

  2. #12
    Quote Originally Posted by Klandri View Post
    Except for this, I agree...




    Could someone explain to us non-programmers?

    Ok. When you rightclick a page and select VIEW SOURCE you usually see HTML, basically just stuff that makes up a page. Now, pages can be either static or dynamic. Static means the webserver just holds HTML files which are sent to you and displayed in your browser. Nothing special going on there.

    Dynamic means the page is compiled/interpreted and the result (in HTML) is send to you. So basically the webserver holds programming code and whenever you request a page, the server executes the code and sends you the result.

    The fail here is that they use PHP code, but didn't configure the webserver properly. So the bare programmingcode is visible in the source instead of the result.

    The code in question doesnt do much though, so nothing to worry about.
    http://www.shatabrick.com

  3. #13
    Colonel Klandri's Avatar
    Join Date
    Feb 2011
    Location
    Iceland, Blue Zone B15
    Posts
    3,083
    Quote Originally Posted by Feloidea View Post
    @Klandri:

    That's what I meant
    Knew that one...

    Quote Originally Posted by Kiswabengbeng View Post
    Ok. When you rightclick a page and select VIEW SOURCE you usually see HTML, basically just stuff that makes up a page. Now, pages can be either static or dynamic. Static means the webserver just holds HTML files which are sent to you and displayed in your browser. Nothing special going on there.

    Dynamic means the page is compiled/interpreted and the result (in HTML) is send to you. So basically the webserver holds programming code and whenever you request a page, the server executes the code and sends you the result.

    The fail here is that they use PHP code, but didn't configure the webserver properly. So the bare programmingcode is visible in the source instead of the result.

    The code in question doesnt do much though, so nothing to worry about.
    And this is what I was looking for, thank you.
    Quote Originally Posted by Borreh View Post
    Also, if anyone here is famous, it's Cypher for the above, Kermanit for trolling, Klandri for being an incarnation of Satan and CNCGeek for 1984.

    The rest is expendable.
    And Borreh for being featured in a spammer's valuable member's signature.

    As the moderator in chief I am obligated to remind you that if you use reddit subscribe to /r/commandandconquer

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Victory Games is Electronic Arts' dedicated Strategy Gaming studio. Formed in 2010 under the leadership of Jon Van Caneghem, Victory Games has offices in Los Angeles, CA; Austin, TX; and Shanghai, China and is currently focused on the Command & Conquer franchise.