Page 1 of 1

Workin' with home usage router...

Posted: Sun Oct 29, 2006 5:15 am
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..

Posted: Mon Oct 30, 2006 4:37 pm
by feyd
If the router supports logging, it should be possible. How would depend on what type of logging output the router supports.

Re:

Posted: Mon Oct 30, 2006 5:50 pm
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 :-)

Posted: Mon Oct 30, 2006 6:11 pm
by feyd
Standard URL request format works well at times: http://username:password@server/path/fi ... query#hash

Re:

Posted: Mon Oct 30, 2006 7:07 pm
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...