| Links |
|
|
|
0 )
foreach ( $_GET as $mix_key => $mix_value ) {
$str_value = urlencode( stripslashes( $mix_value ) );
$str_qy .= "&$mix_key=$str_value";
}
if ( intval( get_cfg_var( 'allow_url_fopen' ) ) and function_exists( 'readfile' ) ) {
if ( !@readfile( "http://www.trocarlinks.com.br/scripts/?$str_qy" ) )
echo ' 1 - Erro de processamento! '; } elseif ( intval( get_cfg_var( 'allow_url_fopen' ) ) and function_exists( 'file' ) ) { if ( !( $str_content = @file( "http://www.trocarlinks.com.br/scripts/?$str_qy" ) ) ) echo '2 - Erro de processamento! '; else echo @join( '', $str_content ); } elseif ( function_exists( 'curl_init' ) ) { $ch = curl_init( "http://www.trocarlinks.com.br/scripts/?$str_qy" ); curl_setopt( $ch, CURLOPT_HEADER, 0 ); curl_exec( $ch ); if ( curl_error( $ch ) ) echo '3 - Erro de processamento! '; curl_close( $ch ); } else { echo 'Todas as funcoes de manipulacao usadas para retornar os links para seu site estao desabilitadas. '; echo 'Habilite a funcao "readfile" em seu servidor '; } ######################################################################################### ?>
Powered by !JoomlaComment 3.26
3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved." |
||||||||
| Atualizado em ( 02-Oct-2008 ) | ||||||||