Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Indian

Pages: [1]
1
Discussion & Troubleshooting / Metatags
« on: October 27, 2002, 07:35:15 AM »
templates/template_name/header.html

2
Mods & Plugins (Requests & Discussions) / Random.php & Phpnuke
« on: October 22, 2002, 06:34:31 PM »
Hier ist random.txt von meine Seite : http://polhost.net/rendom.txt .

3
Discussion & Troubleshooting / Problem
« on: October 13, 2002, 01:18:30 PM »
Przejdz na 4Images1.7 .

4
Mods & Plugins (Requests & Discussions) / Random.php & Phpnuke
« on: September 27, 2002, 05:45:50 PM »
Nein . Da wo ist index.php in Phpnuke .

5
Mods & Plugins (Requests & Discussions) / Random.php & Phpnuke
« on: September 25, 2002, 09:22:01 PM »
Hier ist code fÜr ein Block mit random.php in PhpNuke :

Quote
<?php

/************************************************************************/
/* PHP-NUKE: Web Portal System                                          */
/* ===========================                                          */
/*                                                                      */
/* Copyright (c) 2001 by Francisco Burzi (fbc@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("block-4Images_Block.php",$PHP_SELF)) {
    Header("Location: index.php");
    die();
}
ob_start();
include 'random.php';
$content .= ob_get_contents().$content;
ob_end_clean();

?>
Das arbeitet zusammen mit random.php " http://www.4homepages.de/forum/viewtopic.php?t=1020 "
Ich habe getestet mit Phpnuke 6.0

demo : http://polhost.net

6
Language Packs / [Language] Polish language files
« on: September 19, 2002, 08:53:03 PM »
Dzieki Bolo .

Pages: [1]