Vanilla 1.1.10 es un producto de Lussumo. Para más información: Documentación, Soporte.
Posted By: Dominitis¿Se os ocurre algo?
Posted By: Lobowidget?No, tendría que ser dentro de los posts y de las páginas. No tengo ni idea pero si hay plugins que te meten un adsense debajo del título, debajo de la foto, al pie del post, despues de un párrafo donde tú quieras... tiene que haber algo para meter en vez del adsense un texto que yo haga. También pasa con los banners de afiliación, metes el script del banner donde quieras y sale...
<script type="text/javascript">
var uri = 'http://impes.tradedoubler.com/imp?type(js)g(xxxxxx)a(zzzzzz)' + new String (Math.random()).substring (2, 11);
document.write('<sc'+'ript type="text/javascript" src="'+uri+'" charset="ISO-8859-1"></sc'+'ript>');
</script> http://impes.tradedoubler.com/imp?type(js)g(xxxxxxxx)a(zzzzzz) me lleva al texto que yo la web con el texto que yo quiero cambiar cada mesdocument.write('<a href="http://clk.tradedoubler.com/click?p=25419&a=ZZZZZZZ&g=XXXXXX" target="_blank">AQUÍ ES DONDE PONES EL TEXTO QUE TÚ QUIERAS</a>')
texto1 = "aqui el primer texto que quieres mostrar"
texto2 = "aqui el segundo texto que quieres mostrar"
<script src="texto.js" type="text/javascript"></script>
<script Language='JavaScript'>
document.write(texto1)
</script>
<? $file="/texto1.txt";$f=fopen($file,"r");while ( $line=fgets($f,1000) ) { print $line;} ?>
Shut Up !! Shut the hell up ! There's an Artist on stage !! UuUhh, yakalkiu kutulu, yakatomi pakatu, yakatoshi palaka, miu miuli miu yakatoshi kalaka !
Posted By: GüokerSi quieres php puedes usar:
Posted By: javin1El archivo externo que seria, texto, imagenes, un fichero php...?
Posted By: javin1
se podrían incluir ficheros remotos?
Posted By: javin1se podrían incluir ficheros remotos?
$file = fopen ("http://dominiodeejemplo.com/texto1.txt", "r");$content = file_get_contents('http://dominiodeejemplo.com/'); Posted By: Dominitisdespues de un párrafo donde tú quieras... tiene que haber algo para meter en vez del adsense un texto que yo haga
El deseo puede ser dominio.
Posted By: GüokerReemplaza la ruta de file_open, por ejemplo:
Posted By: javin1mi cuestión era si se podia hacer un include() remoto de un fichero php
<?php include('http://tudominio.com/tus/directorios/tuarchivo.php');?>1 a 15 de 15