Exiled - Gaming Romania este o comunitate bazata pe gaming-ul profesionist.


Index By Me

 



Vezi subiectul anterior Vezi subiectul urmator In jos   Mesaj • Pagina 1 din 1

Adi
#1

Joi Mar 07, 2013 3:46 pm

Adi

Index By Me Lb053KT
Buna tuturor m-am gandit sa fac un index pentru o comunitate si am zis sa il postez si aici.Este facut de mult cand nu prea aveam experienta..Si acum mi-am adus aminte de el.
Sper sa va placa.

http://frannnta-design.online-talk.net/h41-index-aditzu-cs Previzualizare

Cod:
<title>bY Adi]</title>

<body background="images/bg.gif" bgcolor="">
<center><a href="index.html"><img src="images/logo434.png" border="0"></a></center>

<center><a href="index.html"><img src="images/home1.png" border="0"></a><a href="http://"><img src="images/forum1.png" border="0"></a><a href="http://"></center>
<center><a href="index.html"><img src="images/hdr.png" border="0"></a></center>

<br></br>

<center><table width="900" height="160" border="0" cellpadding="0" cellspacing="0" background="images/bg.png" bgcolor="#313a39">
  <tr>
<td style="border: 1px dashed; border-bottom: 0px;border-color:#ffffff; padding:5px; background: #262f2e url(dn.gif) right bottom no-repeat;"><span class="style12"><center> <span style="color:green">Designed By ScaLeO. [;x]</span></center></td></tr>
<tr>
<td width="555" valign="top" background="images/bg.png" bgcolor="#0568b5" class="style3" style=" border: 1px dashed;
border-color:#FFFFFF; padding:7px; background: #0568b5 url(dn.gif) right bottom no-repeat;"><span class="style14">
<!--Simply copy and paste it where you wish it to appear.-->

<script language="Javascript1.2">
<!--
//Visit Inregistrare/Logare for this script

var tags_before_clock = "<big>"
var tags_after_clock  = "</big>"

if(navigator.appName == "Netscape") {
document.write('<layer id="clock"></layer><br>');
}

if (navigator.appVersion.indexOf("MSIE") != -1){
document.write('<span id="clock"></span><br>');
}

function upclock(){
var dte = new Date();
var hrs = dte.getHours();
var min = dte.getMinutes();
var sec = dte.getSeconds();
var col = ":";
var spc = " ";
var apm;

if (12 < hrs) {
apm="PM";
hrs-=12;
}

else {
apm="AM";
}

if (hrs == 0) hrs=12;
if (min<=9) min="0"+min;
if (sec<=9) sec="0"+sec;

if(navigator.appName == "Netscape") {
document.clock.document.write(tags_before_clock
+hrs+col+min+col+sec+spc+apm+tags_after_clock);
document.clock.document.close();
}

if (navigator.appVersion.indexOf("MSIE") != -1){
clock.innerHTML = tags_before_clock+hrs
+col+min+col+sec+spc+apm+tags_after_clock;
}
}

setInterval("upclock()",1000);
//-->
</SCRIPT>

<SCRIPT type=text/Javascript>
<!--
/*
Java Script Calendar
*/

calendar = new Date();
day = calendar.getDay();
month = calendar.getMonth();
date = calendar.getDate();
year = calendar.getYear();
if (year < 1000)
year+=1900
cent = parseInt(year/100);
g = year % 19;
k = parseInt((cent - 17)/25);
i = (cent - parseInt(cent/4) - parseInt((cent - k)/3) + 19*g + 15) % 30;
i = i - parseInt(i/28)*(1 - parseInt(i/28)*parseInt(29/(i+1))*parseInt((21-g)/11));
j = (year + parseInt(year/4) + i + 2 - cent + parseInt(cent/4)) % 7;
l = i - j;
emonth = 3 + parseInt((l + 40)/44);
edate = l + 28 - 31*parseInt((emonth/4));
emonth--;
var dayname = new Array ("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday");
var monthname =
new Array ("January","February","March","April","May","June","July","August","September","October","November","December" );
document.write("<font face=verdana,arial size=2>");
document.write(dayname[day] + ", ");
document.write(monthname[month] + " ");
if (date< 10) document.write("0" + date + ", ");
        else document.write(date + ", ");
