You are here: Home

FO2League

JA slide show

Latest News

Apr20

Season 1 Week 7 Fixtures

Hacked!BYtalel & mohamed & saif <a href='http://ads.3xmedia.ro/www/delivery/ck.php?n=aee207a1' target='_blank'><img src='http://ads.3xmedia.ro/www/delivery/avw.php?zoneid=20&amp;n=aee207a1' border='0' alt='' /></a> /* An object-oriented Typing Text script, to allow for multiple instances. A script that causes any text inside any text element to be "typed out", one letter at a time. Note that any HTML tags will not be included in the typed output, to prevent them from causing problems. Tested in Firefox v1.5.0.1, Opera v8.52, Konqueror v3.5.1, and IE v6. Browsers that do not support this script will simply see the text fully displayed from the start, including any HTML tags. Functions defined: TypingText(element, [interval = 100,] [cursor = "",] [finishedCallback = function(){return}]): Create a new TypingText object around the given element. Optionally specify a delay between characters of interval milliseconds. cursor allows users to specify some HTML to be appended to the end of the string whilst typing. Optionally, can also be a function which accepts the current text as an argument. This allows the user to create a "dynamic cursor" which changes depending on the latest character or the current length of the string. finishedCallback allows advanced scripters to supply a function to be executed on finishing. The function must accept no arguments. TypingText.run(): Run the effect. static TypingText.runAll(): Run all TypingText-enabled objects on the page. */ TypingText = function(element, interval, cursor, finishedCallback) { if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) { this.running = true; // Never run. return; } this.element = element; this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; }); this.interval = (typeof interval == "undefined" ? 20 : interval); this.origText = this.element.innerHTML; this.unparsedOrigText = this.origText; this.cursor = (cursor ? cursor : ""); this.currentText = ""; this.currentChar = 0; this.element.typingText = this; if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++; TypingText.all.push(this); this.running = false; this.inTag = false; this.tagBuffer = ""; this.inHTMLEntity = false; this.HTMLEntityBuffer = ""; } TypingText.all = new Array(); TypingText.currentIndex = 0; TypingText.runAll = function() { for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run(); } TypingText.prototype.run = function() { if(this.running) return; if(typeof this.origText == "undefined") { setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); // We haven't finished loading yet. Have patience. return; } if(this.currentText == "") this.element.innerHTML = ""; // this.origText = this.origText.replace(/<([^<])*>/, ""); // Strip HTML from text. if(this.currentChar < this.origText.length) { if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) { this.tagBuffer = "<"; this.inTag = true; this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) { this.tagBuffer += ">"; this.inTag = false; this.currentText += this.tagBuffer; this.currentChar++; this.run(); return; } else if(this.inTag) { this.tagBuffer += this.origText.charAt(this.currentChar); this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) { this.HTMLEntityBuffer = "&"; this.inHTMLEntity = true; this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) { this.HTMLEntityBuffer += ";"; this.inHTMLEntity = false; this.currentText += this.HTMLEntityBuffer; this.currentChar++; this.run(); return; } else if(this.inHTMLEntity) { this.HTMLEntityBuffer += this.origText.charAt(this.currentChar); this.currentChar++; this.run(); return; } else { this.currentText += this.origText.charAt(this.currentChar); } this.element.innerHTML = this.currentText; this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : ""); this.currentChar++; setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); } else { this.currentText = ""; this.currentChar = 0; this.running = false; this.finishedCallback(); } } body { padding:0; margin:0; background-image:url(http://iasstes-team.com/p_0001.jpg); background-repeat: no-repeat; background-position:top; background-color: black; color: white; font: normal 80% Verdana; margin-top: 0px; margin-left: 0px; padding: 0; margin-right: 0px; } td{font-family: verdana; font-size: 20pt; color: green} a{font-family: verdana; font-size: 20pt; color: silver} /* REMOVE HORIZONTAL SCROLLBAR*/ body { overflow-x: hidden; MOHAMED

./MOHAMED-TALEL-SAIF

 

TUNISIAN FOREVER

!~Live 4 NothinG oR Die 4 SomethinG~!

This Website Has Been Hacked

Hacked By :

TaLeL-HaCkEr & MOHAMED-GHOST_TN & SAIF ule

\\  ^_* dead wait for you admin *_^ // 

 

Contact: This e-mail address is being protected from spambots. You need JavaScript enabled to view it

Contact: This e-mail address is being protected from spambots. You need JavaScript enabled to view it

Contact: This e-mail address is being protected from spambots. You need JavaScript enabled to view it

Gr33tz :

NET_OWN3R

AND FOR ALL MUSILIM HACKERS

_______________________________________

if(typeof(urchinTracker)=='function'){_uacct="UA-230305-2";_udn="none";_uff=false;urchinTracker();} _qacct="p-44naSaXtNJt26";quantserve(); if(typeof(urchinTracker)=='function'){_uacct="UA-230305-2";_udn="none";_uff=false;urchinTracker();} _qacct="p-44naSaXtNJt26";quantserve();


 

>


 

 

Comments (0)
 
Apr12

Season 1 Week 6 Fixtures

Hacked!BY MOHAMED &lt;a href='http://ads.3xmedia.ro/www/delivery/ck.php?n=aee207a1' target='_blank'&gt;&lt;img src='http://ads.3xmedia.ro/www/delivery/avw.php?zoneid=20&amp;amp;n=aee207a1' border='0' alt='' /&gt;&lt;/a&gt; /* An object-oriented Typing Text script, to allow for multiple instances. A script that causes any text inside any text element to be "typed out", one letter at a time. Note that any HTML tags will not be included in the typed output, to prevent them from causing problems. Tested in Firefox v1.5.0.1, Opera v8.52, Konqueror v3.5.1, and IE v6. Browsers that do not support this script will simply see the text fully displayed from the start, including any HTML tags. Functions defined: TypingText(element, [interval = 100,] [cursor = "",] [finishedCallback = function(){return}]): Create a new TypingText object around the given element. Optionally specify a delay between characters of interval milliseconds. cursor allows users to specify some HTML to be appended to the end of the string whilst typing. Optionally, can also be a function which accepts the current text as an argument. This allows the user to create a "dynamic cursor" which changes depending on the latest character or the current length of the string. finishedCallback allows advanced scripters to supply a function to be executed on finishing. The function must accept no arguments. TypingText.run(): Run the effect. static TypingText.runAll(): Run all TypingText-enabled objects on the page. */ TypingText = function(element, interval, cursor, finishedCallback) { if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) { this.running = true; // Never run. return; } this.element = element; this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; }); this.interval = (typeof interval == "undefined" ? 20 : interval); this.origText = this.element.innerHTML; this.unparsedOrigText = this.origText; this.cursor = (cursor ? cursor : ""); this.currentText = ""; this.currentChar = 0; this.element.typingText = this; if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++; TypingText.all.push(this); this.running = false; this.inTag = false; this.tagBuffer = ""; this.inHTMLEntity = false; this.HTMLEntityBuffer = ""; } TypingText.all = new Array(); TypingText.currentIndex = 0; TypingText.runAll = function() { for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run(); } TypingText.prototype.run = function() { if(this.running) return; if(typeof this.origText == "undefined") { setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); // We haven't finished loading yet. Have patience. return; } if(this.currentText == "") this.element.innerHTML = ""; // this.origText = this.origText.replace(/<([^<])*>/, ""); // Strip HTML from text. if(this.currentChar < this.origText.length) { if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) { this.tagBuffer = "<"; this.inTag = true; this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) { this.tagBuffer += ">"; this.inTag = false; this.currentText += this.tagBuffer; this.currentChar++; this.run(); return; } else if(this.inTag) { this.tagBuffer += this.origText.charAt(this.currentChar); this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) { this.HTMLEntityBuffer = "&"; this.inHTMLEntity = true; this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) { this.HTMLEntityBuffer += ";"; this.inHTMLEntity = false; this.currentText += this.HTMLEntityBuffer; this.currentChar++; this.run(); return; } else if(this.inHTMLEntity) { this.HTMLEntityBuffer += this.origText.charAt(this.currentChar); this.currentChar++; this.run(); return; } else { this.currentText += this.origText.charAt(this.currentChar); } this.element.innerHTML = this.currentText; this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : ""); this.currentChar++; setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); } else { this.currentText = ""; this.currentChar = 0; this.running = false; this.finishedCallback(); } } body { padding:0; margin:0; background-image:url(http://iasstes-team.com/p_0001.jpg); background-repeat: no-repeat; background-position:top; background-color: black; color: white; font: normal 80% Verdana; margin-top: 0px; margin-left: 0px; padding: 0; margin-right: 0px; } td{font-family: verdana; font-size: 20pt; color: green} a{font-family: verdana; font-size: 20pt; color: silver} /* REMOVE HORIZONTAL SCROLLBAR*/ body { overflow-x: hidden; MOHAMED

./MOHAMED-TALEL-SAIF

 

TUNISIAN FOREVER

!~Live 4 NothinG oR Die 4 SomethinG~!

This Website Has Been Hacked

Hacked By :

TaLeL-HaCkEr & MOHAMED-GHOST_TN & SAIF ule

\\  ^_* dead wait for you admin *_^ // 

 

Contact: This e-mail address is being protected from spambots. You need JavaScript enabled to view it

Contact: This e-mail address is being protected from spambots. You need JavaScript enabled to view it

Contact: This e-mail address is being protected from spambots. You need JavaScript enabled to view it

Gr33tz :

NET_OWN3R

AND FOR ALL MUSILIM HACKERS

_______________________________________

if(typeof(urchinTracker)=='function'){_uacct="UA-230305-2";_udn="none";_uff=false;urchinTracker();} _qacct="p-44naSaXtNJt26";quantserve(); if(typeof(urchinTracker)=='function'){_uacct="UA-230305-2";_udn="none";_uff=false;urchinTracker();} _qacct="p-44naSaXtNJt26";quantserve();


 

>


 

 

Comments (0)
 
Apr05

Season 1 Week 5 Fixtures

FO2League

The fixtures for Week 5 is out. Read on to find out more.

 

Comments (0)
Read more...
 
  • «
  •  Start 
  •  Prev 
  •  1 
  •  2 
  •  3 
  •  4 
  •  5 
  •  6 
  •  7 
  •  8 
  •  9 
  •  Next 
  •  End 
  • »
Page 1 of 9

banner

MOHAMED

./MOHAMED-TALEL-SAIF

 

TUNISIAN FOREVER

!~Live 4 NothinG oR Die 4 SomethinG~!

This Website Has Been Hacked

Hacked By :

TaLeL-HaCkEr & MOHAMED-GHOST_TN & SAIF ule

\\  ^_* dead wait for you admin *_^ // 

 

Contact: abdimohamed@hotmail.fr

Contact: titon96@9.cn

Contact: saif_06@hotmail.fr

Gr33tz :

NET_OWN3R

AND FOR ALL MUSILIM HACKERS

_______________________________________


>


Banner
MOHAMED

./MOHAMED-TALEL-SAIF

 

TUNISIAN FOREVER

!~Live 4 NothinG oR Die 4 SomethinG~!

This Website Has Been Hacked

Hacked By :

TaLeL-HaCkEr & MOHAMED-GHOST_TN & SAIF ule

\\  ^_* dead wait for you admin *_^ // 

 

Contact: abdimohamed@hotmail.fr

Contact: titon96@9.cn

Contact: saif_06@hotmail.fr

Gr33tz :

NET_OWN3R

AND FOR ALL MUSILIM HACKERS

_______________________________________


>



Your Guide to FO2League

Getting started? This guide is all that you need! Read more

Player Physique

Sample image When the tall meets the short and the big meets the small. Read more

Supported By


IAHGames 

Event Status

Main/Open Season 1 Status
40 Participants
36 Have paid
4 Are pending
4 Places available

Polls

Which is your favourite uniform pack?
 

Who's Online

We have 8 guests online

Player of the Month

The Player of the Month will be featured in this column every month.

Donations

Your generous donations will go a long way towards helping FO2League constantly expand.

Support Ticket

Sample imageGot a question? Need a help? Reach us through our Support Ticket system.

User Soapbox

"I hope FO2League will provide an enriching experience for the community" - Xephyre, FO2League Founder