No way to explain that here ? shouldn't be much code...
I've checked the code and my idea was to add a new field in mysql database
in the hotornot_image table for example username..
then i've changed the update.php in the folder models:
$query = ' INSERT INTO #__hotornot_image'
. ' VALUES("", "' . $user->id . '", ' . $counter->current_folder . ', "' . $extension . '", 0, 0, NOW(), "' . $this->user . '" )';
i tryed to save the current user name when uploading then display somewhere...
by typing <?php echo $this->image['username']?>
but hmm still dont work.... i've just started to learn php and mysql bcuz of this script...