[Ayuda] Encontrar y modificar creditos de hack ad manegement

  • Autor Autor Das Underground
  • Fecha de inicio Fecha de inicio
D

Das Underground

Delta
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Bueno, la cosa es que busque por todos lados los creditos de ad management para cambiarlos de lugar (estoy haciendo un recuadro con todos los creditos) y no lo encontre, si alguien me puede ayudar con esto estaria muy agradecido, y ademas si es que alguien tiene información acerca de donde encontrar y modificar créditos de otros hacks, también me seria útil, ya que pretendo hacer un recuadro que lleve todos los creditos de manera ordenada.

Saludos.

Ademas de eso, por el hack TFseo, me aparecen unos creditos en el foro, encontre el siguiente codigo, pero no se como modificarlo:

PHP:
if ($vbulletin->options['tfseo_enable'] AND THIS_SCRIPT == "forumdisplay" OR THIS_SCRIPT == "showthread" OR THIS_SCRIPT == "showpost") 
{ 
$output = str_replace('<head>', '<head> 
<base href="' . $vbulletin->options['bburl'] . '/"/> 
<!-- SEO by TfSEO (http://www.techforum.it/) -->', $output); 
if ($vbulletin->options['tfseo_index']) 
{ 
$output = preg_replace( 
array( 
        "#<a href=\"index.php#i", 
        "#<a href=\"" . preg_quote($vbulletin->options['bburl'],'#') . "/index.php#i" 
    ), array( 
        '<a href="' . $vbulletin->options['bburl'] . '/', 
        '<a href="' . $vbulletin->options['bburl'] . '/' 
    ), $output 
); 
} 
}

la idea es separar el credito por que lo quiero poner en otra parte
 
En el vB Ad Management yo recuerdo que estaba en un archivo PHP de los que pone el hack, no está en ningún template ni frase.
 
Fijate en ./includes/vb_ad_management/global_start.php
PHP:
if (strpos($vbulletin->options['copyrighttext'], 'RedTyger') === False)
	{
		$vbulletin->options['copyrighttext'] .= 'Ad Management by <a href="http://redtyger.co.uk/" title="RedTyger website design, hosting and domains." target="_blank">RedTyger</a>';
	}
 
Fijate en ./includes/vb_ad_management/global_start.php
PHP:
if (strpos($vbulletin->options['copyrighttext'], 'RedTyger') === False)
    {
        $vbulletin->options['copyrighttext'] .= 'Ad Management by <a href="http://redtyger.co.uk/" title="RedTyger website design, hosting and domains." target="_blank">RedTyger</a>';
    }

Me podrias ayudar con el TFseo
 
Atrás
Arriba