Your upload directory should require read/write/execute permissions. How you assign these varies from ISP to ISP. Most will give you some sort of shell access or a web interface to modify these permissions.
To display the paperclip icon and relevant text, encapsulate the lines that add it in a check for membership. The sample below would display the link for all registered members:
If mlev > 0 Then
' code that inserts icon in post.asp
End If
To locate where to put the if and end if, search the file for paperclip and put the if before that whole section of the mod and the end after the last line of that section for the mod.