Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

grab html data without rss

Name: Anonymous 2007-10-14 15:42

hey nerds.  Hopefully some of you will help me.

I want to get dynamic html text off a webpage that doesnt have an rss feed...can this be done?

Name: Anonymous 2007-10-14 18:32

Easy but retarded way:

<?php
$fp=fsockopen("whatthefuckever.com",80);
fwrite($fp,"GET /blahblah.html\r\nHost: whatthefuckever.com\r\nConnection: Close\r\n\r\n");
while(!feof($fp)){$shit.=fread($fp,128);}
// do something with $shit
?>

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List