-
Simple Admin Panel
This is my last project based on ajaxCRUD class adapted by me to MSSQL.
Using this class is very simple to add, edit, delete records in tables with very few lines of code.
This Simple Admin Panel allow you to add, edit, delete news to your website, manage accounts and characters. Anyway, you can implement these functions to any table in your database.
This release have a very basic login system. To use this login system you need to adapt the code to your need or create table EWDadmin with EWDadmin.sql attached.
You can add EWDNews table (.sql attached) or adapt code to your News table.




Download link: simple-admin - Download - 4shared
-
-
-
Account Upgraded | Title Enabled!
Re: Simple Admin Panel
very nice good job
-
Re: Simple Admin Panel
Building an images gallery is very simple using ajaxCRUD class. To do this follow these steps:
1. create a folder named gallery; make two subfolders large and thumb in this folder (here we will keep our images and their thumbnails);
2. create a table EWDGallery - EWDGallery.sql in this pack;
3. overwrite old ajaxCRUD.class.php with the new ajaxCRUD.class.php contained in this pack;
4. launch gallery.php and start add images in your gallery.

Download: simple_admin_update.zip
Update:
new gallery.php with abilities to delete uploaded files and thumbnails when delete record from table EWDGallery: gallery.zip
Last edited by aecrimch; 30-09-13 at 04:53 PM.
Reason: update
-