Jump to content

[Share] ucoz templates


mjst

Recommended Posts

Τα περισσότερα είναι πολύ καλά, και δεν έχω δει πολλά έτοιμα templates για ucoz. Μπράβο σου φίλε για το share!

Link to comment
Share on other sites

  • 5 weeks later...

 

re file, pws katalavenoume ti na allaksoume afou einai sta rwssika?

to " sdjhsdhsd " p.x pws 8a kserw an einai Download h Server Info?

Link to comment
Share on other sites

  • 1 month later...

Gia sas paidia!

Gia auto edo to site: http://webook.3dn.ru/load/0-0-0-220-20 to telefteo telefteo me ta englesh

ama den sas doulebi to html brika to fix..

auto eine to html:

$POWERED_BY$ <to bazete auto edo to html den to exi aplos to bazete auto to $POWERED_BY$  kai to html beni kanonika.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Made By Sheath</title>

<script type="text/javascript" src="js/prototype.js"></script>

<script type="text/javascript" src="js/scriptaculousb395.js?load=effects,builder"></script>

<script type="text/javascript" src="js/lightbox.js"></script>

<script type="text/javascript" src="swfobject.js"></script>

<script type="text/javascript" src="js/rollover.js"></script>

<script type="text/javascript" src="js/display.js"></script>

<link href="layout.css" rel="stylesheet" type="text/css" />

<link href="cursor.css" rel="stylesheet" type="text/css">

<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />

<LINK REL="SHORTCUT ICON" HREF="favicon.ico">

<!--[if lt IE 7.]>

<script defer type="text/javascript" src="scripts/pngfix.js"></script>

<![endif]-->

<!--[if IE 5]>

    <style type="text/css">

    /* Fügen Sie CSS-Box-Modell-Korrekturen für IE 5* in diesen bedingten Kommentar ein. */

    .twoColFixLtHdr #sidebar1 { width: 230px; }

    </style>

    <![endif]--><!--[if IE]>

    <style type="text/css">

    /* Fügen Sie CSS-Korrekturen für alle IE-Versionen in diesen bedingten Kommentar ein. */

    .twoColFixLtHdr #sidebar1 { padding-top: 30px; }

    .twoColFixLtHdr #mainContent { zoom: 1; }

    /* Mit der obigen proprietären Zoom-Eigenschaft wird IE die Eigenschaft hasLayout zugewiesen, die zur Verhinderung verschiedener Fehler erforderlich ist. */

    </style>

    <![endif]-->

 

 

 

              <script>

             

              function Set_Cookie( name, value, expires, path, domain, secure )

              {

                  // set time, it's in milliseconds

                  var today = new Date();

                  today.setTime( today.getTime() );

 

                  /*

                    if the expires variable is set, make the correct

                    expires time, the current script below will set

                    it for x number of days, to make it for hours,

                    delete * 24, for minutes, delete * 60 * 24

                  */

                  if ( expires )

                  {

                    expires = expires * 1000 * 60 * 60 * 12;

                  }

                  var expires_date = new Date( today.getTime() + (expires) );

 

                  document.cookie = name + '=' +escape( value ) +

                  ( ( expires ) ? ';expires=' + expires_date.toGMTString() : '' ) +

                  ( ( path ) ? ';path=' + path : '' ) +

                  ( ( domain ) ? ';domain=' + domain : '' ) +

                  ( ( secure ) ? ';secure' : '' );

              }

 

              var persistclose=1 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session

              var startX = 370 //set x offset of bar in pixels

              var startY = 320 //set y offset of bar in pixels

              var verticalpos='fromtop' //enter 'fromtop' or 'frombottom'

 

              function iecompattest(){

                  return (document.compatMode && document.compatMode!='BackCompat')? document.documentElement : document.body

              }

 

              function get_cookie(Name) {

                  var search = Name + '='

                  var returnvalue = '';

                  if (document.cookie.length > 0) {

                    offset = document.cookie.indexOf(search)

                        if (offset != -1) {

                          offset += search.length

                          end = document.cookie.indexOf(';', offset);

                          if (end == -1) end = document.cookie.length;

                              returnvalue=unescape(document.cookie.substring(offset, end))

                          }

                  }

                  return returnvalue;

              }

 

              function closebar(){

                  if (persistclose)

                    document.cookie='remainclosed=1'

                  document.getElementById('topbar').style.visibility='hidden'

 

                  Set_Cookie( 'voto', 'dont care', 1, 'index-2.html', '', '' );

                 

              }

 

              function staticbar(){

                  barheight=document.getElementById('topbar').offsetHeight

                  var ns = (navigator.appName.indexOf('Netscape') != -1) || window.opera;

                  var d = document;

                  function ml(id){

                    var el=d.getElementById(id);

                    if (!persistclose || persistclose && get_cookie('remainclosed')=='')

                        el.style.visibility='visible'

                    if(d.layers)el.style=el;

                        el.sP=function(x,y){this.style.left=x+'px';this.style.top=y+'px';};

                    el.x = startX;

                    if (verticalpos=='fromtop')

                        el.y = startY;

                    else{

                        el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;

                    el.y -= startY;

                    }

                  return el;

              }

              window.stayTopLeft=function(){

              if (verticalpos=='fromtop'){

                  var pY = ns ? pageYOffset : iecompattest().scrollTop;

              ftlObj.y += (pY + startY - ftlObj.y)/8;

        }

        else{

            var pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;

            ftlObj.y += (pY - startY - ftlObj.y)/8;

            }

        ftlObj.sP(ftlObj.x, ftlObj.y);

        setTimeout('stayTopLeft()', 10);

        }

        ftlObj = ml('topbar');

        stayTopLeft();

      }

 

      if (window.addEventListener)

        window.addEventListener('load', staticbar, false)

      else if (window.attachEvent)

        window.attachEvent('onload', staticbar)

      else if (document.getElementById)

      window.onload=staticbar

