ess14 Posted September 26, 2006 Share Posted September 26, 2006 look, i dont even know what to call this.... im not sure exactly where im suppsed to start looking so any help would be useful.what im after is a tutorial or script...anywhere to start looking for something that, once signed up, gives you your own member page. ie www.site.com/membername. sorta like how myspace gives you your own internet address so that other users can view your content via a web address.If some people can even tell me what that sort of system is called so i can actually know where to start looking, that would be helpful. or if anyone knows any scripts or tuts on anything relevant to that.if i was to do it myself im guessing it would have to execute FTP comannds to create a folder and then populate it with php scripts/templates that contained the memeber information etc. but im really not sure if thats the best/only way to go or where to start.thanks in advance.. Link to comment https://forums.phpfreaks.com/topic/22076-unique-member-pages/ Share on other sites More sharing options...
steveclondon Posted September 26, 2006 Share Posted September 26, 2006 You could give each user an id in the mysql database then have a page like so. member-page.php?user=44then use a $_GET['user'] to lookup the user and pull the information about the users page out. If you wanted it so they could name there own page such as /stevens-great-page.html or something like that you will need to use Mod-rewrite that will rewrite the url from the html page name to the member-page.php page name. All of this can be done with one script on one page more or less. Link to comment https://forums.phpfreaks.com/topic/22076-unique-member-pages/#findComment-98808 Share on other sites More sharing options...
ess14 Posted September 26, 2006 Author Share Posted September 26, 2006 thanks for the input, but sorta not really what i was after.i would prefer them to have their own sub-directories....anyone else got ideas how i would do it?even after i make the directory, how would i be able to make a page that was editable by the user and viewable by the general public?sorta confusing to think about.... hmmmm Link to comment https://forums.phpfreaks.com/topic/22076-unique-member-pages/#findComment-98846 Share on other sites More sharing options...
ess14 Posted September 26, 2006 Author Share Posted September 26, 2006 anyone? surely Link to comment https://forums.phpfreaks.com/topic/22076-unique-member-pages/#findComment-99281 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.