/[drupal]/contributions/modules/register_country/Sample_Error_Page.txt
ViewVC logotype

Contents of /contributions/modules/register_country/Sample_Error_Page.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Wed Jul 18 21:30:23 2007 UTC (2 years, 4 months ago) by nancyw
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/plain
Initial Release for Drupal 5.0
1 <?php
2 echo '<div style="font-size: 125%;">';
3 $addr = $_SERVER['REMOTE_ADDR'];
4 $country = ip2cc_get_country($addr);
5 echo "<p>I'm sorry but your IP address ($addr) is registered to ";
6 if ($country) { echo $country->country_name; }
7 else { echo "an unknown country"; }
8 echo ".</p><p>The owners of this site prefer to restrict membership to the United States.</p>";
9 echo '<p>If you are an American temporarily using a foreign internet connection and wish to register, please <a href="/contact">contact us</a> and explain your situation. We will get back to you as soon as we can.</p>';
10 echo '</div>';
11 ?>

  ViewVC Help
Powered by ViewVC 1.1.2