o to ja wiem. Nie proszę o przetłumaczenie komunikatu tylko o powiedzienie co zrobić, żeby działało
o to ja wiem. Nie proszę o przetłumaczenie komunikatu tylko o powiedzienie co zrobić, żeby działało
Oki - poradzone zrobiłem wcześniej chdir('/forum'); tylko teraz mi się obrazki nie wyświetlają :/ jakiś pomysł na to badziewie?
ale co Ty chcesz zrobić? Może będzie łatwiej jak wkleisz jakiś kawałek kodu, a nie tylko błąd i 1 funkcję
HIe hie - i z ytm jużsobie poradziłem - dodałwm w template w <head> tylko tyle <base href="/forum/" />
Sorka za zawracanie gitary, ale mam nadzieję, że przynajmniej isę to komuś przyda
Ja tam mam białą stronę... a test mam napisane małymi literami.
Tez mam biala strone czy ktos wie jak to poprawic?
Mam wersje 3.8.5, hmm?
usuń fragment
gotowiec test.phpKod php:
define('NO_REGISTER_GLOBALS', 1);
I możesz dać w CRR vbseoKod php:
<?php
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
// #################### DEFINE IMPORTANT CONSTANTS #######################
define('THIS_SCRIPT', 'test'); // change this depending on your filename
// ################### PRE-CACHE TEMPLATES AND DATA ######################
// get special phrase groups
$phrasegroups = array();
// get special data templates from the datastore
$specialtemplates = array();
// pre-cache templates used by all actions
$globaltemplates = array('TEST');
// pre-cache templates used by specific actions
$actiontemplates = array();
// ######################### REQUIRE BACK-END ############################
require_once('./global.php');
// #######################################################################
// ######################## START MAIN SCRIPT ############################
// #######################################################################
$navbits = array();
$navbits[$parent] = 'Testowa Strona';
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('TEST') . '");');
?>
Kod html:'test\.php'=>'test.html'
Hm, to nic nie dalo, dalej biala strona.
Moze to wina mojego .htacces?
Mam tak:
Kod:RewriteEngine On RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/index.php [L,QSA] RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/$2 [L,QSA] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron) RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA] RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron) RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php [L,QSA]
Ostatnio edytowane przez hash_ ; 13.10.2010 o 22:41