Hey i have been making a mod for IPB that allows members to make a advanced profile.
what i want is for the members to create a virtual folder via the UCP. the data will be stored in a table in my database.
It will work by when i user types in www.domain.com/membername it will go to either index.php or an error page with a script that searches the database for that user name and redirects it do the real page. the database will have the username and user id in it and the script will look for the username in the database and pull out the user id and add it to ppages.php?id=userid.
what is the best way to achive this without having to edit your DNS or anything. it can use .htaccess but nothing that requires root access.
Thanks