stream Posted February 21, 2012 Report Share Posted February 21, 2012 Dear DevTeam,can you plan integration of SQLite DB and of course web management as phpMyAdmin, but named SQLiteManager all under GPLI'm sure, many of us here will be glad if you make it for us. Thank you in advance! Quote Link to comment Share on other sites More sharing options...
stream Posted March 3, 2012 Author Report Share Posted March 3, 2012 Dear DevTeam,after no answer I'll give HowTo I run it myself. First you'll need latest available version of SQLiteManager 1.2.4 it's FREE!!! and the latest SQLite 3.7.10 Extract the archive to C:\UniServer\home\Sqlitemanager Edit in php.ini ....;extension=php_pdo_pgsql.dllextension=php_pdo_sqlite.dll;extension=php_pgsql.dll....;extension=php_sockets.dllextension=php_sqlite.dll;extension=php_sqlite3.dll.... Edit in httpd.conf Alias /test_access "C:/UniServer/home/access/www/"<Directory "C:/UniServer/home/access/www/"> Order allow,deny Allow from all</Directory> Alias /sqlite "C:/UniServer/home/Sqlitemanager"<Directory "C:/UniServer/home/Sqlitemanager"> Options All AllowOverride AuthConfig Order allow,deny Allow from All</Directory> You can access SQLite Manager via Web Browser at: http://127.0.0.1/sqlite/index.php or http://localhost/sqlite/index.php In bold I put what need to change to give both SQLite and SQLiteManager (like phpMyAdmin is web based) Can somebody test and give me feedback and of course need to secure it via .htaccess (need help here) ??? Thanks in advance! N.B. Smarty 3.1.8 as template engine will be good too to be added in my opinion and giant step with others WAMP competitors!...and will be more useful for Web Developers. Quote Link to comment 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.