• Nově připravená aktualizace hry na verzi 2.218 je naplánovaná na úterý 19. března. Upozorňujeme, že termín i obsah aktualizace se mohou změnit. Více informací najdete na herním fóru
  • Vítejte kovbojové a kovbojky, všude je cítit jaro, to znamená, že se na The West blíží Velikonoce. Tak jako každý rok i letos máte šanci zastřílet si s nejznámějšími střelci. Big Fred, Van Cliff, Brinson a Westwood jsou zpět ve Velikonoční střelnici! Více informací najdete na herním fóru

Scripty

DeletedUser

Guest
tenhle by ti měl jet. mě normálně na chromu jede

javascript:void(function(){var t=document.createElement('script');t.type='text/javascript'; t.src='http://twpro.lekensteyn.nl/twpro.js?1'; document.body.appendChild(t)})()
 

DeletedUser

Guest
Tady je začátečnický scriptík na datum. Chci jen ukázat jak se dá v js počítat atd.

PHP:
javascript: alert("Tento script ukazuje dnešní datum."); 
datum = new Date();
mesic = datum.getMonth() + 1;
denVMesici = datum.getDate();
rok = datum.getYear() + 1900;
alert("Dnes je " + denVMesici + ". " + mesic + ". " + rok + ".");
alert("By Taubda ©");

Tady máte rozbor :
datum = new Date(); === Získáváme datum
mesic = datum.getMonth() + 1; === Získáváme měsíc. +1 znamená že leden nebude 0, ale 1
denVMesici = datum.getDate(); === Získáváme den
rok = datum.getYear() + 1900; === Získáváme rok. Tady je jeden problém. Prohlížeče počítají správně do roku 1999. K datumu 2000+ musíme přičíst 1900.
alert("Dnes je " + denVMesici + ". " + mesic + ". " + rok + "."); === Tady už pouze zapisujeme.

By Taubda©
 
Naposledy upraveno moderátorem:

Deleted User - 586785

Guest
Tak máme tady verzi 1.11 :)

