Jump to content
xisto Community

nitestryker

Members
  • Content Count

    1
  • Joined

  • Last visited

  1. There is a way you could do it. you could write a script that uses the Exec command to create a directory and then have the script generator the profile template files in that directory. you would probably need to include an .HTACCESS file just in case allowing all access to that directory. something like this <?PHP$uid = $_GET['username]; exec(escapeshellcmd("mkdir $uid"), $out);include('profile_maker.php'); <---- script to generator to profile template etc.?>it would take more a lot more then this, this is just an example of how it could be done. you would then have to have the profile_maker generate the profile template files to the directory $out would be easier to use profiles.php?uid=30403040304 <--- userid number
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.