k tem zmatenejm emailum .. DES
azzi at centrum.cz
azzi at centrum.cz
Sat Oct 13 19:26:58 CEST 2001
priklad poruchy..
toto je cast stazeneho souboru.. zpet z FTP,
op novem nahrati bude podobna chyba jinde. FTP: pouzivam axyftp, ale pouzil
jsem i konkqueror
jiste poznate ktera cast tam nepatri. projistotu dole original
PM
/************************************************************************/
/* PHP-NUKE: Web Portal System */
/* =========================== */
/* */
/* Copyright (c) 2001 by Francisco Burzi (fbc at mandrakesoft.com) */
/* http://phpnuke.org
A
,47,116,72,90,110).
8 1296 Sep 14 11:17 rozvrhy.php
-rw-r--r-- 1 1001 crusers 19741 Sep 5 12:19 search.php
-rw-r--r-- 1 1001 crusers 7447 Sep 5 12:19 sections.php
-rw-r--r-- 1 1001 crusers 13970 Sep 5 12:19 stats.php
-rw-r--r-- 1 1001 crusers 10489 Sep 5 12:19 submit.php
drwxr-xr-x 6 1001 crusers 192 Sep 6 10:26 themes
-rw-r--r-- 1 1001 crusers 8543 Sep 5 12:19 top.php
-rw-r--r-- 1 1001 crustcookie("lang",$newlang,time()+31536000);
include("language/lang-$newlang.php");
$currentlang = $newlang;
} else {
setcookie("lang",$language,time()+31536000);
include("language/lang-$language.php");
$currentlang = $language;
}
} elseif (isset($lang)) {
include("language/lang-$lang.php");
$currentlang = $lang;
} else {
setcookie("lang",$language,time()+31536000);
include("language/lang-$language.php");
$currentlang = $language;
}
TAK TOHLE MI TEDA VYSVETLETE.. JA TO NECHAM NA ZEJTRA a zacnu postupne vypinat
programy.. to jsem zvedavej co to dela.
PM
ORIGINAL
<?php
/************************************************************************/
/* PHP-NUKE: Web Portal System */
/* =========================== */
/* */
/* Copyright (c) 2001 by Francisco Burzi (fbc at mandrakesoft.com) */
/* http://phpnuke.org */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
if (eregi("mainfile.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
include("config.php");
if (isset($newlang)) {
if (file_exists("language/lang-$newlang.php")) {
setcookie("lang",$newlang,time()+31536000);
include("language/lang-$newlang.php");
$currentlang = $newlang;
} else {
setcookie("lang",$language,time()+31536000);
include("language/lang-$language.php");
$currentlang = $language;
KONEC
More information about the Users-l
mailing list