List

Try: ca/tecreations/ViewFile.php -- Online


<?php
    require_once $_SERVER['DOCUMENT_ROOT'] . "/tec_SiteRoot.php";

    global $ip, $hostname, $country, $region, $municipality,$other_authorities, $detected_timezone, $applied_timezone, $current_timezone;
    global $lat, $long, $gps_antenna, $gps_term, $gps_client, $gps_host, $machine_code, $planet, $phone, $email, $host, $postal_mail;
    global $btc, $eth, $e_transfer;
    global $submit;
    $ip = $_REQUEST['ip'];
    $hostname = $_REQUEST['hostname'];
    $country = $_REQUEST['country'];
    $region = $_REQUEST['region'];
    $municipality = $_REQUEST['municipality'];
    $other_authorities = $_REQUEST['other_authorities'];
    $detected_timezone = $_REQUEST['detected_timezone'];
    $applied_timezone = $_REQUEST['applied_timezone'];
    $current_timezone = $_REQUEST['current_timezone'];
    $lat = $_REQUEST['lat'];
    $long= $_REQUEST['long'];
    $gps_antenna = $_REQUEST['gps_antenna'];
    $gps_term = $_REQUEST['gps_term'];
    $gps_client = $_REQUEST['gps_client'];
    $gps_host = $_REQUEST['gps_host'];
    $machine_code = $_REQUEST['machine_code'];
    $planet = $_REQUEST['planet'];
    $phone = $_REQUEST['phone'];
    $email = $_REQUEST['email'];
    $host = $_REQUEST['host'];
    $postal_mail = $_REQUEST['postal_mail'];
    $btc = $_REQUEST['btc'];
    $eth = $_REQUEST['eth'];
    $e_transfer = $_REQUEST['e_transfer'];
echo "Submit: " . $submit;