[DEV]Deep fried butter CMS

Status
Not open for further replies.

Macemore

Circumcised pineapples
Aug 26, 2011
1,681
819
Looks good ;p goodluck lol
Thank you :D.


I've updated the thread with the latest updates. I'll be releasing the CMS itself probably this week, or next week I hope.
I won't be applying any legit CSS (any that looks good anyway) to the Admin pages because I'm just not that good at it.
if anyone has a theme, or can code css please inbox me. Thanks for all the support!
 

Adrian

Posting Freak
Aug 3, 2012
724
252
Thank you :D.


I've updated the thread with the latest updates. I'll be releasing the CMS itself probably this week, or next week I hope.
I won't be applying any legit CSS (any that looks good anyway) to the Admin pages because I'm just not that good at it.
if anyone has a theme, or can code css please inbox me. Thanks for all the support!
You're welcome o;
 

Macemore

Circumcised pineapples
Aug 26, 2011
1,681
819
Updated build log to v0.7 the release is going to be a lot sooner than I predicted at the rate I'm going.
I won't really be able to work on it tomorrow.
If anyone wants to join in the project please PM me now, after v1.0 I'll be adding people in :D.

Thanks everyone for fallowing this post even though it's halfassed.
 

Logic

Bobby Billionaire
Feb 8, 2012
748
207
BUMP. Seems interesting. And nice name.

Off-Topic: Are you Mace from CH?
 

Macemore

Circumcised pineapples
Aug 26, 2011
1,681
819
BUMP. Seems interesting. And nice name.

Off-Topic: Are you Mace from CH?
CH? pm me lol.

In related news to the development, I'm going to have to pause for a little bit.
I just got assigned a huge project in school and won't have much time to actually work on the CMS, and with all the shit going on right now it's kind of hard to find time to sit down and think straight. Sorry guys, I'll bring the thread up in two weeks or so.

please close thread.
 

Macemore

Circumcised pineapples
Aug 26, 2011
1,681
819
The external harddrive I used to keep all the files for DFB failed after being dropped from a 3rd story balcony, but I have an older version of DFB I'll be continuing off of.
I didn't like how most of it was done (as I was drunk when I did it) so I'll be re-doing some of it.
 

Beast

Posting Freak
Sep 15, 2011
625
163
The external harddrive I used to keep all the files for DFB failed after being dropped from a 3rd story balcony, but I have an older version of DFB I'll be continuing off of.
I didn't like how most of it was done (as I was drunk when I did it) so I'll be re-doing some of it.

Reminds me of cookiemonsta, your storys make meh feel its fake but I believe in you.
 

TesoMayn

Boredom, it vexes me.
Oct 30, 2011
1,482
1,482
This is going to be wonderful.

Please allow me to criticize everything you do :3
 

wite

Posting Freak
Aug 3, 2012
593
131
This is a legit project, please don't close my thread or anything, ayeee.

Today I introduce to you, Deep Fried Butter CMS (DFB for short). I'm creating this CMS because I made a bet.
The current planned features are as fallows:

Template "system" [100%]
Blogging system [58%]
Adding pages [0%]
Admin page stlying [0%]
Simple to do shit with [0%]
Admin login [15%]
Nice default theme [100%]
Install page [70%]



If you have any features or requests or shit like that just keep them to yourself please.

Screenshots:
KJLI5fN6n1Uz.png

The entire site looks like that, credits to for the

Snippets: (For )
login.php
PHP:
<?php
mysql_connect($host, $usr, $pass);
mysql_select_db($db);
 
if(isset($_POST['user'], $_POST['pass'])) {
$user = mysql_real_escape_string(htmlentities(stripslashes($_POST['user'])));
$pass = sha1($_POST['pass'];
 
$log = mysql_query("SELECT COUNT(`user_id`) FROM `users` WHERE `username` = `{$user}` AND `password` = `{$pass}`") or die(mysql_error());
$tell = mysql_result($log, 0);
}
 
if($log == 0) {
echo "Incorrect login, <a href='index.php'>go back</a>";
} else {
$_SESSION['loggedin'] = '1';
echo "Successfully logged in, <a href='admin.php'>go to admin</a>";
}
 
?>
Inc.php
PHP:
<?php
 
if(defined('awesome')) {
include('config.php');
 
function dbcon() {
global $host;
global $usr;
global $db;
global $pwd;
 
mysql_connect($host, $usr, $pwd) or die(mysql_error() and "Error 1");
mysql_select_db($db) or die(mysql_error() and "Error 2");
}
 
dbcon();
$nt = mysql_query("SELECT * FROM articles");
$sql = mysql_fetch_array( $nt );
$content = "<div class='mainbox'><div class='mainheader'><div class='headerlefttext'>{$sql['news_title']}</div></div><div class='text'>{$sql['news_content']}";
 
} else {
echo 'this file cannot be accessed directly!';
}
 
?>
Build log:
v.7:
Rather large update to the progress of the CMS
  • Almost finished install.php
  • Admin (backend) is about 70% done
  • Tried cleaning up code (worked a bit)
  • Made the filing system about as confusing as possible
  • secured the admin login
v.6.5.1:

  • Finished Admin login
  • Started Admin (backend)
  • Remade login (finished)
The install.php was not saved due to computer battery failures (fucking charger broke) and unable to save it. I'll have to redo it.

v.6.5:
  • Almost finished install.php
  • Almost finished Admin login
v.6:

  • Started Admin login
  • Edited template system
  • Few code edits
v.5:

  • Cleaned up code
  • Started installer
  • Started Admin System (In brain, not in page yet :) )
v.4:

  • Re-made template system (Super duper easy)
  • Added theme
v.0.0.0.0.0.0.0.0.0.1:

  • Added template system (Super easy)
  • Started admin login
Errors: None known of.


Questions accepted :), Enjoy.




The project's development is going really slow, sorry.
Looks good, can't wait to see it loool.
 

Macemore

Circumcised pineapples
Aug 26, 2011
1,681
819
WHERE IS MY DEEP FRIED BUTTA! Any updates?
Forgot to update, thanks for reminding me :).

An Administrator panel theme is being created by and I've gotten most of it done, just needs a few things to be finished like:
  • Creating pages
  • Editing pages
  • Adding pages to navigation
I hope to see it finished soon, but progress has been slow due to school work.
 

Beast

Posting Freak
Sep 15, 2011
625
163
Forgot to update, thanks for reminding me :).

An Administrator panel theme is being created by and I've gotten most of it done, just needs a few things to be finished like:
  • Creating pages
  • Editing pages
  • Adding pages to navigation
I hope to see it finished soon, but progress has been slow due to school work.

Sound's cool enough, how will you be creating pages? A bit confusing to me ;p Is it going to store the page via a mysql db some how or create a php/index file.
 

Macemore

Circumcised pineapples
Aug 26, 2011
1,681
819
Sound's cool enough, how will you be creating pages? A bit confusing to me ;p Is it going to store the page via a mysql db some how or create a php/index file.
SQL, it's much easier that way with the template system, all pages are in the database and then printed out onto the layout.
 

Satan

Professional Pornstar
Aug 27, 2011
266
106
Looking good Mace, waiting for release. I'm here if you need help.
Good luck
 
Status
Not open for further replies.

Users who are viewing this thread

Top