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.
problem with php& curl
dovis wrote: i use XAMPP , and i;l do my pc web server… the command allow_url_fopen enabled.. and i write this script: <?php
$handle = fopen("http://www.hellboundhackers.org", "r");
?> but it doesn't open the site…. why??? what i'm doing wrong????:(
Btw in PHP you gotta specify the actual file, not just the domain name. www.hellboundhackers.org/index.php for main page.