![]() |
makelabelcode...
Can someone please help me with this? I want to be able to call up this file for the information in it for the server load and add it to quik stats. I know it's not right yet. :)
Code:
makelabelcode('Server Uptime', 'uptime.php'); |
What?
|
There's a small hack out that gives the server uptime according to the db. Here is the code I have in my phpinclude:
Code:
//Server Uptime Code Code:
makelabelcode('Server Uptime', 'whatever I need to put here'); |
Code:
makelabelcode('Server Uptime', "whatever variables you want here"); $days $wholedays $hours $wholehours $minutes $wholeminutes So for example you can do this: Code:
makelabelcode('Server Uptime', "$wholedays days, $wholehours hours and $wholeminutes minutes."); |
Thanks, Chen. I forgot about the double quotes. I was trying to do it with single quotes. :)
Is there an easier way to have it say like 1 day instead of 1 days than what I did here? Maybe a global way for all of the s variables instead of having to do them one at a time here? PHP Code:
PHP Code:
|
There's no easier way, no.
|
Thanks, Chen. I didn't think there was an easier way. :)
|
All times are GMT. The time now is 08:15 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|