Arkturian Order
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.
Arkturian Order

Foro de la Orden Arcturiana
 
ÍndiceÍndice  GaleríaGalería  Últimas imágenesÚltimas imágenes  BuscarBuscar  RegistrarseRegistrarse  ConectarseConectarse  

 

 Alliance Chat

Ir abajo 
AutorMensaje
Dimix
Capitan Arcturian
Capitan Arcturian
Dimix


Posts : 25
Join date : 25/03/2014

Alliance Chat Empty
MensajeTema: Alliance Chat   Alliance Chat EmptyVie Mayo 02, 2014 11:55 pm

This scripts makes the alliance chat to appear in the alliance section.
Simply follow the link and click install.
Here the link:
Image:


Alternatively you can install it from this link in case that the previous one is broken:
Spoiler:

Then go to the alliance section on ogame, and the chat should appear.
Working:

Any doubts post them here.
Volver arriba Ir abajo
https://ru-ark.activo.mx
Dimix
Capitan Arcturian
Capitan Arcturian
Dimix


Posts : 25
Join date : 25/03/2014

Alliance Chat Empty
MensajeTema: Re: Alliance Chat   Alliance Chat EmptyVie Mayo 09, 2014 8:05 pm

Here the code itself if you feel confident and want to install it manually:
Código:
// ==UserScript==
// @name           OGame - Chat Alianza
// @author         Elwe - ogame.com.es - uniFornax - Eddited by Dimix to fit Xalynth and own alliance requirements.
// @namespace      http://userscripts.org/scripts/show/12154
// @include        http://s124-en.ogame.gameforge.com/game/index.php?page=alliance*
// arroba include        http://*.ogame.gameforge.com/game/index.php?page=networkkommunikation*
// ==/UserScript==
// Versión 1.0


(function(){
  //var elemento = document.getElementById('section31');  //para ponerlo debajo de los circulares
  var elemento = document.getElementById('planet');  //para ponerlo en la imagen
  var titulo = document.getElementsByTagName('h2');
  titulo[0].innerHTML = 'GEmpire Chat room';
  var p = document.createElement("p");
  var chat = '<embed wmode="transparent" src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" width="650" height="300" name="chat" FlashVars="id=207739849" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.shtml" /><br><small><a target="_BLANK" href="http://xat.com/web_gear/?cb">Get your own Chat Box!</a> <a target="_BLANK" href="http://xat.com/web_gear/chat/go_large.php?id=147291988">Go Large!</a></small><br>';
  elemento.setAttribute('style', 'height:346px;background-image:none;');
  p.setAttribute('style', 'margin:0px;');
  p.innerHTML = chat;
  elemento.appendChild(p);
})();
Volver arriba Ir abajo
https://ru-ark.activo.mx
 
Alliance Chat
Volver arriba 
Página 1 de 1.

Permisos de este foro:No puedes responder a temas en este foro.
Arkturian Order :: Asamblea General :: Herramientas-
Cambiar a: