div align=center>




Bienvenidos a anigame_Zone

todo lo nuevo sera publicado en este espacio.



Visita nuestra seccion recursos para que puedas facilitarte un poco las cosas relacionadas a diseño.



se requiere de un poquito mas de actividad en el foro para que no sea borrado por inactividad.



nueva descarga.



pack de brushes



nueva manera de subir tu nivel de usuario "visita la seccion de noticias para saver como".



proximamente mas...


 

 Codigos para invision free
MaFiOs
Posted: Oct 4 2006, 02:21 AM


Administrator


Group: Admin
Posts: 48
Member No.: 1
Joined: 13-September 06



Para poner juegos:

ACP > Skinning & Styles > Header & Body Dentro de <% BOARD HEADER %>

CODE
<script LANGUAGE="JavaScript">
<!-- Begin
function arcade() {
props=window.open('http://www.jmfbg.com/arcade/index.shtml', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=512, height=500, left = 390, top = 0');
}
// End -->
</script>


depues en header y body colocamos esto :
CODE
<center><a href="java script:arcade()"><b>Arcade</b></a></center>


-=========================================================-

Moneditas o creditos como les guste

En el ACP->Board Wrappers->Footer

CODE
<script type='text/javascript'>
/* Money hack v1.0
This code has been created by CrAzY_J ~ http://www.ifcode.com
This code may not be rehosted, redistribute without the creator's permission
This copyright header must stay intact at all times*/

var multi = 3;
document.write("<scr"+"ipt type='text/javascript' src='http://crazyj.digitalcs.net/moneyhackv1.js'></sc"+"ript>");
</script>


En el Mod CP Ponen "Manage member" y ahi ven las opciones de Créditos.

-=========================================================-

Selector de SKIN !

Admin CP > Board Wrappers > Header & Body debajo de la Etiqueta <navigation>

CODE
<center>
Skin selector developed by XJONX. Skins created by various members of the <a href="http://www.ifskinzone.net" target="_blank">IF Skin Zone</a>.<br />
<form>
<select onChange="changeskin(this.options[this.selectedIndex].value); window.location.reload();">
<option>Change Skin
<option value="IF Default"> InvisionFree Default
<option value="Blue Ash"> Blue Ash
<option value="Blue Aura"> Blue Aura
<option value="Blue Tech"> Blue Tech
<option value="Cool Blue"> Cool Blue
<option value="Dark Skyline"> Dark Skyline
<option value="Final Fantasy"> Final Fantasy
<option value="Matrix Malfunction"> Matrix Malfunction
<option value="Midevil Darkness"> Midevil Darkness
<option value="Neon Ash"> Neon Ash
<option value="The Simpsons"> The Simpsons
</select>
</form>



<script language="JavaScript">
<!--

/*
Change Skin Script
Copyright © 2003 xMALEVOLENCEx
Skins created by various members of the ifskinzone.net
ALL skins are copyright to http://www.ifskinzone.net
*/

var scheme = getCookie('template1');
if (scheme == 'Blue Ash') {
document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/blueash.css">');
} else if (scheme == 'Blue Aura') {
document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/blueaura.css">');
} else if (scheme == 'Blue Tech') {
document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/bluetech.css">');
} else if (scheme == 'Cool Blue') {
document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/coolblue.css">');
} else if (scheme == 'Dark Skyline') {
document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/darkskyline.css">');
} else if (scheme == 'Final Fantasy') {
document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/finalfantasy.css">');
} else if (scheme == 'Matrix Malfunction') {
document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/matrixmalfunction.css">');
} else if (scheme == 'Midevil Darkness') {
document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/midevildarkness.css">');
} else if (scheme == 'Neon Ash') {
document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/neonash.css">');
} else if (scheme == 'The Simpsons') {
document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/thesimpsons.css">');
} else if (scheme == 'IF Default') {
document.write('<LINK REL="stylesheet" TYPE="text/css" HREF="http://www.ifskinzone.net/skinselector/defaultif.css">');
}


function changeskin(change) {
var scheme = change;
var name = 'template1';
var pathname = location.pathname;
var myDomain = pathname.substring(0,pathname.lastIndexOf('/')) +'/';
var ExpDate = new Date ();
ExpDate.setTime(ExpDate.getTime() + (180 * 24 * 3600 * 1000));
setCookie(name,scheme,ExpDate,myDomain);
}
function getCookie(name){
var cname = name + "=";
var dc = document.cookie;
if (dc.length > 0) {
begin = dc.indexOf(cname);
if (begin != -1) {
begin += cname.length;
end = dc.indexOf(";", begin);
if (end == -1) end = dc.length;
return unescape(dc.substring(begin, end));
}
}
return null;
}

function setCookie(name, value, expires, path, domain, secure) {
document.cookie = name + "=" + escape(value) +
((expires == null) ? "" : "; expires=" + expires.toGMTString()) +
((path == null) ? "" : "; path=" + path) +
((domain == null) ? "" : "; domain=" + domain) +
((secure == null) ? "" : "; secure");
}
-->
</script>

</center>
<br />


-=======================================================-

afiliados con movimiento _[ en footer ]

CODE
<div class="tableborder"><div class="pformstrip">Afiliados</div><div class="tablepad">
<fieldset><legend
<fieldset><legend align=top>Afiliados</legend><marquee behavior="Scroll" direction="left" loop="infinite" truespeed>


-========================================================-

Como poner musica

se coloca en footer

CODE
<script type='text/javascript'>
<!--
//  Sound/Music in portal, V1.0
//  by ~Misty @ ifcode.com , 2005
if(location.href.match('act=site'))

{
document.write('<bgsound src="http://home.att.net/~scorh/Rockabyebaby.mid" loop="infinite">')
}
else
{
document.write('')

}
//-->
</script>


CODE
http://home.att.net/~scorh/Rockabyebaby.mid


Esta ultima URL se modifica [ solo se pueden archivos midi ]

EL FORO EN ESPAÑOL

CODE
<script language=javascript>

<!--
function change(item,item2) {
var range = document.body.createTextRange();
range.collapse(true);
if (location.href.indexOf("action=") != -1 ) {
return false;
} else {
while (range.findText(item)) {
range.text=item2;
range.collapse(false);
}
}
}
change("inbox","Mensajes Nuevos");
change("my controls","Mis Controles");
change("View New Posts","Nuevos Temas");
change("My Assistant","Mi Asistente");
change("members","Miembros");
change("help","Ayuda");
change("search","Buscar");
change("calendar","Calendario");
change("latest news","Ultimas Noticias");
change("Welcome back; your last visit was on","Bienvenido de regreso; su última visita fué el");
change("Topics","Tópicos");
change("Last Post Info","Info de la última publicación");
change("Replies","Respuestas");
change("The moderating team","El Equipo Moderador");
change("Today's active topics","Tópicos activos de hoy");
change("Today's top 10 posters","Top 10 publicadores de hoy");
change("Overall top 10 posters","Top 10 publicadores globales");
change("Board Statistics","Estadísticas del Foro");
change("Our members have made a total of","Nuestros miembros han hecho un total de");
change("We have","Tenemos");
change("registered members The newest member is","miembros registrados");
change("Most users ever online was","Mayor número de usuarios en línea fué");
change(" on "," el ");
change("Delete cookies set by this board","Borrar cookies puestos por este panel");
change("Mark all posts as read","Marcar publicaciones como leidas");
change("by:","Por:");
change("Last Click","Ultimo Click");
change("Member Name","Nombre del Miembro ");
change("Next Newest","Más nuevo siguiente");
change("Next Oldest","Más viejo siguiente")
change("Posted:","Publicado:")
change("Group:","Grupo:")
change("Posts:","Publicaciones:")
change("Member No.:","Miembro Num.:")
change("Joined:","Inscrito:")
change("Warn:","Alerta:")
change("Attach New Poll","Añada nueva Encuesta")
change("Track this topic","Seguir este tópico")
change("Email this topic","E-mail este tópico ")
change("Print this topic","Imprimir este tópico")
change("QUOTE","Citar")
change("Logged in as:","En sesión como:")
// -->
</script>


Para firma del sotw o concursos.
Lo colocas en Board Wrappers, Header and body, abajo de Navigation.

CODE
<center>
<br>
<IMG SRC="http://img171.imageshack.us/img171/6457/grouq8.jpg">
<br> <center>Ganador del Sotw 5 = Aztk


<center>
Top




Bienvenidoa anigame-zone foro de anime y mas
Back to Top ^^^

Hosted for free by InvisionFree (Terms of Use: Updated 7/7/05) | Powered by Invision Power Board v1.3 Final © 2003 IPS, Inc.
Page creation time: 0.1277 seconds | Archive
Afiliados
Afiliados a Underground GfxGFXDesignImage Hosted by ImageShack.usAfiliado a Design of StarsImage Hosted by ImageShack.us