arrow_upward

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wordpress - The best CMS
#13
(02-04-2018, 04:54 PM)youssefbasha Wrote: May i ask a question? Can i add a live bar for my vps there? For ex Ram: 296 MB Used - 2 GB Free and etc, i already have the code but can i add it to the theme or no? If yes then my next step = installing Wordpress.

here the php script . you can inject it through the template and add the iframe refresh
<?php
  $fh = fopen('/proc/meminfo','r');
  $mem = 0;
  while ($line = fgets($fh)) {
    $pieces = array();
    if (preg_match('/^MemTotal:\s+(\d+)\skB$/', $line, $pieces)) {
      $mem = $pieces[1];
    }
    if (preg_match('/^MemFree:\s+(\d+)\skB$/', $line, $pieces)) {
      $memfree = $pieces[1];
    }

  }
  fclose($fh); ?>
<p>Used RAM : <?php echo (intval($mem) / 1024) - (intval($memfree) / 1024) ?> MB out of <?php echo intval($mem) / 1024 ?> MB</p>
Terminal
humanpuff69@FPAX:~$ Thanks To Shadow Hosting And Post4VPS for VPS 5


Messages In This Thread
Wordpress - The best CMS - by Siover - 01-13-2018, 05:48 PM
RE: Wordpress - The best CMS - by Vuluts - 01-15-2018, 04:51 PM
RE: Wordpress - The best CMS - by Siover - 01-15-2018, 05:00 PM
RE: Wordpress - The best CMS - by tryp4vps - 01-28-2018, 05:15 PM
RE: Wordpress - The best CMS - by xdude - 01-16-2018, 03:41 AM
RE: Wordpress - The best CMS - by Lampard - 01-27-2018, 09:27 AM
RE: Wordpress - The best CMS - by hamed - 02-03-2018, 12:15 PM
RE: Wordpress - The best CMS - by Zorono - 02-03-2018, 01:34 PM
RE: Wordpress - The best CMS - by hamed - 02-03-2018, 02:35 PM
RE: Wordpress - The best CMS - by Zorono - 02-04-2018, 12:57 PM
RE: Wordpress - The best CMS - by youssefbasha - 02-04-2018, 04:54 PM
RE: Wordpress - The best CMS - by Khadeer143 - 02-10-2018, 04:39 AM
RE: Wordpress - The best CMS - by humanpuff69 - 02-19-2018, 12:23 PM
RE: Wordpress - The best CMS - by KGIII - 03-03-2018, 10:43 PM
RE: Wordpress - The best CMS - by deanhills - 03-08-2018, 09:27 PM

Possibly Related Threads…
Thread
Author
Replies
Views
Last Post
16,436
07-16-2020, 01:22 PM
Last Post: Amresh
2,490
11-29-2019, 04:03 PM
Last Post: xdude
5,013
01-07-2019, 08:49 AM
Last Post: deanhills

person_pin_circle Users browsing this thread: 1 Guest(s)
Sponsors: VirMach - Host4Fun - CubeData - Evolution-Host - HostDare - Hyper Expert - Shadow Hosting - Bladenode - Hostlease - RackNerd - ReadyDedis - Limitless Hosting