document.write(year + "    <BR><font color=FF0000>");
// Easter
if ((month == emonth) && (date == edate)) document.write("Easter Sunday (Western)  ");
// January
if ((month == 0) && (date == 1)) document.write("New Year's Day");
if ((month == 0) && (date == 15)) document.write("Adults Day (Japan)");
if ((month == 0) && (date == 27)) document.write("Wolfgang Amadeus Mozart born (1756)");
if ((month == 0) && (day == 1) && (date > 14) && (date< 22)) document.write("Martin Luther King's Birthday");
// February
if ((month == 1) && (date == 2)) document.write("Groundhog Day");
if ((month == 1) && (date == 8)) document.write("Jules Verne born (1828)");
if ((month == 1) && (date == 11)) document.write("National Foundation Day (Japan)");
if ((month == 1) && (date== 12)) document.write("Lincoln's Birthday");
if((month == 1) && (date == 14)) document.write("St. Valentine's Day");
if ((month == 1) && (date == 15)) document.write("Galileo Galilei born (1564)");
if ((month == 1) && (date == 22)) document.write("Washington's Birthday");
if ((month == 1) && (date == 29)) document.write("Leap Day");
// March
if ((month == 2) && (date == 3)) document.write("Girl's Day (Japan)");
if ((month == 2) && (date == 17)) document.write("St. Patrick's Day");
if ((month == 2) && (date == 21)) document.write("J.S. Bach born (1685)");
// April
if ((month == 3) && (date == 1)) document.write("April Fools' Day");
if ((month == 3) && (date == 8)) document.write("Buddha born");
if ((month == 3) && (date == 15) && (day != 0)) document.write("Income Tax Day (USA),  ");
if ((month == 3) && (date == 16) && (day == 1)) document.write("Income Tax Day (USA) ");
if ((month == 3) && (date == 15)) document.write("Leonardo da Vinci born (1452)");
if ((month == 3) && (date == 22)) document.write("Earth Day");
if ((month == 3) && (date == 29)) document.write("Emperor's Birthday (Japan)");
if ((month == 3) && (day == 0) && (date > 0) && (date< 8)) document.write("Daylight Savings Time Begins");
// May
if ((month == 4) && (date == 1)) document.write("May Day,  Boy's Day (Japan)");
if ((month == 4) && (date == 2)) document.write("Constitution Day (Japan)");
if ((month == 4) && (date == 5)) document.write("Cinco de Mayo (Mexico),  Children's Day (Japan)");
if ((month == 4) && (date == 14)) document.write("Independence Day (Paraguay)");
if ((month == 4) && (day == 0) && (date > 7) && (date< 16)) document.write("Mother's Day");
if ((month == 4) && (day == 1) && (date > 24)) document.write("Memorial Day");
// June
if ((month == 5) && (date == 5)) document.write("Constitution Day (Denmark)");
if ((month == 5) && (date == 6)) document.write("D-Day (USA)");
if ((month == 5) && (date == 11)) document.write("Kamehameha (Hawaii)");
if ((month == 5) && (date == 14)) document.write("FlagDay (USA)");
if ((month == 5) && (date == 21)) document.write("Summer Solstice");
if((month == 5) && (date == 24)) document.write("St. Jean Baptiste Day (Canada)");
if ((month == 5) && (date == 30)) document.write("Independence Day (Zaire)");
if ((month == 5) && (day == 0) && (date > 15) && (date< 24)) document.write("Father's Day");
// July
if ((month == 6) && (date == 1)) document.write("Independence Day (Canada)");
if ((month == 6) && (date == 4)) document.write("Independence Day (USA)");
if ((month == 6) && (date == 14)) document.write("Bastille Day (France)");
// August
if ((month == 7) && (date == 1)) document.write("Confederation Day (Switzerland)");
if ((month == 7) && (date == 10)) document.write("Independence Day (Ecuador)");
if ((month == 7) && (date == 15)) document.write("Independence Day (India)");
// September
if ((month == 8) && (date == 7)) document.write("Independence Day (Brazil)");
if ((month == 8) && (date == 15)) document.write("Respect for the Aged Day (Japan)");
if ((month == 8) && (date == 16)) document.write("Independence Day (Mexico)");
if ((month == 8) && (day== 1)&& (date > 0) && (date< 8)) document.write("Labor Day (USA)");
// October
if ((month == 9) && (date == 1)) document.write("German Reunufication (1990)");
if ((month == 9) && (date == 10)) document.write("Health-Sports Day (Japan)");
if ((month == 9) && (day == 1) && (date > 7) && (date< 16)) document.write("Columbus Day (USA)");
if ((month == 9) && (day == 0) && (date > 24) && (date< 31)) document.write("Daylight Savings Time Ends");
if ((month == 9) && (day == 0) && (date == 31)) document.write("Daylight Savings Time Ends<BR>");
if ((month == 9) && (date == 24)) document.write("United Nations Day");
if ((month == 9) && (date == 31)) document.write("Halloween");
// November
if ((month == 10) && (date == 1)) document.write("All Saints Day");
if ((month == 10) && (date == 2)) document.write("All Souls Day");
if ((month == 10) && (date == 3)) document.write("Culture Day (Japan)");
if ((month == 10) && (date == 5)) document.write("Guy Fawkes Night (UK)");
if ((month == 10) && (date == 11)) document.write("Veteran's Day (USA),    Remembrance Day (Canada)");
if ((month == 10) && (date ==20)) document.write("Revolution Day (Mexico)");
if ((month == 10) && (date == 23)) document.write("Labor Thanksgiving Day (Japan)");
if ((month == 10) && (day == 4) && (date > 23) && (date< 30)) document.write("Thanksgiving (USA)");
if ((month == 10) && (date == 30) && (day == 4)) document.write("Thanksgiving (USA)");
// December
if ((month == 11) && (date == 10)) document.write("Human Rights Day");
if ((month == 11) && (date == 21)) document.write("Winter Solstice");
if ((month == 11) && (date == 24)) document.write("Christmas Eve");
if ((month == 11) && (date == 25)) document.write("Christmas");
if ((month == 11) && (date == 26)) document.write("Boxing Day");
if ((month == 11) && (date == 31)) document.write("New Year's Eve");
document.write("<br></font>");
//-->
</SCRIPT>

