Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
-------------------- If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
FEU only allows to register... it doesn't handle the content according to the user.
To do so, you need to use CustomContent and do a switch in your template:
- if (unregistered user) then free_content
-else if (registered user) then protected_content
Try to have a look to CustomContent Help, it has concrete examples.