Hi Guys,
I am working in a digital signage software where user can display ads in the LCD screen.MyApplic ation is running PHP & MySQL.
Right Now users are accessing my Application through internet.But we planned to give 'local Hard disk' backup , where user can download my application to their local hard disk and run their application locally.
I planned to implement like this:
I will allow users to download my application as a .zip file - contains HTML code(contain Ad details) and 1 image directory(.gif, .jpg files).when user execute this html file it will display ads(image files) locally.
I am afraid that users can view the source code of my application(HTM L and javascript sources) in HTML file .I am looking for any alternate implementation
But Is there any other way where i can implement the same functionality or i proceed in same manner(specifie d above).I Don't have lot of web technolgy knowledge
I am looking for some help from you guys
A.suresh
I am working in a digital signage software where user can display ads in the LCD screen.MyApplic ation is running PHP & MySQL.
Right Now users are accessing my Application through internet.But we planned to give 'local Hard disk' backup , where user can download my application to their local hard disk and run their application locally.
I planned to implement like this:
I will allow users to download my application as a .zip file - contains HTML code(contain Ad details) and 1 image directory(.gif, .jpg files).when user execute this html file it will display ads(image files) locally.
I am afraid that users can view the source code of my application(HTM L and javascript sources) in HTML file .I am looking for any alternate implementation
But Is there any other way where i can implement the same functionality or i proceed in same manner(specifie d above).I Don't have lot of web technolgy knowledge
I am looking for some help from you guys
A.suresh
Comment