UNION CMS

GangnamStyle

HTML Advanced Coder
Jan 8, 2012
121
8
Hello, I'm coming to a idea to make a new Union CMS, The last CMS Wasn't a good sucess.
I'm going to remake it and I'll need recuiting!

Languages:
PHP
CSS
HTML
C++
MySQL

What Included:
In This CMS, We'll be including many items:
Blog
Billing / Shop
Habbo Retro, (REVCMS Plus I'll buy a EMU Licence, coding our own SKIN!)
Social Networking
AND More..

Why Am I Doing This?
After Union CMS Didn't really sucess on my site, I'm thinking of remaking it ect, It'll include alot of new features and new coding languages.

Recuiting:
I'll be recuiting around 5People. I'll Hope to finish this CMS, We'll half of it in 1-2weeks.

I'll also keep up to date updating screen shots and codes.

Thanks!!
 

Weasel

👄 I'd intercept me
Nov 25, 2011
4,132
2,456
I Didn't get it from thier LOL. Plus arent you aload to like get other codes from site.
I mean come on, we all learned via that?! Plus im new to coding, its my first release ect,..
Pages I've nearly done
index.html
Just need to add the CSS Then MySQL Stuff..
Please remove "
HTML Advanced Coder"
then. You are fake dude, you brag about everything but you are nothing.
 

Weasel

👄 I'd intercept me
Nov 25, 2011
4,132
2,456
Didn't you listen, it was only a maintence while i code the index you fucking twat.
Suck cock
And there's the raging noob you where all the time! Now... please... rageQUIT.

So now it's only "a maintance while you code the index". Then why say you coded everything eh? I guess the whole CMS will be ripped, or you will let other people do the work. I know one thing for sure, nobody will join your team.
 

Macemore

Circumcised pineapples
Aug 26, 2011
1,681
819
Using C++ For Application Forms, and Some other features, Just made a Maintaince Page, took 5minutes;
Application forms can be done in HTML, and processed with PHP, you don't need C++.
HTML:
<form action="form.php" method="POST">
Name: <input type="text" name="name"><br />
Another form: <input type="text" name="another"><br />
</form>
form.php:
PHP:
<?php
$name = $_POST['name'];
$another = $_POST['another'];
 
echo "Hello {$name}";
echo "What is this shit? {$another};
?>
 

GangnamStyle

HTML Advanced Coder
Jan 8, 2012
121
8
Hey I'm back! just seen you telling me to give up! i've got my layout ect,
ill post a picy

CODE:
HTML:
<!doctype html>
 
<html>
 
<head>
 
<style>.fade{opacity:1;transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out;}.fade:hover{opacity:0.6;}</style>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Union Industry!</title>
<link href='http://fonts.googleapis.com/css?family=Lustria|Niconne|McLaren' rel='stylesheet' type='text/css'>
<link href="STYLE.CSS" rel="stylesheet" type="text/css">
<link rel='stylesheet' id='camera-css'  href='camera.css' type='text/css' media='all'>
<script type='text/javascript' src='scripts/jquery.min.js'></script>
<script type='text/javascript' src='scripts/jquery.mobile.customized.min.js'></script>
<script type='text/javascript' src='scripts/jquery.easing.1.3.js'></script>
<script type='text/javascript' src='scripts/camera.min.js'></script>
<script>
    jQuery(function(){
       
        jQuery('#camera_wrap_1').camera({
            thumbnails: true
        });
    });
</script>
</head>
<body>
<header>
<center><img src="img/logo.gif"/></center>
<br />
<br />
<br />
<h3><center><strong><font color="#000">HAULT!</font><br /><marquee>Union Industry is under Maintainace, Please wait for the time being!!</marquee></strong></center></h3>
    <div class="clearfloat"></div>
</div>
<footer>
    <hr>
    <hr>
    <p>
<center><b><font size="3"><FONT COLOR="#FCFAFA">Union Industry &copy 2012</FONT></center>
    </div>
</footer>
</body>
</html>
 

Users who are viewing this thread

Top