</script>   

   

   

   

<script><!--

var tit = document.title;

var c = 0;

 

function writetitle()

{

document.title = tit.substring(0,c);

if(c==tit.length)

{

c = 0;

setTimeout("writetitle()", 3000)

}

else

{

c++;

setTimeout("writetitle()", 200)

}

}

writetitle()

// --></script>

    <script type="text/javascript">    bild1a = new Image();

    bild1a.src = "images/btn_home.png" ;

    bild1b = new Image();

    bild1b.src = "images/btn_home_over.png" ;

    bild2a = new Image();

    bild2a.src = "images/btn_community.png" ;

    bild2b = new Image();

    bild2b.src = "images/btn_community_over.png" ;

    bild3a = new Image();

    bild3a.src = "images/btn_account.png" ;

    bild3b = new Image();

    bild3b.src = "images/btn_account_over.png" ;

    bild4a = new Image();

    bild4a.src = "images/btn_downloads.png" ;

    bild4b = new Image();

    bild4b.src = "images/btn_downloads_over.png" ;

    bild5a = new Image();

    bild5a.src = "images/btn_server.png" ;

    bild5b = new Image();

    bild5b.src = "images/btn_server_over.png" ;

    bild6a = new Image();

    bild6a.src = "images/btn_fanatics.png" ;

    bild6b = new Image();

    bild6b.src = "images/btn_fanatics_over.png" ;

    bild7a = new Image();

    bild7a.src = "images/btn_anarchy.png" ;

    bild7b = new Image();

    bild7b.src = "images/btn_anarchy_over.png" ;

    bild8a = new Image();

    bild8a.src = "images/btn_contact.png" ;

    bild8b = new Image();

    bild8b.src = "images/btn_contact_over.png" ;

    bild9a = new Image();

    bild9a.src = "images/btn_spenden.png" ;

    bild9b = new Image();

    bild9b.src = "images/btn_spenden_over.png" ;

    bild20a = new Image();

    bild20a.src = "images/vote_1_0.png" ;

    bild20b = new Image();

    bild20b.src = "images/vote_1.png" ;

    bild21a = new Image();

    bild21a.src = "images/vote_2_0.png" ;

    bild21b = new Image();

    bild21b.src = "images/vote_2.png" ;

    bild22a = new Image();

    bild22a.src = "images/vote_3_0.png" ;

    bild22b = new Image();

    bild22b.src = "images/vote_3.png" ;

    bild23a = new Image();

    bild23a.src = "images/vote_4_0.png" ;

    bild23b = new Image();

    bild23b.src = "images/vote_4.png" ;

bild24a = new Image();

    bild24a.src = "images/vote_5_0.png" ;

    bild24b = new Image();

    bild24b.src = "images/vote_5.png" ;

 

    function Tauschen (Nummer, Objekt) {

    window.document.images[Nummer].src = Objekt.src;

    }

  </script>

</head>

 

<body>

 

<script language="JavaScript">

img1=new Image();

img1.src="closed_fold.gif";

img2=new Image();

img2.src="open_fold.gif";

function leftNav(theListId, theImageId){

 

var defId = "foldlist";//leftNav('foldlist1','headerImg1')

for(var i = 1; i < 20; i++) {

ob = document.getElementById(defId + i);

 

if(ob != null && ob != undefined && (defId + i) != theListId) {

ob.style.display="none";

}

}

 

 

foldercontent = document.getElementById(theListId);

folderImage = document.getElementById(theImageId);

if (foldercontent.style.display=="none"){

foldercontent.style.display="";

//folderImage.src = "";

}

else{

foldercontent.style.display="none";

//folderImage.src = "";

}

}

</script>

 

    <div id="container">

      <div id="header">

        <div id="banner"></div>

 

      <!-- end #header --></div>

      <div id="sidebar1">

<div id="menu">

        <div><img src="images/dec_top.png" /></div>

<ul>

           

<li id="foldhead"></li>

 

<li></li>

<li></li>

<ul id="foldlist2" style="DISPLAY:none">

  <li> <a href="regeln.html" onFocus="if(this.blur)this.blur()">Rules</a></li>

  <li> <a href="board/portal.html" target="_blank" onFocus="if(this.blur)this.blur()">Forum</a></li>

  <br />

  </ul>

<ul id="foldlist3" style="DISPLAY:none">

 

  <li> <a href="account.html" onFocus="if(this.blur)this.blur()">Account Manager</a></li>

  <li> <a href="bannlist.html" onFocus="if(this.blur)this.blur()">Bannliste</a></li>

  <br />

  </ul>

<li></li>

<ul id="foldlist5" style="DISPLAY:none">

  <li> <a href="clans.html" onFocus="if(this.blur)this.blur()">Clans</a></li>

  <li> <a href="crests.html" onFocus="if(this.blur)this.blur()">Clan Crests</a></li>

  <li> <a href="sa.html" onFocus="if(this.blur)this.blur()">Special Abilities</a></li>

  <li> <a href="maps.html" onFocus="if(this.blur)this.blur()">Maps</a></li>

  <li> <a href="items.html" onFocus="if(this.blur)this.blur()">Items</a></li>

  <br />

  </ul>

<ul id="foldlist6" style="DISPLAY:none">

  <li> <a href="features_fanatics.html" onFocus="if(this.blur)this.blur()">Features</a></li>

  <li> <a href="stats_fanatics.html" onFocus="if(this.blur)this.blur()">Statistik</a></li>

  <li> <a href="castle_fanatics.html" onFocus="if(this.blur)this.blur()">Castle Control</a></li>

  <li> <a href="seven_fanatics.html" onFocus="if(this.blur)this.blur()">Seven Signs</a></li>

  <li> <a href="rb_fanatics.html" onFocus="if(this.blur)this.blur()">RaidBoss Status</a></li>

  <li> <a href="mobfinder_fanatics.html" onFocus="if(this.blur)this.blur()">Mobfinder</a></li>

  <br />

  </ul>

<ul id="foldlist7" style="DISPLAY:none">

  <li> <a href="features_anarchy.html" onFocus="if(this.blur)this.blur()">Features</a></li>

  <li> <a href="stats_anarchy.html" onFocus="if(this.blur)this.blur()">Statistik</a></li>

  <li> <a href="castle_anarchy.html" onFocus="if(this.blur)this.blur()">Castle Control</a></li>

  <li> <a href="seven_anarchy.html" onFocus="if(this.blur)this.blur()">Seven Signs</a></li>

  <li> <a href="rb_anarchy.html" onFocus="if(this.blur)this.blur()">RaidBoss Status</a></li>

  <li> <a href="mobfinder_anarchy.html" onFocus="if(this.blur)this.blur()">Mobfinder</a></li>

  <br />

  </ul>

<li></li>

<li></li>

<li><img src="images/2.PNG" width="155" height="21" /><img src="images/1.PNG" width="157" height="22" /><img src="images/3.PNG" width="156" height="21" /><img src="images/4.PNG" width="155" height="21" /><img src="images/5.PNG" width="156" height="21" /><img src="images/6.PNG" width="155" height="21" /></li>

<li></li>

<li> </li>

  </ul>

  <div><img src="images/dec_bottom.png" /></div>

            <div id="space"> </div> 

           

          <div><img src="images/dec_top.png" /></div>

          <ul>

          <li>

          <center>

           

        <div style="padding-left: 8px; padding-top: 0px;"></div>

       

        <div style="padding-left: 8px; padding-top: 0px;"></div>

       

        <div style="padding-left: 8px; padding-top: 0px;"></div>

       

        <div style="padding-left: 8px; padding-top: 0px;"></div>

       

        <div style="padding-left: 8px; padding-top: 0px;"></div>

       

          </center> 

          </li>

          </ul>

          <div><img src="images/dec_bottom.png" /></div>

         

</div>

      <!-- end #sidebar1 --></div>

      <div id="mainContent">

      <div>

        <table width="700" border="0" cellspacing="0">

          <tr>

            <td><div style="background:url(images/info.png); height: 152px; width: 551px; margin-top: 5px; margin-left: 20px; z-index: 1000;">

                <div align="center" style="background:transparent; height: 115px; width: 501px; margin-top: 0px; margin-left: 25px; text-align:center;"> <br />

                    <center>

                      <img src="images/latest_news.png" />

                    </center>

                  <br />

                    <marquee onmouseover=this.scrollAmount=0 onmouseout=this.scrollAmount="1" direction="up" behavior="scroll" scrollamount="1" scrolldelay="2" width="501" height="80">

                    <center>

                      <font color="#c8b992"> 01.11.2008<br />

                      <b>- New site by Sheath</b><br />

                      <a href="board/viewtopic2a13.html?f=2&t=319" onfocus="if(this.blur)this.blur()" target="_blank"><img src="images/read_more.png" border="0" /></a> </font>

                    </center>

                  </marquee>

                </div>

            </div></td>

            <td><div style="background-image: url(images/how_to_night.gif); background-repeat: no-repeat; background-position:right bottom; height: 120px; width: 120px; padding-top: 5px; padding-left: 20px;">

                <table cellpadding="0" cellspacing="0" border="0" width="120" height="120" background="images/how_to_night.gif">

                  <tr>

                    <td align="center" valign="center"><img name="howto" src="images/howto_static.gif" onmouseover="mouseOver(name)" onmouseout="mouseOut(name)" border="0" /></td>

                  </tr>

                </table>

            </div></td>

          </tr>

        </table>

      </div>

        <div style="background:url(images/post_top.png); height: 47px; width: 720px; margin-top: 10px;">

       

        </div>     

     

<div id="mainPost">

<!-- BEGINN INHALT  --> 

       

<table width="677" border="0" cellspacing="0" cellpadding="0" class="gamefiles">

<tr>

    <td colspan="3"> </td>

    </tr>

    <tr>

  <tr>

  <td width="10"> </td>

  <td width="480"> 

 

  <center>

    <p><strong>   

      <marquee onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount="2"" scrollamount="2" direction="left" behavior="alternate">

      <font color="#ff9c00"><b>Welcome </b></font>

      </marquee>

    </strong></p>

    <p>   </p>

  </center>

  <p align="center"><br />     

Well the Server is up again.</p>

  <p align="center"> </p>

  <p><br>

  </p>

  <p><br>

  </p>

  <center>

  <b><strong>

  <marquee onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount="2"" scrollamount="2" direction="left" behavior="alternate">

  </marquee>

  </strong>Your Server Name</b><br>

<br>

</center>

<marquee onmouseover=this.scrollAmount=0 onmouseout=this.scrollAmount="2" scrollAmount="2" direction="left" behavior="alternate">

<font color="#ff9c00"><b>Please Vote Every hour</b></font>

</marquee>

<br /><br /><br />

<center>

  <script type="text/javascript">

// <![CDATA[

var so = new SWFObject("monoslideshow.swf", "SOmonoSlideshow", "520", "390", "7", "#171717");

so.write("monoSlideshow");

// ]]>

</script>

        </center>

<br><br />

         

</td>

<td width="10"> </td>

</tr>

<tr>

    <td colspan="3"> </td>

    </tr>

    <tr>

</table>

<!-- ENDE INHALT --></div>

        <div><img src="images/post_bottom.png" /></div>

    <!-- end #mainContent --></div>

    <!-- Dieses clear-Element sollte direkt auf das #mainContent-div folgen, um das #container-div anzuweisen, alle untergeordneten Floats aufzunehmen. --><br class="clearfloat" />

 

      <div id="footer">

      <div id="spacer">

      <p> </p>

        <p> </p>

        <p> </p>

      </div>

      <div id="footer_text">

        <p>Copyright © 2005-2012 Softmedia</p>

       

</div>

      <!-- end #footer --></div>

    <!-- end #container --></div>

    </body>

</html>

 

 

 

Link to comment
Share on other sites

  • 5 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • I can use this folder system for High Five offline server?   The folder does not have a l2.exe file.   Thank you very much if anyone can help me.   https://drive.google.com/file/d/13kU-g_4JJ-sP-kg2F7pqkUOVKmQdubFm/view
    • I know, but...every time I have problem with IP address setup 😞
    • ENGLISH As you know, we have always profiled in the development of Java emulators, we continue to do our favorite thing, and now we have the opportunity to provide you with services in the field of private development of L2 assemblies Essence, Classic and High Five, which we have been doing in recent years, we have not been working on basic builds for a long time and work only on contracts for the world's best projects. These are the best builds we can offer, we have test servers and we can show them to you on the test, and if you are very good at gameplay, you will see a big difference in the quality and detail of the official content compared to the basic builds. These are the best top solutions in the world, which are currently used to implement the largest projects in the world. We guarantee 100% implementation of all official content. If you have any questions about testing, discussions, etc., please contact our studio and we will discuss everything. At the moment, you can get acquainted with the preliminary information and prices for Private L2 contracts here: Private Server packs L2 Essence 464, 447, 388, 362, 286 protocols Private server packs L2Classic Private server pack High Five РУССКИЙ --------------------------------------------- Как вы знаете мы всегда профилировались на разработке в сфере Java эмуляторов, мы продолжаем заниматься своим любимым делом, и сейчас у нас появилась возможность предоставлять вам услуги в сфере приватных разработок L2 сборок Essence, Classic и High Five, которыми мы занимаемся последние годы, мы уже давно не работаем над базовыми сборками и работаем только на контрактах для лучших мировых проектов. Это лучшие сборки, которые мы можем предложить, у нас есть тестовые сервера, и мы можем показать их вам на тесте, и если вы очень хорошо разбираетесь в игровом процессе, вы увидите большую разницу в качестве и детализации официального контента по сравнению с базовыми сборками. Это лучшие топовые решения в мире, которые на данный момент используются для реализации крупнейших проектов в мире. Мы даем гарантии - 100% реализации всего официального контента. По вопросам тестирования, обсуждений и тд - пишите по контактам нашей студии и мы все обсудим. На данный момент вы можете ознакомиться с предварительной информацией и ценами на Приватные контракты L2 тут: Приватные Сборки L2 Essence 464, 447, 388, 362, 286 protocols Приватные Сборки L2Classic Приватная Сборка High Five -------------------------------------------------------------- Contacts: Telegram: https://t.me/L2scripts Whatsapp, Viber: +1 (916) 226 1910 С уважением, Администрация !
  • Topics

×
×
  • Create New...