IITC Logo

Ingress Intel Total Conversion

Follow the IITC page for release announcements. Join the IITC Community - a place to ask for help and discuss with other users.
Note: A change has been detected to the standard intel website. Such changes may break IITC. The developers have been notified of the update, and will be looking to fix things as soon as possible. See the IITC Community for the latest details.
' Home', 'news' => ' News', 'faq' => ' FAQ', 'desktop' => ' Desktop', 'mobile' => ' Mobile', 'test' => ' Test Builds', 'developer' => ' Developers', 'about' => ' About', 'donate' => ' Donate', ); $page = 'home'; if ( array_key_exists ( 'page', $_REQUEST ) ) $page = $_REQUEST['page']; if ( ! array_key_exists ( $page, $pages ) ) $page = "home"; foreach ( $pages as $key => $name ) { # before 'desktop', start a sub-list for the download links if ( $key == 'desktop' ) print "
Downloads
"; if ( $key == "home" ) $url = "./"; else $url = "?page=$key"; print "$name\n"; # after 'test', end the above sub-list if ( $key == 'test' ) print "
"; } ?>
This site and the scripts are not officially affiliated with Ingress or Niantic Labs at Google. Using these scripts is likely to be considered against the Ingress Terms of Service. Any use is at your own risk.