403Webshell
Server IP : 192.64.118.117  /  Your IP : 18.224.21.26
Web Server : LiteSpeed
System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64
User : thecgapy ( 1160)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/thecgapy/mobilecreationz.com/wp-content/plugins/googleanalytics/view/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/thecgapy/mobilecreationz.com/wp-content/plugins/googleanalytics/view/ga_dashboard_widget.php
<div class="wrap ga-wrap">

    <div class="form-group">
        <select id="range-selector" autocomplete="off">
            <option value="7daysAgo">Last 7 Days</option>
            <option value="30daysAgo" selected="selected">Last 30 Days</option>
            <option value="90daysAgo">Last 90 Days</option>
        </select>

        <select id="metrics-selector" autocomplete="off">
            <option value="pageviews">Pageviews</option>
            <option value="sessions">Visits</option>
            <option value="users">Users</option>
            <option value="organicSearches">Organic Search</option>
            <option value="visitBounceRate">Bounce Rate</option>
        </select>

        <div class="ga-loader-wrapper">
            <div class="ga-loader"></div>
        </div>
    </div>

    <div>
        <div id="chart_div" style="width: 100%;"></div>
        <div>
            <div id="boxes-container">
                <div class="ga-box-row">
	                <?php if ( ! empty( $boxes ) ) : ?>
	                <?php $iter = 1; ?>
	                <?php foreach ( $boxes as $k => $v ) : ?>
                    <div class="ga-box-column ga-box-dashboard">
                        <div style="color: grey; font-size: 13px;"
                             id="ga_box_dashboard_label_<?php echo $k; ?>"><?php echo $v['label'] ?></div>
                        <div style="font-size: 15px;"
                             id="ga_box_dashboard_value_<?php echo $k; ?>"><?php echo $v['value'] ?></div>
                    </div>
	                <?php if ( ( ( $iter ++ ) % 3 ) == 0 ) : ?>
                </div>
                <div class="ga-box-row">
	                <?php endif; ?>
	                <?php endforeach; ?>
	                <?php endif; ?>
                </div>
            </div>
        </div>
    </div>

    <div style="margin-top: 5px;"><?php echo sprintf( '<a href="%s">' . __( 'Show more details' ) . '</a>',
			$more_details_url ); ?></div>
</div>

<script type="text/javascript">
	<?php if ( ! empty( $chart ) ) : ?>
    dataArr = [['Day', 'Pageviews'],<?php
	    $arr = "";
	    foreach ( $chart as $row ) {
		    if ( $arr ) {
			    $arr .= ",";
		    }
		    $arr .= "['" . $row['day'] . "'," . $row['current'] . "]";
	    }

	    echo $arr;
	    ?>];

    ga_dashboard.init(dataArr);
    ga_dashboard.events(dataArr);
	<?php endif; ?>
</script>

Youez - 2016 - github.com/yon3zu
LinuXploit