[CMS][PHP/MySQLi] ZipCMS

Status
Not open for further replies.

IntactDev

Member
Nov 22, 2012
399
71
I prefer it this way, as I'd like to try something a little different. It also forces you to remember your password :)

I would appreciate if you give me some credits for using my register button.. Other than that, it will be nice to have another CMS to choose from :)
How is that your register button?

1) It came with the Fuze template...
2) It's a freaking hex color kid.

This is the button css. I'm sure you didn't make this.
HTML:
.button,.button span{display:inline-block;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
}.button{white-space:nowrap;
line-height:1em;position:relative;
outline:none;overflow:visible;
cursor:pointer;border:1px solid #999;
border:rgba(0,0,0,.2) 1px solid;
border-bottom:rgba(0,0,0,.4) 1px solid;
-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);
box-shadow:0 1px 2px rgba(0,0,0,.2);
background:-moz-linear-gradient(center top,rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
background:-webkit-gradient(linear,center bottom,center top,from(rgba(0,0,0,.1)),to(rgba(255,255,255,.1)));
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF',EndColorStr='#19000000');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')";
-moz-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
user-select:none;
margin-bottom:10px;
}.button.full,.button.full span{display:block;
}.button:hover,.button.hover{background:-moz-linear-gradient(center top,rgba(255,255,255,.2) 0%,rgba(255,255,255,.1) 100%);
background:-webkit-gradient(linear,center bottom,center top,from(rgba(255,255,255,.1)),to(rgba(255,255,255,.2)));
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF',EndColorStr='#19FFFFFF');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')";
}.button:active,.button.active{top:1px;
}.button span{position:relative;
color:#fff;text-shadow:0 1px 1px rgba(0,0,0,0.25);
border-top:rgba(255,255,255,.2) 1px solid;
padding:0.6em 1.3em;
line-height:1em;
text-decoration:none;
text-align:center;
white-space:nowrap;
}.button.small span{font-size:12px;
}.button.medium span{font-size:14px;
}.button.large span{font-size:18px;
}.button.black{background-color:#333333;
}.button.gray{background-color:#666666;
}.button.white{background-color:#FFFFFF;
}.button.white span{color:#666666;
}.button.red{background-color:#e62727;
}.button.orange{background-color:#ff5c00;
}.button.magenta{background-color:#A9014B;
}.button.yellow{background-color:#ffb515;
}.button.newblue{background-color:#2764E6;
}.button.pink{background-color:#e22092;
}.button.green{background-color:#91bd09;
}.button.rosy{background-color:#F16C7C;
}.button.brown{background-color:#804000;
}.button.purple{background-color:#800080;
}.button.cyan{background-color:#46C7C7;
}.button.gold{background-color:#D4A017;}
 

Tranquilizer

Active Member
Jan 24, 2012
164
16
How is that your register button?

1) It came with the Fuze template...
2) It's a freaking hex color kid.

This is the button css. I'm sure you didn't make this.
The image was created by me. I am sure others have changed it from the image to hex. Also, the designer of the Fuze Template used the image, although I am not sure who designed it. I am sure you're able to design a button that suits the index more than that. I do not want to start an argument here, so I will let you use the image if you chose to do so as many other sites are already using it.
 

Ecko

23:37 [autobots] -!- eckostylez [[email protected]]
Nov 25, 2012
1,396
960
The image was created by me. I am sure others have changed it from the image to hex. Also, the designer of the Fuze Template used the image, although I am not sure who designed it. I am sure you're able to design a button that suits the index more than that. I do not want to start an argument here, so I will let you use the image if you chose to do so as many other sites are already using it.
The image was created by you. Creating it in hex means it is no longer yours.

This is only the belief that you actually created the image, having provided no proof whatsoever.
 

Leader

github.com/habbo-hotel
Aug 24, 2012
1,006
267
Not to trash you but you clearly stated you hated habbo...Yet your making a cms for it. nevertheless good luck cant wait to see the finished product

Sent via Tapatalk 2
d
 

IntactDev

Member
Nov 22, 2012
399
71
Not to trash you but you clearly stated you hated habbo...Yet your making a cms for it. nevertheless good luck cant wait to see the finished product

Sent via Tapatalk 2
d
My mother always told me "If you can't beat it, join it!"

But anyways, I'm working on the me page design, as the template came with no me page... So it might take another day or so for the design to be completed.
 

IntactDev

Member
Nov 22, 2012
399
71
Any chance of showing your MySQLi class?
I'm using a regular MySQLi class..

PHP:
<?php
session_start();
 
define('D', DIRECTORY_SEPARATOR);
define('Z', '_zip' . D);
define('L', '_lib' . D);
define('C', '_class'. D);
 
require Z . 'config.php';
$db = new mysqli($zip['MySQLi']['Hostname'], $zip['MySQLi']['Username'], $zip['MySQLi']['Password'], $zip['MySQLi']['Database']);
 
require Z . L . 'common.php';
require Z . C . 'class.ztpl.php';
require Z . C . 'class.zcore.php';
require Z . C . 'class.zusers.php';
 
$core = new zCore();
$tpl = new zTpl();
$users = new zUsers();
?>
 

Ept

Many men wish death upon me.
Jun 16, 2011
591
276
This development thread hasn't been updated in a while, thread closed. If you're still developing the CMS, PM me to have the thread reopened.
 
Status
Not open for further replies.

Users who are viewing this thread

Top