Just wondering what anyone thinks of it.
http://www.phpneoform.com/php.neoform.v1.161.zip
Basically it's a pre-made backend for your website. It allows you to make websites with user management, subdomain management, http/https and a bunch of other stuff. Most importantly it was designed to be very portable. You can take chunks of one website and just plop it into another really easily.
screenshot of the dashboard: http://www.phpneoform.com/115/phpneoform_images/files/fulls/phpneoform_backend.png
here's a site that's currently using it
http://www.newsique.com/
here's one of the packages you can install into it
http://www.phpneoform.com/115/phpneoform_images/
it's main feature is that you can create great looking URL structures.
an example would be the web forum i made for it, this is the URL for a thread:
http://www.newsique.com/forum/site/site ... s/page1/#l
here's a URL for a news story:
http://www.newsique.com/politics/house_ ... _the_vote/
it makes use of mod_rewrite to do it, but it's very easy to set up with the framework.
Right now it's still technically a beta release and is only for personal/non-profit use.
Requirements:
PHP 5 with Mysqli
MySQL 5
Mod_Rewrite needs to be on in apache
Enjoy.
P.S. Please do not use this on a production server. I don't want anyone accidentally screwing up their sites because of any bugs that might exist.. this is still beta.