While no censorship based on opinion, views, etc. takes place on AnonNews, there are several guidelines in place to keep content on the site relevant. Read these guidelines completely before submitting a related site. Not reading them may get you banned.
This section is solely for Anonymous-related websites. The site must represent a group or 'part' of Anonymous. Examples are IRC networks, Anonymous event planners, specific Anonymous-related news sites or blogs, and so on.
Related sites have to be notable. This essentially means that your blog with 20 visitors a day and 3 total posts is not going to be accepted. An (almost) empty website is not going to be accepted either. For networks/groups/'cells', there must be an established userbase already. Websites run by one person will only be accepted if they offer considerable value (your blog with weekly opinion posts will probably not get accepted, whereas a blog with frequent news about various Anonymous groups will be accepted).
This is not Craigslist. This is not a place to advertise your new site - this section is intended to help people find useful Anonymous-related resources that already exist. If you are looking to start something new, and you're looking for people to join, the forums would be a better place.
Only very few entries will be accepted. The intention is to keep this section as small as possible, offering a brief overview of related resources for people that want to learn more about Anonymous or get actively involved with it. Only the most notable and useful submissions will be accepted.
Keep the submission title to the point. The title must be the name of the site, or, if it doesn't have a name, a brief description of what the site is. No slogans, no URLs, no explanations - keep that for the site itself.
Your related site was successfully submitted. It will have to be approved before it appears on the front page.
"); } else { echo(mysql_error()); $var_code = ANONNEWS_ERROR_DATABASE_ERROR; // Generic upload error require("module.error.php"); } } elseif($request->code == 300 || $request->code == 301 || $request->code == 302) { $var_code = ANONNEWS_ERROR_SHORTENER_DETECTED; require("module.error.php"); } else { $var_code = ANONNEWS_ERROR_NONEXISTENT_URL; require("module.error.php"); } } else { $var_code = ANONNEWS_ERROR_SPAM; require("module.error.php"); } } else { $var_code = ANONNEWS_ERROR_EMPTY_URL; // Empty body require("module.error.php"); } } else { $var_code = ANONNEWS_ERROR_EMPTY_TITLE; // Empty title require("module.error.php"); } } else { $var_code = ANONNEWS_ERROR_INCORRECT_CAPTCHA; require("module.error.php"); } } else { $var_code = ANONNEWS_ERROR_NOT_FOUND; require("module.error.php"); } } } else { $var_code = ANONNEWS_ERROR_BANNED; // Banned from submission. require("module.error.php"); } ?>