NickTheGreek's Blog
NickTheGreek's Blog

Make Youself @ home
Rating 5

My Picture


Site Statistics

user posted image

Blog Functions


Logo

user posted image

What Do I Know About You Already


Facebook Page


Where To Be Found :


Wallpaper Of The Day



4 user(s) viewing

4 guest(s)
0 member(s)
0 anonymous member(s)

Latest Visitors



26 May 2025 - 22:55


27 Jul 2024 - 5:34


13 Oct 2023 - 1:04


26 Apr 2023 - 11:50


31 Jan 2023 - 10:17

123 Pages V  « < 4 5 6 7 8 > » 

Lego My City Cheat Codes

Posted by NickTheGreek, 23 Jan 2015, 09:52 PM

Have been playing LEGO My City along with my boy and have been looking for all in game cheat codes ...



extra.info.png

http://www.lego.com/en-us/city/my-city

well, not only do i have the old 2014 codes here but i will soon be providing with new codes for the 2015 new additions

CODE
K9UNIT        Unlocks Unit K9 Vehicle

OLDSTYLE    Unlocks Oldstyle Car Vehicle

DEPOSIT        Unlocks Deposit Building

GOTTAGO        Unlocks Decorative Building

SPEEDY        Unlocks Speedy Character

HANDCUFFS    Unlocks 50 pieces

PURSUIT        Unlocks 80 pieces

HIDEOUT        Unlocks 110 pieces

ARREST        Unlocks 140 pieces

Unknown        Unlocks ???

Unknown        Unlocks ???

Unknown        Unlocks ???

PATROL        Unlocks 270 pieces

AGENT        Unlocks 300 pieces

STATION        Unlocks 340 pieces

Unknown        Unlocks ???

DETECTIVE    Unlocks 400 pieces

LIEUTENANT    Unlocks 430 pieces

ACE        Unlocks 470 pieces

Unknown        Unlocks ???

LEGO CITY    Unlocks 500 pieces

BONUS        Unlocks 1000 pieces

Unknown        Unlocks ???

SURPRISE    Unlocks 2000 pieces

MAXBONUS    Unlocks 2500 pieces

LOADED        Unlocks 3500 pieces

404147        Unlocks 20 blue blocks

G7V2X5B3    Unlocks 10 blue blocks

SAFETY        Unlocks 20 red blocks

PILOT        Unlocks 20 orange blocks

MECHANIC    Unlocks 20 white blocks

DELIVERY    Unlocks 20 green blocks

REVERSE        Unlocks minigame (catch the cops)

RESCUE        Unlocks minigame helicopter

CHIEF        Unlocks minigame fire





Blog Date Fix

Posted by NickTheGreek, 21 Jan 2015, 08:01 PM

Took me quite some time to remember this, had this fixed again 3-4 years ago...

in

CODE
./sources/components_public/blog/lib/lib_post.php


you need to change line 423 accordingly

CODE
/* Build year dropdown */
                for( $i = 2006; $i < 2020; $i++ )


and the code block in total is:

CODE
        function html_date_field( $curr_date='' )
        {
                /* INI */
                $curr_date = $curr_date ? $curr_date : time();
                $_days     = '';
                $_months   = '';
                $_years    = '';

                /* Defaults */
                $_defaults = explode( '/', date( "m/d/Y/G/i", $curr_date ) );

                /* Build day dropdown */
                for( $i = 1; $i < 32; $i++ )
                {
                        $sel    = $_defaults[1] == $i ? ' selected=\'selected\'' : '';
                        $_days .= "<option value='{$i}'{$sel}>{$i}</option>";
                }

                /* Build month dropdown */
                for( $i = 1; $i < 13; $i++ )
                {
                        $sel      = $_defaults[0] == $i ? ' selected=\'selected\'' : '';
                        $_months .= "<option value='{$i}'{$sel}>{$this->ipsclass->lang['M_'.$i]}</option>";
                }

                /* Build year dropdown */
                for( $i = 2006; $i < 2015; $i++ )
                {
                        $sel     = $_defaults[2] == $i ? ' selected=\'selected\'' : '';
                        $_years .= "<option value='{$i}'{$sel}>{$i}</option>";
                }

                /* Return HTML */
                return $this->ipsclass->compiled_templates['skin_blog_post']->date_fields( $_days, $_months, $_years, $_defaults[3], $_defaults[4] );
        }


Desktop Uptime Barriers

Posted by NickTheGreek, 21 Jan 2015, 07:17 PM

Well, if you have a desktop workstation always on you better restart once a month ....



especially if youR NIC is reporting inbound traffic more than 12TB in the same period


Seasons' Greetings

Posted by NickTheGreek, 10 Dec 2014, 08:09 PM



YourForum Community & InvisionGames wish you

Merry Christmas & a Happy 2015 !!!



Merry Christmas !!!


Invisiongames Now Providing Emulator Roms

Posted by NickTheGreek, 10 Sep 2014, 05:33 PM



We have revamped our Emulator Category allowing you to download ROMs for vintage consoles and machines, starting with :

NES, SNES and N64 !!!





Expect new updates soon with more consoles and ROM packs !

NickTheGreel,

Management


123 Pages V  « < 4 5 6 7 8 > »