Showing source for: https://www.mech.vg/
Duration: 0.065213s
Server: cloudflare

<!DOCTYPE html>
<html>
    <head>
        <title>
   Mech Crusaders; Free mech battle strategy game in your browser
        </title>
        <meta content="width=device-width, initial-scale=1" name="viewport">
        <meta content="Play our free online game, train a team of Mechs and battle them against other players'..." name="description">
        <meta content="pbbg, game, mech, strategy, robot, free, browser, rpg, mmorpg, play, login" name="keywords">
        <script src="https://code.jquery.com/jquery-1.11.3.min.js">
        </script>
        <style>
            body {
                padding             : 0;
                margin              : 0;
                background-color    : #000;
            }
            a:link, a:visited {
                color               : #FFCC88;
            }
            a:hover, a:active {
                color               : #FFDD99;
            }
            p {
                padding             : 0;
                margin              : 0;
                height              : 380px;
            }
            #content {
                max-width           : 1024px;
                margin              : 0 auto;
                font-family         : Georgia;
                color               : #ffffdd;
                padding             : 10px;
                border-top          : 1px solid #62615C; /*#8C5409;*/
            	/*float: left;*/
            	/*width: 240px;*/
            }
            #banner {
                height              : 380px;
            }
            #content b {
                color               : #F6E537;
            }
            /*
            #preview {
            	max-width: 784px;
            	min-width: 300px;
            	float: right;
            }*/
            form {
                margin              : 0;
            }
            .textentry {
                background-color    : transparent;
                border              : 1px solid #FFCC88;
                margin              : 0 0 0 -15px;
                padding             : 3px 3px 3px 15px;
                font-family         : Georgia;
                color               : #FFCC88;
                font-weight         : bold;
            }
            /*input:focus {
            	outline: none;
            }*/
            #loginbutton {
                background-color    : #181818;
                cursor              : pointer;
                color               : #FFCC88;
                font-weight         : bold;
                width               : 100px;
                height              : 40px;
                font-family         : Georgia;
                font-size           : 18px;
                border              : 1px solid #FFCC88;
                box-shadow          : 3px 3px 0px #666;
            }
            #loginbutton:hover {
                background-color    : #333;
            }
            #left {
                width               : 240px;
                float               : left;
            }
            #right {
                max-width           : 450px;
                float               : right;
            }
            #separator {
                clear               : both;
            }
        </style>
        <script>
            function adjustBanner() {
                if ($(window).width() < 713) {
                    $('#right').css('float', 'none');
                    $('#left').css('float', 'none');
                } else {
                    $('#right').css('float', 'right');
                    $('#left').css('float', 'left');
                }
                var effectiveWidth = $(window).width();
                if ($(window).height() < 125 * 2.2 && effectiveWidth > 337) {
                    effectiveWidth = 337;
                } else if ($(window).height() < 152 * 2.2 && effectiveWidth > 409) {
                    effectiveWidth = 409;
                } else if ($(window).height() < 184 * 2.2 && effectiveWidth > 494) {
                    effectiveWidth = 494;
                } else if ($(window).height() < 221 * 2.2 && effectiveWidth > 594) {
                    effectiveWidth = 594;
                } else if ($(window).height() < 263 * 2.2 && effectiveWidth > 709) {
                    effectiveWidth = 709;
                } else if ($(window).height() < 315 * 2.2 && effectiveWidth > 849) {
                    effectiveWidth = 849;
                } else {
            
                }
                if (effectiveWidth < 338) {
                    $('#banner').css('background-image', "url('/images/2016/mechlogo-338-125.jpg')");
                    $('#banner').css('height', '125px');
                    var ml = Math.floor(($(window).width() - 338) / 2);
                    $('#banner').css('margin-left', ml + 'px');
                } else if (effectiveWidth < 410) {
                    $('#banner').css('background-image', "url('/images/2016/mechlogo-410-152.jpg')");
                    $('#banner').css('height', '152px');
                    var ml = Math.floor(($(window).width() - 410) / 2);
                    $('#banner').css('margin-left', ml + 'px');
                } else if (effectiveWidth < 495) {
                    $('#banner').css('background-image', "url('/images/2016/mechlogo-495-184.jpg')");
                    $('#banner').css('height', '184px');
                    var ml = Math.floor(($(window).width() - 495) / 2);
                    $('#banner').css('margin-left', ml + 'px');
                } else if (effectiveWidth < 595) {
                    $('#banner').css('background-image', "url('/images/2016/mechlogo-595-221.jpg')");
                    $('#banner').css('height', '221px');
                    var ml = Math.floor(($(window).width() - 595) / 2);
                    $('#banner').css('margin-left', ml + 'px');
                } else if (effectiveWidth < 710) {
                    $('#banner').css('background-image', "url('/images/2016/mechlogo-710-263.jpg')");
                    $('#banner').css('height', '263px');
                    var ml = Math.floor(($(window).width() - 710) / 2);
                    $('#banner').css('margin-left', ml + 'px');
                } else if (effectiveWidth < 850) {
                    $('#banner').css('background-image', "url('/images/2016/mechlogo-850-315.jpg')");
                    $('#banner').css('height', '315px');
                    var ml = Math.floor(($(window).width() - 850) / 2);
                    $('#banner').css('margin-left', ml + 'px');
                } else {
                    $('#banner').css('background-image', "url('/images/2016/mechlogo-full.jpg')");
                    $('#banner').css('height', '380px');
                    var ml = Math.floor(($(window).width() - 1024) / 2);
                    $('#banner').css('margin-left', ml + 'px');
                }
            }
            $(document).ready(function() {
                adjustBanner();
            });
            $(window).resize(function() {
                adjustBanner();
            });
        </script>
        <script src="convert.js">
        </script>
    </head>
    <body>
        <p id="banner" style="background-image: url('/images/2016/mechlogo-full.jpg'); background-repeat: no-repeat;">
        </p>
        <div id="content">
            <div id="separator">
            </div>
            <div id="left">
                <form action="login.php" method="post">
                    <script>
                        secure = new decimal(Math.floor(Math.random() * 16777215) + 1).toHex();
                        document.write("<INPUT TYPE='hidden' NAME='secure' VALUE='" + secure + "'>");
                        function guest() {
                            document.getElementById('emailBox').innerHTML = "<input name='email' size='25' id='email'>";
                            document.getElementById('email').focus();
                        }
                    </script>
                    <b>
                        Welcome to Sector 3&hellip;
                    </b>
                    <br>
                    <br>
                    Enter Username or Email
                    <br>
                    <span style="color: #888;">
                        &gt;
                    </span>
                    <input autofocus="autofocus" class="textentry" id="email" name="email" tabindex="1" type="search">
                    <br>
                    <label for="remember" style="font-size: 11px; color: #aaa;">
                        <input id="remember" name="saveEmail" style="margin-left: 3px; margin-top: 4px; margin-bottom: 0; margin-right: 2px; padding: 0;" tabindex="3" type="checkbox" value="1">
                        Remember Email/Username
                    </label>
                    <br>
                    <br>
                    Enter Password
                    <br>
                    <span style="color: #888;">
                        &gt;
                    </span>
                    <input class="textentry" id="pass" name="pass" tabindex="2" type="password">
                    <br>
                    <br>
                    <input id="loginbutton" type="submit" value="Login">
                </form>
                <a href="?alt_sess=on" style="font-size: 10px; color: #aaa; text-decoration: none; display: block; margin-top: 12px;">
                    Turn Mobile Interface On
                </a>
                <br>
                <br>
                <a href="land.php" style="font-weight: bold;">
                    &raquo;
                    <b>
                    </b>
                    New? Click here to Join
                </a>
                <br>
                <br>
                <a href="contactus.php" style="font-weight: bold;">
                    &raquo; Contact Us
                </a>
                <br>
                <br>
                <br>
                &nbsp;
            </div>
            <div id="right">
                <span style="white-space: nowrap;">
                    <img src="http://mech.vg/images/check.gif" style="margin-right: 3px;">
                    Free Game
                </span>
                &nbsp;
                <span style="white-space: nowrap;">
                    <img src="http://mech.vg/images/check.gif" style="margin-right: 3px;">
                    No Download
                </span>
                &nbsp;
                <span style="white-space: nowrap;">
                    <img src="http://mech.vg/images/check.gif" style="margin-right: 3px;">
                    No Plug-ins
                </span>
                &nbsp;
                <span style="white-space: nowrap;">
                    <img src="http://mech.vg/images/check.gif" style="margin-right: 3px;">
                    No Adverts
                </span>
                <br>
                <br>
                <b>
                    <u>
                        Mech Crusaders - Mech Strategy Game
                    </u>
                </b>
                <br>
                <i>
                    Persistent Browser-Based Game - Established 2003
                </i>
                <br>
                <br>
                Become a Mech Commander and enter a world of mechs and destruction&hellip; Train your mechs into a powerful army, equip them with the fiercest weapons, and enjoy conquering your fellow players in this free multiplayer online strategy game!
                <br>
                <br>
                &nbsp;
                <br>
                <b>
                    From deep under Sector 3 an old legend rises..
                </b>
                .
                <br>
                Build and arm Mechs and plan out your strategy.
                <br>
                Good choices will be the demise of the other commanders.
                <br>
                Bad ones may result in defeat! Think carefully...
                <br>
                Anyone can rise to the top in this free strategy game!
                <br>
                <br>
                <i style="color: #C6B8AF; font-size: 11px;">
                    Mech Crusaders is brought to you by
                    <a href="http://www.vantagegaming.net/" target="vgnWin">
                        VantageGaming.net
                    </a>
                    <br>
                    <br>
                </i>
                <table cellpadding="0" cellspacing="0">
                    <tbody>
                        <tr>
                            <td valign="top">
                                <i style="color: #C6B8AF; font-size: 11px;">
                                    Our other games
                                    <br>
                                    <a href="http://www.konoblemen.net/" target="_blank">
                                        Free Medieval RPG Strategy Game
                                    </a>
                                    <br>
                                    <a href="http://www.baneofsin.com/" target="_blank">
                                        Free Turn-based Vampire Game
                                    </a>
                                </i>
                            </td>
                            <td valign="bottom">
                                <a href="https://www.facebook.com/MechCrusaders/" target="_blank">
                                    <img src="fb.png" style="margin-left: 15px;">
                                </a>
                            </td>
                        </tr>
                    </tbody>
                </table>
            </div>
        </div>
        <script type="text/javascript">
            var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
            document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
        </script>
        <script type="text/javascript">
            try {
                var pageTracker = _gat._getTracker("UA-2571407-4");
                pageTracker._trackPageview();
            } catch (err) {
            
            }
        </script>
    </body>
