Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/02/2010, 07:14
anarmo
 
Fecha de Ingreso: septiembre-2009
Mensajes: 8
Antigüedad: 14 años, 7 meses
Puntos: 1
Pregunta Ayuda, para redirecionar.

Hola Amigos, este mi código de Redirección.. El problema que presenta es que cuando quiero redireccionar por ejemplo Google, no se como hacer que la web de google se coloque automáticamente en <meta http-equiv="refresh" content="10; URL=#"> y en <a href="#" class="Estilo3">Continuar Aqui</a>

Cuando coloco http://onlinerol.webcindario.com/anonimo.php?www.google.com

no me direcciona no se que estoy haciendo mal.. Me podrían echar una manito.



Código PHP:
<html>
<
head>
<
title>Redirección anonima - </title>
<
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<
meta name="title" content="Lik.cl - Protege tus enlaces. Redirección anonima.">
<
meta name="DC.Title" content="Lik.cl - Protege tus enlaces. Redirección anonima.">
<
meta http-equiv="title" content="Lik.cl - Protege tus enlaces. Redirección anonima.">
<
meta name="keywords" content="Protege tus enlaces, Redirección, anonima.">
<
meta http-equiv="keywords" content="Protege tus enlaces, Redirección, anonima.">
<
meta name="description" content="Protege tus enlaces. Redirección anonima.">
<
meta http-equiv="description" content="Protege tus enlaces. Redirección anonima.">
<
meta http-equiv="DC.Description" content="Protege tus enlaces. Redirección anonima.">
<
meta name="vw96.objectype" content="Document">
<
meta name="resource-type" content="Document">
<
meta name="distribution" content="all">
<
meta name="robots" content="noindex">

<
meta http-equiv="refresh" content="10; URL=#">
<
link rel="shortcut icon" type="image/ico" href="http://www.uiui.net/images/favicon.ico" />
<
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style type="text/css">
<!--
body,td,th {
    
color#000000;
}
body {
    
background-color#ffffff;
}
.
Estilo1 {
    
font-familyArialHelveticasans-serif;
    
font-size16px;
}
.
Estilo3 {font-size:14px;line-height:18px;color#cc0000}

.Estilo4 {font-size16px;  font-familyArialHelveticasans-serif;}

.
Estilo5 {color:#000000;display:block;font-size:11px;line-height:12px;font-family: verdana,arial,sans-serif;}

-->
</
style></head>
<
body>
<
div align="center">
  <
class="Estilo1">Espere 10 segundos para re direccionar...</p>
<
iframe allowtransparency="true" hspace="0" id="google_ads_frame1" marginheight="0" marginwidth="0" name="google_ads_frame" src="http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-5330081063533307&amp;output=html&amp;h=250&amp;slotname=2398721241&amp;w=300&amp;lmt=1264055716&amp;flash=10.0.42&amp;url=http://www.freewarefiles.com/downloads_counter.php?programid=53022&amp;dt=1264055716140&amp;correlator=1264055716142&amp;frm=0&amp;ga_vid=133290269.1264055716&amp;ga_sid=1264055716&amp;ga_hid=1570516887&amp;ga_fc=0&amp;u_tz=-270&amp;u_his=1&amp;u_java=1&amp;u_h=800&amp;u_w=1280&amp;u_ah=800&amp;u_aw=1280&amp;u_cd=32&amp;u_nplug=8&amp;u_nmime=56&amp;biw=1280&amp;bih=649&amp;fu=0&amp;ifi=1&amp;dtd=25&amp;xpc=nrymiQSyon" 0ptpositionabsolutetop0pt;" vspace="0" frameborder="0" height="250" scrolling="no" width="300"></iframe><br>
<iframe name="
google_ads_frame" src="http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-5330081063533307&dt=1232083962228&lmt=1232083961&prev_slotnames=8417065494%2C4064103674&output=html&slotname=3202454477&correlator=1232083961927&url=http%3A%2F%2Fwww.bajarlo.net%2F&ea=0&frm=0&ga_vid=106573031.1230872453&ga_sid=1232081241&ga_hid=798422381&ga_fc=true&flash=10.0.12&u_h=1024&u_w=1280&u_ah=994&u_aw=1280&u_cd=32&u_tz=-180&u_his=7&u_nplug=8&u_nmime=15&dtd=1" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no" width="468" frameborder="0" height="15"></iframe>
<table width="250">
  <
tr>
    <
td width="242" height="100%">  <div align="center"><span class="Estilo4"><span class="Estilo6"><a href="#" class="Estilo3">Continuar Aqui</a></span></span><br>

          <
span class="Estilo5">Click aquí para continuar hacia la página o espera a que se re direccione.</span></div></td>
  </
tr>
</
table>
<
iframe name="google_ads_frame" src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-5330081063533307&amp;dt=1215583687249&amp;lmt=1215583687&amp;output=html&amp;slotname=7840730150&amp;correlator=1215583687249&amp;url=http://locurajuegos.com%2F&amp;frm=0&amp;cc=100&amp;ga_vid=247691917043698430.1215583687&amp;ga_sid=1215583687&amp;ga_hid=520371093&amp;flash=9.0.124&amp;u_h=1024&amp;u_w=1280&amp;u_ah=994&amp;u_aw=1280&amp;u_cd=32&amp;u_tz=-240&amp;u_his=1&amp;u_nplug=14&amp;u_nmime=54" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no" width="234" frameborder="0" height="60"></iframe>
</
body>
</
html

Última edición por anarmo; 11/02/2010 a las 07:25