Can't login afther phpsuexe

hello,
afhter the hoster compile apache with phpsuexe i cannot login to an admin area form a php script (via web). By default the ADMIN dir and some files inside has to be chowned to 777
I already try to change permissions of the admin dir to 755 and files inside to 644 as well as other combination but it's impossible to login. I am really out of ideas...
Is it necessary to use the user to login to the area as phpsuexe required the user?
The login pages has the following directives.

--------
<b>Admin Area<br></b>
<body style="font-family: Arial; font-size: 10pt" topmargin="0" leftmargin="0" >
<form method="POST" action="admin.php">
<br>Password: <input type="password" name="pw" size="10">
<br><input type="submit" value="Login" name="submit">
</form>
------

Thanks a lot for any help!

 

 

 

 

Top