Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Awesome little PHP script

  1. #1

    Awesome little PHP script

    http://geek.j2solutions.net/sysinfo/

    follow the link at the bottom to get one for yer self!!

    BTW< those stats are generated each time you view it....

  2. #2
    Moderator
    Good Guru
    Schotty's Avatar
    Join Date
    Jul 2001
    Location
    Milwaukee, WI
    Posts
    5,758

    Re: Awesome little PHP script

    Sweeeeeet. Very cool...

  3. #3
    Senior Member
    Join Date
    May 2001
    Posts
    472

    Re: Awesome little PHP script

    Gee, I sorta expected it to fry my harddrive, delete my user account, send spam using my sendmail, and make an anonymous call asking the Jehova's Witnesses to stop by for a quick chat whenever they were in the area.

  4. #4

    Re: Awesome little PHP script

    Hehe no no, this was a USEFULL script....

  5. #5
    Mentor coltrane's Avatar
    Join Date
    May 2001
    Location
    North Carolina
    Posts
    1,390

    Re: Awesome little PHP script

    Im impressed. Ive been working on something like this for a Linux server at work (while working on the intranet server), but now that this is right here in front of my face, why bother ?????

    Viva La SourceForge

  6. #6
    Associate
    Join Date
    Feb 2002
    Posts
    10

    Re: Awesome little PHP script

    If its not too much to ask, could you explain how you did that ??? *I would really like to know =)

    <<EDIT: Read the readme and does not work on windows =)

  7. #7

    Re: Awesome little PHP script


    If its not too much to ask, could you explain how you did that ??? I would really like to know =)

    <<EDIT: Read the readme and does not work on windows =)
    *shrug* I don't know how it did it. Sourceforge has the php files that you need. Just untar them into a web directory, and away you go.

    I guess I could view the .php files, but I'd rather not...

  8. #8
    Moderator
    Advisor
    redhead's Avatar
    Join Date
    Jun 2001
    Location
    Copenhagen, Denmark
    Posts
    811

    Re: Awesome little PHP script

    I've read the php files, because I wanted to make a more configurable version, but theres still some parts I can't quite understand..
    They seem to be using a class type, which does it all, so it's just to do a:

    Code:
    $sys_info = new Template;
    $sis_info->what_ever_sys_call();
    $sys_info->print();
    But how that template is build I have _no_ idear, this is the part I _dont_ understand...

  9. #9
    Associate
    Join Date
    Feb 2002
    Posts
    10

    Re: Awesome little PHP script

    I poked around and found out how this app works =) Really quite simple if you think about it, its just using preg_match() which means "perl regular expersion match".

    The files are in /proc/[file name]

    About the templates, I haven't figured this out yet but I will look into it. Does anyone know who wrote this ?

  10. #10

    Re: Awesome little PHP script

    it should be listed at sourceforge.....

Similar Threads

  1. PHP Login & Account Creation Script.
    By comtux in forum Programming
    Replies: 0
    Last Post: 05-05-2005, 04:33 AM
  2. PHP Tutorial
    By Waka-Gashira in forum Windows - General Topics
    Replies: 8
    Last Post: 01-27-2005, 08:10 AM
  3. PHP on IIS Server
    By genesis in forum Windows - General Topics
    Replies: 8
    Last Post: 01-03-2005, 11:22 AM
  4. Wanted: php script as mysql frontend
    By demian in forum Programming
    Replies: 2
    Last Post: 01-19-2003, 07:38 PM
  5. PHP takes ASP as Number 1 SSSL
    By coltrane in forum Linux - Software, Applications & Programming
    Replies: 0
    Last Post: 07-04-2002, 03:47 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •