Jump to content

Need coding help for my website


Captain Caboose

Recommended Posts

I'll pay you if you help me

 

I have a website that im starting up and i needed a design to go off of so i used outpost's but, i need an original one to avoid infringement from op. 

this is the segment i need to be written for it to change 

 

 

 <meta charset="utf-8">
    <script src="//cdn.zamimg.com/zaf/1.5.x/zaf.min.js"></script>
    <script src="//d3pkae9owd2lcf.cloudfront.net/mb105.gz.js" id="ad-provider-MonkeyBroker"></script>
    <script>
        var ads_prepare = [
            {id: "za_fixed_footer", type: "fixedFooter"},
            {id: "skin-wrap", type: "skin"},
            {id: "za_leaderboard", type: "leaderboard"},
            {id: "za_medrec", type: "medrec"},
            {id: "za_medrec_btf", type: "medrecBTF"},
            {id: "za_leaderboard_btf", type: "leaderboardBTF"}
        ];
    </script>
<link rel="shortcut icon" type="image/x-icon" href="http://cdn.tf2outpost.com/img/favicon_440.ico?079505">
    <link rel="stylesheet" media="screen" href="http://cdn.tf2outpost.com/css/aries_440.css?097058">
    <script type="text/javascript" src="http://cdn.tf2outpost.com/js/aries.js?025534"></script>
    <script type="text/javascript">
        var aries = window.aries || {};
 
        aries.user.id = 321728;
        aries.user.steamid = "76561198070917292";
        aries.user.nickname = "<span class=\"nickname regular\">Captain Caboose #EnVyUs<\/span>";
        aries.user.avatar = "https:\/\/steamcdn-a.akamaihd.net\/steamcommunity\/public\/images\/avatars\/fa\/face0b6ff934126a6cc1e565ea55e230a909a358_medium.jpg";
        aries.user.hash = "ae1d71b17702778d33b85219fb859ef0";
 
        aries.show_ads = true;
    </script>
    <script type="text/javascript">
        aries.user.update();
    </script>
    <style type="text/css">
        header {
            position: fixed;
            width: 100%;
        }
 
        #main {
            padding: 55px 0 0;
        }
    </style>
</head>

[

   
 
Look at the stylesheet and other codes in there that need rewritting
anyone with coding experience with html or css, any help is appreciated :)
Link to comment
Share on other sites

Not quite sure what you're going for with this piece of source code. I guess you want a website similar to outpost, but with some design modifications? This is not even near to be the entire website tough.

First of all, in the CSS itself, they write:

* TF2 Outpost
* Please don't steal CSS, it's really mean.
* © 2013-2014

 

But whatever..

Secondly, this entire part is just for ads

<script src="//cdn.zamimg.com/zaf/1.5.x/zaf.min.js"></script>
    <script src="//d3pkae9owd2lcf.cloudfront.net/mb105.gz.js" id="ad-provider-MonkeyBroker"></script>
    <script>
        var ads_prepare = [
            {id: "za_fixed_footer", type: "fixedFooter"},
            {id: "skin-wrap", type: "skin"},
            {id: "za_leaderboard", type: "leaderboard"},
            {id: "za_medrec", type: "medrec"},
            {id: "za_medrec_btf", type: "medrecBTF"},
            {id: "za_leaderboard_btf", type: "leaderboardBTF"}
        ];
    </script>

So you could've problably left it out.

 

Their CSS and Javascript are compressed and hardly understandable. So we can also remove these two lines:

<link rel="stylesheet" media="screen" href="http://cdn.tf2outpos...40.css?097058">
    <script type="text/javascript" src="http://cdn.tf2outpos...5534"></script>

 

This is just for the favicon

<link rel="shortcut icon" type="image/x-icon" href="http://cdn.tf2outpos...40.ico?079505">

The following javascript simply declares some variables bound to your profile, like your profile pic, steam id... so they can be used in the website.

Then there's more javascript that guarantees every time you open the webpage it refeshes your user data.

The remaining CSS is just positioning elements.

Also, CSS and HTML isn't considered coding, as they're not really programming languages.

 

There is no real way to save the design of outpost. Closest you can get is simply pressing Ctrl+S while you're on the website.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...