enable_fancy_url = FALSE; // Strings that are not allowed to be used as network addresses (as in: http://.peopleaggregator.net/) $invalid_network_address = array('ftp','mx','mail','pop','pop3','server1','server','smtp','webmail','www','default','blog','categories','configurable','content','content_routing','contentcollection','domains','domains_in','forgot','groups','mc','mc_db','message','moderation','modules','networks','page','page_default','private','relation','routing','routing_destination','sbmicrocontent','spam','svn','tags','trackback','user','user_message','user_profile','users'); // --- API KEYS --- // - Facebook API key - // The following key will work for you, but you should really obtain // your own from: http://developers.facebook.com/account.php $facebook_api_key = '6c2e4e249985358fcdb07646b9160575'; $facebook_api_secret = '30350d150f72d95221e8d2b18b6d9418'; $facebook_auth_type = 'desktop'; // - Flickr API key - // The following key will work for you, but you should really obtain // your own from: http://www.flickr.com/services/api/keys/ $flickr_api_key = 'bd94393ae4d7d48e30b6030299673877'; $flickr_api_secret = 'b6345b0bc4cb6ff2'; $flickr_auth_type = 'desktop'; // - AIM Presence and Web AIM keys - // The following presence key will work for you, but you need to // obtain a site-specific AIM API key to be able to chat on AIM from // inside PeopleAggregator. // Obtain your own presence key at: http://developer.aim.com/presenceReg.jsp $aim_presence_key = 'dl1N5Swe5BsTc98r'; // Obtain your own AIM key at: http://developer.aim.com/wimReg.jsp $aim_api_key = NULL; // - 43(things|people|places).com API key - // The following key will work for you, but you should really obtain // your own from: http://www.43things.com/account/webservice_setup $fortythree_api_key = "9519@Pe3U5HYxrY4rc"; // --- FILE UPLOADING --- // File storage backend: local $_PA->storage_backend = "local"; // LocalStorage config: // - where the files are stored $_PA->local_storage_path = "$path_prefix/web/files"; // - URL to files, relative to /web $_PA->local_storage_rel_url = "files"; // info about different types of files $GLOBALS['file_type_info'] = array( 'audio' => array( 'type' => 'audio', 'ext' => 'ac3|aif|aiff|asf|avi|mov|moov|mpa|mpg|mpeg|mp1|mp2|mp3|mp4|ogg|ram|wav|wma|rm', 'max_file_size' => 10*1024*1024 ), 'video' => array( 'type' => 'video', 'ext' => 'aac|asf|avi|divx|m1v|m2p|m2v|mov|moov|mpg|mpeg|mpv|ogm|omf|swf|vob|wmv|mpe', 'max_file_size' => 10*1024*1024 ), 'image' => array( 'type' => 'image', 'ext' => 'gif|jpg|jpeg|png|xpm|bmp', 'max_file_size' => 2*1024*1024 ), 'doc' => array( 'type' => 'doc', 'ext' => 'txt|doc|rtf|pdf', 'max_file_size' => 3*1024*1024 ), ); // Note that php.ini's upload_max_filesize variable takes precedence // if lower than any of the max_file_size values. e.g. if // upload_max_filesize is 2M, max_file_size values above will only be // used if under 2M. // Default album names $_PA->default_album_titles = array( IMAGE_ALBUM => "My pictures", AUDIO_ALBUM => "My audio", VIDEO_ALBUM => "My videos", ); // --- DEFAULT MEDIA, LINKS, CATEGORIES --- // variables for default relation, media //following line has been commented please add following line in your local_config.php and specify user id which should be added as friend to every body //$default_relation_id = 1; // media type file name, title, album name $default_image_file_name = "arizona.gif"; $default_image_title = "Arizona"; $default_image_album_name = "My Image Album"; $default_audio_file_name = "sampler.mp3"; $default_audio_title = "sampler"; $default_audio_album_name = "My Audio Album"; $default_video_file_name = "marcPeepAggIntro.mov"; $default_video_title = "the Intro to PeepAgg video"; $default_video_album_name = "My Video Album"; $default_link_categories = array( 0 => array('name' => 'Fav Blogs'), 1 => array('name' => 'Great Sources'), 2 => array('name' => 'Company'), 3 => array('name' => 'Misc. fun places') ); $default_links_array = array(0 => array('title'=> 'Scripting News','url'=> 'http://scripting.com'), 1 => array('title'=> 'Scobleizer', 'url'=> 'http://scobleizer.wordpress.com/'), 2 => array('title'=> 'Doc Searls', 'url'=> 'http://doc.weblogs.com/'), 3 => array('title'=> 'Read/Write Web', 'url'=> 'http://www.readwriteweb.com/'), 4 => array('title'=> 'Napsterization', 'url'=> 'http://napsterization.org/stories/'), 5 => array('title'=> 'GigaOm (Om Malik)', 'url'=> 'http://gigaom.com/'), 6 => array('title'=> 'PaidContent.org', 'url'=> 'http://paidcontent.org/'), 7 => array('title'=> 'TechCrunch', 'url'=> 'http://techcrunch.com/'), 8 => array('title'=> 'Unmediated', 'url'=> 'http://www.unmediated.org/'), 9 => array('title'=> 'Between the Lines', 'url'=> 'http://blogs.zdnet.com/BTL/'), 10 => array('title'=> 'Broadband Mechanics', 'url'=> 'http://broadbandmechanics.com'), 11=> array('title'=> 'PeopleAggregator.com', 'url'=> 'http://PeopleAggregator.com'), 12 => array('title'=> 'PeopleAggregator.org', 'url'=> ' http://PeopleAggregator.org'), 13 => array('title'=> "Marc's Voice", 'url'=> 'http://marc.blogs.it'), 14 => array('title'=> 'PeepAgg Blog', 'url'=> 'http://peepagg.broadbandmechanics.com/'), 15 => array('title'=> 'Busblog (Tony Pierce)', 'url'=> 'http://www.tonypierce.com/blog/bloggy.htm'), 16 => array('title'=> 'Simply Recipes', 'url'=> 'http://www.elise.com/recipes/'), 17 => array('title'=> 'Pageflakes', 'url'=> 'http://www.pageflakes.com/'), 18 => array('title'=> 'WeeWorld', 'url'=> 'http://weeworld.com/'), 19 => array('title'=> 'WebJay.org', 'url'=> 'http://webjay.org/') ); // --- E-MAIL - FORM MESSAGES --- // FOR MAILING SUBJECT AND MESSAGES $invite_pa_subject = "%first_name% has invited you to join %site_name%!"; $invite_pa_message_top = ""; $invite_pa_message = " Click here to register: %register_url% Or if you are already registered on %site_name%, click here to accept this invitation: %accept_url% ------------------------------------ All the best, %first_name% %last_name% "; $network_join_subject = "%first_name% has joined your network - %network_name% on %site_name%"; $network_join_message = "Hi \n %first_name% has joined your network - %network_name% on %site_name%. To view the profile of the user view the following link: %user_url% "; $invite_accept_pa_subject = "%first_name% has accepted your invitation to join %site_name%"; $invite_accept_pa_message = "Hi \n %first_name% has accepted your invitation to join %site_name%. To view the profile of the user view the following link: %user_url% "; $invite_accept_group_subject = "%first_name% has accepted your invitation to join the %group_name% group."; $invite_accept_group_message = "Hi,\n\n%first_name% has accepted your invitation to join the %group_name% group. To view the profile of the user view the following link: %user_url%"; $invite_deny_pa_subject = "%first_name% has declined your invitation to join %site_name%"; $invite_deny_pa_mesage = "Hi,\n\n%first_name% has declined your invitation to join %site_name%"; $invite_deny_group_subject = "%first_name% has declined your invitation to join the %group_name% group."; $invite_deny_group_message = "Hi,\n\n%first_name% has declined your invitation to join the %group_name% group. "; $invite_group_subject = "%first_name% has invited you to join %group_name% group"; $invite_group_message = " ------------------------------------- If you are already a registered member of %site_name%, click here to accept to accept the invitation: %accept_url% To register click: %register_url%"; $forgot_password_subject = "Hi %first_name% %last_name%, your username/password information - by %site_name%"; $forgot_password_message = "Hi %first_name%,\n\n"; $forgot_password_message .= "Your user name: %user_name% To change your password, click on the link below:"; $forgot_password_message .= "\n\n%base_url%/change_password.php?log_nam=%user_name%&uid=%user_id%&forgot_password_id=%forgot_password_id%"; //default bulletin msg $network_owner_bulletin_message = " ------------------------------------- The owner of %site_name%, %user_name% has sent you following bulletin:\n\n"; //Message to a newly created user $create_new_user_by_admin_subject = "Hi %first_name%, Welcome to %network_name% -------------------------------------"; $create_new_user_by_admin_message = " Hi %first_name%,\n\n Welcome to %network_name% ------------------------------------- \n%greeting_msg%\n Follow the link below to access your new account. You may change the password we've provided as soon as you login by going to Me and clicking the edit button on your About module for Edit Profile Settings. \n\n Your username: %user_name% password: %password% Click here %user_url% to start using %network_name% social network Or Follow this %edit_url% to Edit your profile"; //email notification $auto_email_to_owner_subject = "Hi %login_name%, A %activity_type% is made in your network"; $auto_email_to_owner_message = "Hi %login_name%, A %activity_type% is made in your network %network_url%\n\n To view the details of the this activity\n\n Click Here %activity_url% \n\n Thanks,\n\n Auto Email Notification\n ".PA::$site_name ; $friend_request_subject = PA::$site_name.": %login_name% has sent you a friend request"; $friend_request_message = " Hi %requested_user%,\n\n%login_name% has sent you a friend request\n\nclick here %approve_deny_url% to approve or deny this request\n\nThanks,\n ".PA::$site_name; $friend_response_subject = PA::$site_name.": %login_name% has %approve_deny% your friend request"; $friend_response_message = "Hi %requested_user%,\n\n %login_name% has %approve_deny% your friend request\n\nThanks,\n ".PA::$site_name; $report_abuse_subject = PA::$site_name.": %visitor_name% has reported an abuse about some content in your network"; $report_abuse_message = "Dear %login_name%,\n\n %visitor_name% has reported an abuse about some content in your network %network_url%.\n\n %visitor_name% reported:\n %message% \n Click Here %content_url% to view that content. \n Click here %delete_url% to delete that content. \n\nThanks,\n ".PA::$site_name; /* Invitation message for inviting someone to your group. */ $invitation_message = " I've created my own group - \"%group_title%\" - on ".PA::$site_name." and I'd like you to connect to me so we can stay in touch. You can view the group blog, forums, reviews, ratings, photos, lists - and all sorts of things that happen in this group. To join my group please click on the link given below."; $invitation_append_message = " To join this group click: %group_join_url% To see my profile visit: %group_author_url% "; $invitation_subject = "%first_name% %last_name% has invited you to join a group on ".PA::$site_name; $invitation_message = "I have created my own group on ".PA::$site_name.". This is a fantastic community portal. I'd like you to join this group. You can view all blogs, reviews, photos, events and all sorts of things that happen in this group. You can also post your blogs, reviews, events and much more in this group once you become a member."; $invite_to_pa = "Hi, I've created my own place on ".PA::$site_name." and I'd like you to connect to me so we can stay in touch. You can view my blog, my reviews, my ratings, my photos, my lists - and all sorts of things that matter to me. You can create a personal page and blog of your own, which will be linked to mine. That way you'll always know when I post something new! "; $invite_to_pa_network = "Hi, I've joined /%network_name%/.peopleaggregator.net network in ".PA::$site_name." and I'd like you to join this network so we can stay in touch. You can view my blog, my reviews, my ratings, my photos, my lists - and all sorts of things that matter to me. "; $invite_message_footer = "\n\nThanks,\n%first_name% %last_name%"; // --- PROFANITY FILTERING --- // this is a base list of bad words that will be replaced // with random strings consisting of the letters "$%@#*" // use project_config and/or local_config to add/override this list $_PA->profanity = array( "ass", "asses", "assfuck", "asshole", "assholes", "bastard", "beaner", "bestial", "bestiality", "bitch", "bitcher", "bitchers", "bitches", "bitchin", "bitching", "blowjob", "blowjobs", "bukkake", "butfuck", "butfucker", "buttfarmer", "buttfuck", "buttfucker", "buttsex", "camel jockey", "camel-humper", "camel-jockey", "chink", "clit", "cock", "cocks", "cocksuck", "cocksucked", "cocksucker", "cocksucking", "cocksucks", "coochie", "coon", "coonass", "cornhole", "cum", "cummer", "cumming", "cums", "cumshot", "cunt", "cuntlick", "cuntlicker", "cuntlicking", "cunts", "cyberfuc", "cyberfuck", "cyberfucked", "cyberfucker", "cyberfuckers", "cyberfucking", "damn", "darky", "deepthroat", "dick", "dickface", "dickwad", "dildo", "dildos", "dumbass", "fag", "fagging", "faggot", "faggs", "fagot", "fagots", "fags", "fcuk", "fingerfuck", "fingerfucked", "fingerfucker", "fingerfuckers", "fingerfucking", "fingerfucks", "fistfuck", "fistfucked", "fistfucker", "fistfuckers", "fistfucking", "fistfuckings", "fistfucks", "fuck", "fucked", "fucker", "fuckerage", "fuckeration", "fuckerbitch", "fuckerd", "fuckerdoodle", "fuckerdoodles", "fuckerduck", "fuckered", "fuckeree", "fuckerel", "fuckerer", "fuckerfish", "fuckerfreakerin", "fuckeries", "fuckerific", "fuckering", "fuckerism", "fuckerize", "fuckermagar", "fuckerman", "fuckermit", "fuckermother", "fuckermuncher", "fuckernacle", "fuckernaut", "fuckernickel", "fuckernot", "fuckernutter", "fuckeroni", "fuckeroo", "fuckeroon", "fuckeroonie", "fuckerpants", "fuckers", "fuckers", "fuckerton", "fuckerware", "fuckery", "fucket", "fucketarian", "fucketh thine self", "fucketifuck", "fucketry", "fuckette", "fuckety", "fuckever", "fuckey", "fuckeye", "fuckeyed", "fuckeyes", "fuckface", "fuckfaced", "fuckfacedcunt", "fuckfacehead", "fuckfaceitis", "fuckfaggot", "fuckfarm", "fuckfarm", "fuckfarts", "fuckfase", "fuckfast", "fuckfest", "fuckfinger", "fuckfish", "fuckfist", "fuckflap", "fuckflesh", "fuckfluff", "fuckfolly", "fuckfoot", "fuckfor", "fuckfry", "fuckfuck", "fuckful", "fuckfurter", "fuckhandles", "fuckhappy", "fuckhat", "fuckhead", "fuckheaded", "fuckheadedness", "fuckheadry", "fuckhelmet", "fuckher", "fuckherface", "fuckhole", "fuckhole", "fuckholes", "fuckholio", "fuckhoop", "fuckhorse", "fuckhuge", "fuckidoo", "fuckidy", "fuckie", "fuckieda", "fuckies", "fuckiest", "fuckification", "fuckified", "fuckify", "fuckilarious", "fuckilicious", "fuckily", "fuckilydoodah", "fuckin", "fucking", "fuckings", "fuckme", "fucks", "fuckwad", "fuk", "fuks", "gangbang", "gangbanged", "gangbanging", "gangbangs", "gaysex", "goddamit", "goddamn", "gook", "handjob", "ho", "hoebag", "honkey", "horniest", "horny", "hotsex", "jack-off", "jackoff", "jerk-off", "jerkoff", "jism", "jiz", "jizm", "kike", "kock", "kum", "kummer", "kumming", "kums", "mothafuck", "mothafucka", "mothafuckas", "mothafuckaz", "mothafucked", "mothafucker", "mothafuckers", "mothafuckin", "mothafucking", "mothafuckings", "mothafucks", "motherfuck", "motherfucked", "motherfucker", "motherfuckers", "motherfuckin", "motherfucking", "motherfuckings", "motherfucks", "nigga", "niggah", "niggas", "nigger", "niggers", "niggor", "niggors", "nigguh", "nutsack", "phonesex", "phuk", "phuked", "phuking", "phukked", "phukking", "phuks", "phuq", "poontang", "prick", "pricks", "pussies", "pussy", "pussys", "quim", "raghead", "redneck", "shit", "shited", "shitfull", "shiting", "shitings", "shits", "shitted", "shitter", "shitters", "shitting", "shittings", "shitty", "skank", "slut", "sluts", "smut", "spic", "spick", "spik", "spunk", "tit", "tities", "tits", "twat", "wanker", "wetback", "whore" ); # CSS and JS optimizers $optimizers_use_url_rewrite = false; $use_css_optimizer = false; $use_js_optimizer = false; $use_js_packer = false; $cssjs_tag = md5(PA_VERSION); ?>