Jump to content


Robulosity2

Member Since 20 Dec 2007
Offline Last Active May 20 2012 12:51 PM
**---

Posts I've Made

In Topic: Photo upload limits for members

20 May 2012 - 09:45 AM

Each group can have  it's own specified limit,if you expect your users to be uploading larger BMP based images than you may also want to check your maxium upload limit in PHP (which really only reflects the maxium size of a single file that php will accept prior to telling you off)

In Topic: IP.Board & The Forum Will Be Dead Within 5 Years

08 May 2012 - 08:23 PM

View PostLase, on 06 April 2012 - 09:41 PM, said:

I do remember Myspace, I was using it at the time. What they did was completely overhaul the layout though in one fell swoop. The changes made it much more difficult to use. Youtube would probably have a similar outcome now but it's so huge, and it caters for the users ego so well. It's also ran behind the Google worldwide engine so it could probably never suffer the same fate.

You mean like time line?

In Topic: IPB Server Requirements

24 April 2012 - 03:44 PM

View PostXiuzSu, on 14 April 2012 - 10:08 AM, said:

I've been looking for a host that gives me a great deal and some space to grow but I can't figure that out without knowing what are the forum requirements.

I'm planning on running the forum with all the availiable add-ons (gallery, blog, etc) and possibly a couple of simple webpages (I might buy IP Content for this).
This is all I could find. I would like to know around how much RAM and CPU would I need to smoothly run a medium size community.
I currently have in mind a VPS with 1.1Ghzs 768 RAM 30GB Disk Space & 500GB Bandwidth.

You need to ensure your VPS has enough memory to handle spikes in traffic and is tuned well.  Also keep in mind what else may be running on your machine (Firewall, Potentionally a mail server etc).  A server gobbling up swap is usually a sign as well that your to lean on memory, and on linux you run out of ram and swap = kernel panic, it doesn't expand it like Windows can

In Topic: IPB Server Requirements

24 April 2012 - 03:42 PM

View Postbfarber, on 16 April 2012 - 08:35 AM, said:

All of our servers have more than 2GB of RAM, so no, a provider that offers shared hosting with 2GB+ RAM does not cost $90.  Unless you're starting to talk about VPS or dedicated servers.

My desktop has 24GB of RAM in it.  This is 2012.  Having a few GB in your server is not uncommon at all (in fact, it is rather uncommon for servers to have less than 2GB total, although with VPS setups you can allocate smaller amounts per account).

I can agree, none of the servers at work have less than 24 GB in them and our new deployment is 32 (64 for Database)

In Topic: SMTP over TLS

08 February 2012 - 03:03 PM

It's been available for many years....

http://community.inv...-via-gmail-r200


If in doubt, ssh into your server (since most residential ISP's block 25) telnet into gmails mx record smtp.gmail.com on port 25

go ehlo gmail
starttls
220 2.0.0 Ready to start TLS


Now if you can't do that with your server you dont support tls.

As well the Forced TLS vs Opportunistic TLS deal has to be readily available on a server and it has to have valid ssl/tls certificates at all times (at least for forced tls).  Also mail set to forced TLS will not deliver (assuming your server has a valid ssl cert) to its destination if they do not either