hi any one can tell me how to make the uptime and load avr. and date for the box posted into the website? like
7:11pm up 8 days, 4:05, 1 user, load average: 0.80, 1.10, 1.90
Write a perl script and run it in your html using SSI (like i do on http://www.freestylin.net) or use PHP and just include something like <? echo exec(uptime); ?> in your coding. Those are the simplest methods i can think of at this point.
ok thankx for the idea. but the problem i dont know how to do this a perl script and run it in your html using SSI, do u have any code i can change in it and add it? coz ready i didnt find how to do this.
Too be honest, this is all pretty basic stuff, compared to Tcl and eggdrop. Try doing some searches, and visit sites like hotscripts.com and you might find what you need and more.