</html>

Latest requests

# Url Url Source Date
1 https://www.mech.vg/ 2024-05-30 05:26:45
2 https://thebolditalic.com/?gi=039f… 2024-05-30 05:26:45
3 https://thebolditalic.com/?gi=fcc8… 2024-05-30 05:26:45
4 https://thebolditalic.com/?gi=c6bf… 2024-05-30 05:26:44
5 https://mmsi-pkc.auth0.com/login?s… 2024-05-30 05:26:43
6 https://thebolditalic.com/?gi=7fd2… 2024-05-30 05:26:42
7 https://thebolditalic.com/?gi=a245… 2024-05-30 05:26:41
8 https://thebolditalic.com/?gi=7f08… 2024-05-30 05:26:41
9 https://thebolditalic.com/?gi=3853… 2024-05-30 05:26:40
10 https://thebolditalic.com/?gi=3b9b… 2024-05-30 05:26:38
11 https://thebolditalic.com/?gi=8458… 2024-05-30 05:26:37
12 https://thebolditalic.com/?gi=242a… 2024-05-30 05:26:37
13 https://thebolditalic.com/?gi=809e… 2024-05-30 05:26:36
14 https://thebolditalic.com/?gi=45ae… 2024-05-30 05:26:35
15 https://thebolditalic.com/?gi=22d1… 2024-05-30 05:26:34
16 https://thebolditalic.com/?gi=4b25… 2024-05-30 05:26:33
17 https://thebolditalic.com/?gi=0b58… 2024-05-30 05:26:33
18 https://thebolditalic.com/?gi=8942… 2024-05-30 05:26:33
19 https://thebolditalic.com/?gi=99ec… 2024-05-30 05:26:32
20 https://thebolditalic.com/?gi=51d2… 2024-05-30 05:26:31