Como puedo decodificar esto?

  • Autor Autor djfumon
  • Fecha de inicio Fecha de inicio
djfumon

djfumon

Zeta
Verificación en dos pasos activada
Verificado por Whatsapp
Hola buenas,

pues tengo unos links en mi theme y me gustaria poder quitarlos, alguien me podria decir como decodificar este codigo?

PHP:
<?php eval(stripslashes(gzinflate(base64_decode("fVJda9wwEHw3+D8s4cg50JzTQF96/qBwzVOhhQbyEJdDttaWQLaEJMeY0v/ele+clBLOGFvMzM56d1wWWRlHndI1U7DRxks9uH0ctdoiawQkKwbMweaFqRFv4HccAV2yhaRDf3TovRw6l5wFz9VW8mr7C24gz3N4+PLt51cqgs1/dP6mdz4ge/gDqBy+q73ciUrjiO6yiKOMyxeQPK+uWq092uoqgKa4v/t4B9eNNvMeMgbCYkuarDTCADZCg9A9HkerEqi2abUNrmVB1SdJrXQnh1YHdmA9roIsZQUc0MluQA71/I+38N58TtNpmnafnGAcnUWHSqHdNbon5yesqasLQ8FKLX5ygEYrxWptWdg/TNKL9505JdXLgQY1Fv2i7kbJMbRIF/KWyybAzM474XtFjQ8Bh8MrHpp+uPjlHnujmEe3+GpHzx5tg7dvxNn7+ysHjysHFxqY0XDdecvkQHs4b+bHaOCgO3g8w6E+S01IMqV86b2esvKUnvNWGqeYE+iSzWSObGBq9rJxS0wkX2Ik4vRbJCuc1prPyyEMQH5/AQ==")))); ?>

saludos y gracias.
 
creo que sale algo como esto:

Insertar CODE, HTML o PHP:
?><?
global $options;
foreach ($options as $value) {
    if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); }
}
?>
<div id="footer">
<p>2010 &copy; <a href="<?php echo home_url( '/' ); ?>"><?php bloginfo( 'name' ); ?></a> Designed by <a href="http://www.5shadesreseller.com">Web hosting reseller</a> in collaboration with <a href="http://www.dreaminterpretationguide.com/dream-dictionary.html">Dream Dictionary</a>, <a href="http://www.5shadestemplates.com/oscommerce-templates.html">Oscommerce Templates </a>, <a href="http://www.pupdogtraining.com">Pup Dog Training</a></p>
</div>

</div><? echo stripslashes($wp_analytics); ?>
<?php wp_footer(); ?>
</body>
</html><?
 
Bff no he podido quitarlos, que putada, cuando lo quito me sale esto ,

This theme is released under creative commons licence, all links in the footer should remain intact

saludos y gracias.
creo que sale algo como esto:

Insertar CODE, HTML o PHP:
?><?
global $options;
foreach ($options as $value) {
    if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); }
}
?>
<div id="footer">
<p>2010 &copy; <a rel="nofollow" href="<?php echo home_url( '/' ); ?>"><?php bloginfo( 'name' ); ?></a> Designed by <a rel="nofollow" href="http://www.5shadesreseller.com">Web hosting reseller</a> in collaboration with <a rel="nofollow" href="http://www.dreaminterpretationguide.com/dream-dictionary.html">Dream Dictionary</a>, <a rel="nofollow" href="http://www.5shadestemplates.com/oscommerce-templates.html">Oscommerce Templates </a>, <a rel="nofollow" href="http://www.pupdogtraining.com">Pup Dog Training</a></p>
</div>

</div><? echo stripslashes($wp_analytics); ?>
<?php wp_footer(); ?>
</body>
</html><?

No habria manera de quitarlo no?
 
quizas solo se evalue que existan..no que se impriman

podrias intentar colocarlos algo asi..:
Insertar CODE, HTML o PHP:
?><?
global $options;
foreach ($options as $value) {
    if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); }
}
/* Designed by <a rel="nofollow" href="http://www.5shadesreseller.com">Web hosting reseller</a> in collaboration with <a rel="nofollow" href="http://www.dreaminterpretationguide.com/dream-dictionary.html">Dream Dictionary</a>, <a rel="nofollow" href="http://www.5shadestemplates.com/oscommerce-templates.html">Oscommerce Templates </a>, <a rel="nofollow" href="http://www.pupdogtraining.com">Pup Dog Training</a> */
?>
<div id="footer">
<p>2010 &copy; <a rel="nofollow" href="<?php echo home_url( '/' ); ?>"><?php bloginfo( 'name' ); ?></a></p>
</div>
</div><? echo stripslashes($wp_analytics); ?>
<?php wp_footer(); ?>
</body>
</html><?

no aseguro que funcione.. pero no pierdes nada con intentar

saludos
 
eh, pero si haces eso no estas respetando la licencia del theme.
 
tienes ke buscar:
eval en los files: header.php, functions.php
y eliminas ese codigo, ya que ese agregado es lo que hace que no funcione el theme al querer modificarlo.
 
si lo se, por eso estoy informandome, podria pasarme algo si la quito?

SI, Estarías violando la licencia del theme. Lo mejor y mas fácil que puedes hacer si no quieres los links ahí es contactarte con el autor y ver de que modo pueden arreglar.
 
Atrás
Arriba