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

    • I was looking for  server with a low rates,eventually i found l2 elixir.I Joined beta and after so many years since 2008 i found  a friend that we played together, memories came back. i cant wait for the grand oppening!. dont miss it!
    • Seems legit, for sure deserves a try!
    • SOCNET VERIFICATION SERVICE — is a universal solution for those who value security, convenience, and quality. We turn the verification process into a convenient, fast, and highly confidential experience. Thanks to our service, any of your accounts receive identity confirmation, an increased level of trust from platforms and users, as well as protection from bans, fraud, and risks.   Promotion: Pay for your first verification and get a 10% discount on the second one! 💎 We help with verification on Fragment, crypto exchanges ByBit, Gate, Bitget, OKX, Binance, PayPal, KuCoin, and social networks LinkedIn, Facebook, Instagram, Twitter (X) and many other platforms! 💎 Verification for any service: crypto exchanges, trading platforms, hosting providers, casinos and other websites. Why choose us:   Premium quality — we use the most advanced verification methods. High processing speed — accelerated verification on leading platforms, online services and social networks. Full confidentiality — your personal information is protected. Increased trust and status — a verified account boosts influence and improves conversion. Individual approach — we work with bloggers, brands, businesses, and private clients. Simplifying complexity — we handle issues when dealing with foreign services. Important! Services related to illegal activities are strictly prohibited! 💳 Service pricing   ✅ Verification of individuals — from $30 (the exact cost depends on the required location and service/app/website). Learn more 👨‍💼 The cost of business verification for companies or legal entities is discussed individually with the service administration. Learn more If you want us to register your account on the required service and verify it — you will need to additionally pay 10% of the transaction amount. Available payment methods: cryptocurrency, credit cards, PayPal, and other payment methods in our online store and Telegram bot.   ⭐ Our Online Store ⭐ SOCNET.STORE ⭐ Telegram Store ⭐ SOCNET.SHOP ⭐ Our SMS Service ⭐ SOCNET.APP ⭐ Our Telegram Bot for buying Telegram Stars ⭐ SOCNET.CC ⭐ Our SMM Panel ⭐ SOCNET.PRO   ✅ News Resources ➡ Telegram Channel ➡ WhatsApp Channel ➡ Discord Server     ⭐ We invite you to COOPERATE and EARN with us ⭐ Would you like to sell your product or service in our stores and earn money? Become our partner or offer mutually beneficial collaboration? You can contact us via the CONTACTS listed in this topic. ✅ Contacts & Support ➡ Telegram Support ➡ WhatsApp Support ➡ Discord Support: socnet_support ➡ Email Support: solomonbog@socnet.store   Terms of Use and Refund Policy If you have any questions or issues, our fast support service is ready to respond to your requests! A refund for a completed service that does not fully meet the requirements or the declared quality is possible only if the product description includes a warranty and a valid warranty period. In other cases, a full refund for the service will not be provided! By purchasing such a service, you automatically agree to our refund rules for non-provided services! Refunds for countries selected by mistake are not provided after verification. To complete verification, you must provide full access to your account. We currently accept cryptocurrency, credit cards, PayPal, and other payment methods in our online store and Telegram bot! We value every client and provide replacements in case of invalid accounts via our contact channels! Attention: Your order will be delivered to your personal Google Drive/Mega.nz via a link (check the link, click “View content”) within 24 hours after the order confirmation! If you purchased more than 1 item at once, your entire order will be delivered via the first link! The remaining links will be empty! You will automatically receive an email notification after delivery! If you pay on our website via PayPal, you must pay an additional 20% commission (minimum $1). To avoid this commission, you can pay me directly via PayPal — instructions are available on the website! Refunds for items purchased by mistake or due to “I chose the wrong product and did not use it” are not accepted! You are fully responsible for your actions before and after purchase.
    • SOCNET VERIFICATION SERVICE — is a universal solution for those who value security, convenience, and quality. We turn the verification process into a convenient, fast, and highly confidential experience. Thanks to our service, any of your accounts receive identity confirmation, an increased level of trust from platforms and users, as well as protection from bans, fraud, and risks.   Promotion: Pay for your first verification and get a 10% discount on the second one! 💎 We help with verification on Fragment, crypto exchanges ByBit, Gate, Bitget, OKX, Binance, PayPal, KuCoin, and social networks LinkedIn, Facebook, Instagram, Twitter (X) and many other platforms! 💎 Verification for any service: crypto exchanges, trading platforms, hosting providers, casinos and other websites. Why choose us:   Premium quality — we use the most advanced verification methods. High processing speed — accelerated verification on leading platforms, online services and social networks. Full confidentiality — your personal information is protected. Increased trust and status — a verified account boosts influence and improves conversion. Individual approach — we work with bloggers, brands, businesses, and private clients. Simplifying complexity — we handle issues when dealing with foreign services. Important! Services related to illegal activities are strictly prohibited! 💳 Service pricing   ✅ Verification of individuals — from $30 (the exact cost depends on the required location and service/app/website). Learn more 👨‍💼 The cost of business verification for companies or legal entities is discussed individually with the service administration. Learn more If you want us to register your account on the required service and verify it — you will need to additionally pay 10% of the transaction amount. Available payment methods: cryptocurrency, credit cards, PayPal, and other payment methods in our online store and Telegram bot.   ⭐ Our Online Store ⭐ SOCNET.STORE ⭐ Telegram Store ⭐ SOCNET.SHOP ⭐ Our SMS Service ⭐ SOCNET.APP ⭐ Our Telegram Bot for buying Telegram Stars ⭐ SOCNET.CC ⭐ Our SMM Panel ⭐ SOCNET.PRO   ✅ News Resources ➡ Telegram Channel ➡ WhatsApp Channel ➡ Discord Server     ⭐ We invite you to COOPERATE and EARN with us ⭐ Would you like to sell your product or service in our stores and earn money? Become our partner or offer mutually beneficial collaboration? You can contact us via the CONTACTS listed in this topic. ✅ Contacts & Support ➡ Telegram Support ➡ WhatsApp Support ➡ Discord Support: socnet_support ➡ Email Support: solomonbog@socnet.store   Terms of Use and Refund Policy If you have any questions or issues, our fast support service is ready to respond to your requests! A refund for a completed service that does not fully meet the requirements or the declared quality is possible only if the product description includes a warranty and a valid warranty period. In other cases, a full refund for the service will not be provided! By purchasing such a service, you automatically agree to our refund rules for non-provided services! Refunds for countries selected by mistake are not provided after verification. To complete verification, you must provide full access to your account. We currently accept cryptocurrency, credit cards, PayPal, and other payment methods in our online store and Telegram bot! We value every client and provide replacements in case of invalid accounts via our contact channels! Attention: Your order will be delivered to your personal Google Drive/Mega.nz via a link (check the link, click “View content”) within 24 hours after the order confirmation! If you purchased more than 1 item at once, your entire order will be delivered via the first link! The remaining links will be empty! You will automatically receive an email notification after delivery! If you pay on our website via PayPal, you must pay an additional 20% commission (minimum $1). To avoid this commission, you can pay me directly via PayPal — instructions are available on the website! Refunds for items purchased by mistake or due to “I chose the wrong product and did not use it” are not accepted! You are fully responsible for your actions before and after purchase.
  • 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