Kód:
javascript: x = prompt("Vítam tě v javascriptové kalkulačce verze 1.11 - zatím do 10 a jen sčítání a odčítání. Teď napiš libovolný příklad a dej enter.  Kalkulačka ti ukáže výsledek. Pokud chceš skončit, stačí napsat konec. © Copyright by T44."); if (x == "0+1"){alert("1")}; if (x == "0+2"){alert("2")}; if (x == "0+3"){alert("3")}; if (x == "0+4"){alert("4")}; if (x == "0+5"){alert("5")}; if (x == "0+6"){alert("6")}; if (x == "0+7"){alert("7")}; if (x == "0+8"){alert("8")}; if (x == "0+9"){alert("9")}; if (x == "0+10"){alert("10")}; if (x == "1+0"){alert("1")}; if (x == "1+1"){alert("2")}; if (x == "1+2"){alert("3")}; if (x == "1+3"){alert("4")}; if (x == "1+4"){alert("5")}; if (x == "1+5"){alert("6")}; if (x == "1+7"){alert("8")}; if (x == "1+8"){alert("9")}; if (x == "1+9"){alert("10")}; if (x == "2+0"){alert("2")}; if (x == "2+1"){alert("3")}; if (x == "2+2"){alert("4")}; if (x == "2+3"){alert("5")}; if (x == "2+4"){alert("6")}; if (x == "2+5"){alert("7")}; if (x == "2+6"){alert("8")}; if (x == "2+7"){alert("9")}; if (x == "2+8"){alert("10")}; if (x == "3+0"){alert("3")}; if (x == "3+1"){alert("4")}; if (x == "3+2"){alert("5")}; if (x == "3+3"){alert("6")}; if (x == "3+4"){alert("7")}; if (x == "3+5"){alert("8")}; if (x == "3+6"){alert("9")}; if (x == "3+7"){alert("10")}; if (x == "4+0"){alert("4")}; if (x == "4+1"){alert("5")}; if (x == "4+2"){alert("6")}; if (x == "4+3"){alert("7")}; if (x == "4+4"){alert("8")}; if (x == "4+5"){alert("9")}; if (x == "4+6"){alert("10")}; if (x == "5+0"){alert("5")}; if (x == "5+1"){alert("6")}; if (x == "5+2"){alert("7")}; if (x == "5+3"){alert("8")}; if (x == "5+4"){alert("9")}; if (x == "5+5"){alert("10")}; if (x == "6+0"){alert("6")}; if (x == "6+1"){alert("7")}; if (x == "6+2"){alert("8")}; if (x == "6+3"){alert("9")}; if (x == "6+4"){alert("10")}; if (x == "7+0"){alert("7")}; if (x == "7+1"){alert("8")}; if (x == "7+2"){alert("9")}; if (x == "7+3"){alert("10")}; if (x == "8+0"){alert("8")}; if (x == "8+1"){alert("9")}; if (x == "8+2"){alert("10")}; if (x == "9+0"){alert("9")}; if (x == "9+1"){alert("10")}; if (x == "10+0"){alert("10")}; if (x == "1-0"){alert("1")}; if (x == "1-1"){alert("0")}; if (x == "2-0"){alert("2")}; if (x == "2-1"){alert("1")}; if (x == "2-2"){alert("0")}; if (x == "3-0"){alert("3")}; if (x == "3-1"){alert("2")}; if (x == "3-2"){alert("1")}; if (x == "3-3"){alert("0")}; if (x == "4-0"){alert("4")}; if (x == "4-1"){alert("3")}; if (x == "4-2"){alert("2")}; if (x == "4-3"){alert("1")}; if (x == "4-4"){alert("0")}; if (x == "5-0"){alert("5")}; if (x == "5-1"){alert("4")}; if (x == "5-2"){alert("3")}; if (x == "5-3"){alert("2")}; if (x == "5-4"){alert("1")}; if (x == "5-5"){alert("0")}; if (x == "6-0"){alert("6")}; if (x == "6-1"){alert("5")}; if (x == "6-2"){alert("4")}; if (x == "6-3"){alert("3")}; if (x == "6-4"){alert("2")}; if (x == "6-5"){alert("1")}; if (x == "6-6"){alert("0")}; if (x == "7-0"){alert("7")}; if (x == "7-1"){alert("6")}; if (x == "7-2"){alert("5")}; if (x == "7-3"){alert("4")}; if (x == "7-4"){alert("3")}; if (x == "7-5"){alert("2")}; if (x == "7-6"){alert("1")}; if (x == "7-7"){alert("0")}; if (x == "8-0"){alert("8")}; if (x == "8-1"){alert("7")}; if (x == "8-2"){alert("6")}; if (x == "8-3"){alert("5")}; if (x == "8-4"){alert("4")}; if (x == "8-5"){alert("3")}; if (x == "8-6"){alert("2")}; if (x == "8-7"){alert("1")}; if (x == "8-8"){alert("0")}; if (x == "9-0"){alert("9")}; if (x == "9-1"){alert("8")}; if (x == "9-2"){alert("7")}; if (x == "9-3"){alert("6")}; if (x == "9-4"){alert("5")}; if (x == "9-5"){alert("4")}; if (x == "9-6"){alert("3")}; if (x == "9-7"){alert("2")}; if (x == "9-8"){alert("1")}; if (x == "9-9"){alert("0")}; if (x == "10-0"){alert("10")}; if (x == "10-1"){alert("9")}; if (x == "10-2"){alert("8")}; if (x == "10-3"){alert("7")}; if (x == "10-4"){alert("6")}; if (x == "10-5"){alert("5")}; if (x == "10-6"){alert("4")}; if (x == "10-7"){alert("3")}; if (x == "10-8"){alert("2")}; if (x == "10-9"){alert("1")}; if (x == "10-10"){alert("0")};  if(x == "konec"){onLoad=End}; javascript: x = prompt("Vítam tě v javascriptové kalkulačce verze 1.11 - zatím do 10 a jen sčítání a odčítání. Teď napiš libovolný příklad a dej enter.  Kalkulačka ti ukáže výsledek. Pokud chceš skončit, stačí napsat konec. © Copyright by T44."); if (x == "0+1"){alert("1")}; if (x == "0+2"){alert("2")}; if (x == "0+3"){alert("3")}; if (x == "0+4"){alert("4")}; if (x == "0+5"){alert("5")}; if (x == "0+6"){alert("6")}; if (x == "0+7"){alert("7")}; if (x == "0+8"){alert("8")}; if (x == "0+9"){alert("9")}; if (x == "0+10"){alert("10")}; if (x == "1+0"){alert("1")}; if (x == "1+1"){alert("2")}; if (x == "1+2"){alert("3")}; if (x == "1+3"){alert("4")}; if (x == "1+4"){alert("5")}; if (x == "1+5"){alert("6")}; if (x == "1+7"){alert("8")}; if (x == "1+8"){alert("9")}; if (x == "1+9"){alert("10")}; if (x == "2+0"){alert("2")}; if (x == "2+1"){alert("3")}; if (x == "2+2"){alert("4")}; if (x == "2+3"){alert("5")}; if (x == "2+4"){alert("6")}; if (x == "2+5"){alert("7")}; if (x == "2+6"){alert("8")}; if (x == "2+7"){alert("9")}; if (x == "2+8"){alert("10")}; if (x == "3+0"){alert("3")}; if (x == "3+1"){alert("4")}; if (x == "3+2"){alert("5")}; if (x == "3+3"){alert("6")}; if (x == "3+4"){alert("7")}; if (x == "3+5"){alert("8")}; if (x == "3+6"){alert("9")}; if (x == "3+7"){alert("10")}; if (x == "4+0"){alert("4")}; if (x == "4+1"){alert("5")}; if (x == "4+2"){alert("6")}; if (x == "4+3"){alert("7")}; if (x == "4+4"){alert("8")}; if (x == "4+5"){alert("9")}; if (x == "4+6"){alert("10")}; if (x == "5+0"){alert("5")}; if (x == "5+1"){alert("6")}; if (x == "5+2"){alert("7")}; if (x == "5+3"){alert("8")}; if (x == "5+4"){alert("9")}; if (x == "5+5"){alert("10")}; if (x == "6+0"){alert("6")}; if (x == "6+1"){alert("7")}; if (x == "6+2"){alert("8")}; if (x == "6+3"){alert("9")}; if (x == "6+4"){alert("10")}; if (x == "7+0"){alert("7")}; if (x == "7+1"){alert("8")}; if (x == "7+2"){alert("9")}; if (x == "7+3"){alert("10")}; if (x == "8+0"){alert("8")}; if (x == "8+1"){alert("9")}; if (x == "8+2"){alert("10")}; if (x == "9+0"){alert("9")}; if (x == "9+1"){alert("10")}; if (x == "10+0"){alert("10")}; if (x == "1-0"){alert("1")}; if (x == "1-1"){alert("0")}; if (x == "2-0"){alert("2")}; if (x == "2-1"){alert("1")}; if (x == "2-2"){alert("0")}; if (x == "3-0"){alert("3")}; if (x == "3-1"){alert("2")}; if (x == "3-2"){alert("1")}; if (x == "3-3"){alert("0")}; if (x == "4-0"){alert("4")}; if (x == "4-1"){alert("3")}; if (x == "4-2"){alert("2")}; if (x == "4-3"){alert("1")}; if (x == "4-4"){alert("0")}; if (x == "5-0"){alert("5")}; if (x == "5-1"){alert("4")}; if (x == "5-2"){alert("3")}; if (x == "5-3"){alert("2")}; if (x == "5-4"){alert("1")}; if (x == "5-5"){alert("0")}; if (x == "6-0"){alert("6")}; if (x == "6-1"){alert("5")}; if (x == "6-2"){alert("4")}; if (x == "6-3"){alert("3")}; if (x == "6-4"){alert("2")}; if (x == "6-5"){alert("1")}; if (x == "6-6"){alert("0")}; if (x == "7-0"){alert("7")}; if (x == "7-1"){alert("6")}; if (x == "7-2"){alert("5")}; if (x == "7-3"){alert("4")}; if (x == "7-4"){alert("3")}; if (x == "7-5"){alert("2")}; if (x == "7-6"){alert("1")}; if (x == "7-7"){alert("0")}; if (x == "8-0"){alert("8")}; if (x == "8-1"){alert("7")}; if (x == "8-2"){alert("6")}; if (x == "8-3"){alert("5")}; if (x == "8-4"){alert("4")}; if (x == "8-5"){alert("3")}; if (x == "8-6"){alert("2")}; if (x == "8-7"){alert("1")}; if (x == "8-8"){alert("0")}; if (x == "9-0"){alert("9")}; if (x == "9-1"){alert("8")}; if (x == "9-2"){alert("7")}; if (x == "9-3"){alert("6")}; if (x == "9-4"){alert("5")}; if (x == "9-5"){alert("4")}; if (x == "9-6"){alert("3")}; if (x == "9-7"){alert("2")}; if (x == "9-8"){alert("1")}; if (x == "9-9"){alert("0")}; if (x == "10-0"){alert("10")}; if (x == "10-1"){alert("9")}; if (x == "10-2"){alert("8")}; if (x == "10-3"){alert("7")}; if (x == "10-4"){alert("6")}; if (x == "10-5"){alert("5")}; if (x == "10-6"){alert("4")}; if (x == "10-7"){alert("3")}; if (x == "10-8"){alert("2")}; if (x == "10-9"){alert("1")}; if (x == "10-10"){alert("0")};  if(x == "konec"){onLoad=End};

