Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
help in php( find a word in a site)
i want some help… iwant to write a script in php to read a site… ant if find a word… to set an alert (1) window… i use this script but with site hellboundhackers.org returns $c 0 ( because is big the site????) and with command i will find the word i wand ( i.e hellboundhackers….):(
<?php $mystring="see"; $handle = fopen('http://hellboundhackers.org', "r"); $contents = stream_get_contents($handle); $c = str_word_count($contents);
echo $c;
fclose($handle);
?>
HBH doesn't seem to display tabs or spacing correctly, so I uploaded it to pastebin instead -_-'