1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Files
archived-web-php/thanks.php
2003-08-07 09:29:44 +00:00

74 lines
1.7 KiB
PHP

<?php
// $Id$
$_SERVER['BASE_PAGE'] = 'thanks.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("Thanks");
?>
<h1>Thanks</h1>
<p>
<a href="http://www.easydns.com/?V=698570efeb62a6e2">easyDNS</a>
provides DNS services for the PHP domains.
</p>
<p>
<a href="http://www.directi.com/">Directi</a> provides
IP address to country lookup information.
</p>
<p>
<a href="http://promote.pair.com/direct.pl?php.net">pair Networks</a>
provides the servers and bandwidth for CVS and mailing list services.
</p>
<p>
<a href="http://www.rackshack.net/">RackShack</a> provides
the server and bandwidth for www.php.net.
</p>
<p>
<a href="http://www.rackspace.com/">Rackspace</a> provides
the server and bandwidth for various php.net services and builds.
</p>
<p>
<a href="http://www.redundant.com/">Redundant Networks</a> provides
the server and bandwidth that run various services and websites
for php.net.
</p>
<p>
<a href="http://www.simplicato.com/?a=1007">Simplicato</a> provides a
server and resources to help php.net.
</p>
<p>
And special thanks to all the companies who donate server space and
bandwidth to host our international array of
<a href="/mirrors.php">mirror sites</a>.
</p>
<h1>Thanks Emeritus</h1>
<p>
Special 'legacy' thanks go to the people and companies who have helped
us in our past.
</p>
<p>
<a href="http://www.synacor.com">Synacor</a> provided us with many
terabytes of bandwidth and hosting for www.php.net and others for
many years.
</p>
<p>
<a href="http://www.vasoftware.com">VA Software Corp.</a> helped us
by donating a server and resources to enable us to build manuals
and distribute our content via rsync.
</p>
<p>PHP.net is very grateful for all their support.</p>
<?php site_footer(); ?>