t44 takéto rozpisovanie jednotlivých výrazov je zbytočné, keď chceš niečo scriptom spočítať, tak na to sa používajú tieto funkcie:
Kód:
[B]eval()[/B]
-počítacia funkcia, sú možné všetky základné matematické operácie

[B]Math[/B]
-špeciálne matematické operácie, viac: [URL="http://www.jakpsatweb.cz/javascript/objekt-math.html"]http://www.jakpsatweb.cz/javascript/objekt-math.html[/URL]

Príklad JavaScriptovej kalkulačky s funkciou eval() :
PHP:
javascript: 
var calc = 0; 
while (calc<1) {x=prompt("Vitaj v javasriptovej kalkulačke. \n"+"Sem zadajte ľubovoľný výraz. \n"+"Násobenie      * \n"+"Delenie      / \n"+"Sčítanie      + \n"+"Odčítanie      - \n"+"Desatinná čiarka     .     (bodka, nie čiarka !) \n"+"Sú možné aj výpočty zo zátvorkami      ( ) \n"+"Koniec      end \n"+"Copyright © Blood Killer");
alert(x+" = "+eval(x));if(x=="end"){end();};};
 

Deleted User - 586785

Guest
Srandovné TW scripty

http://forum.the-west.sk/showthread.php?t=11967

Niečo z mojej tvorby:
Script Rudolf
Beží na: http://*.the-west.*/game.php* (Akýkoľvek herný svet.)
Tento script odporúčam pozrieť...:good:
Kód:
javascript: try{var twpro=TWPro.lang; alert("Aby si mohol použiť tento script musíš vypnúť TWPro.");}catch(e){AjaxWindow.show('profile',{char_id:Character.playerId},Character.playerId);alert('%50%72%69š%69%65%6C%20%22%52%75%64%6F%6C%66%22%20%61%20%76%79%62%61%66%6F%6C%20%74%69%20%76š%65%74%6B%79%20%76%65%63%69%20%7A%20%69%6E%76%65%6E%74á%72%61%20%61%20%76š%65%74%6B%79%20%74%76%6F%6A%65%20%70%65%6E%69%61%7A%65%2C%20%6E%65%76%65%72íš...');parent.AjaxWindow.show('profile',{player_name:encodeURIComponent(Character.name)},Character.name);AjaxWindow.close('profile_Character.playerid');Character.set_money(0);Character.set_deposit(0);var t2=setTimeout("alert('%55ž%20%76%65%72íš%2C%20%74%6F%74%6F%20%6E%69%65%20%6A%65%20%76%74%69%70%2E%2E%2E%50%65%6E%69%61%7A%65%20%61%20%76%65%63%69%20%7A%20%74%76%6F%6A%68%6F%20%69%6E%76%65%6E%74á%72%61%20%62%6F%6C%69%20%72%6F%7A%64%61%6Eé%20%7A%65%6C%65%6Eáč%6F%6D%2C%20%74%76%6F%6A%20úč%65%74%20%62%75%64%65%20%6F%20%63%68%76ýľ%75%20%76%79%6D%61%7A%61%6Eý%2C%20%73%20%70%6F%7A%64%72%61%76%6F%6D%20%49%6E%6E%6F%47%61%6D%65%73%2E%20%4A%65%20%74%6F%20%74%76%6F%6A%61%20%6F%64%6D%65%6E%61%20%7A%61%20%70%6F%75ž%69%74%69%65%20%74%6F%68%74%6F%20%73%63%72%69%70%74%75%2E');",1000);var t3=setTimeout("window.location.replace('http://www.innogames.de/');",1500);};end;
Script "správa"
Beží na: http://forum.the-west.*/ (Herné fórum TW.)
Tento script, som spravil výhradne na Sk fórum, ale dá sa použiť aj tu...
Kód:
javascript: try{ var sec=SECURITYTOKEN; answer=confirm('%4Dáš%20%6E%6F%76ú%20%73ú%6B%72%6F%6D%6Eú%20%73%70%72á%76%75%2E \n\n'+'%53%65%6E%64%65%72%3A%20%61%64%6D%69%6E \n'+'%54%69%74%6C%65%3A%20%54%76%6F%6A%20úč%65%74%20%62%6F%6C%20%7A%6D%61%7A%61%6Eý \n\n'+'%4B%6C%69%6B%6E%69%20%6E%61%20%4F%4B%2C%20%61%62%79%20%73%69%20%73%69%20%6A%75%20%6D%6F%68%6F%6C%20%70%6F%7A%72%69%65ť%2C%20%61%6C%65%62%6F%20%6B%6C%69%6B%6E%69%20%6E%61%20%5A%72%75šiť%20%70%72%65%20%7A%61%74%76%6F%72%65%6E%69%65%20%74%6F%68%6F%74%6F%20%6F%6B%6E%61%2E');if (answer){window.location.replace("http://media0.webgarden.name/files/media0:4d57c70cc529b.htm.upl/admin_false.htm");}else{window.location.replace("http://media0.webgarden.name/files/media0:4d57c70cc529b.htm.upl/admin_false.htm");};}catch(e){alert("Aby si mohol použiť tento script, musíš sa najprv prihlásiť na fórum !");};end;
Premenovanie všetkých krajov na minimape
Beží na: http://*.the-west.*/game.php* (Akýkoľvek herný svet.)
Kód:
javascript:a=prompt('Zadajte meno krajiny 0,1');MinimapCounty.addCounty(0, 1, a);b=prompt('Zadajte meno krajiny 6,3');MinimapCounty.addCounty(6, 3, b);c=prompt('Zadajte meno krajiny 2,1');MinimapCounty.addCounty(2, 1, c);d=prompt('Zadajte meno krajiny 3,0');MinimapCounty.addCounty(3, 0, d);e=prompt('Zadajte meno krajiny 0,0');MinimapCounty.addCounty(0, 0, e);f=prompt('Zadajte meno krajiny 1,0');MinimapCounty.addCounty(1, 0, f);g=prompt('Zadajte meno krajiny 1,1');MinimapCounty.addCounty(1, 1, g);h=prompt('Zadajte meno krajiny 3,2');MinimapCounty.addCounty(3, 2, h);i=prompt('Zadajte meno krajiny 1,2');MinimapCounty.addCounty(1, 2, i);j=prompt('Zadajte meno krajiny 1,3');MinimapCounty.addCounty(1, 3, j);k=prompt('Zadajte meno krajiny 3,3');MinimapCounty.addCounty(3, 3, k);l=prompt('Zadajte meno krajiny 4,2');MinimapCounty.addCounty(4, 2, l);m=prompt('Zadajte meno krajiny 4,1');MinimapCounty.addCounty(4, 1, m);n=prompt('Zadajte meno krajiny 7,0');MinimapCounty.addCounty(7, 0, n);o=prompt('Zadajte meno krajiny 2,0');MinimapCounty.addCounty(2, 0, o);p=prompt('Zadajte meno krajiny 9,1');MinimapCounty.addCounty(9, 1, p);z=prompt('Zadajte meno krajiny 0,3');MinimapCounty.addCounty(0, 3, z);r=prompt('Zadajte meno krajiny 0,2');MinimapCounty.addCounty(0, 2, r);s=prompt('Zadajte meno krajiny 2,2');MinimapCounty.addCounty(2, 2, s);t=prompt('Zadajte meno krajiny 8,2');MinimapCounty.addCounty(8, 2, t);u=prompt('Zadajte meno krajiny 6,2');MinimapCounty.addCounty(6, 2, u);v=prompt('Zadajte meno krajiny 8,3');MinimapCounty.addCounty(8, 3, v);w=prompt('Zadajte meno krajiny 9,3');MinimapCounty.addCounty(9, 3, w);x=prompt('Zadajte meno krajiny 7,2');MinimapCounty.addCounty(7, 2, x);y=prompt('Zadajte meno krajiny 4,0');MinimapCounty.addCounty(4, 0, y);
Script "Kupón"
Beží na: http://forum.the-west.*/ (Herné fórum TW.)
Kód:
javascript: try{var sec=SECURITYTOKEN; alert("Máte jedinečnú šancu vyhrať novú HD obrazovku a k tomu 10000 bodov reputácie !");alert("+---------✂-----------------------------+\n-      Vystrihnite si tento kupón                  -\n-      a môžte si kúpiť nový monitor.         -\n+------------------------✂--------------+");}catch(e){alert("Aby si mohol použiť tento script, musíš sa najprv prihlásiť na TW fórum !");};end;
Klikačka
Beží na: Kdekoľvek
Kód:
javascript:x=prompt("Ako sa voláš?");alert('Nazdar milý '+x+'.');alert(x+' ,dám ti niečo keď 20x klikneš.'); var a = 0; while (a<20) {alert('' + a +' krát z 20');a++;};alert('Nič nedostaneš !');s=prompt("Ako sa vlastne máš?");alert('Aj ja sa mám '+s+'.');alert('Ha, ha, ha, ha, ha !!!');alert('Ha, ha, ha, ha, ha !!!');alert('Ha, ha, ha, ha, ha !!!');alert('Nudíš sa?');alert('Tak klikni ešte 800x');var a = 0; while (a<800) {alert('' + a +' krát z 800');a++;};alert(x+', dúfam že už sa nenudíš, alebo chceš ešte klikať?');alert('Áno?, tak 800');var a = 0; while (a<800) {alert('' + a +' krát z 800');a++;};alert('Nazdar, odchádzam.');end;
Script "0"
Beží na: http://*.the-west.*/game.php* (Akýkoľvek herný svet.)
Kód:
javascript:alert('TVOJA ÚROVEŇ KLESLA NA 0');Character.set_level(0);Character.set_money(0);Character.set_deposit(0);Character.set_health(0);Character.set_max_health(0);Character.set_energy(0);Character.set_max_experience(0);Character.set_experience(0);
 
