Jump to content

omglookeyhere

Members
  • Posts

    26
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Recent Profile Visitors

2124 profile views

omglookeyhere's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi everyone, I am looking for a skin that is supported by phpvms 7. Apparently, my host isn't able to support 5 anymore. (at least that's what i think http://prntscr.com/pn5x4j) I am just looking for a basic skin. It doesn't have to be anything overly fancy and complicated. Bootstrap would be a plus though. Anyway, please PM me with any info. Thank you. -Matthew
  2. Hey everyone So, I am trying to install Phpvms 7 and following the directions is confusing me. It says I need to install composer "git clone https://github.com/nabeelio/phpvms.git cd phpvms composer install " I dont know what this is and where to put it. Any help would be appreciate it. Thank you. http://prntscr.com/pmhzhk
  3. Thank you for the offer, but I am actually all set now. -Matthew
  4. So, I have figured out how to work charts.js. But i am still confused on how to extract data from Finances page and insert it into the charts. I mean I could manually insert every month, but I have to believe that there is better ways to do it. Any ideas? http://prntscr.com/pe1evg this is the chart i am trying to make with this example code provided by charts.js <script src="https://cdn.jsdelivr.net/npm/chart.js@2.8.0/dist/Chart.min.js"></script> <canvas id="myChart" width="400" height="400"></canvas> <script> var ctx = document.getElementById('myChart').getContext('2d'); var myLineChart = new Chart(ctx, { type: 'line', data: { labels: ['Red', 'Blue', 'Yellow', 'Green', 'Purple', 'Orange'], datasets: [{ label: '# of Votes', data: [12, 19, 3, 5, 2, 3], backgroundColor: [ 'rgba(255, 99, 132, 0.2)', 'rgba(54, 162, 235, 0.2)', 'rgba(255, 206, 86, 0.2)', 'rgba(75, 192, 192, 0.2)', 'rgba(153, 102, 255, 0.2)', 'rgba(255, 159, 64, 0.2)' ], borderColor: [ 'rgba(255, 99, 132, 1)', 'rgba(54, 162, 235, 1)', 'rgba(255, 206, 86, 1)', 'rgba(75, 192, 192, 1)', 'rgba(153, 102, 255, 1)', 'rgba(255, 159, 64, 1)' ], borderWidth: 1 }] }, options: { scales: { yAxes: [{ ticks: { beginAtZero: true } }] } } }); </script>
  5. LAST UPDATE (I promise): I have finally fixed it and SOLVED it. Come to find out I forgot I removed the code from ACARS.php. Hahahah so now I am at peace. @shakamonkey88 thank you for your willingness to assist. Appreciate it.
  6. UPDATE: I have figured out the map display issue. Solution: Uncommented Google map script and commented out (what I presume is) OpenLeaf map. Still have an issue of a flight path not showing. I'll keep digging in the code.
  7. Thanks for a response shakamonkey, i did look over that topic. it didn't prove much help. I did notice in the code, google maps were commented out, so i uncommented. But i dont think that actually did anything.
  8. Hey everyone So, since it seems that crazy creatives is not answering, I thought maybe someone here will have an idea. I got the flight tracker thingy from crazy creatives and installed it, however the map insn't showing up and a "snail trail" on a live map also isn't showing up. I was wondering do I need to convert google maps to OSM or did I just not install something correctly? Thank you.
  9. I have version 5.5 is it still going to work? Anyone have any ideas where I can get some tutorials to learn it? Would love to see charts in action.
  10. So, since Google browser is doing away with Flash in some very near future. Is there a way to take Flash charts and convert them to another source where every browser is able to display them? Thanks in advance.
  11. Wow...i feel stupid now. I guess i didn't follow directions as good as i thought. Thank you @ProAvia It's all fixed now. http://prntscr.com/p3woff Again, thank you.
  12. I'm raking my brains here trying to figure it out, I installed SimPliot's plugin manager and followed direction on putting all the files into Admin root. When I went to see it in admin panel, I get this http://prntscr.com/p3tejc And this error happens on every modules i try to install. Anyone knows a fix for it? Thank you.
  13. I assigned one, it looks to be working now. Thank you.
  14. If I am understanding you correctly, the value is assigned in the pilot_list.php My core Pilots.php is the same as one you posted. I have also tried to replace $allpilots instead of $pilot_list but it ends up breaking the page.
  15. line 16 is http://prntscr.com/p2ds Phpvms version 5.5.x Php version 5.6.40
×
×
  • Create New...