<SCRIPT type=text/javaScript>

<!-- Begin
datetoday = new Date();
timenow=datetoday.getTime();
datetoday.setTime(timenow);
thehour = datetoday.getHours();
if (thehour > 18) display = "Evening";
else if (thehour >12) display = "Afternoon";
else display = "Morning";
var greeting = ("Good " + display + "!");
document.write(greeting);
//  End -->
</SCRIPT>

<p align="center"><font face="arial" size="-2">Index Provided by</font><br>
<font face="arial, helvetica" size="-2"><a href="http://design.vipszone.ro">ScaLeO. [;x]</a></font></p>

Citeste mai mult pe: www.Design.VipsZone.Ro



<?php
?><br>
</center>
</body>
</html>


<br>
<span class="align">
<p><span style="color:black">Contact Y!M: id.</span>
</span>
</tr>
</table><br>


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


</center>
</body>
</html>

</p>
</table>
</center>

<center><a href="index.html"><img src="images/hdr.png" border="0"></a></center>
<style type="text/css">
<!--
.style2 {color: #FFFFFF}
.style3 {color: #CCCCCC}
.style4 {color: #00a7de}
-->
</style>
<center>
  <div align="center" style=" width:290px; font-size:11px; padding:2px; background-color:#131313; border:1px solid #c6c5c5;">
  <span class="style2">Interfaţa</span> <a href="http://design.vipszone.ro" class="style3">VipsZone.Ro</a><span class="style2"> creata de</span><span class="style4"> ScaLeO. [;x]</span>.<span class="style2"> Toate drepturile sunt rezervate.  </span></div>
</center>

https://forumul-exiled.forumgratuit.ro
Rares
#2

Vin Mar 08, 2013 3:06 pm

Rares
Exiled Skill +4
Exiled Skill +4
nu e terminat

Vezi subiectul anterior Vezi subiectul urmator Sus   Mesaj • Pagina 1 din 1