Hi Vizzent,
Is your site online? If so, can you create a simple page by the code below and send me the test page url? We will check it and get back to you as soon as possible.
<?php require_once "phpuploader/include_phpuploader.php" ?>
<?php session_start(); ?>
<html>
<body>
<form id="form1" method="POST" >
<?php
//Step 2: Create Uploader object.
$uploader=new PhpUploader();
//Step 3: Set a unique name to Uploader
$uploader->Name="myuploader";
//Step 4: Render Uploader
$uploader->Render();
?>
</form>
</body>
</html>
Regards,
ken