Workin' with home usage router...

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
Yoni
Forum Newbie
Posts: 6
Joined: Sat Oct 28, 2006 11:56 pm

Workin' with home usage router...

Post by Yoni »

Hi all, I'm running my own web site from my own pc @ home, it's connected to the Inet via an edimax router...

Is there amy way that I can output the router basndwidth? ( I want to make a weekly graph of my router inbound & outbound via php 8) )

P.S if this thingy can't be exist, is there any way to do the same to my Ethernet PC card?

Thanks for any of the information..
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

If the router supports logging, it should be possible. How would depend on what type of logging output the router supports.
Yoni
Forum Newbie
Posts: 6
Joined: Sat Oct 28, 2006 11:56 pm

Re:

Post by Yoni »

The Router as an GUI, with status area that in there I can get output of the inbound & outbound, although it reqire user name& password to login, like .htaccess login detailes, how can I add those two parameters (for example admin \ 1234) into the link? (http://x.x.x.x/stats.asp)

Thanks for all of the info :-)
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Standard URL request format works well at times: http://username:password@server/path/fi ... query#hash
Yoni
Forum Newbie
Posts: 6
Joined: Sat Oct 28, 2006 11:56 pm

Re:

Post by Yoni »

hmm, kk thanks.

1 more question that I forgot to ask, How can I via php see the code of another web page? That I'll be able to grab some code from it...
Post Reply