AccessBook

AccessBook Features : ( Mybook World Bluering, Mybook World Whitelight, Mybook Live )

AccessBook is a portal for sharing data with your friends and accessing securely and remotely via web ( HTTPS).

When users connects to https://Mybook, they arrive to a list of links that is dynamically displayed depending on their user name.

AccessBook is a web Portal to give accesses to your Mybook
AccessBookPortal.JPG
Each user can have a personnalized view of your Mybook. Links can be: Mybook Shared folders , Mybook Photo Gallery , or simple url.

AccessBook provides photo galleries
AccessBookPhotos.JPG
You can share some jpg photos with your friends. a thumbnail is created when photos are first viewed…

AccessBook provides File Management and File Sharing
AccessBookFileMgr.JPG
You can share folders at any point of the mybook data :
you can share different folders with different users… You can offer more or less control on the shared folders : Read only, Modify , Execute Actions.
The file Manager allows you to upload thumbnails for any files ( by default .avi and .mkv files) , so that the files are published to your frineds with a nice thumbnail…
File Manager also allow you to launch remotely some commands like unrar, unpar etc…

AccessBook can be easily administered
An Administration Interface allows you to manage easily the creation and modification of all shared items and associated permissions.
The users are the same as users declared in the 3210 Admin tool for https access.

Access Book is available on Mybook Bluering, Mybook Whitelight and Mybook Live devices.
check http://highlevelbits.free.fr for installation procedures, PC part review and server on computer set.

Enjoy your AccessBook Portal…
TeinturMan.

Installation Procedure :

Prerequisies :
It is mandatory to install the web-server tutorial.

Installation :
connect to the Feature Manager :
https://<Mybook>:3210
click the AccessBook Link , from the Web_Server Feature pack
WebServerFP.JPG

Click the "install" link for each step that needs to be installed
when each step is installed, you should see the following screen :
AccessBookFP.JPG

Now AccessBook is installed. :-) !

Connect to the AccessBook Portal !

https://<Mybook>

VERY IMPORTANT NOTICE : As soon as you are connected, go in the Configuration tool and Give access permissions only to your account.

by default, All users is given the permissions on the Internal Shared folder and on the configuration interface.
Then, you can create new items, affect permissions etc…

Modifying the SKIN and titles?

Note from teinturman : the following skins are no longer compatible with current versions of AccessBook, do not apply…

*A modified theme of the orginal by gameboyy Download

*Iconpack by Jantsa. Simple, sharp and black&gray styled icons. Replace iconfiles in WWW-> Admin and Welcome folders. Don't replace whole folder straight because folders doesn't include nothing else but new iconfiles. Download
Iconpackcap1
Iconpackcap2

Want to be able to upload files larger than 8MB?

1. Update lighttpd

Install updated version of lighttpd

# ipkg install lighttpd

Make your new version of lighttpd start instead of the old

Backup /etc/init.d/lighttpd.sh:

# cp /etc/init.d/lighttpd.sh /etc/init.d/lighttpd.sh.bak

… and open it.
Find the following line:

DAEMON=/usr/sbin/$NAME

… and change it to this:

DAEMON=/opt/sbin/$NAME

Stop the old server:

/etc/init.d/lighttpd.sh.bak stop

Start the new server:

/etc/init.d/lighttpd.sh start

2. Configure lighttpd to enable uploads larger than 8MB

Create a temp folder for uploads

# mkdir /shares/internal/PUBLIC/Temp/
# mkdir /shares/internal/PUBLIC/Temp/Accessbook/
# chown www-data:www-data /shares/internal/PUBLIC/Temp/
# chown www-data:www-data /shares/internal/PUBLIC/Temp/Accessbook/

Edit /etc/lighttpd/lighttpd.conf

Backup /etc/lighttpd/lighttpd.conf
I had already made a backup named lighttpd.conf.bak since before, so I named this backup lighttpd.conf.webserver instead

cp /etc/lighttpd/lighttpd.conf /etc/lighttpd/lighttpd.conf.webserver

Open /etc/lighttpd/lighttpd.conf
Search for the following line:

$SERVER["socket"] == ":443" {

Right below you will see this line:

server.network-backend = "write"

Change it to this:

server.network-backend = "writev"

And add the following lines below:

server.upload-dirs = ( "/shares/internal/PUBLIC/Temp/Accessbook/" )
server.max-request-size = 2097152

3. Restart lighttpd

/etc/init.d/lighttpd.sh restart

Finished :-)

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License