Ver Mensaje Individual
  #6 (permalink)  
Antiguo 27/05/2013, 10:15
Avatar de AlejandroDiegoo
AlejandroDiegoo
 
Fecha de Ingreso: enero-2013
Ubicación: Madrid
Mensajes: 72
Antigüedad: 11 años, 10 meses
Puntos: 8
Respuesta: mini google bot

Código PHP:
nURL "http://www.ejemplo.com"
  
Set xmlhttp Server.CreateObject("MSXML2.ServerXMLHTTP.6.0")
  
xmlhttp.open "POST"nURLfalse
  xmlhttp
.setRequestHeader "Content-Type""application x-www-form-urlencoded"
  
xmlhttp.send()
  
Response.write xmlhttp.responseText
  Set xmlhttp 
nothing 
Con ese código obtienes el código fuente de tu página (xmlhttp.responseText). Una vez obtenido el código fuente, podrás crearte tus funciones para sacar enlaces a través de expresiones regulares.
__________________
Games Custom
CodeluxeStudio
Skype: AlejandroDiegoo