Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hello, im quite new at extracting firmware from a NAS server.
so far i got Fun_plug 0.7 running stable, and running PHP and Mysql with no problems. I installed phpmyadmin to manage mysql system and everything is encrypted and password protected. so far so good. Next i want to create my own control panel. but i need to load the harddisk space of my server. how much total, and how much left available. and i know from the Web UI that Dlink provided me that its possible to read this. Now i want to extract the Web UI from my nas server and modify the script to make my own control panel.
Is something like this even possible and if yes. how would i do it.
IM NOT INTERESTED IN OPENING AND TAKING OUT COMPONENTS TO DO THIS. ITS NOT THAT IMPORTANT!!!
i got the feeling of when Dlink can realease firmware updates that change my control panel. i might aswell without taking out components download and modify and upload a new control panel my self. If anyone had success with this pls tell me. and give me a hint
Best regards:
Tricky12321
Offline
Ok on SSH terminal if you do :
df -h
Filesystem Size Used Avail Use% Mounted on
%root% 9.7M 4.5M 4.8M 49% /
/dev/ram0 9.7M 4.5M 4.8M 49% /
/usr/local/tmp/image.cfs 27M 27M 0 100% /usr/local/modules
/dev/mtdblock5 5.0M 420K 4.6M 9% /usr/local/config
You can see two locations :
/usr/local/modules -> contains web interface and script in /usr/local/modules/web (and lot of others thinks )
/usr/local/config -> contains read only configuration script loaded at NAS Server start.
Best regards,
Fred.
Offline
Thanks for the help
Offline