I'm currently using this code at the top of every file I've reproduced on my site directory:
PHP Code:
chdir('forum');
Now I have:
Quote:
MySite.com
usercp.php
profile.php
album.php
subscription.php
private.php
/images/ <- copied the forum one
/clientscript/ <- copied the forum one
/forum/ <- my forum folder that contains all my vbulletin files
|
Doing like this, now at mysite.com/usercp.php I can edit all my forum informations. Then, I have reproduced successfully.

I can't lie, I have encoutered some bug that I will try to fix.. for example I don't know how, but I cannot switch to WYSWIG mode to normal mode in my forms like the one to edit my signature, etc.. even if I have reproduced the /clientscript/ folder in my site directory. Also, when I upload a new avatar, in my usercp it is not displayed as image, so I see just the title attribute. Now I will try to edit it more in order to create specifics templates to be called in.