I am using PHPCrawler.php, but most of the time I get a message like:
Content received: 0 bytes
Sometimes (for example this page):
Page requested: http://www.dgak.de/de/kinesiologen/kinesiologe.php?id=1068
I get some content. When I view it in my browser, I get an eMail, onto which I may click.
When I view the sourcecode, I see something like:
<spanclass="big2_blue">Kontakt</span><br>Langenhorner Chaussee 307E<br>D-22419 Hamburg<br>Telefon: 040-60761141<br><imgalt=""title=""width="9"height="9"src="http://www.dgak.de/clips/dgak_link.png"border="0"><scripttype="text/javascript">
var pref = 'm'+'ai'+'lto';
var attribut = 'h'+'ref'+'=';
var bla56h = ''+'';
var attribut = 'hr'+bla56h+'ef'+'=';
var a8ca212af = 'angelika';
var aa27af90c4 = '@t';
var ae7422db5 = 'hom';
var ae4e33a72e = 'as';
var a19d = 'chk.de';
var a68197ab = 'e';
var a8a5d = 'M';
var a2797958ee = 'a';
var a84134283 = 'i';
var ab555e496 = 'l';
var afa7e = 'angelika@thomas';
var a544edc7ad7 = 'c';
var a64d7 = 'h';
var a326aa3 = 'k';
var a4bc61 = '.de';
document.write( '<a'+attribut+'\''+pref+':'+a8ca212af+aa27af90c4+ae7422db5+ae4e33a72e+a19d+'\'>' );
document.write( a68197ab+a8a5d+a2797958ee+a84134283+ab555e496+'');
document.write( '<\/a>' );
</script><noscript><spanstyle="display:none;">d30-</span><spanstyle="display:inline;">angelika[at]thomasch</span><spanstyle="display:none;">-d92c80a</span><spanstyle="display:inline;">k.de</span><br><br><i>Hinweis: Bitte aktivieren Sie Javascript, um direkt an die obige eMail-Adresse eine Nachricht senden zu können oder übernehmen Sie die Adresse von Hand in Ihr eMail-Programm - ersetzen Sie dabei [at] durch @....</i></noscript><br></div></td>
Any hint, how I may get content, where it is said "0 bytes", and how I can get the eMail out of this very strange sourcecode?
Thanks a lot!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am using PHPCrawler.php, but most of the time I get a message like:
Sometimes (for example this page):
Page requested: http://www.dgak.de/de/kinesiologen/kinesiologe.php?id=1068
I get some content. When I view it in my browser, I get an eMail, onto which I may click.
When I view the sourcecode, I see something like:
Any hint, how I may get content, where it is said "0 bytes", and how I can get the eMail out of this very strange sourcecode?
Thanks a lot!