Nejste přihlášeni
Stránky 1
Zdravím,
potřeboval bych se na Vás něco zeptat - když si chci vytvořit stránku přes webadmin, tak mi to tak trochu nejde.
Moc toho nejde udělat, když tam nedám <?php ?> , ale když to tam dám, nechce se mi zobrazit stránka, resp. ukáže to chybu o neexistující stánce. Říkal jsem si, že tam asi něco chybí, tak jsem tam dosadil
require_once "maincore.php";
require_once THEMES."templates/header.php";
+ na konec:
require_once THEMES."templates/footer.php";
Ale nic se nezměnilo. I když mi stejně něco říká, že jsem toho dosadil málo.
Poraďte mi tedy prosím, co tam mám dosadit za kódy, aby mi to normálně zobrazilo stránku?.
Děkuji, AK47.
Offline
Offline
<?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2011 Nick Jones
| [url]http://www.php-fusion.co.uk/[/url]
+--------------------------------------------------------+
| Filename: eid.php
| Author: AK47
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at [url=http://www.gnu.org/licenses/agpl.html]www.gnu.org/licenses/agpl.html[/url]. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
require_once "maincore.php";
require_once THEMES."templates/header.php";
<span style="color:red;font-weight:bold;">Něco</span>
echo "<span style="color:red;font-weight:bold;">Něco\n</span>\n";
<span style="color:red;font-weight:bold;">Něco\n</span>
<span style="color:red;font-weight:bold;">Něco\n</span>
<span style="color:red;font-weight:bold;">Něco\n</span>
<span style="color:red;font-weight:bold;">Něco\n</span>
<span style="color:red;font-weight:bold;">Něco\n</span>
require_once THEMES."templates/footer.php";
?>
A nediv se, jen testuji
Upravil [Ne0N]_AK47 (2013-11-11 19:41:51)
Offline
Např.:
<?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2011 Nick Jones
| [url]http://www.php-fusion.co.uk/[/url]
+--------------------------------------------------------+
| Filename: eid.php
| Author: AK47
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at [url=http://www.gnu.org/licenses/agpl.html]www.gnu.org/licenses/agpl.html[/url]. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
require_once "maincore.php";
require_once THEMES."templates/header.php";
?>
<span style="color:red;font-weight:bold;">Něco</span>
<span style="color:red;font-weight:bold;">Něco\n</span>
<span style="color:red;font-weight:bold;">Něco\n</span>
<span style="color:red;font-weight:bold;">Něco\n</span>
<span style="color:red;font-weight:bold;">Něco\n</span>
<span style="color:red;font-weight:bold;">Něco\n</span>
<span style="color:red;font-weight:bold;">Něco\n</span>
<?php
require_once THEMES."templates/footer.php";
?>
Doporučuji nastudovat základy php a html.
1. Murphyho zákon:
Na počátku nebylo nic. I to se pokazilo!
stránky: CMS test
kontakt - instalace systémů, MySQL, FTP přístup, ...
Instalační balíky vybraných CSM
Problémy spojené s provozem služeb Endora, řešte na tomto fóru.
Offline
Stránky 1