/mnt/webhosting/sites/m/mmmogcommunities.com/forums/photopost/data/1! Check your data directory permissions before continuing.
This means your data directories and subdirectories are not set to 777
Your integration settings should be so
<?php
//-----------------------------------------------------------------------------------//
// Forum Integration Configuration File
//
// For users using our forum integration files, there are a few things
// we need to know - like the location of PhotoPost and your forums; this
// prevents us from doing alot of extra processing in these scripts we otherwise
// would have to do.
//
// Follow the guides to set your paths and enable the integration options you
// want.
//-----------------------------------------------------------------------------------//
// We need to know the server paths to both your
vB installation and your PhotoPost installation
$vbpath = "/mnt/webhosting/sites/m/mmmogcommunities.com/forums";
$pppath = "/mnt/webhosting/sites/m/mmmogcommunities.com/forums/photopost";
// We need the URL path to your PhotoPost and
vb installation
$url_path = "http://www.mmogcommunities.com/forums/photopost";
$vb_urlpath = "http://www.mmogcommunities.com/forums";
// The URL of your photo dir where your images are stored (with / at end)
$data_dir = "http://www.mmogcommunities.com/forums/photopost/data/";
You can verify the server path from looking at your phpinfo file