| | |||||
| ||||||||
| CODE This forum is for posting code snippets and example scripts that aren't quite tutorials, but could be useful for others. You may post code snippets and/or completed scripts that you've written and want to share here. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Mar 2006 Location: United Kingdom
Posts: 413
![]() ![]() ![]() | Server Status Script Here is a simple server status script which I have made, it should work with most hosting accounts that have PHP enabled. If not you may need to change the servers in the services array, for example on shared hosting the HTTP server address may need to be changed to your websites URL. A live demo is available here: http://lee.conceptsublime.com/service_status.php You can add/remove services by adding or removing them to/from the $services array. Any feedback is appreciated! To install just copy the code below into a php file, and run the php file. Advanced users may want to adjust the services it checks, depending on what you have installed on your server. PHP Code:
__________________ Linux Screenshots
Last edited by lee101; 12-19-2006 at 11:15 AM.
|
| |
| | #2 (permalink) |
| DomainersUniversity.com Join Date: Feb 2005 Location: Oswego, NY
Posts: 4,702
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Works great! Thank you Rep added
__________________ . . Expired Domain Search -- ExpiredDomainBoss.com | Sell Domain Names -- DomainProfitsClub.com ----------------------------------------------------------------------------------------------- |
| |
| | THREAD STARTER #4 (permalink) |
| NamePros Regular Join Date: Mar 2006 Location: United Kingdom
Posts: 413
![]() ![]() ![]() | Thanks everyone, seems like ti works then, it is actually a part of a larger project that I am working, although I thought i would release this as it is probably useful alone
__________________ Linux Screenshots |
| |
| | #5 (permalink) |
| DomainersUniversity.com Join Date: Feb 2005 Location: Oswego, NY
Posts: 4,702
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Just a note: I 'think' it's working correctly, because the report I get says "Online" for all of the lines. But there is no way for me to know whether this report is correct. Just assuming it is!
__________________ . . Expired Domain Search -- ExpiredDomainBoss.com | Sell Domain Names -- DomainProfitsClub.com ----------------------------------------------------------------------------------------------- |
| |
| | THREAD STARTER #6 (permalink) |
| NamePros Regular Join Date: Mar 2006 Location: United Kingdom
Posts: 413
![]() ![]() ![]() | Oh, thanks for that Gene, I'll have a fiddle with it now to test it, On my PC I don't have HTTPS, SMTP or POP3 and it doesn't recognise any, but i'll fiddle around disabling stuff to make sure it recognises everything, hopefully it will though.
__________________ Linux Screenshots |
| |
| | #7 (permalink) |
| NamePros Regular Join Date: Feb 2006 Location: Montreal, Quebec, Canada
Posts: 324
![]() | Just a recommendation PHP Code: PHP Code: |
| |
| | THREAD STARTER #8 (permalink) |
| NamePros Regular Join Date: Mar 2006 Location: United Kingdom
Posts: 413
![]() ![]() ![]() | Updated Version Hi, Here's a slightly updated version of the script I posted before, I've made it more customisable so that you can format the output however you want. PHP Code: An example usage is PHP Code: Thanks, Lee
__________________ Linux Screenshots |
| |
| | #9 (permalink) |
![]() Join Date: Jul 2006
Posts: 4,609
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Thanks Lee. Really helpful script for us. Rep added.
__________________ juegosjuegos Your Hotel in Austria Matratzen Domain Acquisition | Store all your favorite links! | Web Proxies Proxy List | Bookmarks | Creative Enquiry | Web Proxy List |
| |
| | #10 (permalink) |
| Senior Member Join Date: Dec 2004 Location: .be
Posts: 1,318
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Thanks Lee, i can use this one!
__________________ █ DomainNameNews.biz | ImageUnload.com | SurfAnySite.com | UpLoads.cc | H.TL █ █ Online Portfolio | Names For Sale @ domainz.biz | Under Construction |
| |