Error al quitar anuncio de plantillas web en subida de plantilla a mi hosting

  • Autor Autor jhoncho
  • Fecha de inicio Fecha de inicio
J

jhoncho

Beta
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
buenas tardes quería saber una cosa me bajé un template de una pagina y cuando la subo a mi hosting me aparece el siguiente error

Insertar CODE, HTML o PHP:
You have removed or modified the link to our website. In accordance with our terms of use you must keep intact and visible any notice accompanying this product !


me di cuenta que este error lo produce cuando trato de quitar la palabra "plantillas web en plantillas web" es una propaganda molestosa

Les dejo el codigo haber si me dan una manito :encouragement:

Insertar CODE, HTML o PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr" xml:lang="fr">
<head>
<title>flash intro</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<script src="files/js/AC_RunActiveContent.js" type="text/javascript"></script>
<script src="files/js/main.js" type="text/javascript"></script>
<!--BEGIN OF TERMS OF USE. DO NOT EDIT OR DELETE THESE LINES. IF YOU EDIT OR DELETE THESE LINES AN ALERT MESSAGE MAY APPEAR WHEN TEMPLATE WILL BE ONLINE-->
<style type="text/css">#free-flash-intro a,#free-flash-intro a:hover {color:#615d5d;}#free-flash-intro a:hover {text-decoration:none}</style>
<!--END OF TERMS OF USE-->
<style type="text/css">
<!--
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #001C64;
	font-size:12px;
	margin:0px;
	padding:0px;
}
#conteneur {
	width:700px; /*(700-187*2)*/
	height:550px;
	margin:30px auto 0px auto;
	background-image: url(src/fd.jpg);
	background-repeat:no-repeat;
	padding: 50px 0 0 0;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<div id="conteneur">
  <div id="anim" style="margin: 0 auto;width:550px;">
    		<script type="text/javascript">
					  myFlashIntro('files/flash/animation',550,400,'','anim','custom.xml');
				</script>
  </div>
</div>
<!--BEGIN OF TERMS OF USE. DO NOT EDIT OR DELETE THESE LINES. IF YOU EDIT OR DELETE THESE LINES AN ALERT MESSAGE MAY APPEAR WHEN TEMPLATE WILL BE ONLINE-->
<div id="free-flash-intro" style="position: absolute; bottom: 10px;font-size:10px;width:100%;font-size:10px;text-align:center;overflow:auto;color:#615d5d"><strong>flash intro</strong> en <a href="http://www.freeplantillas.com/flash-animation/"><strong>flash intro</strong></a></div>
<!--END OF TERMS OF USE-->
</body>
</body>
</html>
 
Última edición:
tienes que editar otros files para que no pase eso. tienen oculto el code en algun file que chekea si existen o no esos links!
 
Elimina la linea:
Insertar CODE, HTML o PHP:
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>

Normalmente esto no es facil de quitar, aunque hay ocasiones en las que si lo es.
 
me pueden indicar como sacarlo, ya intente todo lo que se me vino a la cabeza
 
Como han dicho, esto es un sistema de seguridad para que no puedas quitar la firma.

Otra cosa que puedes hacer (aparte de buscar donde se llama a ese código de verificación) es que en vez de borrar la propaganda, la colocas dentro de un comentario (comentario HTML o php según sea el caso)... así la verificación pasa porque encuentra la cadena de texto, pero no se muestra en tu web porque está como si fuera un comentario en el código fuente.

Saludos y suerte!
 
Atrás
Arriba