Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by deZender.Net
- * @ deZender (PHP5 Decoder for Zend Encoder/SafeGuard & PhpExpress)
- *
- * @ Version : 1.1.6.0
- * @ Author : DeZender
- * @ Release on : 02.06.2013
- * @ Official site : http://DeZender.Net
- *
- */
- set_time_limit( 300 );
- require_once( 'conn.php' );
- require_once( 'config.php' );
- require_once( 'gps.php' );
- $_MENU = 'report';
- $_TITLE = LG_AD1_Chart;
- $chart_name = $_TITLE;
- $chart_key = 1;
- $chart_unit = '';
- $chart_min = 0;
- $chart_max = 100;
- if (isset( $_GET['uin'] )) {
- $uin = tep_db_prepare_input( $_GET['uin'] );
- $sql = 'select * from gps_product where gp_uin = \'' . tep_db_input( $uin ) . '\'';
- $db_product = new DbClass( $sql );
- if (!$db_product->fetch_array( )) {
- echo 'Please select a tracker.';
- exit( );
- }
- ................................................................................
- ..................................................
- ...................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement