Jump to content

Recommended Posts

Posted

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

  • 5 weeks later...
Posted

 

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

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

  • 1 month later...
Posted

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>

 

 

 

  • 5 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • https://web.archive.org/web/20260306183214/https://maxcheaters.com/topic/241828-l2j-l2damage/page/3/ https://l2topzone.com/forum/l2-server-support-problems/9/l2damage-stopped/30514 Also we will try to push longer seasons ever ! (1135-100)/9 = 115 online
    • ONE SIDE – AND EVERYTHING BREAKS ▪ Looks like a simple case: Florida DL, back side, barcode – “clean and minimal”. ▪ In reality, these are exactly the tasks that fail most often. – data provided as plain text – request only for the back side – focus on the barcode (PDF417) ▪ And here’s the key point: ▪ A barcode is not just a “picture on the back”. It’s compressed logic of the entire document. ▪ If it doesn’t match the front, format, and data structure – the system flags it instantly. ▪ Many create a “similar-looking” code. But systems don’t read “similar” – they read by specification. ▪ In cases like this, it’s not about design. It’s about correct data assembly and how it behaves inside the format. ▪ Today only – 15% off for verification cases. ▪ Want it to pass, not just look right? Describe your case – we’ll show where even clean files break. › TG: @mustang_service ( https:// t.me/ mustang_service ) › Channel: Mustang Service ( https:// t.me/ +JPpJCETg-xM1NjNl ) #editing #photoshop #documents #verification #case
    • Your anonymity is a corpse. Blockchain forgets nothing. Your transactions are direct footprints in the hands of anyone who takes an interest. [✘] Still believe in "mixing"? Forget it. Classic Bitcoin mixers are an illusion of security. For Chainalysis and Elliptic algorithms, any attempt to hide tracks in the ledger is transparent. Your "mixing" is an artifact that gets filtered out in seconds. Every transaction leaves a trail that leads to frozen assets or unwanted questions from exchanges.  We don't mix. We break the link. [-] Input: Your "dirty" coins (Dirty BTC/ETH) with all their history and digital markers stay with us. [+] Output: You receive absolutely clean assets (Clean Crypto) from our reserves, which have never intersected with your past. This isn't a game of hide and seek. This is the surgical removal of your financial history from the system.   ------------------------------------------------------------------- Technical indexing: Bitcoin Mixer, Crypto Mixer, Clean BTC, Clean ETH, Anti-Chainalysis, Best Bitcoin Mixer, Anonymous Crypto Exchange, NoLog Mixing Service.
    • Here you are: https://l2crypt.com/l2-tools/l2editor-source/
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..