Logo
We have relesed sourcsource code of phn.me for everyone to enjoy and develope it! Check our project page at Codeplex

Mobile site creator is a .net 3.5 c# project and it is mobile enabled . You can host subdomain based mobile sites that manageable via any mobile phone.

Setup is very simple: Open web.config file remove default domains and add your own domains . Rest of the settings pretty self explanatory such as allowed file types for upload and allowed file limit.

You need to setup wild card dns setup on your domain(s) in order to get sub domain system working.

You also need to setup a web site on iis without host headers if you will use more than one domain to serve sites.

For caching rss feeds and flicker search results you need to have write access to apps root folder.

App uses 2 sql server databases, one is for content and user info the other is to host binary files. I have used sql server to store binary uploads for easy file management. It doesn't affect the performance as current setup gives only 5 mb space to each user.

I have provided full database script in /AppData/Db scripts folder. If you change name of PHNfileStore.mdf database make sure you alter trigger in users table of PHN.mdf . Trigger there deletes files of user when user removed from database

Once site up and running create to create your global admin account just register a user and set its isGlobalAdmin status to true from your sql database. This is required to manage global settings such as database cleanup,backup,setting up paid user status,checking/removing illegal sites

Please keep in mind that i am beginner to .net and there could be place for many improvements in the code