Protege tu plantilla de hackeos con Timthumb Scanner

  • Autor Autor Googleriano
  • Fecha de inicio Fecha de inicio
[MENTION=7012]Axl[/MENTION]
En el archivo es esta línea de códico:

Insertar CODE, HTML o PHP:
// If ALLOW_EXTERNAL is true and ALLOW_ALL_EXTERNAL_SITES is false, then external images will only be fetched from these domains and their subdomains. 
if(! isset($ALLOWED_SITES)){
	$ALLOWED_SITES = array (
		'flickr.com',
		'staticflickr.com',
		'picasa.com',
		'img.youtube.com',
		'upload.wikimedia.org',
		'photobucket.com',
		'imgur.com',
		'imageshack.us',
		'tinypic.com',
	);

Cambiar por:

Insertar CODE, HTML o PHP:
// If ALLOW_EXTERNAL is true and ALLOW_ALL_EXTERNAL_SITES is false, then external images will only be fetched from these domains and their subdomains. 
if(! isset($ALLOWED_SITES)){
	$ALLOWED_SITES = array ();
 
[MENTION=7012]Axl[/MENTION]
En el archivo es esta línea de códico:

Insertar CODE, HTML o PHP:
// If ALLOW_EXTERNAL is true and ALLOW_ALL_EXTERNAL_SITES is false, then external images will only be fetched from these domains and their subdomains. 
if(! isset($ALLOWED_SITES)){
	$ALLOWED_SITES = array (
		'flickr.com',
		'staticflickr.com',
		'picasa.com',
		'img.youtube.com',
		'upload.wikimedia.org',
		'photobucket.com',
		'imgur.com',
		'imageshack.us',
		'tinypic.com',
	);

Cambiar por:

Insertar CODE, HTML o PHP:
// If ALLOW_EXTERNAL is true and ALLOW_ALL_EXTERNAL_SITES is false, then external images will only be fetched from these domains and their subdomains. 
if(! isset($ALLOWED_SITES)){
	$ALLOWED_SITES = array ();


Hice eso, pero mis imagenes siguen sin verse .
 
Yo con la última actualización desistí, la verdad, estoy metiendo imágenes normales y corrientes...
 
Atrás
Arriba