1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Ok, the bulk of the site has been changed over. Still a bit of clean-up

work to do.  And some of the links don't go anywhere.
This commit is contained in:
Rasmus Lerdorf
1998-03-23 19:50:45 +00:00
parent 7884b5ecda
commit 1cb421edf5
112 changed files with 565 additions and 98 deletions

View File

@@ -3,9 +3,9 @@
/* See the end of the script for the table layout. */
$title="PHP3 Bug Database";
require "include/header.inc";
require("shared.inc");
commonHeader("PHP3 Main Page");
echo "<font size=-1>\n";
$destination = "php-dev@php.iquest.net";
#$destination = "rasmus@lerdorf.on.ca";
@@ -420,8 +420,10 @@ Please supply any information that may be helpful in fixing the bug:
</form>
<? } ?>
<? require("include/footer.inc"); ?>
</font>
<?
commonFooter();
?>
<?
/*
# MySQL dump 4.0

View File

@@ -1,9 +1,154 @@
<?$mod = GMDate("D, d M Y H:i:s",filemtime("CREDITS"));
Header("Last-Modified: $mod GMT"); ?>
<html><head><title>PHP3 Credits</title>
<?$title="PHP3 Credits";
include "include/header.inc";
ReadFile("CREDITS");
echo "<br>";
include("include/footer.inc");
<?
require("shared.inc");
commonHeader("PHP 3.0 Development Credits");
function makeMail($mail) {
echo "(<A HREF=\"mailto:$mail\">$mail</A>)";
};
?>
<center><h1><font color="#5B69A6">Core Developers</font></h1></center>
<table><tr><td>
<h3>Rasmus Lerdorf <? makeMail("rasmus@php.net");?></h3>
<ul>
<li>Concept
<li>Original language definition and implementation
<li>CGI loader and many internal functions
<li>Apache module support
<li>SNMP module
<li>Original mSQL, MySQL and Sybase modules
<li>Project Coordinator
</ul>
</td></tr>
</table>
<hr noshade width="80%" size=1>
<table><tr><td>
<h3>Andi Gutmans <? makeMail("andi@php.net</A>");?></h3>
&
<h3>Zeev Suraski <? makeMail("zeev@php.net");?></h3>
<ul>
<li>New language definition and implementation
<li>Internal functions API design
<li>General hash table implementation for symbol tables, arrays and objects
<li>Memory manager
<li>Token cache manager
<li>Several internal functions and migration from PHP 2.0
<li>Syntax highlighting mode
<li>Configuration file parser
<li>New persistent/multilink MySQL, PosgresSQL, Sybase and mSQL modules
</ul>
</td></tr></table>
<hr noshade width="80%" size=1>
<table><tr><td>
<h3>Stig Bakken <? makeMail("ssb@guardian.no");?></h3>
<ul>
<li>Oracle support
<li>configure/install script work
<li>sprintf reimplementation
<li>SGML documentation framework
<li>Loadable font support
<li>ODBC work
</ul>
</td></tr></table>
<hr noshade width="80%" size=1>
<table><tr><td>
<h3>Shane Caraveo <? makeMail("shane@caraveo.com");?></h3>
<ul>
<li>Porting to Visual C++
<li>Generalization to support different server APIs
<li>Work on ISAPI and NSAPI APIs
</ul>
</td></tr></table>
<hr noshade width="80%" size=1>
<table><tr><td>
<h3>Jim Winstead <? makeMail("jimw@php.net");?></h3>
<ul>
<li>Lots of PHP2 -> PHP3 porting
<li>dBase support
<li>URL parsing functions
<li>Makefile work
<li>Regex rewrite
<li>Win32 work
</ul>
</td></tr></table>
<hr noshade width="80%" size=1>
<center><h1><font color="#5B69A6">Major Contributors</font></h1></center>
<ul>
<li>Bjørn Borud <? makeMail("borud@guardian.no");?>
<ul><li>soundex code and lots of enthusiasm</ul>
<li>Dean Gaudet <? makeMail("dgaudet@arctic.org");?>
<ul><li>Apache module debugging + helpful hints along the way</ul>
<li>Mitch Golden <? makeMail("mgolden@interport.net");?>
<ul><li>Oracle testing and bug fixes</ul>
<li>Simon Gornall <? makeMail("simon@oyster.co.uk");?>
<ul><li>Illustra</ul>
<li>Mark Henderson <? makeMail("mark@togglemedia.com");?>
<ul><li>Various odds and ends</ul>
<li>Jaakko Hyvätti <? makeMail("jaakko@hyvatti.iki.fi");?>
<ul><li>Prototype cop, regular expression code fixes and CGI security issues</ul>
<li>Andreas Karajannis <? makeMail("Andreas.Karajannis@gmd.de");?>
<ul><li>Adabas D, ODBC</ul>
<li>Muhammad A Muquit <? makeMail("MA_Muquit@fccc.ed");?>
<ul><li>Original Sybase module</ul>
<li>Jeroen van der Most <? makeMail("jvdmost@digiface.nl");?>
<ul><li>Solid</ul>
<li>Chad Robinson <? makeMail("chadr@brttech.com");?>
<ul><li>Documentation, FilePro</ul>
<li>John Robinson <? makeMail("john@intelligent.co.uk");?>
<ul><li>Postgres</ul>
<li>Lachlan Roche <? makeMail("lr@www.wwi.com.au");?>
<ul><li>MD5</ul>
<li>Brian Schaffner <? makeMail("brian@tool.net");?>
<ul><li>ODBC Support, PHP3 API testing</ul>
<li><? makeMail("sopwith@redhat.com");?>
<ul><li>Solid</ul>
<li>Adam Sussman <? makeMail("asussman@vidya.com");?>
<ul><li>Postgres</ul>
<li>Colin Viebrock <? makeMail("cmv@privateworld.com");?>
<ul><li>Website graphic design and layout, PHP logo</ul>
<li>Lars Torben Wilson <? makeMail("cslawi@uta.fi");?>
<ul><li>Documentation</ul>
<hr noshade width="80%" size=1>
<font size="-1">
Andi Gutmans and Zeev Suraski would like to thank Prof. Michael Rodeh for his
positive input during the initial development of the interpreter.
</font>
<br>
<?
commonFooter();
?>

11
dev.php3 Normal file
View File

@@ -0,0 +1,11 @@
<?
require("shared.inc");
commonHeader("Development Resources");
?>
<ul>
<li><a href="cvsweb.cgi">Web-based view of CVS development tree</a>
<li><a href="bugs.php3">Bug Database</a>
</ul>
<?
commonFooter();
?>

28
docs.php3 Normal file
View File

@@ -0,0 +1,28 @@
<?
require("shared.inc");
commonHeader("Documentation ");
?>
<ul>
<li><a href="manual/">PHP 3.0 Manual Online</a>.
This is an early version. A lot is still missing, but it is
improving.
<li><? download_link("bigmanual.htm", "PHP 3.0 HTML Manual (one BIG file)"); ?>
<li><? download_link("manual.zip", "PHP 3.0 HTML Manual ZIP File"); ?>
<li><? download_link("manual.tar.gz", "PHP 3.0 HTML Manual .tar.gz File"); ?>
<li><? download_link("manual.rtf", "PHP 3.0 Manual RTF File"); ?>
<li><a href="manual/phpfi2.html">PHP/FI 2.0 Manual</a>. Until the new
manual is complete, you can get answers to many questions here.
<li>Read what has <a href="changes.php3">changed since PHP/FI 2.0</a>
<li>A <a href="FAQ.php3">PHP3 FAQ</a> has been started as well. Skim this
before asking questions.
</ul>
<? commonFooter("") ?>

123
download-logos.php3 Normal file
View File

@@ -0,0 +1,123 @@
<?
require("shared.inc");
commonHeader("Download PHP Logos ");
?>
Right click on one of the images and select "Save Image As" to save the logo. Then, link it to the main PHP site at <B>www.php.net</B>.
<BR>
<BR>
<CENTER>
<TABLE BORDER=0 WIDTH=90% cellspacing=1 cellpadding=10 BGCOLOR="#F0F0F0">
<TR VALIGN=middle>
<TD ALIGN=center WIDTH=33% BGCOLOR="#FFFFFF">
<IMG SRC="logos/big-logo1t.gif" WIDTH=96 HEIGHT=50 BORDER=0><BR>
</TD>
<TD ALIGN=left WIDTH=67%><FONT FACE="<? echo $FONTFACE; ?>">
<UL>
<LI>96 x 50 pixels
<LI>transparent background
<LI>suitable for white/light backgrounds
</UL>
</TD>
</TR>
<TR VALIGN=middle>
<TD ALIGN=center WIDTH=33%>
<IMG SRC="logos/big-logo2.gif" WIDTH=96 HEIGHT=50 BORDER=0><BR>
</TD>
<TD ALIGN=left WIDTH=67%><FONT FACE="<? echo $FONTFACE; ?>">
<UL>
<LI>96 x 50 pixels
<LI>solid purple (#5B69A6) background
</UL>
</TD>
</TR>
<TR VALIGN=middle>
<TD ALIGN=center WIDTH=33% BGCOLOR="#404040">
<IMG SRC="logos/big-logo3t.gif" WIDTH=96 HEIGHT=50 BORDER=0><BR>
</TD>
<TD ALIGN=left WIDTH=67%><FONT FACE="<? echo $FONTFACE; ?>">
<UL>
<LI>96 x 50 pixels
<LI>transparent background
<LI>suitable for black/dark backgrounds
</UL>
</TD>
</TR>
<TR VALIGN=middle>
<TD ALIGN=center WIDTH=33%>
<IMG SRC="logos/logo1.gif" WIDTH=88 HEIGHT=31 BORDER=0><BR>
</TD>
<TD ALIGN=left WIDTH=67%><FONT FACE="<? echo $FONTFACE; ?>">
<UL>
<LI>88 x 31 pixels
<LI>"Powered by PHP3" logo
<LI>solid white background
</UL>
</TD>
</TR>
<TR VALIGN=middle>
<TD ALIGN=center WIDTH=33% BGCOLOR="#FFFFFF">
<IMG SRC="logos/logo1t.gif" WIDTH=88 HEIGHT=31 BORDER=0><BR>
</TD>
<TD ALIGN=left WIDTH=67%><FONT FACE="<? echo $FONTFACE; ?>">
<UL>
<LI>88 x 31 pixels
<LI>"Powered by PHP3" logo
<LI>transparent background
<LI>suitable for white/light backgrounds
</UL>
</TD>
</TR>
<TR VALIGN=middle>
<TD ALIGN=center WIDTH=33%>
<IMG SRC="logos/logo2.gif" WIDTH=88 HEIGHT=31 BORDER=0><BR>
</TD>
<TD ALIGN=left WIDTH=67%><FONT FACE="<? echo $FONTFACE; ?>">
<UL>
<LI>88 x 31 pixels
<LI>"Powered by PHP3" logo
<LI>solid purple (#5B69A6) background
</UL>
</TD>
</TR>
<TR VALIGN=middle>
<TD ALIGN=center WIDTH=33%>
<IMG SRC="logos/logo3.gif" WIDTH=88 HEIGHT=31 BORDER=0><BR>
</TD>
<TD ALIGN=left WIDTH=67%><FONT FACE="<? echo $FONTFACE; ?>">
<UL>
<LI>88 x 31 pixels
<LI>"Powered by PHP3" logo
<LI>solid black background
</UL>
</TD>
</TR>
<TR VALIGN=middle>
<TD ALIGN=center WIDTH=33% BGCOLOR="#404040">
<IMG SRC="logos/logo3t.gif" WIDTH=88 HEIGHT=31 BORDER=0><BR>
</TD>
<TD ALIGN=left WIDTH=67%><FONT FACE="<? echo $FONTFACE; ?>">
<UL>
<LI>88 x 31 pixels
<LI>"Powered by PHP3" logo
<LI>transparent background
<LI>suitable for black/dark backgrounds
</UL>
</TD>
</TR>
</TABLE>
</CENTER>
<?
commonFooter();
?>

111
download-php.php3 Normal file
View File

@@ -0,0 +1,111 @@
<?
require("shared.inc");
commonHeader("Download PHP Engine");
?>
<FONT SIZE=+1><B>Pick a mirror site close to you:</B></FONT><BR>
<I>(all mirrors are updated at least every hour)</I><BR>
<BR>
<BR>
<CENTER>
<TABLE border=0 cellpadding=0 cellspacing=0>
<TR bgcolor='#D0D0D0' valign=middle>
<TD ALIGN=left><IMG SRC="/gifs/gcap-left.gif" WIDTH=18 HEIGHT=36 BORDER=0><BR></TD>
<TD align=center colspan=3 NOWRAP>
<CENTER>
<?
$mirror_sites=$MIRRORS;
reset($mirror_sites);
$lastc="";
while ($site = key($mirror_sites)) {
next($mirror_sites);
$c=$mirror_sites[$site][0];
if ($c!=$lastc):
echo "<A HREF=\"#$c\"><IMG SRC=\"/gifs/gflag-$c.gif\" WIDTH=45 HEIGHT=24 hspace=10 BORDER=0></A>";
$lastc=$c;
endif;
}
?><BR>
</CENTER>
</TD>
<TD ALIGN=right><IMG SRC="/gifs/gcap-right.gif" WIDTH=18 HEIGHT=36 BORDER=0><BR></TD>
</TR>
<?
$lastcountry="xxxxx";
reset($mirror_sites);
while ($site = key($mirror_sites)) {
next($mirror_sites);
$country=$mirror_sites[$site][0];
$location=$mirror_sites[$site][1];
if (eregi("^http://",$site)) {
$method="HTTP";
$srcdir="distributions/";
} elseif (eregi("^ftp://",$site)) {
$method="FTP";
$srcdir="";
} else {
$method="unknown";
}
if ($lastcountry!=$country) {
echo "<TR><TD colspan=3><BR></TD><TD BGCOLOR='#F0F0F0'><BR><BR></TD><TD><BR></TD></TR>\n";
echo "<TR BGCOLOR='#D0D0D0' VALIGN=middle>\n";
echo "<TD><IMG SRC='/gifs/gcap-left.gif' WIDTH=18 HEIGHT=36 BORDER=0></TD>\n";
echo "<TD><A NAME='$country'><IMG SRC='/gifs/gflag-$country.gif' ALT='$country' WIDTH=45 HEIGHT=24 vspace=6 BORDER=0></A><BR></TD>\n";
echo "<TD>";
spc(10,1);
echo "<FONT FACE='$FONTFACE'><B>$COUNTRIES[$country]</B><BR></TD>\n";
echo "<TD align=right colspan=2><IMG SRC='/gifs/gcap-right.gif' WIDTH=18 HEIGHT=36 BORDER=0><BR></TD>\n";
echo "</TR>\n";
$lastcountry=$country;
}
echo "<TR><TD colspan=3>&nbsp;<BR></TD>\n<TD>";
echo "<TABLE border=0 cellpadding=5 cellspacing=0 bgcolor=\"#F0F0F0\">\n";
echo "<TR><TD><FONT FACE='$FONTFACE'>\n";
if ((!isset($lastlocation))||($lastlocation!=$location)) {
echo("$location<BR>\n");
$lastlocation=$location;
}
echo "<FONT SIZE=-1><UL>\n";
$src_file = "${site}${srcdir}php-${current}.tar.gz";
$win32_file = "${site}${srcdir}php-${win32_current}-win32.zip";
if (eregi("caraveo",$site)) { # special case ;-)
echo("<LI>");
download_link("${site}/php3latest.zip","Latest patched Windows version");
echo "\n";
} else {
echo "<LI>";
download_link($src_file, "($method) PHP $current source");
echo "\n";
echo "<LI>";
download_link($win32_file, "($method) $win32_current Win32 binary");
echo "\n";
}
echo("</UL>\n</TD></TR></TABLE></TD></TR>\n");
}
?>
<TR><TD colspan=3>&nbsp;<BR></TD><TD BGCOLOR='#F0F0F0'>&nbsp;<BR><BR></TD><TD>&nbsp;<BR></TD></TR>
<TR bgcolor='#D0D0D0' valign=middle>
<TD ALIGN=left><IMG SRC="/gifs/gcap-left.gif" WIDTH=18 HEIGHT=36 BORDER=0><BR></TD>
<TD align=center colspan=3 NOWRAP>
<CENTER>
<?
$mirror_sites=$MIRRORS;
reset($mirror_sites);
$lastc="";
while ($site = key($mirror_sites)) {
next($mirror_sites);
$c=$mirror_sites[$site][0];
if ($c!=$lastc):
echo "<A HREF=\"#$c\"><IMG SRC=\"/gifs/gflag-$c.gif\" WIDTH=45 HEIGHT=24 hspace=10 BORDER=0></A>";
$lastc=$c;
endif;
}
?><BR>
</CENTER>
</TD>
<TD ALIGN=right><IMG SRC="/gifs/gcap-right.gif" WIDTH=18 HEIGHT=36 BORDER=0><BR></TD>
</TR>
</TABLE>
<?
commonFooter();
?>

13
downloads.php3 Normal file
View File

@@ -0,0 +1,13 @@
<?
require("shared.inc");
commonHeader("Downloads ");
?>
<UL>
<LI>Download the <A HREF="download-php.php3">PHP engine</A>
<LI><A HREF="download-logos.php3">PHP logos</A> for your site
<LI>For downloadable documentation, go to the <A HREF="docs.php3">documentation</A> page
</UL>
<?
commonFooter();
?>

BIN
gifs/b-bullet-c.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

BIN
gifs/b-bullet-p.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

BIN
gifs/b-bullet-w.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 B

BIN
gifs/b-close-c.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 789 B

BIN
gifs/b-close-p.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 694 B

BIN
gifs/b-contents-c.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 960 B

BIN
gifs/b-contents-p.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 762 B

BIN
gifs/b-credits-c.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 943 B

BIN
gifs/b-credits-p.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 744 B

BIN
gifs/b-development-c.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
gifs/b-development-p.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 883 B

BIN
gifs/b-docs-c.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
gifs/b-docs-p.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 932 B

BIN
gifs/b-downloads-c.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
gifs/b-downloads-p.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 858 B

BIN
gifs/b-go.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

BIN
gifs/b-links-c.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 859 B

BIN
gifs/b-links-p.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

BIN
gifs/b-mailing-c.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
gifs/b-mailing-p.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 824 B

BIN
gifs/b-mirror-c.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
gifs/b-mirror-p.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 847 B

BIN
gifs/b-news-c.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
gifs/b-news-p.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 832 B

BIN
gifs/b-next-c.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

BIN
gifs/b-next-p.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 B

BIN
gifs/b-prev-c.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 B

BIN
gifs/b-prev-p.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 B

BIN
gifs/b-search-c.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 809 B

BIN
gifs/b-search-p.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 696 B

BIN
gifs/b-source-c.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 806 B

BIN
gifs/b-source-p.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 617 B

BIN
gifs/b-top-c.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 741 B

BIN
gifs/b-top-p.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 664 B

BIN
gifs/b-up-c.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 771 B

BIN
gifs/b-up-p.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 603 B

BIN
gifs/background-p.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 B

BIN
gifs/bg-bl.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 B

BIN
gifs/bg-ul.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 460 B

BIN
gifs/black.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 B

BIN
gifs/cap-bl.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

BIN
gifs/cap-left.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 B

BIN
gifs/cap-right.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

BIN
gifs/cap-right2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

BIN
gifs/cap-ul.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

BIN
gifs/corner-bl.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 B

BIN
gifs/corner-ul.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 B

BIN
gifs/flag-au.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 531 B

BIN
gifs/flag-ca.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 B

BIN
gifs/flag-il.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 B

BIN
gifs/flag-jp.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 B

BIN
gifs/flag-no.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 460 B

BIN
gifs/flag-nz.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 528 B

BIN
gifs/flag-sk.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
gifs/flag-uk.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 590 B

BIN
gifs/flag-us.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 B

BIN
gifs/flag-xx.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 433 B

BIN
gifs/flag-za.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
gifs/gcap-left.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

BIN
gifs/gcap-right.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B

BIN
gifs/gcorn-bl.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 B

BIN
gifs/gcorn-br.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 B

BIN
gifs/gcorn-ul.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 B

BIN
gifs/gcorn-ur.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 B

BIN
gifs/gflag-au.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 564 B

BIN
gifs/gflag-ca.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 B

BIN
gifs/gflag-il.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 B

BIN
gifs/gflag-jp.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 443 B

BIN
gifs/gflag-no.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 460 B

BIN
gifs/gflag-nz.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 511 B

BIN
gifs/gflag-sk.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
gifs/gflag-uk.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 B

BIN
gifs/gflag-us.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 B

BIN
gifs/gflag-xx.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

BIN
gifs/gflag-za.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 821 B

BIN
gifs/kick-bb.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 B

BIN
gifs/kick-bg.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

BIN
gifs/kick-bl.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 B

BIN
gifs/kick-br.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

BIN
gifs/kick-bt.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 B

BIN
gifs/kick-cbl.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 B

BIN
gifs/kick-cbr.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

BIN
gifs/kick-close.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 396 B

BIN
gifs/kick-ctl.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

BIN
gifs/kick-ctr.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 B

BIN
gifs/lil-logo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
gifs/logo-bellasf.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
gifs/logo-besthost.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
gifs/logo-guardian.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
gifs/logo-netvision.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
gifs/logo-none.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 879 B

BIN
gifs/logo-pwc.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
gifs/logo-squid.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Some files were not shown because too many files have changed in this diff Show More