Changeset 4153 for trunk/website

Show
Ignore:
Timestamp:
07/12/05 07:22:39 (3 years ago)
Author:
emostar
Message:

Get rid of zorbstats... Add the IcQnD plugin.

Location:
trunk/website
Files:
17 modified

Legend:

Unmodified
Added
Removed
  • trunk/website/bugs.php

    r4135 r4153  
    1 <? 
    2   include "header.php"; 
    3  
    4   if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php")) 
    5   { 
    6     include ("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php"); 
    7     $pagename = substr($PHP_SELF, 1); 
    8     $dispname = substr($PHP_SELF, 1, -4); 
    9     countpage($pagename, $dispname); 
    10   } 
    11 ?> 
    121  
    132      <div id="content" >  
  • trunk/website/contact.php

    r4135 r4153  
    1 <? 
    2   include "header.php"; 
    3  
    4   if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php")) 
    5   { 
    6     include ("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php"); 
    7     $pagename = substr($PHP_SELF, 1); 
    8     $dispname = substr($PHP_SELF, 1, -4); 
    9     countpage($pagename, $dispname); 
    10   } 
    11 ?> 
    121      <div id="content" >  
    132 
  • trunk/website/credits.php

    r4135 r4153  
    1 <? 
    2   include "header.php"; 
    3  
    4   if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php")) 
    5   { 
    6     include ("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php"); 
    7     $pagename = substr($PHP_SELF, 1); 
    8     $dispname = substr($PHP_SELF, 1, -4); 
    9     countpage($pagename, $dispname); 
    10   } 
    11 ?> 
    121       
    132      <div id="content" >  
  • trunk/website/daily.php

    r4135 r4153  
    1 <? 
    2   include "header.php"; 
    3  
    4   if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php")) 
    5   { 
    6     include ("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php"); 
    7     $pagename = substr($PHP_SELF, 1); 
    8     $dispname = substr($PHP_SELF, 1, -4); 
    9     countpage($pagename, $dispname); 
    10   } 
    11 ?> 
    121       
    132      <div id="content" >  
  • trunk/website/download.php

    r4135 r4153  
    1 <? 
    2   include "header.php"; 
    3  
    4   if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php")) 
    5   { 
    6     include ("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php"); 
    7     $pagename = substr($PHP_SELF, 1); 
    8     $dispname = substr($PHP_SELF, 1, -4); 
    9     countpage($pagename, $dispname); 
    10   } 
    11 ?> 
    121       
    132      <div id="content" >  
  • trunk/website/faqs.php

    r4135 r4153  
    1 <? 
    2   include "header.php"; 
    3  
    4   if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php")) 
    5   { 
    6     include ("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php"); 
    7     $pagename = substr($PHP_SELF, 1); 
    8     $dispname = substr($PHP_SELF, 1, -4); 
    9     countpage($pagename, $dispname); 
    10   } 
    11 ?> 
    121       
    132      <div id="content" >  
  • trunk/website/help.php

    r4135 r4153  
    1 <? 
    2   include "header.php"; 
    3  
    4   if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php")) 
    5   { 
    6     include ("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php"); 
    7     $pagename = substr($PHP_SELF, 1); 
    8     $dispname = substr($PHP_SELF, 1, -4); 
    9     countpage($pagename, $dispname); 
    10   } 
    11 ?> 
    121       
    132      <div id="content" >  
  • trunk/website/iconsets.php

    r4135 r4153  
    1 <? 
    2   include "header.php"; 
    3  
    4   if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php")) 
    5   { 
    6     include ("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php"); 
    7     $pagename = substr($PHP_SELF, 1); 
    8     $dispname = substr($PHP_SELF, 1, -4); 
    9     countpage($pagename, $dispname); 
    10   } 
    11 ?> 
    121       
    132      <div id="content" >  
  • trunk/website/index.php

    r4124 r4153  
    1 <? 
    2   include "header.php"; 
    3   include "archive.php"; 
    4    
    5   if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogs.php")) 
    6     include("/home/groups/l/li/licq/htdocs/zorbstats/zorblogs.php"); 
    7   if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php")) 
    8   { 
    9     include ("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php"); 
    10     $pagename = substr($PHP_SELF, 1); 
    11     $dispname = substr($PHP_SELF, 1, -4); 
    12     countpage($pagename, $dispname); 
    13   } 
    14 ?> 
    15  
    161      <div id="content" >  
    172 
  • trunk/website/info.php

    r4135 r4153  
    1 <? 
    2   include "header.php"; 
    3  
    4   if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php")) 
    5   { 
    6     include ("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php"); 
    7     $pagename = substr($PHP_SELF, 1); 
    8     $dispname = substr($PHP_SELF, 1, -4); 
    9     countpage($pagename, $dispname); 
    10   } 
    11 ?> 
    121       
    132      <div id="content" >  
  • trunk/website/mirrors.php

    r4148 r4153  
    1 <? 
    2   include "header.php"; 
    3  
    4   if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php")) 
    5   { 
    6     include ("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php"); 
    7     $pagename = substr($PHP_SELF, 1); 
    8     $dispname = substr($PHP_SELF, 1, -4); 
    9     countpage($pagename, $dispname); 
    10   } 
    11 ?> 
    121 
    132       
  • trunk/website/news.php

    r4135 r4153  
    11<? 
    2   include "header.php"; 
    3   include "archive.php"; 
    4    
    5   if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php")) 
    6   { 
    7     include ("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php"); 
    8     $pagename = substr($PHP_SELF, 1); 
    9     $dispname = substr($PHP_SELF, 1, -4); 
    10     countpage($pagename, $dispname); 
    11   } 
    12      
    132    if ( empty( $news_action ) ) $news_action = "show_archive"; 
    143?> 
  • trunk/website/plugins.php

    r4135 r4153  
    1 <? 
    2   include "header.php"; 
    3  
    4   if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php")) 
    5   { 
    6     include ("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php"); 
    7     $pagename = substr($PHP_SELF, 1); 
    8     $dispname = substr($PHP_SELF, 1, -4); 
    9     countpage($pagename, $dispname); 
    10   } 
    11 ?> 
    121       
    132      <div id="content" >  
     
    4635                    <td>This is a console interface plugin for Licq using ncurses.  It features multiple command windows, and much of the basic icq functionality.  It can be retrieved using CVS as described in the <a href="http://www.rhrk.uni-kl.de/~dmuell/licq">Licq cvs page</a>, the module is called "console"..</td> 
    4736                  </tr> 
     37                  <tr> 
     38                    <td><a href="http://icqnd.sourceforge.net/">IcQnD Gtk-2 GUI</a></td> 
     39                    <td>0.1.6-1.31</td> 
     40                    <td>A <B>New</B> GTK2 Gui! This one looks like it has many features already and should be used instead of the other GTK plugins.</td> 
     41                  </tr> 
     42 
    4843                  <tr> 
    4944                    <td><a href="http://jons-gtk-gui.sourceforge.net">Jons GTK+ Gui</a></td> 
  • trunk/website/shots.php

    r4135 r4153  
    1 <? 
    2   include "header.php"; 
    3  
    4   if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php")) 
    5   { 
    6     include ("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php"); 
    7     $pagename = substr($PHP_SELF, 1); 
    8     $dispname = substr($PHP_SELF, 1, -4); 
    9     countpage($pagename, $dispname); 
    10   } 
    11 ?> 
    121       
    132      <div id="content" >  
  • trunk/website/skins.php

    r4135 r4153  
    1 <? 
    2   include "header.php"; 
    3  
    4   if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php")) 
    5   { 
    6     include ("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php"); 
    7     $pagename = substr($PHP_SELF, 1); 
    8     $dispname = substr($PHP_SELF, 1, -4); 
    9     countpage($pagename, $dispname); 
    10   } 
    11 ?> 
    121       
    132      <div id="content" >  
  • trunk/website/utilities.php

    r4135 r4153  
    1 <? 
    2   include "header.php"; 
    3  
    4   if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php")) 
    5   { 
    6     include ("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php"); 
    7     $pagename = substr($PHP_SELF, 1); 
    8     $dispname = substr($PHP_SELF, 1, -4); 
    9     countpage($pagename, $dispname); 
    10   } 
    11 ?> 
    121       
    132      <div id="content" >  
  • trunk/website/zoom.php

    r4135 r4153  
    11<? 
    2   include "header.php"; 
    3  
    4   if (file_exists("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php")) 
    5   { 
    6     include ("/home/groups/l/li/licq/htdocs/zorbstats/zorblogspages.php"); 
    7     $pagename = substr($PHP_SELF, 1); 
    8     $dispname = substr($PHP_SELF, 1, -4); 
    9     countpage($pagename, $dispname); 
    10   } 
    11    
    122  $skin = $_GET['skin']; 
    133