Texture problem

I’m working on a little project and have reached the part of texturing. I have textured the house, but when I render the image the textures only seems to be working normal in one dimension (the x dimension) and all others messes up.

Here’s an image:
http://img243.imageshack.us/img243/5265/textureproblemlt7.jpg

The wallpaper around the door seems to work perfectly, but the floor and the other walls messes up.
Note: I haven’t textured the roof yet.

What should I do?

how are you mapping the texture to the object?

this should help you out
http://www.linuxgraphic.org/section3d/blender/pages/didacticiels/blender_material/didac3-ang.html

That did the trick, I had the flat option set instead of cube.

Thanks!