Hallo Andi und alle Mods
ich brauche hilfe und zwar bei spaw; wenn ich in den beitrag was schreiben will funktioniert nicht oder html eingeben möchte.
ich habe config.php ordner eddiert wie es beschrieben wurde ( http://www.pragmamx.org/Forum-topic-24461-start-msg163513.html#msg163513
(http://www.pragmamx.org/Forum-topic-24461-start-msg163513.html#msg163513) )
das ist das code
// semi-automatic path calculation
// comment the above settings of DOCUMENT_ROOT, SPAW_ROOT and SPAW_DIR
// and use this block if the above fails.
// set SPAW_DIR manually. If you access demo page by http://domain.com/spaw2/demo/demo.php
// then set SPAW_DIR to /spaw2/*/
SpawConfig::setStaticConfigItem('SPAW_DIR', '/spaw/');
// and the following settings will be calculated automaticly
SpawConfig::setStaticConfigItem('SPAW_ROOT', str_replace("\\","/",realpath(dirname(__FILE__)."/..").'/'));
SpawConfig::setStaticConfigItem('DOCUMENT_ROOT', substr(SpawConfig::getStaticConfigValue('SPAW_ROOT'),0,strlen(SpawConfig::getStaticConfigValue('SPAW_ROOT'))-strlen(SpawConfig::getStaticConfigValue('SPAW_DIR'))));
/*
// under IIS you will probably need to setup the above paths manually. it would be something like this
SpawConfig::setStaticConfigItem('DOCUMENT_ROOT', 'c:/inetpub/wwwroot/');
SpawConfig::setStaticConfigItem('SPAW_ROOT', 'c:/inetpub/wwwroot/spaw2/');
SpawConfig::setStaticConfigItem('SPAW_DIR', '/spaw2/');
*/
habe alle spaw2 auf spaw versucht geht auch nicht.
sieht so dann aus http://duzceli.du.funpic.de/spaw/demo/demo.php (http://duzceli.du.funpic.de/spaw/demo/demo.php)
ich verstehe nicht wo ich fehler mache.
könnt ihr mir dabei helfen das ich spaw schreiben oder html code fügen kann.
vielen dank
Hi,
schalte mal den Werbebanner aus und versuche es erneut.