Currently running on Asus RT-N16 17670 kingkong
Also tested on WRT-54G-TM w/ 16MB SD MOD
******10-29-2011 v0.17-20111029******
* Embedded dd-wrt - Bandwidth Usage Monitor into mypage13.sh. If you have the bandwdth monitor installed and working it will display under the BWMON tab. It's a little wider then some of the themes, I am working on narrowing it.
******10-28-2011 v0.17-20111028******
* fix loaded module display
******10-27-2011 v0.17-20111027******
More cosmetics
* Reintegrated Web Links and pitcher aids in different spot on each page
* Reformatted Help column to display properly in all default themes in dd-wrt
* Added help sections not present
******10-26-2011 v0.17-20111026******
Just cosmetics
*Reformatted so that it looks proper in other themes
*Disabled BWMonitor to incorporate new version
Note: I am not sure how the install script works, never used it. If you have any improvements or have a fix for it let me know.
******Old Post******
It's been awhile since gi-minni made any updates. gi-minni went so far so fast I really couldn't keep up with the code change. I am slowly starting to figure things out. I have made some changes and a fix or 2. Just thought I would share in a clean thread since I am unsure when gi-minni will return.
I am open to additions, fixes, and translations. Bear with me since I am just learning what all the code does.
Joined: 24 Feb 2009 Posts: 2026 Location: Sol System > Earth > USA > Arkansas
Posted: Fri Oct 01, 2010 16:33 Post subject:
Good to hear that someone is going to 'carry the torch'. I will test out what you have when I get home this evening. Keep up the great work Dark_Shadow. _________________ E3000 22200M KongVPN K26
WRT600n v1.1 refirb mega 18767 BS K24 NEWD2 [not used]
WRT54G v2 16214 BS K24 [access point]
Try Dropbox for syncing files - get 2.5gb online for free by signing up.
Read! Peacock thread
*PLEASE* upgrade PAST v24SP1 or no support.
Joined: 31 Jul 2009 Posts: 492 Location: Toronto, ON, CA
Posted: Sat Oct 02, 2010 23:29 Post subject:
Thanks for the updated file Dark Shadow, installed and working great on my unit. I don't think gi-minni is coming back to the forums since he has been mia for so long so we need someone to take over and update and improve this project.
For future updates, is it possible to change the main display font to match dd-wrt font style and maybe rename the display tab from My Page to something with a better description? _________________ Asus RT-N16 [Build King Kong 18050M NEWD-2 K2.6 + Optware + My Page]
Last edited by jumran on Sun Oct 03, 2010 2:51; edited 1 time in total
Joined: 24 Feb 2009 Posts: 2026 Location: Sol System > Earth > USA > Arkansas
Posted: Sun Oct 03, 2010 2:46 Post subject:
I think the "My Page" naming comes from DD-WRT itself. Maybe we could ask Eko to make that name user configurable. _________________ E3000 22200M KongVPN K26
WRT600n v1.1 refirb mega 18767 BS K24 NEWD2 [not used]
WRT54G v2 16214 BS K24 [access point]
Try Dropbox for syncing files - get 2.5gb online for free by signing up.
Read! Peacock thread
*PLEASE* upgrade PAST v24SP1 or no support.
I got around to play with Optware, the right way here the other night, and succeeded due to the very well written wiki page.
So I thought I'd venture some more with this MyPage, but I'm really struggling with this, since I have close to none experience with linux. My first obstacle is that I download your file Dark_Shadow, but following the installation instructions in the My Page wiki, I'm really not sure where to upload it to the router from within the Telnet session.
Can it be run from the memory card, where I also am running Optware from? That would be really great, cause I already got my head wrapped around that one.
Any pointers would be highly appreciated. Thank you! _________________
Asus RT-AC66U DD-WRT v24-sp2 giga - build 25015 [Main]
Linksys E3000 DD-WRT v24-sp2 mega - build 15962 [Backup]
Linksys WRT600N v1.1 DD-WRT v24-sp2 (08/12/10) mega - build 14929 [Retired]
Linksys WRT54GS v4 DD-WRT v24-sp2 mini - build 15747 [Retired]
E3000 Info | WRT600N Info | Know-it-all thread
Joined: 24 Feb 2009 Posts: 2026 Location: Sol System > Earth > USA > Arkansas
Posted: Sun Oct 03, 2010 20:50 Post subject:
Let me assist with this just a bit Phonism. You will likely have to do this with an ssh session and transfer it to the router using the SCP protocol. I do not think telnet you can do that with.
After that, what it generally requires is putting it into its own subdirectory (usually '/opt/www'). You need to make all of the sh scripts executable (including in the subdirectories). Once that is done, you need to make a link from the '/tmp/www' to the one you created. At which point, if you have the nvram variables for 'My Page' set up correctly, then it should work. _________________ E3000 22200M KongVPN K26
WRT600n v1.1 refirb mega 18767 BS K24 NEWD2 [not used]
WRT54G v2 16214 BS K24 [access point]
Try Dropbox for syncing files - get 2.5gb online for free by signing up.
Read! Peacock thread
*PLEASE* upgrade PAST v24SP1 or no support.
Thanks, Eko - when I run "ln /mnt/mypage /tmp/www" I get the "`/mnt/mypage': hard link not allowed for directory" message. I tried applying "chmod -R 755 /mnt/mypage" over again, but still same. I'll read some more about linux commands, and hopefully figure this one out =) _________________
Asus RT-AC66U DD-WRT v24-sp2 giga - build 25015 [Main]
Linksys E3000 DD-WRT v24-sp2 mega - build 15962 [Backup]
Linksys WRT600N v1.1 DD-WRT v24-sp2 (08/12/10) mega - build 14929 [Retired]
Linksys WRT54GS v4 DD-WRT v24-sp2 mini - build 15747 [Retired]
E3000 Info | WRT600N Info | Know-it-all thread
Joined: 24 Feb 2009 Posts: 2026 Location: Sol System > Earth > USA > Arkansas
Posted: Mon Oct 04, 2010 22:13 Post subject:
Phonism wrote:
I tried applying the chmod +x mypage*.sh for each page, but I still can't get the pages to show.
I've saved the files at /mnt/mypage/ folder, since the wiki said it was OK to save them to a place that survives reboots.
Any help is appreciated. Thanks =)
Ok, have you also applied the 'chmod +x' command to those scripts in the subdirectories of '/mnt/mypage/'? I had a similar issue (way back when), until I figured out that the scripts in the sub-directories are also needed to be executable. _________________ E3000 22200M KongVPN K26
WRT600n v1.1 refirb mega 18767 BS K24 NEWD2 [not used]
WRT54G v2 16214 BS K24 [access point]
Try Dropbox for syncing files - get 2.5gb online for free by signing up.
Read! Peacock thread
*PLEASE* upgrade PAST v24SP1 or no support.