Jump to content

Online hosting and offline application


phpnewbie112

Recommended Posts

Hi all, I have a students php application that I currently host online with user access over different sections based on special permissions.

 

I would like to distribute this application on stand-alone PCs  to work offline and synchronize the data once connected to the net.

 

what is the secure way to deploy the application offline without the risk of being able to get the mysql data and thus be able to mess up the permissions bearing in mind that I have encrypted the code, so the main issue now is how to protect the mysql data. thanks

Link to comment
Share on other sites

You could also bundle up something like [link=http://www.apachefriends.org]xampplite[/link] in to an installer and add some code to your application so that they do the work at home, bring the app in, run it again and click "Send to server" to sync. You could do a few checks to see if your server is available and if it's not, stop the sync from happening

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.