Go Back   Webmaster Malaysia Forum » Website Design & Development » Website Programming

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 01-07-2004, 11:59 AM
Novice Webmaster
 
Join Date: Feb 2003
Location: JB
Posts: 26
Rep Power: 0
koisempoi is on a distinguished road
Send a message via Yahoo to koisempoi
Remote Monitoring System

Hai everyone.I want to ask about this Remote Monitoring System.My friend have developed this system using aspx by calling windows function and component.So, can we use PHP to develope the same system.This system is to control client pc that are connected to the internet so that we can shut down the pc,reboot the pc or view the task manager. Can PHP do that ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-07-2004, 03:30 PM
lcf's Avatar
lcf lcf is offline
Pro-Blogger
 
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,376
Rep Power: 116
lcf will become famous soon enough
Send a message via ICQ to lcf Send a message via MSN to lcf Send a message via Yahoo to lcf
try to look in PHP COM functions, but it required to run PHP on Windows.

btw, are you sure that your friend's aspx site can shut down the pc,reboot the pc or view the task manager WITHOUT pre-install anything on client PC?
__________________
LiewCF | Malaysia Bloggers Forum

Last edited by lcf; 01-07-2004 at 03:44 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-07-2004, 03:59 PM
Novice Webmaster
 
Join Date: Feb 2003
Location: JB
Posts: 26
Rep Power: 0
koisempoi is on a distinguished road
Send a message via Yahoo to koisempoi
Of course the pc have to install something.
1. IIS
2. Microsoft SQL Server 2000
3. DNS2GO Software

thats all.and then it have to configure the IIS,SQL server and the DNS2GO Domain Name.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-07-2004, 11:56 PM
lcf's Avatar
lcf lcf is offline
Pro-Blogger
 
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,376
Rep Power: 116
lcf will become famous soon enough
Send a message via ICQ to lcf Send a message via MSN to lcf Send a message via Yahoo to lcf
no, I don't mean the server pc. I mean the client PCs.
__________________
LiewCF | Malaysia Bloggers Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 06-07-2004, 10:41 AM
Novice Webmaster
 
Join Date: Feb 2003
Location: JB
Posts: 26
Rep Power: 0
koisempoi is on a distinguished road
Send a message via Yahoo to koisempoi
hmmm...

I dont know about it because i didn't try it yet. where to look at the com functions.is it in the PHP.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 07-07-2004, 02:35 AM
lcf's Avatar
lcf lcf is offline
Pro-Blogger
 
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,376
Rep Power: 116
lcf will become famous soon enough
Send a message via ICQ to lcf Send a message via MSN to lcf Send a message via Yahoo to lcf
To my knowledge, it needs install something on client side.

If your friend's website does not required client side installation and can control others' PC... I think Microsoft will hire him or sue him.

Anyway, I don't think it is possible.
__________________
LiewCF | Malaysia Bloggers Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 07-07-2004, 08:34 AM
zaimlah's Avatar
Inspired Webmaster
 
Join Date: Jul 2001
Location: ttdi
Posts: 129
Rep Power: 91
zaimlah is on a distinguished road
i think it's IIS that is installed on the client side. the administrator would log on to port 80 on the client's IP and 'remote admin' from the aspx script hosted on there... i think, right?
__________________
blog:zaim_bakar_blog | biz:box
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 08-07-2004, 03:02 PM
hymns's Avatar
Senior Webmaster
 
Join Date: Nov 2001
Location: Johor
Posts: 768
Rep Power: 100
hymns is on a distinguished road
Send a message via ICQ to hymns Send a message via Yahoo to hymns
yeah! that right.

mesti ade client remote dlm pc client tu kalau tak camne client pc nak listen the port and accept the connection/command. I did just using php. Run php as services not the php but the scripts & php sekali. sama ngan mysql, kalau guna lah mysql tu. Then guna la exec() or COM function/library.
__________________
I hate when:

vBulletin Message:
Sorry! The administrator has specified that users can only post one message every 60 seconds
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 17-07-2004, 08:00 PM
Novice Webmaster
 
Join Date: Feb 2003
Location: JB
Posts: 26
Rep Power: 0
koisempoi is on a distinguished road
Send a message via Yahoo to koisempoi
yeah,i think so.but i still dont understand about the com function.is it a coding or a library that we have to import to our project ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 19-07-2004, 04:55 PM
Novice Webmaster
 
Join Date: Jul 2004
Location: kl
Posts: 17
Rep Power: 0
grren_bean is on a distinguished road
Must make sure this kind of stuff is secure....

If not....

"How come my pc keep rebooting itself?"

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 21-07-2004, 04:37 PM
hymns's Avatar
Senior Webmaster
 
Join Date: Nov 2001
Location: Johor
Posts: 768
Rep Power: 100
hymns is on a distinguished road
Send a message via ICQ to hymns Send a message via Yahoo to hymns
did you know how to reboot ur pc using rundll.exe?
__________________
I hate when:

vBulletin Message:
Sorry! The administrator has specified that users can only post one message every 60 seconds
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Free monitoring of website uptime starsearcher Websites Review and Suggestion 0 17-12-2005 12:30 PM
Free and True Multi-sites Monitoring Service artofmobile Other Webmaster-related Services and Promotion 0 16-09-2005 04:15 PM
Ranking System naero Website Programming 4 04-05-2005 12:06 AM
Free Website Monitoring? lcf Mamak Stall 5 04-12-2004 03:32 PM
Upload ke remote server melalui http hajime Website Programming 14 06-02-2004 04:28 PM



All times are GMT +8. The time now is 07:54 AM. Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.


WebmasterMalaysia.com is Proudly Hosted by Exabytes Semi Dedicated Server.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59