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
https://forums.phpfreaks.com/topic/191810-online-hosting-and-offline-application/
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.