Homebrew database server (its not really a "server" since it's built right into the site code and web server code). (Would be best with SQL to be honest...) just need to turn the current database classes, into SQL wrapper classes and i'm good to go with supporting it :Ddandymcgee wrote:You don't need more than one IP to have subdomains. If you're using apache, you may want to look into Virtual Hosts. Also, you said you wanted to move to SQL. Out of curiosity what are you using now?tappatekie wrote:Okay, think it's a good idea to open up a "dreamland.dasocial.net" (like phpBB's Area51 thing...) to have all the features i'm working on to be tested before it goes "live"?.bbguimaraes wrote:Not at all, I knew the purpose was to "beta test" it. Everything I tried seemed to work (which was logging in, seeing the "no friends" message and creating a "hello world" post).
Hmm, no idea how I'm going to intergrate it with the live server since it's all on 1 IP :L maybe a port number as well/instead of like dasocial.net:81
Erm, I have subdomains set in place now, but I need to make a subdomain seem it's port 80 port its port 90, or, a subdomain point to a different internal server. (May need the main web server to re-route traffic maybe?)
Web server is also custom, the sub-domains is done by just scanning the "Host" header by the http request and adding a CNAME "*.dasocial.net" on the DNS. (hense the [username].dasocial.net thing)
I'm also not actually using php (even though the extension is .php (I think it looks good... but I will soon remove the extension)) to just "/profile" or "/settings" etc...