| 1 | <? |
|---|
| 2 | include "header.php"; |
|---|
| 3 | |
|---|
| 4 | if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogs.php")) |
|---|
| 5 | include("/home/groups/l/li/licq/htdocs/zorbstats/zorblogs.php"); |
|---|
| 6 | if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php")) |
|---|
| 7 | { |
|---|
| 8 | include ("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php"); |
|---|
| 9 | $pagename = substr($PHP_SELF, 1); |
|---|
| 10 | $dispname = substr($PHP_SELF, 1, -4); |
|---|
| 11 | countpage($pagename, $dispname); |
|---|
| 12 | } |
|---|
| 13 | ?> |
|---|
| 14 | |
|---|
| 15 | <div id="content" > |
|---|
| 16 | |
|---|
| 17 | <div id="main"><img src="images/main_title_credits.gif" alt="Credits" /></div> |
|---|
| 18 | <div id="maincontent"> |
|---|
| 19 | <div id="subcontent"> |
|---|
| 20 | |
|---|
| 21 | |
|---|
| 22 | <!-- News Item Begin--> |
|---|
| 23 | <div class="news"> |
|---|
| 24 | <p>The ICQ Protocol as used in this proram was reverse engineered |
|---|
| 25 | by <strong>Graham Roff</strong> and **** ******.<br />The port to Qt, chat, file transfer, and years of development were done by Graham Roff.<br> |
|---|
| 26 | Current development is done by |
|---|
| 27 | <strong>Jon Keating</strong>, <strong>Thomas Reitelbach</strong>, and <strong>Dirk Mueller</strong>.</p> |
|---|
| 28 | |
|---|
| 29 | <p>New webpage design was done by <strong>Ryan Rushton</strong>.</p> |
|---|
| 30 | <p>Many people have made important contributions to the development of Licq.</p> |
|---|
| 31 | <ul> |
|---|
| 32 | <li><strong>Nic Bellamy</strong> has done a lot of work in porting Licq to BSD |
|---|
| 33 | <li><strong>Dennis Tenn</strong> has done a lot of work maintaining the web pages and licq.org domain |
|---|
| 34 | <li><strong>CrewQ</strong> kept the skins webpage running for many years |
|---|
| 35 | <li><strong>Dirk Mueller</strong> has contributed a lot of important code |
|---|
| 36 | <li><strong>Ben H Kram</strong> (<a href="mailto:jargon@modulo.org">jargon@modulo.org</a>) and <strong>JP Subarbroad</strong> contributed the SSL code. |
|---|
| 37 | <li><strong>Jacob Shapiro</strong> (Psycho_pr) added the hebrew converter. |
|---|
| 38 | <li><strong>Juan F. Codagnone</strong> has contributed countless patches and made emoticons. |
|---|
| 39 | <li><strong>Dima</strong> provided the phonebook, user pictures, reverse connections, and more. |
|---|
| 40 | <li><strong>Philip Nelson</strong> has provided some patches and is working on the new console ui plugin. |
|---|
| 41 | <li>Thanks to them and everyone else who has helped to keep Licq improving. If you feel that your name should be on here, don't hesitate any more, e-mail <a href="mailto:jon@licq.org?subject=Licq Website">me</a>. |
|---|
| 42 | </ul> |
|---|
| 43 | |
|---|
| 44 | <div class="footer"> |
|---|
| 45 | <div class="footer_right"></div> |
|---|
| 46 | </div> |
|---|
| 47 | </div> |
|---|
| 48 | <!-- News Item End--> |
|---|
| 49 | |
|---|
| 50 | </div> |
|---|
| 51 | </div> |
|---|
| 52 | |
|---|
| 53 | <div id="mainfooter"><p id="mainfooter_left"></p><!-- <img src="images/main_bg_bottomleft.gif" border="0" alt="Main" /> --></div> |
|---|
| 54 | |
|---|
| 55 | </div> |
|---|
| 56 | |
|---|
| 57 | <? include "footer.php" ?> |
|---|