[DEV]JTPanel[PHP/MySQL/HTML]

Status
Not open for further replies.

Baevus

the names ethan
Nov 4, 2012
565
47
t85eag.png
What is JaayTalaveriah Panel (JTPanel)?
JTPanel is a cloud (storage), Upload (share files) and a Admin Panel to moderate the content.​
Features:
  • PHP, MySQL Code.
  • Admin Control Panel.
  • Clean & Fast Code.
  • Professional Theme.
  • File storage.
  • Popup Usersystem
Screen Shots:
None yet, Have only started today. (Will be updated 100% within an hour)

Completed:
  • Files [5%]
  • Index.PHP [1%]
  • Admin.PHP [1%]
  • Upload.PHP [0.5%]
  • Cloud.PHP [0.5]
  • Config.PHP
  • User System [70%]
I'm currently fixing the exploits in the user system. The MySQL code will be updated and the tables will not be like Project J.

Code Snippets:
Code:
CREATE TABLE `users` (
  `id` int(11) NOT NULL auto_increment,
  `user` varchar(32) collate utf8_unicode_ci NOT NULL default '',
  `pass` varchar(32) collate utf8_unicode_ci NOT NULL default '',
  `email` varchar(255) collate utf8_unicode_ci NOT NULL default '',
  `regIP` varchar(15) collate utf8_unicode_ci NOT NULL default '',
  `dt` datetime NOT NULL default '0000-00-00 00:00:00',
  PRIMARY KEY  (`id`),
  UNIQUE KEY `user` (`user`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
 
CREATE TABLE `cloud` (
  `cid` int(11) NOT NULL auto_increment,
  `user` varchar(32) collate utf8_unicode_ci NOT NULL default '',
  PRIMARY KEY  (`cid`),
  UNIQUE KEY `user` (`user`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
 
CREATE TABLE `upload` (
  `uid` int(11) NOT NULL auto_increment,
  `user` varchar(32) collate utf8_unicode_ci NOT NULL default '',
  PRIMARY KEY  (`uid`),
  UNIQUE KEY `user` (`user`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

Change Log:
22/01/2013: MySQL Code Edited.
 

Sysode

Front-End Developer
Dec 11, 2012
1,673
848
Hope to see this project follow through til the end. Best of luck, it looks pretty sweet
 
Status
Not open for further replies.

Users who are viewing this thread

Top