[Dev] Cookie Blogging- Simple blogging with style. [Dev]

Status
Not open for further replies.

DaLightz

See ya'll in the afterlife.
May 19, 2012
1,136
262
Hey! It's me in the coders paradise section! :eek:
Yeah i know, most of you are going to be like: "Omggg, finish your fucking developments first!??!?! :mad:@#$@#$@$#".. Well, let me explain.
I figured i'd step away from the habbo section for a little while, because habbo isn't all that i'm going to be doing. I'm not going to waste my whole young life on it when i could be doing some other fun shit. But anyways, on to the topic!
-----------------------------------
Overview
Cookie Blogger is meant to be a simple and easy to set up blogging system. It will contain some nice features for you'r blogging experience to be sexy.

Features
  • Simple directories (similar to CookieMS).
  • MySQLi & PDO database connections.
  • Custom database structure.
  • Template system.
  • Fully working admin panel.
  • Content customization made simple.
  • Web installer.
  • n00b proof.
Snippets?
Well, i litterally just started this... All i have done is ripped the twitter theme and mad a config (not done).
PHP:
<?php
    /***********************************************\
    * Cookie Blogging- Simple blogging with style.*
    *                                            *
    * @Author: CookieMonsta                      *
    *                                            *
    * Copyright (C) CookieJar Networks.          *
    ***********************************************
    *            -=Licence Details=-            *
    ***********************************************
    * Cookie Blogger is OPEN SOURCED, wich means  *
    * you may edit it in anyway you wish aslong  *
    * there is credits the the original author.  *
    *                - GNU public licence 2012  *
    \***********************************************/
 
    /*
    *
    * Cookie Blogger- Configuration
    *
    */
 
    //    Site & URL settings.
    //        - Site URL (the url/domain of the site.)
    //        - Cloudflare (must be "Enabled" or "Disabled".)
    $CONFIG['Site']['Url']        = "http://localhost";
    $CONFIG['Site']['Cloudflare'] = "Enabled";
 
    //    MySQL settings.
    //        - Hostname (usualy localhost.)
    //        - Username (the username to the database.)
    //        - Password (the password to the database.)
    //        - Database (do i really have to explain what that means? -.-)
    $CONFIG['MySQL']['Hostname']  = "localhost";
    $CONFIG['MySQL']['Username']  = "root";
    $CONFIG['MySQL']['Password']  = "finger";
    $CONFIG['MySQL']['Database']  = "cookie_blog";
 
    //    Actual CMS settings.
    //        - Blog name (the name of your blog, e.g; CookieMonstas blog.)
    //
    $CONFIG['Cms']['Name']        = "CookieMonsta's Blog!";
    $CONFIG['Cms']['Language']    = "English";

Development photos
7da26c60f50d435b9e9f677.png

567f11bdb05f4f5e9326435.png
 

Macemore

Circumcised pineapples
Aug 26, 2011
1,681
819
What the nipples is that.
ONTOPIC: STAY ON TOPIC :mad:@


Is this going to be able to have 300 users? but only 6 of them can post new stuffs? You should also do tagging and categories. but have them optional.
 

Clit

Posting Freak
Feb 25, 2012
1,065
103
can't wait to use this :D

Sent from my LS670 using Tapatalk 2
 

GarettM

Posting Freak
Aug 5, 2010
833
136
Is This Gonna Be Finished b4 or after 2013 ?? o.o Cant wait too see finishing or preview of product
 

DaLightz

See ya'll in the afterlife.
May 19, 2012
1,136
262
Close development, got board with this. Going to continue with CookieMS.

Mod close this.
 
Status
Not open for further replies.

Users who are viewing this thread

Top