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

    • Hi, I'm selling Interface sources. I was working with one of bigger Essence projects (for ±1 year) delivering them Interface source KR. Per this period gathered knowledge about UE, UE Scripting, saw a lot of tools and their progression. So finally I decided that I can open up my own sales topic. I'm selling source for any protocol - If I don't have source, I will need you to provide whole system folder or for Essence/main - provide me protocol number. Sources are acquired by my OWN decompiler - written in Java, so we're not using popular UEExplorer upgraded by anyone. Decompiler extracts already compile ready sources. It outputs clean code, however constants are mapped 60-70%. Why only 60-70%? Well tl;dr when you compile any sources, they take at that time constant value and place it instead of = CONST_NAME to = THAT_CONST_NAME_VALUE, so it's not possible to have const name instead of value. Example of output: https://pastebin.com/cjyXcJvT for bigger .uc class (557p). p.s pastebin messed up encoding, but KR symbols are preserved - you won't see "?" symbols, rather you will see proper original korean text. I will give you guide as well, how not to mess it up with your editor VS Code/Notepad++ or what you use it to make them preserve it. You will get source + my compiler wrapper (written in java) - works on Windows/Mac/Linux - it has small GUI but supports CLI. Small notice, who thinks 'this is decompiled source' - basically all sources that are on sale are made by decompiling .u and applying changes. I think powerhouse few years ago was ArtToKill/kick (kick added support for INT64 to the publicly available compiler sources) etc. So no - there are no straight from 'creator' sources anywhere, all sellers offer the same - just the quality is different. UEExplorer upgraded was a big step, however, it introduces still a lot of nesting, if statements wrapping incorrectly which could lead to bugs. There are many things how to identify poor quality sources, as if the seller tries to sell 'out-of-box' when they see it compiles - sad news, some bugs are in the logic due to seller focusing only on 'it compiles' rather than issues that their decompiler is not capable so solve. On request I can restore ±100% const mapping.   Later I can attach compiled .u to try. Price is 400EUR. Payment methods USDT (Crypto). I'm still in debate with myself, wether to start selling XDat Editor with structures and ClientDat with 100% all files openings (no unk namings) and improved experience (such as comments support in .dat files, mass sync, improved performance and so on). P.s. If you ask me to give you some project's custom interface - the price may vary - there are couple things per project that need to be hand checked and adjusted (for example Innadril completely changes tokens which then I need to adjust my program to their token Ids). So it might take more time = more money. P.s.s. I have more things in the garage, like my own dsetup source that can allow you 'unlocking' system with your desired encrypting - you don't need to wait till 'patched' systems start appearing and so on, but I think at this time everyone who needs it make them selves it. AAC crypt removals and so on, BuildZone, everything that 'unlocks' client, however, I don't plan to make them on sale as mentioned, everyone can do them.  
    • It has been a while since I updated this thread. I am currently actively working on a full-scale port of the shader library to ensure the fast and accurate transfer of all effects. I have decompiled the original game and created a tool that fully logs the entire *Lineage 2 Interlude* particle system. This allows me to extract the original formulas hardcoded into the game, resulting in a high-fidelity port. For instance, *Lineage 2* uses an `appRnd` system that generates unique randomization patterns for different skills, giving them distinct visual characteristics; there are countless formulas and technical nuances like this. Ultimately, I will derive all the key formulas and replicate the geometry with high precision. Twelve basic geometry formulas have already been ported. The effect was created in 10 minutes using a .uc file, HLSL formulas, and SpriteEmitter particle blending formulas.   https://prnt.sc/_3UDLQVX_Y-_
  • 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..