Thread: My site for a never coming out server o.o

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 My site for a never coming out server o.o 
    Registered Member
    Join Date
    Nov 2009
    Posts
    35
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Flaaammerzzz
    Reply With Quote  
     

  2. #2  
    Donator

    Join Date
    Jul 2009
    Posts
    1,453
    Thanks given
    27
    Thanks received
    13
    Rep Power
    69
    This looks stolen please correct me if I am wrong.
    There is so much wrong with this site, and so many bugs. If you had made this yourself there would not be all these flaws and bugs.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Nov 2009
    Posts
    35
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Quote Originally Posted by Masochist View Post
    This looks stolen please correct me if I am wrong.
    There is so much wrong with this site, and so many bugs. If you had made this yourself there would not be all these flaws and bugs.
    It started as a template but than I removed basicly everything than re designed and recoded a bunch of things and added the menu(not made by me) and the media player which isn't made by me. I'm still fixing a bunch of bugs. And how is this stolen?
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Dec 2006
    Age
    25
    Posts
    2,196
    Thanks given
    5
    Thanks received
    23
    Rep Power
    0
    [Only registered and activated users can see links. ], i in no way believe you coded that popout menu
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Nov 2009
    Posts
    35
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Quote Originally Posted by Shocker View Post
    [Only registered and activated users can see links. ], i in no way believe you coded that popout menu
    LOL Honestly can you read what I just posted? I said i didn't make the menu or the media player holy fuck
    Reply With Quote  
     

  6. #6  
    Donator

    Join Date
    Jul 2009
    Posts
    1,453
    Thanks given
    27
    Thanks received
    13
    Rep Power
    69
    Quote Originally Posted by pspdude View Post
    LOL Honestly can you read what I just posted? I said i didn't make the menu or the media player holy fuck
    This is stupid. Practise more than just HTML and CSS before trying to do something like this.
    You should also use correct grammar.. Actually I don't know what it takes.. Please at least act like you're a little more mature.

    Basicly what we're trying to tell you is that this website is nothing more than a template with some content replacements.¨
    If you want to practise, please do it in a blank page before attempting to create a big site. You should know PHP at least, to be able to maintain your site without tons of work, and pages that does not look the same.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Nov 2009
    Posts
    35
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Quote Originally Posted by Masochist View Post
    This is stupid. Practise more than just HTML and CSS before trying to do something like this.
    You should also use correct grammar.. Actually I don't know what it takes.. Please at least act like you're a little more mature.

    Basicly what we're trying to tell you is that this website is nothing more than a template with some content replacements.¨
    If you want to practise, please do it in a blank page before attempting to create a big site. You should know PHP at least, to be able to maintain your site without tons of work, and pages that does not look the same.
    Do you have how much of the CSS I changed? No you don't so please don't tell me I don't know what I'm doing.
    Reply With Quote  
     

  8. #8  
    Registered Member
    Chiief's Avatar
    Join Date
    Jun 2010
    Posts
    1,546
    Thanks given
    69
    Thanks received
    238
    Rep Power
    611
    The shadowed text is ugly, besides that its aight.
    Reply With Quote  
     

  9. #9  
    Registered Member
    Panty Beers's Avatar
    Join Date
    Aug 2009
    Age
    27
    Posts
    440
    Thanks given
    70
    Thanks received
    19
    Rep Power
    412
    Post original and post yours! GOGOGO!

    EDIT: Nevermind, I got them.

    YOURS:

    Code:
    /**
     * Copyright (c) 2008 ClanTemplates.com
     * TEMPLATENAME; a free template by Asherz at ClanTemplates.com
     * No part of this file may be redistributed without written permission
     * Designed by Asherz <[email protected]>
     * Coded by Ross <[email protected]>
     * http://www.clantemplates.com/pages/Legal
     */
    
    /**
     * Imports
     */
    @import url('./css-reset.css');
    
    /**
     * Body
     */
    body {
    	background: #181818;
    	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
    	font-size: 0.69em;
    	color: #575757;
    	text-align: center;
    }
    
    /**
     * Page structure
     */
    #container {
    	background: url('../images/background.jpg') repeat-y top center;
    	margin: 0 auto;
    	padding: 0 56px 0 56px;
    	text-align: left;
    	/*width: 1000px;*/
    	width: 888px;
    }
    
    #header {
    	clear: both;
    	margin-top: 2px;
    }
    
    #column-container {
    	clear: both;
    }
    
    #left-column {
    	float: left;
    	margin-right: 5px;
    	width: 292px;
    }
    
    #right-column {
    	float: left;
    	width: 588px;
    }
    
    #footer {
    	background: url('../images/footer_bg.jpg') repeat-x;
    	clear: both;
    	height: 25px;
    	text-align: center;
    }
    
    /**
     * Navigation
     */
    #navigation {
    	background: url('../images/nav_bg.jpg') repeat-x;
    	height: 66px;
    }
    
    	#navigation li {
    		float: left;
    		height: 66px;
    	}
    	
    	#navigation a {
    		display: block;
    		height: 66px;
    		overflow: hidden;
    	}
    	
    		/**
    		 * Rollover Control
    		 */
    		#navigation a img {
    			display: none;
    		}
    		
    		#navigation a:hover img {
    			display: block;
    		}
    	
    	/**
    	 * Nav items
    	 */
    	#nav_homepage {
    		background: url('../images/nav/homepage.jpg') no-repeat;
    		width: 92px;
    	}
    	
    	#nav_news {
    		background: url('../images/nav/news.jpg') no-repeat;
    		width: 137px;
    	}
    	
    	#nav_team {
    		background: url('../images/nav/team.jpg') no-repeat;
    		width: 115px;
    	}
    	
    	#nav_media {
    		background: url('../images/nav/media.jpg') no-repeat;
    		width: 93px;
    	}
    	
    	#nav_scene {
    		background: url('../images/nav/scene.jpg') no-repeat;
    		width: 130px;
    	}
    	
    	#nav_forums {
    		background: url('../images/nav/forums.jpg') no-repeat;
    		width: 107px;
    	}
    	
    	#nav_contact {
    		background: url('../images/nav/contact.jpg') no-repeat;
    		width: 108px;
    	}
    	
    	#nav_results {
    		background: url('../images/nav/results.jpg') no-repeat;
    		width: 106px;
    	}
    
    /**
     * Boxes
     */
    .box {
    	border: 1px solid #141414;
    }
    
    	.box h2 {
    		background: url('../images/head_bg.jpg') repeat-x;
    		border-bottom: 1px solid #141414;
    		height: 36px;
    		text-align: right;
    	}
    	
    		.box h2 strong {
    		 	background: url('../images/head_end.jpg') no-repeat;
    			display: block;
    		}
    	
    	.box .content {
    		background: #181818;
    		border: 1px solid #292929;
    	}
    
    /**
     * Specific box settings
     */
    
    /* Welcome/Introduction box */
    .welcome_box {
    	margin-right: 4px;
    	width: 292px;
    }
    
    /* Left/right column boxes */
    #left-column .box, #right-column .box {
    	margin: 2px 0 2px 0;
    }
    
    /**
     * Roster/Team
     */
    #team-members li {
    	float: left;
    	margin: 3px;
    }
    
    #team-members a {
    	border: 2px solid #181818;
    	display: block;
    	padding: 1px;
    }
    
    #team-members a:hover {
    	border: 2px solid #849a00;
    }
    
    #rosterData strong {
    	color: #849a00;
    	font-weight: normal;
    }
    
    /** 
     * Latest news (bulleted)
     */
    .latest-news li {
    	padding: 3px;
    	font-weight: bold;
    }
    
    .latest-news h3 {
    	color: #849a00;
    	display: inline;
    }
    
    .latest-news cite {
    	color: #575757;
    	float: right;
    	font-style: normal;
    }
    
    	.latest-news cite a {
    		color: #575757;
    		font-weight: bold;
    	}
    	
    	.latest-news cite a:hover {
    		color: #a7a7a7;
    		font-weight: bold;
    	}
    
    .latest-news .tright a {
    	font-weight: bold;
    	text-decoration: none;
    }
    
    /**
     * Text formatting
     */
    .content h3, .content p {
    	margin: 15px 10px 15px 10px;
    	color: #CCC;
    }
    
    strong {
    	font-weight: bold;
    	color: #FFF;
    }
    
    em {
    	font-style: italic;
    }
    
    .tcenter {
    	text-align: center;
    }
    
    .tright {
    	text-align: right;
    }
    
    .content h3 {
    	color: #03F;
    	font-weight: bold;
    }
    
    .content h3 cite {
    	color: #fff;
    	font-style: normal;
    	font-weight: normal;
    }
    
    	.content h3 cite a {
    		color: #fff;
    		font-weight: bold;
    	}
    	
    	.content h3 cite a:hover {
    		color: #c7c7c7;
    	}
    
    #right-column .content ol, #right-column .content ul {
    	margin-left: 20px;
    }
    
    #right-column .content ol {
    	list-style: decimal;
    }
    
    #right-column .content ul {
    	list-style: disc;
    }
    
    /**
     * Hyperlinks
     */
    a, a:visited {
    	color: #93b900;
    }
    
    a:hover, a:visited:hover {
    	color: #849a00;
    }
    
    a:active {
    	color: #b5db22;
    }
    
    /**
     * Floats
     */
    .left {
    	float: left;
    }
    
    .right {
    	float: right;
    }
    TEMPLATE:

    Code:
    /**
     * Copyright (c) 2008 ClanTemplates.com
     * TEMPLATENAME; a free template by Asherz at ClanTemplates.com
     * No part of this file may be redistributed without written permission
     * Designed by Asherz <[email protected]>
     * Coded by Ross <[email protected]>
     * http://www.clantemplates.com/pages/Legal
     */
    
    /**
     * Imports
     */
    @import url('./css-reset.css');
    
    /**
     * Body
     */
    body {
    	background: #181818;
    	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
    	font-size: 0.69em;
    	color: #575757;
    	text-align: center;
    }
    
    /**
     * Page structure
     */
    #container {
    	background: url('../images/background.jpg') repeat-y top center;
    	margin: 0 auto;
    	padding: 0 56px 0 56px;
    	text-align: left;
    	/*width: 1000px;*/
    	width: 888px;
    }
    
    #header {
    	clear: both;
    	margin-top: 2px;
    }
    
    #column-container {
    	clear: both;
    }
    
    #left-column {
    	float: left;
    	margin-right: 5px;
    	width: 292px;
    }
    
    #right-column {
    	float: left;
    	width: 588px;
    }
    
    #footer {
    	background: url('../images/footer_bg.jpg') repeat-x;
    	clear: both;
    	height: 25px;
    	text-align: center;
    }
    
    /**
     * Navigation
     */
    #navigation {
    	background: url('../images/nav_bg.jpg') repeat-x;
    	height: 66px;
    }
    
    	#navigation li {
    		float: left;
    		height: 66px;
    	}
    	
    	#navigation a {
    		display: block;
    		height: 66px;
    		overflow: hidden;
    	}
    	
    		/**
    		 * Rollover Control
    		 */
    		#navigation a img {
    			display: none;
    		}
    		
    		#navigation a:hover img {
    			display: block;
    		}
    	
    	/**
    	 * Nav items
    	 */
    	#nav_homepage {
    		background: url('../images/nav/homepage.jpg') no-repeat;
    		width: 92px;
    	}
    	
    	#nav_news {
    		background: url('../images/nav/news.jpg') no-repeat;
    		width: 137px;
    	}
    	
    	#nav_team {
    		background: url('../images/nav/team.jpg') no-repeat;
    		width: 115px;
    	}
    	
    	#nav_media {
    		background: url('../images/nav/media.jpg') no-repeat;
    		width: 93px;
    	}
    	
    	#nav_scene {
    		background: url('../images/nav/scene.jpg') no-repeat;
    		width: 130px;
    	}
    	
    	#nav_forums {
    		background: url('../images/nav/forums.jpg') no-repeat;
    		width: 107px;
    	}
    	
    	#nav_contact {
    		background: url('../images/nav/contact.jpg') no-repeat;
    		width: 108px;
    	}
    	
    	#nav_results {
    		background: url('../images/nav/results.jpg') no-repeat;
    		width: 106px;
    	}
    
    /**
     * Boxes
     */
    .box {
    	border: 1px solid #141414;
    }
    
    	.box h2 {
    		background: url('../images/head_bg.jpg') repeat-x;
    		border-bottom: 1px solid #141414;
    		height: 36px;
    		text-align: right;
    	}
    	
    		.box h2 strong {
    		 	background: url('../images/head_end.jpg') no-repeat;
    			display: block;
    		}
    	
    	.box .content {
    		background: #181818;
    		border: 1px solid #292929;
    	}
    
    /**
     * Specific box settings
     */
    
    /* Welcome/Introduction box */
    .welcome_box {
    	margin-right: 4px;
    	width: 292px;
    }
    
    /* Left/right column boxes */
    #left-column .box, #right-column .box {
    	margin: 2px 0 2px 0;
    }
    
    /**
     * Roster/Team
     */
    #team-members li {
    	float: left;
    	margin: 3px;
    }
    
    #team-members a {
    	border: 2px solid #181818;
    	display: block;
    	padding: 1px;
    }
    
    #team-members a:hover {
    	border: 2px solid #849a00;
    }
    
    #rosterData strong {
    	color: #849a00;
    	font-weight: normal;
    }
    
    /** 
     * Latest news (bulleted)
     */
    .latest-news li {
    	padding: 3px;
    }
    
    .latest-news h3 {
    	color: #849a00;
    	display: inline;
    }
    
    .latest-news cite {
    	color: #575757;
    	float: right;
    	font-style: normal;
    }
    
    	.latest-news cite a {
    		color: #575757;
    		font-weight: bold;
    	}
    	
    	.latest-news cite a:hover {
    		color: #a7a7a7;
    		font-weight: bold;
    	}
    
    .latest-news .tright a {
    	font-weight: bold;
    	text-decoration: none;
    }
    
    /**
     * Text formatting
     */
    .content h3, .content p {
    	margin: 15px 10px 15px 10px;
    }
    
    strong {
    	font-weight: bold;
    }
    
    em {
    	font-style: italic;
    }
    
    .tcenter {
    	text-align: center;
    }
    
    .tright {
    	text-align: right;
    }
    
    .content h3 {
    	color: #93b900;
    	font-weight: bold;
    }
    
    .content h3 cite {
    	color: #fff;
    	font-style: normal;
    	font-weight: normal;
    }
    
    	.content h3 cite a {
    		color: #fff;
    		font-weight: bold;
    	}
    	
    	.content h3 cite a:hover {
    		color: #c7c7c7;
    	}
    
    #right-column .content ol, #right-column .content ul {
    	margin-left: 20px;
    }
    
    #right-column .content ol {
    	list-style: decimal;
    }
    
    #right-column .content ul {
    	list-style: disc;
    }
    
    /**
     * Hyperlinks
     */
    a, a:visited {
    	color: #93b900;
    }
    
    a:hover, a:visited:hover {
    	color: #849a00;
    }
    
    a:active {
    	color: #b5db22;
    }
    
    /**
     * Floats
     */
    .left {
    	float: left;
    }
    
    .right {
    	float: right;
    }
    It doesn't look like you changed it very much to me.

    [IMG]
    [Only registered and activated users can see links. ]
    [/IMG]
    Reply With Quote  
     

  10. #10  
    Registered Member
    FuckThePolice's Avatar
    Join Date
    Feb 2009
    Age
    27
    Posts
    846
    Thanks given
    29
    Thanks received
    57
    Rep Power
    87
    did you.. paint over that picture of the real designer's name and put yours..? looks like it to me lol.. correct me if i'm wrong..?
    Reply With Quote  
     

  11. Thankful user:


Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Coming Soon To Rune-Server
    By Raid in forum Chat
    Replies: 40
    Last Post: 06-21-2010, 02:22 AM
  2. Replies: 0
    Last Post: 11-22-2009, 08:02 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •