Jump to content
  • 0

[HELP] site problem


Question

Posted

Otan paw na perasw to index panta m vgazei auto

 

The template doesn't contain the required code $POWERED_BY$

 

Ti prepei na kanw? Mou exei spasei ta neura...

 

 

5 answers to this question

Recommended Posts

  • 0
Posted

Αν κατάλαβα καλά χρεισιμοποιείς ucoz οπότε κάνε edit το template σου και πρόσθεσε τον κώδικα ''$POWERED_BY$'' στο τέλος και θα είσαι έτοιμος..

  • 0
Posted

<!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>

 

 

Sorry gia olo auto to keimeno. Den 3erw pws na to kanw... vasika to evala alla den m deixnei tipota sto site... an mporei kapoios na m ftia3ei auto to koimeno gia ucoz tha tou imoun ipoxreos. :)

Guest
This topic is now closed to further replies.


  • Posts

    • I genuinely admire your bravery - in an age where AI can whip up something better in under a minute, you still stubbornly try to sell these "projects" of yours on a forum that’s been clinically dead for years. That’s no longer determination, that’s digital archaeology. I just can’t tell whether you’re actually trying to make money, or simply testing how much we can endure before we ask an AI to generate you some actual talent.   And ofc AI will make it for free, $220 saved.
    • I’m glad I’m not the only one who appreciates Maxthor’s involvement in group gay orgies, he can’t be bothered to reply to messages, but covering the entire forum in gay lights is absolutely no issue for him. As for the project - the forum is packed with feedback from the testers, the lads are spending every spare moment fixing even the tiniest typo in an NPC’s text. I’ll share the links as soon as I get the green light. Edit: I forgot to add that the GM recruitment will begin once the links are released. Three people will be accepted, and they’ll work in a three-shift rotation so that there’s always a GM available online.
    • Added: a brand-new default dashboard template. You can now add multiple game/login server builds. Full support for running both PTS & L2J servers simultaneously, with switching between them. Payment systems: added OmegaPay and Pally (new PayPal-style API). Account history now stores everything: donations, items delivered to characters, referrals, transfers between game accounts, and coin transfers to another master account. Personal Promo Code System: you can create a promo code and assign it to a user or promoter. When donating, a player can enter this promo code to receive bonus coins, and the promo code owner also receives a bonus — all fully configurable in the admin panel.     Look demo site: demo
    • One of best project i play last few years
    • for me no  😕   https://files.fm/f/jewqgu9fkb
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock