phpnewbie112 Posted February 11, 2010 Share Posted February 11, 2010 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 Quote Link to comment https://forums.phpfreaks.com/topic/191810-online-hosting-and-offline-application/ Share on other sites More sharing options...
ignace Posted February 12, 2010 Share Posted February 12, 2010 Would someting like Gears work? http://gears.google.com/ Quote Link to comment https://forums.phpfreaks.com/topic/191810-online-hosting-and-offline-application/#findComment-1011371 Share on other sites More sharing options...
Grayda Posted February 17, 2010 Share Posted February 17, 2010 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 Quote Link to comment https://forums.phpfreaks.com/topic/191810-online-hosting-and-offline-application/#findComment-1013560 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.