# s2member/260917/src/includes/templates/errors/ip-restrictions.php

s2Member – Excellent for All Kinds of Memberships, Content Restriction Paywalls &amp; Member Access Subscriptions, version 260917. 17 lines.

- Page: https://pluginprobe.com/plugins/s2member/260917/code/src/includes/templates/errors/ip-restrictions.php
- Raw: https://pluginprobe.com/plugins/s2member/260917/raw/src/includes/templates/errors/ip-restrictions.php
- Modified: 2016-11-29T22:22:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/s2member/260917/code/src/includes/templates/errors/ip-restrictions.php#L10-L20`.

```php
<?php
// @codingStandardsIgnoreFile
if(!defined('WPINC')) // MUST have WordPress.
	 exit("Do not access this file directly.");
?>

<!DOCTYPE html>
<html>
<head>
	 <meta charset="UTF-8">
	 <title><?php echo _x('503: Service Temporarily Unavailable', "s2member-front", "s2member"); ?></title>
</head>
<body>
<?php echo _x('<strong>503: Service Temporarily Unavailable</strong><br />Too many IP addresses accessing one secure area<em>!</em><br />Please contact Support if you need assistance.', "s2member-front", "s2member"); ?>
</body>
</html>

```
