Well just get rid of these from your profile.php and you will find users showing up only once:
PHP Code:
include("classes/class_pagination.php");
include("css/pagination.css");
$query = "SELECT * FROM {$prefix}users ORDER BY uid ASC";
$stmt = $adopts->query($query);
$rowsperpage = 15;
$pagination = new Pagination($adopts, $query, $rowsperpage, "http://www.{$domain}{$scriptpath}/profile.php");
$pagination->setPage($_GET[page]);