Pereiti prie turinio

P0NAS

Nariai
  • Pranešimai

    101
  • Užsiregistravo

  • Lankėsi

  • Atsiliepimai

    0%

P0NAS Pranešimai

  1. Sveiki ponai, man biški neaišku dėl to taip vadinamo USER AGENT. Turiu TIK VIENĄ klausimą:

     

    Jeigu yra 2 skirtingi kompiuteriai su skirtingais IP adresais, bet naudojasi tuo pačiu BROWSERIU (naršykle), ar USER AGENT bus toks pat?

  2. Tai galima padaryti tik su JS ir CSS. Tesiog is pradziu CSS faile nustatyk kad meniu yra "menius slankiojimo ribos" virsuje. Ir tada su javascriptu tikrink ar tik nereikia jau judint meniu. Jei reikia tai nustatai position fixed. Zodziu esme tame kad tu visalaika tikrini ar meniu ner per aukstai ir ar nera per zemai, o jeigu nei per zemai, nei per aukstai tai padarai position: fixed; o jei per zemai ar per aukstai tai vel position static.

  3. Šioje svetainėje turimų virtualių daiktų (serveriai, paskyros) ištrinimas visam laikui be galimybės grąžinti, užblokuojamas jūsų IP.

    Deletion of your virtual goods (servers, accounts) will be permanent, your IP will be banned also. (arba blocked, kaip nori)

     

     

    Nekurti paskyrų, nepridedinėti serverių masiškai siekiant pakenkti svetainei.

    The numbers of account and server creation are monitored, system abuse will not be tolerated.

    Labai ačiū.

  4. Sveiki žmonės. Iškilo kvaila problema :) . Niekaip nesugalvoju kaip išversti šiuos du sakinius į anglų kalbą. Nei Google Translate nei niekas kitas nepadėjo... Gal galite kas nors gražiai išversti?

     

     

    Šioje svetainėje turimų virtualių daiktų (serveriai, paskyros) ištrinimas visam laikui be galimybės grąžinti, užblokuojamas jūsų IP.

     

    Nekurti paskyrų, nepridedinėti serverių masiškai siekiant pakenkti svetainei.

     

    Labai ačiū!

  5. /*-------------------------*/
    /* FONT BDD */
    /*-------------------------*/
    
    @font-face {
       font-family: 'socialicoregular';
       src: url('font/socialico-webfont.eot');
       src: url('font/socialico-webfont.eot?#iefix') format('embedded-opentype'),
            url('font/socialico-webfont.woff2') format('woff2'),
            url('font/socialico-webfont.woff') format('woff'),
            url('font/socialico-webfont.ttf') format('truetype'),
            url('font/socialico-webfont.svg#socialicoregular') format('svg');
    }
    
    @font-face {
       font-family: 'socialico_plusregular';
       src: url('font/socialico_plus-webfont.eot');
       src: url('font/socialico_plus-webfont.eot?#iefix') format('embedded-opentype'),
            url('font/socialico_plus-webfont.woff2') format('woff2'),
            url('font/socialico_plus-webfont.woff') format('woff'),
            url('font/socialico_plus-webfont.ttf') format('truetype'),
            url('font/socialico_plus-webfont.svg#socialico_plusregular') format('svg');
    }
    
    
    .disable-hover {
    pointer-events: none;
    }
    
    img{vertical-align:bottom;}
    
    a {
    text-decoration:none;
    }
    
    ul { 
    list-style-type: none; 
    margin:0;
    padding:0;
    }
    
    .anim-1,.anim-2{display:none;}
    
    /*-------------------------*/
    /* MAIN TRANSITION FOR EFFECT HOVER*/
    /*-------------------------*/
    
    .object {
       transition: all 0.25s ease-in-out;
       -webkit-transition: all 0.25s ease-in-out; /** Chrome & Safari **/
       -moz-transition: all 0.25s ease-in-out; /** Firefox **/
       -o-transition: all 0.25s ease-in-out; /** Opera **/
    }
    
    /*----------------------------*/
    /* BODY SETTINGS */
    /*----------------------------*/
    
    body,html{
    padding:0;margin:0;
    background-color:#F4F4F4;
    }
    
    .cache{
    width:100%;
    height:100%;
    position:absolute;
    background-color:#FFF;
    z-index:1000;
    }
    
    /*----------------------------*/
    /* CUSTOM SCROLLBAR  */
    /*----------------------------*/
    
    ::-webkit-scrollbar {
       width: 9px;
    }
    
    ::-webkit-scrollbar-track {
       background:#eee;
       border: thin solid lightgray;
       box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
    }
    
    ::-webkit-scrollbar-thumb {
       background:#999;
       border: thin solid gray;
    }
    
    /*----------------------------*/
    /* HEADER BLACK TOP WITH LOGO */
    /*----------------------------*/
    
    
    #wrapper-header{
    float:left;
    width:105%;
    height:65px;
    background-color:#2E2D30;
    opacity:0;
    }
    
    #main-header{
    position:relative;
    width:1200px;
    left:50%;
    margin-left:-600px;
    height:auto;
    }
    
    #logo{
    position:absolute;
       margin-top:13.5px;
    left:15px;
    cursor:pointer;
    }
    
    #stripes{
    background: url(img/stripes.svg) no-repeat;
    position:absolute;
    width:27px;
    height:20px;
    right:15px;
    top:22.5px;
    cursor:pointer;
    display:none;
    }
    
    #logo img{height:100%;width:100%;}
    
    /*----------------------------*/
    /* SUB NAV BAR */
    /*----------------------------*/
    
    #wrapper-navbar{
    float:left;
    width:100%;
    height:0px;
    background-color:#FFF;
    border-bottom:solid #EDEDED 1px;
    opacity:0;
    }
    
    .navbar{
    position:relative;
    width:1200px;
    left:50%;
    margin-left:-600px;
    height:100%;
    top:0;
    }
    
    .top-rated,.recent,.oldies{
    float:left;
    text-align:left;
    font-family: 'Roboto',sans-serif;
       font-size: 13px;
    height:40px;
    line-height:40px;
       margin-top:10px;
    cursor:pointer;
    -webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    letter-spacing:1.5px;
    }
    
    .top-rated{color:#666;margin-left:15px;font-weight:500;}
    .recent,.oldies{color: #CCC;margin-left:80px;font-weight:500;margin-left:40px;}
    
    .top-rated:hover,.recent:hover,.oldies:hover{color:#666;opacity:1;}
    
    #fleche-nav-1,#fleche-nav-2,#fleche-nav-3{
    float:left;
    margin-top:26px;
    background: url(img/fleche-nav.svg) no-repeat ;
    width:5px;
    height:10px;
    margin-left:5px;
    }
    
    #fleche-nav-2,#fleche-nav-3{opacity:0.5;}
    
    #wrapper-bouton-icon{display:block;}
    #bouton-ai,#bouton-psd,#bouton-photo,#bouton-font,#bouton-theme,#bouton-premium{
    float:right;
    width:28px;
    height:28px;
    margin-top:16px;
    margin-right:15px;
    cursor:pointer;
    opacity:1;
     transition: all 0.2s ease-in-out;
       -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
       -ms-transition: all 0.2s ease-in-out;
    }
    
    #bouton-ai:hover,#bouton-psd:hover,#bouton-photo:hover,#bouton-font:hover,#bouton-theme:hover,#bouton-premium:hover{opacity:0.5;transform: scale(1.2);}
    
    #bouton-ai img,#bouton-psd img,#bouton-photo img,#bouton-font img,#bouton-theme img,#bouton-premium img{width:100%;height:100%;}
    
    /*----------------------------*/
    /* MAIN DIV */
    /*----------------------------*/
    
    #wrapper-container{
    float:left;
    width:100%;
    height:auto;
    }
    
    .container,.container-footer {
       position:relative;
       width: 1200px;
       margin-left:-600px;
       left:50%;
    }
    
    /*----------------------------*/
    /* MENU SIDE */
    /*----------------------------*/
    
    #main-container-menu {
    position:fixed;
       width:100%;
       height:100%;
    left:-100%;
    background-color:rgba(34, 34, 34, 0.95);
    z-index:1000;
    }
    
    .container-menu{
    position:relative;
    height:100%;
    width:100%;
    }
    
    /*----------------------------*/
    /* CROSS */
    /*----------------------------*/
    
    #main-cross{
    float:left;
    min-height:53px;
    width:100%;
    margin-bottom:50px;
    }
    
    #cross-menu{
    position:absolute;
    width:18px;
    height:18px;
    right:25px;
    margin-top:25px;
    background: url(img/cross-menu.svg) no-repeat;
    cursor:pointer;
    }
    
    /*----------------------------*/
    /* SMALL LOGO */
    /*----------------------------*/
    
    #main-small-logo{
    float:left;
    min-height:53px;
    width:100%;
    margin-bottom:25px;
    }
    
    .small-logo{
    position:absolute;
    width:131px;
    height:53px;
    left:50%;
    margin-left:-65.5px;
    background: url(img/small-logo.svg) no-repeat;
    }
    
    /*----------------------------*/
    /* MAIN DIV WITH IMAGE */
    /*----------------------------*/
    
    #main-container-image {
       float:left;
       width:100%;
       height:auto;
    background-color:#F4F4F4;
    margin-top:25px;
    opacity:0;
    
    }
    
    .work figure {
       float:left;
    width:60%;
    margin-left:7.5%;
       height:auto;
       padding: 0 !important;
       transition: all 0.3s ease-in-out;
       -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
    background-color:#FFF;
    }
    
    .work figure img {
       height: 95%;
       width: 95%;
    margin-left:2.5%;
    margin-top:2.5%;
    }
    
    #wrapper-part-info{
    position:relative;
    width:100%;
    height:auto;
    background-color:#FFFFFF;
    }
    
    .part-info-image{
    float:left;
    margin-bottom:17.5px;
    }
    #wrapper-part-info .part-info-image img{height:20%;width:20%;}
    
    .wrapper-text-description{
    position:absolute;
    width:20%;
    right:7.5%;
    height:auto;
    margin-top:85px;	
    }
    
    .wrapper-view,.wrapper-file,.wrapper-weight,.wrapper-desc,.wrapper-download{
    float:left;
    width:100%;
    border-bottom:solid #E0E0E0 1px;
    }
    .wrapper-file,.wrapper-weight,.wrapper-desc,.wrapper-download{
    border-top:solid #FFF 1px;
    }
    .wrapper-morefrom{
    float:left;
    width:100%;
    border-top:solid #FFF 1px;
    }
    .wrapper-view,.wrapper-file,.wrapper-weigh,.wrapper-download,.wrapper-morefrom{height:40px;}
    .wrapper-desc,.wrapper-morefrom{height:auto;}
    
    .icon-view,.icon-file,.icon-weight,.icon-desc,.icon-download{
    float:left;
    left:0;
    margin-right:25px;
    }
    .icon-view{margin-top:10px;}
    .icon-file{margin-top:9px;margin-left:2px;}
    .icon-weight{margin-top:8px;margin-left:2px;}
    .icon-desc{margin-top:7px;}
    .icon-download{margin-top:6px;margin-left:3px;}
    
    .icon-view img,.icon-file img,.icon-weight img,.icon-desc img,.icon-download img{height:100%;width:100%;}
    
    .text-view,.text-file,.text-weight,.text-desc,.text-download{
    float:left;
    text-align:left;
    font-family: Helvetica, sans-serif;
       font-size: 15px;
    font-weight:400;
    -webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale;
    color:#A1A1A1;
    }
    .text-view,.text-file,.text-weight,.text-download{
    height:40px;
    line-height:40px;
    }
    .text-desc{
    width:calc(100% - 49px);
    line-height:130%;
    height:auto;
    margin-bottom:25px;
    margin-top:10px;
    }
    
    .text-download a{
    color:#A1A1A1;
    transition: all 0.2s ease-in-out;
       -webkit-transition: all 0.2s ease-in-out; 
       -moz-transition: all 0.2s ease-in-out; 
       -o-transition: all 0.2s ease-in-out;
    }
    
    .text-download a:hover{color:#666;}
    
    .text-morefrom{
    float:left;
    text-align:left;
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale;
       font-size: 16px;
    font-weight:600;
    color:#686868;
    width:100%;
    margin-left:0;
    line-height:130%;
    height:auto;
    margin-bottom:0;
    margin-top:20px;
    }
    
    .image-morefrom{
    float:left;
    width:100%;
    margin-top:20px;
    height:auto;
    margin-bottom:35px;
    }
    
    .image-morefrom-1,.image-morefrom-2,.image-morefrom-3,.image-morefrom-4{
    float:left;
    width:47.5%;
    height:auto;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
    background-color:#FFF;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    cursor:pointer;
    }
    
    .image-morefrom-1,.image-morefrom-3{margin-right:5%;}
    .image-morefrom-1,.image-morefrom-2{margin-bottom:12.5px;}
    
    .image-morefrom-1 img,.image-morefrom-2 img,.image-morefrom-3 img,.image-morefrom-4 img{
    width:85%;
    height:auto;
    margin-left:7.5%;
    padding-bottom:7.5%;
    padding-top:7.5%;
    }
    .image-morefrom-1:hover,.image-morefrom-2:hover,.image-morefrom-3:hover,.image-morefrom-4:hover{opacity:0.5;}
    
    .post-reply,.post-reply-2{
    float:left;
    width:60%;
    margin-left:7.5%;
       height:auto;
    }
    
    .post-reply{margin-top:50px;}
    
    .image-reply-post,.image-reply-post-2{
    float:left;
    width:65px;
    height:65px;
    background: url(img/avatar.png) no-repeat;
    top:0;	
    }
    
    .image-reply-post{background: url(img/avatar.png) no-repeat;}
    .image-reply-post-2{background: url(img/avatar-2.png) no-repeat;}
    
    .name-reply-post,.name-reply-post-2{
    float:left;
    width:calc(100% - 95px);
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale;
       font-size: 16px;
    font-weight:600;
    color:#686868;
    line-height:65px;
    height:65px;
    padding-left:30px;
    }
    
    .text-reply-post,.text-reply-post-2{
    float:left;
    text-align:left;
    height:auto;
    line-height:140%;
    margin-left:95px;
    width:calc(90% - 95px);
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale;
       font-size: 16px;
    font-weight:400;
    color:#999;
    margin-top:-10px;
    border-bottom:solid #E9E9E9 1px;
    padding:20px;
    margin-top:-20px;
    }
    
    .post-send{
    float:left;
    width:60%;
    margin-left:7.5%;
    height:auto;
    margin-bottom:25px;
    }
    
    #main-post-send{
    float:left;
    width:calc(90% - 160px);
    margin-left:95px;
    height:auto;
    margin-top:0px;
    }
    
    #title-post-send{
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale;
       font-size: 16px;
    font-weight:600;
    color:#686868;
    line-height:65px;
    height:65px;
    position:relative;
    }
    
    textarea {
       font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale;
       font-size: 16px;
    font-weight:400;
    color:#999;
    width: 320px;
    height: 150px;
    background:#FFF;
    outline:none;
    border:solid 1px #DDDDDD;
    border-radius:4px;
    padding-left:10px;
    padding-top:10px;
    float:left;
    margin-left:-15px;
    margin-top:-25px;
    }
    
    input[type=submit] {
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale;
       font-size: 16px;
    font-weight:600;
    color:#FFF;
    cursor: pointer;
    width: 150px;
    height: 40px;
    padding: 5px 10px;
    border-radius:4px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 0.5s ease-in-out; /** Firefox **/
    -o-transition: all 0.5s ease-in-out; /** Opera **/
    background-color:#74BDEC;
    float:left;
    border:none;
    }
    
    fieldset {
    border:none;
    }
    
    textarea { 
    resize: vertical;
       max-height:100px; 
       min-height:100px;
    }
    
    textarea {
       color: #999;
    }
    
    textarea:-moz-placeholder {
       color: #999;
    }
    
    textarea::-webkit-input-placeholder {
       color: #999;
    }
    
    textarea.placeholder {
       color: #999;
    }
    
    .title-item{
    float:left;
    width:92.5%;
    margin-left:7.5%;
    height:68px;
    margin-bottom:10px;
    }
    
    .title-icon{
    float:left;
    width:68px;
    height:68px;
    background: url(img/title-icon-ps.svg) no-repeat;
    margin-right:20px;
    }
    
    .title-text{
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale;
       font-size: 22px;
    font-weight:600;
    color:#686868;
    line-height:125%;
    height:auto;
    width:calc(100% - 88px);
    margin-top:8px;
    }
    
    .title-text-2{
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale;
       font-size: 15px;
    font-weight:400;
    color:#A1A1A1;
    line-height:125%;
    height:auto;
    width:calc(100% - 88px);
    margin-top:8px;
    }
    
    
    /*----------------------------*/
    /* BIG TITLE RESSOURCE FOR THE HIDDEN MENU */
    /*----------------------------*/
    
    #main-premium-ressource,#main-themes,#main-psd,#main-ai,#main-font,#main-photo{
    float:left;
    width:100%;
    min-height:36px;
    
    }
    
    .premium-ressource,.themes,.psd,.ai,.font,.photo{
    position:relative;
    text-align:center;
    font-family: Helvetica, sans-serif;
       font-size: 16px;
    font-weight:400;
    height:36px;
    line-height:36px;
    -webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale;
    }
    
    .premium-ressource a,.themes a,.psd a,.ai a,.font a,.photo a{
    transition: all 0.2s ease-in-out;
       -webkit-transition: all 0.2s ease-in-out; 
       -moz-transition: all 0.2s ease-in-out; 
       -o-transition: all 0.2s ease-in-out;
    }
    
    .premium-ressource a,.themes a,.psd a,.photo a,.font a,.ai a{color:#999;}
    
    .premium-ressource a:hover{color:#CCC;}
    .themes a:hover{color:#66CC7A;}
    .psd a:hover{color:#2B9ED8;}
    .photo a:hover{color:#56514C;}
    .font a:hover{color:#B88DFF;}
    .ai a:hover{color:#FF9000;}
    
    /*----------------------------*/
    /* THX PART AND OLDNEW   */
    /*----------------------------*/
    
    #wrapper-thank{
    float:left;
    width:100%;
    height:190px;
    background-color:#F2F2F2;
    margin-top:40px;
    }
    
    #wrapper-oldnew{
    float:left;
    width:100%;
    height:80px;
    background-color:#F4F4F4;
    margin-top:50px;
    }
    
    .thank,.oldnew{
    position:relative;
    width:1200px;
    left:50%;
    margin-left:-600px;
    height:100%;
    top:0;
    }
    
    .thank-text{
    float:left;
    text-align:center;
    font-family: 'Pacifico', cursive;
       font-size: 70px;
    height:190px;
    line-height:190px;
    -webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale;
    color:#B3B3B3;
    font-weight:400;
    width:100%;
    }
    
    /*----------------------------*/
    /* FOOTER */
    /*----------------------------*/
    
    #main-container-footer{
    float:left;
    width:100%;
    height:auto;
    background-color:#F9F9F9;
    border-top:solid #F1F1F1 1px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    
    }
    
    #row-1f,#row-2f,#row-3f,#row-4f{
    float:left;
    width:calc(100% / 4);
    height:auto;
    }
    
    .text-row-1f,.text-row-2f,.text-row-3f,.text-row-4f{
    float:left;
    text-align:left;
    height:140%;
    line-height:140%;
    margin-left:20px;
    width:80%;
    text-align:left;
    font-family: Helvetica, sans-serif;
       font-size: 14px;
    font-weight:400;
    -webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale;
    color:#A1A1A1;
    margin-top:80px;
    }
    .text-row-1f,.text-row-2f,.text-row-3f{
    margin-bottom:100px;
    }
    
    /*----------------------------*/
    /* NEWSLETTER*/
    /*----------------------------*/
    
    #main_tip_newsletter{
    float:left;
    width:100%;
    height:auto;
    margin-top:20px;
    }
    
    #tip_newsletter_input
    {
       font: 15px/1.6 Helvetica, sans-serif;
    color: #CCC;
    padding: 5px 5px 5px 46px;
    width: 170px;
    border:solid 2px #CCC;
    border-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
       box-shadow: none; 
    outline: 0;
    background: url(img/icon-newsletter.svg) no-repeat 10px 9px;
    margin-left:20px;
    vertical-align:center;
    font-weight:400;
    }
    
    /*----------------------------*/
    /* SEARCH */
    /*----------------------------*/
    
    #main_tip_search{
    float:right;
    width:170px;
    margin-top:13px;
    height:auto;
    margin-right:25px;
    display:block;
    }
    
    #tip_search_input{
       font: 16px/1.6 'Roboto',sans-serif;
    color: #686868;
    padding: 4px 4px 4px 46px;
    width: 170px;
    border:solid 1px #FFF;
    border-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
       box-shadow: none; 
    outline: 0;
    margin: 0;
    background: url(img/icon-search.svg) no-repeat 12px 7px;
    vertical-align:center;
    margin-left:-40px;
    background-color:#FFF;
    }
    
    #loupe{
    position:absolute;
    background: url(img/loupe.svg) no-repeat;
    width:28px;
    height:30px;
    right:20px;
    top:94px;
    cursor:pointer;
    opacity:1;
    }
    
    /*----------------------------*/
    /* COPYRIGHT PART IN BLACK DOWN*/
    /*----------------------------*/
    
    #wrapper-copyright{
    float:left;
    width:100%;
    height:70px;
    background-color:#2E2D30;
    }
    
    .copyright{
    position:relative;
    width:1200px;
    left:50%;
    margin-left:-600px;
    height:100%;
    top:0;
    }
    
    .copy-text{
    float:left;
    text-align:left;
    font-family: 'Roboto',sans-serif;
       font-size: 15px;
    height:70px;
    line-height:70px;
    cursor:pointer;
    -webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale;
    color:#666;
    margin-left:15px;
    font-weight:500;
    }
    
    .wrapper-navbouton{
    position:absolute;
    height:100%;
    right:0;
    }
    
    .google,.facebook,.dribbble,.linkin{
    -webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale;
    text-align:right;
    font-family:'socialicoregular';
       font-size: 44px;
    height:70px;
    line-height:70px;
    float:right;
    opacity:0.5;
    cursor:pointer;
    float:right;
    color:#666;
    opacity:1;
    }
    
    .dribbble,.facebook,.linkin,.google{padding-right:20px;}
    .dribbble,.facebook,.linkin{padding-right:12px;}
    
    .linkin:hover,.google:hover,.facebook:hover,.dribbble:hover{color:#CCC;transform: scale(1.2);}
    
    /*----------------------------*/
    /* RWD */
    /*----------------------------*/
    
    /* Others wide screen -2 */
    
    @media only screen and (max-width: 2000px) {
    #main-container-menu {
    display:none;
    }
    }
    
    /* Others wide screen */
    
    @media only screen and (max-width: 1200px) {
    #main-header,.navbar,.container,.container-footer,.thank,.oldnew,.copyright {
    width:940px;
    margin-left:-465px;
    }
    #main-container-menu {
    display:none;
    }
    }
    
    /* Small viewports — Old monitors, netbooks, tablets (landscape), etc. */
    
    @media only screen and (max-width: 965px) {
    #main-header,.navbar,.container,.container-footer,.thank,.oldnew,.copyright {
    width:835px;
    margin-left:-417.5px;
    }
    #main-container-menu {
    display:none;
    }
    #row-1f,#row-2f,#row-3f,#row-4f{
    width:100%;
    }
    .text-row-1f,.text-row-2f,.text-row-3f,.text-row-4f{
    text-align:center;
    width:70%;
    margin-left:15%;
    }
    .text-row-1f{
    margin-top:75px;
    margin-bottom:35px;
    }
    .text-row-4f{
    margin-top:0;
    margin-bottom:0;
    }
    .text-row-2f,.text-row-3f{
    margin-bottom:35px;
    margin-top:0;
    }
    #tip_newsletter_input{
    position:relative;
    left:50%;
    margin-left:-112.5px;
    margin-bottom:75px;
    }
    .work figure,.post-reply,.post-reply-2,.title-item,.post-send {
    margin-left:15px;
    }
    .wrapper-text-description{
    right:15px;
    width:30%;
    }
    
    }
    
    /* Smaller viewports — more tablets, old monitors */
    
    @media only screen and (max-width: 860px) {
    #main-header,.navbar,.container,.container-footer,.thank,.oldnew,.copyright {
    width:715px;
    margin-left:-357.5px;
    }
    #main-container-menu {
    display:none;
    }
    .part-info-image{
    margin-bottom:11px;
    }
    
    }
    
    /* Even smaller viewports — more tablets, etc. */
    
    @media only screen and (max-width: 740px) {
    #main-header,.navbar,.container,.container-footer,.thank,.oldnew,.copyright {
    width:585px;
    margin-left:-292.5px;
    }   
    #wrapper-bouton-icon,#main_tip_search,#text-search {
    display:none;
    }
    #stripes {
    display:block;
    }
    #main-container-menu {
    display:block;
    }
    .work figure {
    width:calc(100% - 30px);
    margin-left:15px;
    }
    .wrapper-text-description{
    width:calc(100% - 30px);
    float:left;
    position: relative;
    right:0;
    margin-left:15px;
    margin-top:25px;
    }
    .image-morefrom-1 img,.image-morefrom-2 img,.image-morefrom-3 img,.image-morefrom-4 img{
    width:90%;
    height:auto;
    margin-left:5%;
    padding-bottom:5%;
    padding-top:5%;
    }
    .post-send,.post-reply,.post-reply-2{
    width:calc(100% - 30px);
    margin-left:15px;
    }
    }
    
    /* Mobile phones (Landscape) and Tablets (Portrait) */
    
    @media only screen and (max-width: 610px) {
    #main-header,.navbar,.container,.container-footer,.thank,.oldnew,.copyright {
    width:455px;
    margin-left:-227.5px;
    } 
    #wrapper-sorting{
    position:relative;
    width:300px;
    left:50%;
    margin-left:-165px;
    }
    .top-rated,.recent,.oldies{
    text-align:center;
    font-family: 'Roboto',sans-serif;
       font-size: 13px;
    height:40px;
    line-height:40px;
    margin-left:25px;
    }
    .part-info-image{
    float:left;
    margin-bottom:17px;
    }
    #wrapper-part-info .part-info-image img{
    height:92%;
    width:92%;
    margin-left:4%;
    }
    .work figure img {
       height: 92%;
       width: 92%;
    margin-left:4%;
    margin-top:4%;
    }
    
    }
    
    /* Mobile phones (Landscape) and Tablets (Portrait) */
    
    @media only screen and (max-width: 480px) {
    #main-header,.navbar,.container,.container-footer,.thank,.oldnew,.copyright {
    width:295px;
    margin-left:-147.5px;
    }
    .work figure {
    width:calc(100% - 30px);
    }
    .wrapper-navbouton{
    display:none;
    }
    .copy-text{
    text-align:center;
    width:100%;
    }
    .thank-text{
       font-size: 50px;
    }
    .title-item{
    width:calc(100% - 30px);
    margin-left:15px;
    }
    .title-icon{
    margin-right:10px;
    }
    .title-text{
       font-size: 22px;
    width:100%;
    margin-top:8px;
    }
    .part-info-image{
    float:left;
    margin-bottom:15px;
    }
    #wrapper-part-info .part-info-image img{
    height:90%;
    width:90%;
    margin-left:5%;
    }
    .work figure img {
       height: 90%;
       width: 90%;
    margin-left:5%;
    margin-top:5%;
    }
    
    .name-reply-post,.name-reply-post-2{
    width:calc(100% - 75px);
    padding-left:10px;
    }
    
    .text-reply-post,.text-reply-post-2{
    margin-left:15px;
    width:calc(100% - 30px);
    padding-top:0;
    padding-left:0;
    padding-right:0;
    padding-bottom:25px;
    margin-top:20px;
    }
    
    .post-reply-2{margin-top:25px;}
    
    #main-post-send{
    width:calc(100% - 30px);
    margin-left:15px;
    }
    
    textarea {
    width: calc(100% + 15px);
    }
    }
    /* Mobile phones (iphone4/5)*/
    
    @media only screen and (max-width: 320px) {
    
    }
    /* Smaller viewports — more tablets, old monitors */
    
    @media only screen and (max-width: 860px) {
    #main-header,.navbar,.container,.container-footer,.thank,.oldnew,.copyright {
    width:715px;
    margin-left:-357.5px;
    }
    #main-container-menu {
    display:none;
    }
    }
    
    /* Even smaller viewports — more tablets, etc. */
    
    @media only screen and (max-width: 740px) {
    #main-header,.navbar,.container,.container-footer,.thank,.oldnew,.copyright {
    width:585px;
    margin-left:-292.5px;
    }   
    #wrapper-bouton-icon,#main_tip_search{
    display:none;
    }
    
    #main-container-menu {
    display:block;
    }
    .work figure {
    width:calc(100% / 2 - 30px);
    }
    }
    
    /* Mobile phones (Landscape) and Tablets (Portrait) */
    
    @media only screen and (max-width: 610px) {
    #main-header,.navbar,.container,.container-footer,.thank,.oldnew,.copyright {
    width:455px;
    margin-left:-227.5px;
    } 
    #wrapper-sorting{
    position:relative;
    width:300px;
    left:50%;
    margin-left:-165px;
    }
    .top-rated,.recent,.oldies{
    text-align:center;
    font-family: 'Roboto',sans-serif;
       font-size: 13px;
    height:40px;
    line-height:40px;
    margin-left:25px;
    }
    }
    
    /* Mobile phones (Landscape) and Tablets (Portrait) */
    
    @media only screen and (max-width: 480px) {
    #main-header,.navbar,.container,.container-footer,.thank,.oldnew,.copyright {
    width:295px;
    margin-left:-147.5px;
    }
    
    .work figure {
    width:calc(100% - 30px);
    }
    .wrapper-navbouton{
    display:none;
    }
    .copy-text{
    text-align:center;
    width:100%;
    }
    .thank-text{
       font-size: 50px;
    }
    }
    /* Mobile phones (iphone4/5)*/
    
    @media only screen and (max-width: 320px) {
    
    }
    /* Remove margins and padding from the list, and add a black background color */
    ul.topnav {
       list-style-type: none;
       margin: 0;
       padding: 0;
       overflow: hidden;
       background-color: #333;
    }
    
    /* Float the list items side by side */
    ul.topnav li {float: left;}
    
    /* Style the links inside the list items */
    ul.topnav li a {
       display: inline-block;
       color: #f2f2f2;
       text-align: center;
       padding: 14px 16px;
       text-decoration: none;
       transition: 0.3s;
       font-size: 17px;
    }
    
    /* Change background color of links on hover */
    ul.topnav li a:hover {background-color: #111;}
    
    /* Hide the list item that contains the link that should open and close the topnav on small screens */
    ul.topnav li.icon {display: none;}
    /* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
    @media screen and (max-width:680px) {
     ul.topnav li:not(:first-child) {display: none;}
     ul.topnav li.icon {
       float: right;
       display: inline-block;
     }
    }
    
    /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
    @media screen and (max-width:680px) {
     ul.topnav.responsive {position: relative;}
     ul.topnav.responsive li.icon {
       position: absolute;
       right: 0;
       top: 0;
     }
     ul.topnav.responsive li {
       float: none;
       display: inline;
     }
     ul.topnav.responsive li a {
       display: block;
       text-align: left;
     }
    }
    

    Atspėkim - kas čia negerai? (HTML kodą galima sugalvoti patiems) Kas atspės tam tikriausiai padekos.

  6. Daug ten phpinfo() skirtumų yra... O Hostingas neduoda redaguoti php.ini žinoma... Pagalvojau, nesvarbu kame bus reikalas, visviena Hostingas neleis ištaisyti dėl saugumo sumetimų. Taigi, tesiog bandysiu naują Hostingą.

     

    Nebereikia atsakymų į šį klausimą.

  7. Žiūrėt, kas pas tave įjungta ir kas hostinge (ant wampo įjungta būna beveik viskas), o hostinguose daug kas išjungta dėl saugumo sumetimų. + yra, kaip pats kūriau minecraft topus, tai buvau radęs ne vieną kodą, kad išgauti informaciją apie serverį, tai gali irgi paieškoti.

    Aš ieškojau, ir radau gan daug, bet ten senesnes versijos, nebeveikia. Šiuo metu kaip supratau yra tik 2: FunnyItsElmo ir dar ten kažkieno. Tai aš naudoju FunnyItsElmo.

     

    Senesniuose taip pat naudojami socketai, tai manau labai didelių skirtumų nėra.

  8. Aš taip pat nemaniau, kad vaikai registruojasi, bet nusivyliau pamatęs tavo post'us, kuriuose gaudamas patarimus visus vadini kvailiais ir t.t.

     

    Sklerozė? Tu savo tinklalapio kodą jau įkėlei: https://gist.github.com/P0NAS/e91238db4d43cc870cf18428a2c484d7. Anyway, jeigu su tokiom žiniom kursi, mėgėjams hackeriams bus 2 minutės darbo nulaužt tą tavo website'ą.

     

    Manau dauguma forumiečių kurie skaito pritars man tuo, jog „man 12-13 metų? Ne visi čia tokie kaip tu. “ yra vaikiško „bazaro“ ženklas (kas susidūręs supras).

    Tau pasakė susitikrinti phpinfo(); localhost ir hostinge. Apache ir PHP versija toli gražu nėra viskas dėl ko gali neveikti.

    Tai ką ten lygint kai PHP versija skiriasi... PHP versiją? Ir, tiesą pasakius aš visų nevadinu kvailiais. Kol kas dar nei vieno nepavadinau kvailiu. Ir savo dviem POST'ais man nekiek nepadėjai. Ačiū.

  9. Išvalyk. Man buvo panašiai, bet poto išvalėm, atjungėm viską (pelę, klaviatūrą ir pnš.) įjungėm, ir viskas pradėjo veikti, tada vėl viską prijungėm ir kol kas daugiau nesugedo.

     

    Jeigu nelabai supranta kas nors ką reiškia

    Išvalyk.
    - atidaryk "dėžę" ir visas dulkes su siurbliu išsiurbk, ir gražiai su teptuku nukrapštyk visokius prilipusius, kad gerai vėdintusi ir pnš.

     

    Mano atveju buvo 8 trumpi pypsėjimai, bet tau gal irgi padės.

  10. Apie kokią sistemą tu šneki, kai tavo puslapis surašytas į vieną PHP failą? Kai nesugebi padaryti, kad duotas skriptas veiktų. Kiek mačiau tavo kodą, tai tau mokytis dar ne vienerius metus. Be to, kiek tau metų? Man tokia manija viską neįsigilinus ką moku, o ko ne buvo užėjus 12-13 metų.

    Mokytis ir mokytis, o ne topų sistemas kurti.

    Maniau šiame forume vaikai nesiregistruoja, pasirodo čia jų yra -

    Pirmiausia - aš nenoriu rodyti viešai visos savo svetainės kodo, dėl to atskirai sukūriau index.php ir nukopijavau į jį tik kodą, kurį hostingas dėl neaiškių priežasčių blokuoja.

    Antriausia - mano duotas skriptas veikia, yra problema su mano hostingu.

    Trečiausia - man 12-13 metų? Ne visi čia tokie kaip tu. :)

     

    Taigi, čia jau atskirai visiems -

     

    Jūs vis dar neatsakėte į mano klausimą - Tai ar gali būti, jog priežastis yra Apache versija? Nes pas mane Wamp'e yra 2.4, o hostinge 2.2

     

    Aš jau ruošiuosi naudoti kitą hostingą, kur Apache 2.4, bet jei ir ten neveiks, tai bus liūdna, nes už tai veltui atiduosiu kelis eurus, o aš nemėgstu jais švaistytis. Man reikia kuo skubiau sužinoti, ar Apache versija gali būti priežastis...

×
×
  • Pasirinkite naujai kuriamo turinio tipą...