Demo

Probiere ClanSphere aus und teste daran herum. Demo

Codepaste - Details
Weitere Infos zum Codepaste

Name WebIRC 3.0 info.php
Autor de Denni
CMS-Version Clansphere 2009
Datei irc/info.php
Datum 25.08.2010 um 20:05 Uhr
Beschreibung macht die info.php fit für CS2010
Alter Code Alter Code +-
 
1.
1. / 2. / ... 
 Ganze Datei ersetzen
Neuer Code Neuer Code +-
 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
1. / 2. / ... 
<?php
// ClanSphere 2010 - www.clansphere.net
// $Id$

$cs_lang cs_translate('board');

$mod_info['name']    = $cs_lang['mod_name'];
$mod_info['version']  = '3.0';
$mod_info['released']  = '2007-08-11';
$mod_info['creator'] = 'Denni';
$mod_info['team']    = 'ClanSphere';
$mod_info['url']    = 'www.clansphere.net';
$mod_info['text']    = $cs_lang['modtext'];
$mod_info['icon']     = 'agt_family';
$mod_info['show']     = array('options/roots' => 5);
$mod_info['references'] = array();
$mod_info['categories'] = TRUE;
$mod_info['comments']  = FALSE;
$mod_info['protected']  = FALSE;
$mod_info['tables']    = array();
Zurück - Übersicht

Kommentare: 2
Seite [1]
The_Mumie

24.02.2024

Ort: Colmberg
Beiträge: 322
# 1 - 28.08.2010 um 19:39 Uhr

Kleiner Fehler im Code
das
 
1.
1. / 2. / ... 
 $cs_lang cs_translate('board');


müste so
 
1.
1. / 2. / ... 
 $cs_lang cs_translate('irc');

heisen oder nicht?


Zuletzt editiert von The_Mumie, am 30.08.2010 um 19:39 Uhr (1x Editiert)
Chris97

11.08.2015

Ort: -
Beiträge: 26
# 2 - 05.09.2010 um 00:26 Uhr

ja müsste so heißen
$cs_lang = cs_translate('irc');


Bitte Login benutzen, um Kommentare zu schreiben.