Server IP : 51.89.169.208 / Your IP : 216.73.216.9 Web Server : Apache System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64 User : yellowleaf ( 1019) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/yellowleaf/public_html/stats/ |
Upload File : |
<!DOCTYPE html> <html> <head> <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> <script type="text/javascript"> google.charts.load('current', { 'packages': ['corechart'] }); google.charts.setOnLoadCallback(adsChart); function adsChart() { var data = google.visualization.arrayToDataTable([ ['Time', 'Ads Submitted'] {ads_data} ]); var options = { title: 'Ads', legend: { position: 'bottom' } }; var chart = new google.visualization.LineChart(document.getElementById('ads_graph')); chart.draw(data, options); } </script> <style> .cn{width:100%;padding:10px 0;} </style> </head> <body> <div class="cn"> <h2>Ads Submitted</h2> <h3>Total: {ads_total}</h3> <div id="ads_graph" style="width:100%;height:100%;"></div> </div> </body> </html>