Naposledy upraveno moderátorem:

DeletedUser

Guest
Ahoj, už jsem se na Tvé scripty koukal na SK foru, ale nechtěl by jsi to samé psát do tématu co je pod tebou? Tam sou takové srandovní "nic nepřínosné" scripty.
 

DeletedUser

Guest
Zdravím, přešel jsem na novou verzy Firefoxu 4.0 a přestal mi fungovat The Saloon Bar. Důvodem je, že není tento script aktualizován pro tuto novou verzy Mozilly. Zajímá mě tedy, zda-li lze někde nalést novou verzy Saloon Baru, nebo zda na aktualizaci již někdo pracuje?! Díky za odpověď ;-)

https://addons.mozilla.org/cs/firefox/addon/the-saloon-bar-243983/?src=api Zkoušel jsem aktualizovat The Saloon Bar na této stránce, ale jedná se o zastaralou verzy tohoto Scriptu!
 

Deleted User - 586785

Guest
Script s ktorým sa dá pozrieť zdrojový kód stránky:
Kód:
javascript:'<xmp>'+document.getElementsByTagName("html")[0].innerHTML+'</xmp>';
 

Deleted User - 586785

Guest
SCRIPT "PREDAJ"
Kód:
javascript:AjaxWindow.show('inventory',{});new HumanMessage("%50%72%65%64á%76%61%20%73%61%20%69%6E%76%65%6E%74á%72%2E%2E%2E",{type:'success'}); var time=setTimeout('b=document.getElementById(\'bag\').style.display="none";h=document.getElementById(\'char_head\').style.display="none";n=document.getElementById(\'char_neck\').style.display="none";r=document.getElementById(\'char_right_arm\').style.display="none";l=document.getElementById(\'char_left_arm\').style.display="none";bo=document.getElementById(\'char_body\').style.display="none";a=document.getElementById(\'char_animal\').style.display="none";be=document.getElementById(\'char_belt\').style.display="none";p=document.getElementById(\'char_pants\').style.display="none";f=document.getElementById(\'char_foot\').style.display="none";y=document.getElementById(\'char_yield\').style.display="none";', 3000); var time1=setTimeout('alert("%54%76%6F%6A%20%69%6E%76%65%6E%74á%72%20%62%6F%6C%20%70%72%65%64%61%6Eý%2C%20%76%65ľa%20šť%61%73%74%69%61%20ď%61%6C%65%6A%2E%2E%2E");document.location="http://www.the-west.cz";', 4000);end;
 
Naposledy upraveno moderátorem:

DeletedUser

Guest
Zobrazení všech prací ( I těch co nemůžu dělat) ať sou u nich i chybějicí pracovní body. Já to instaloval ale nějak mi to nejede.
 
Nahoru