• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Geoff's Stats - SERVER HAS MOVED

GeoffS

Lifer
Please note that the stats server is now on IP 12.3.177.182! Pls LMK if you are having any problems hitting it!

http://d2ol.tastats.com
http://dpad.tastats.com
http://lifemapper.tastats.com
http://sb.tastats.com
http://tsc.tastats.com

I appreciate everybody's patience! 🙂


heh... now I just have to figure out how to configure multiple domains on this... it's running Apache for you gurus out there that know how to do this. Specifically, if I have a domain called something like stats.com, I'd want d2ol.stats.com to do to /d2ol/main.php, dpad.stats.com to go to /dpap/main.php, etc... (Got it! Thanks Garry!)

Can anyone recommend a good freeware/shareware mail server that can also handle multiple domains. Web access is a must.

Thanks!
Geoff
 
:beer:😀:beer:

I love the idea that all / most of the $ of that server came from us, TA, and are working in that server now!! 😀
 
tastats.com is pointed at this server.

Geoff, to set up sub-domains on Apache, you need to set up Vhosts. This will basically see tastats.com/project as project.tastats.com

I would also add a default document of main.php to the server config, do a search for index.php and you should be able to find it.


Garry
 
He means someone to give you a DNS entry, that is, a name for your server. Maybe somebody who has access to teamanandtech.com could even set up stats.teamanandtech.com to point to your server? ViRGE?
 
Yes, very easy 🙂

You basically make a vhost of d2ol and tell it to point to /d2ol/ 🙂 Repeat for any other projects 🙂 And then also make sure that main.php is set in the list of index pages (do a search for index.htm and index.php etc and they should all be on the same line) 🙂


Garry
 
Originally posted by: GeoffS

Can anyone recommend a good freeware/shareware mail server that can also handle multiple domains. Web access is a must.

Thanks!
Geoff

Is the server running Windows or Linux?
 
MailEnable is a really solid free mail server that runs on Windows servers. I have used it several times as an SMTP relay for AntiSpam servers. They have a free Standard version with POP3 and SMTP support that is free for personal and commercial use.

Check it out here: http://www.mailenable.com/

The only drawback is the free version doesn't support Webmail. You might want to check out IlohaMail. It is an open source Webmail program and since you already have Apache, PHP, and MySQL configured, you've got the hard part done.

http://www.ilohamail.com/

Everyone else, feel free to jump in with opinions here 🙂🙂
 
Geoff: You may want to change your posts as the links with the IP addresses do not work anymore. Great stats as always though!
 
Done JarrodH... thanks for the head's up! I've been screwing around with the vhosts file to get the tastats domain work and have obviously broken other stuff! 😛
 
Back
Top