'New: AnonNews Forum. Discuss Anonymous and related subjects. Click here to visit the forum.', '/static/mods' => 'AnonNews is looking for moderators. Click here for more information.', '/static/anon' => 'AnonNews is not just for AnonOps. Anything Anonymous-related can be posted. Click for more info.' ); /* These are the reCAPTCHA settings. You will need to get an API key at * https://www.google.com/recaptcha/admin/create */ $recaptcha_pubkey = ""; $recaptcha_privkey = ""; /* These are the memcache settings. You will need to have memcache set * up on your server to use these. Compression requires zlib. */ $memcache_enabled = true; // Whether to user memcache. $memcache_server = "localhost"; // The hostname of the memcached $memcache_port = 11211; // The port number of memcached $memcache_compressed = true; // Whether to compress memcache objects /* Proxy ranges can be set if you have a custom reverse proxy setup, If * a request originates from any of these ranges, the getIp() function * will return the actual (forwarded) IP. The request IP is checked to * avoid header spoofing to bypass filters. Local IP ranges (such as * 127.0.0.1/8) and CloudFlare ranges are already implented and do not * have to be added here (although CloudFlare ranges may change in the * future). The ranges are in CIDR notation. * Example range definition: * $proxy_ranges = array( * '204.93.240.0/24', * '204.93.177.0/24' * ); * */ $proxy_ranges = array(); /* Language detection requires PEAR:Text_LanguageDetect to be installed * (http://pear.php.net/package/Text_LanguageDetect). */ $detect_language = true; /* The directory where pre-rendered objects are stored. This directory * must be writable by PHP. */ $render_dir = "render"; /* The 'recent submissions' timespan in days. */ $recent_days = 14; /* The static pages. */ $static_pages = array( "irc" => "irc.static.php", "moderation" => "moderation.static.php", "mods" => "mods.static.php", "donate" => "donate.static.php", "faq" => "faq.static.php", "anon" => "anon.static.php", "forumrules" => "forumrules.static.php" ); ?>