Chodzi o to że chcę zrobić nowe opcje w folderze http://xol-live.pl/apps
a normalnie ulokowanie plików jest takie pliki .php kttp://xol-live.pl/ a plików html http://xol-live.pl/_themes/main/space
Więc gdy zrobiłem tak http://xol-live.pl/apps/paint-online i zrobiłem odwołanie do pliku stylu który jest w oryginalnym folderze to pliki stylu normalnie się wczytują ale jest wielkie ALE. Do kodów obrazków dodawany jest kawałek adresu przez któe nie działają to samo z css i js
A Teraz zbiór kodów
http://xol-live.pl/apps/paint-online/profile_audio_edit.php
http://xol-live.pl/apps/paint-online/_themes/main/space/img/my_clips.png
tego pogrubionego w ogóle nie powinno być
Wszystko inne dobrze wczytuje, sesje użytkowników itp ale jest problem z dodaniem tej zbędnej linijki
<?php /* (C) ABK-Soft Ltd., 2004-2006 IMPORTANT: This is a commercial software product and any kind of using it must agree to the ABK-Soft Ltd. license agreement. It can be found at <a href="http://abk-soft.com/license.doc" target="_blank">http://abk-soft.com/license.doc</a> This notice may not be removed from the source code. */ $area = "login"; include("../../_include/core/main_start.php"); payment_check('pogoda_city'); class CPage extends CHtmlBlock { function parseBlock(&$html) { foreach ($g_user as $k => $v) $html->setvar($k, $v); parent::parseBlock($html); } } $page = new CPage("", $g['tmpl']['dir_tmpl_main'] . "./pogoda.html"); $header = new CHeader("header", $g['tmpl']['dir_tmpl_main'] . "./_header.html"); $page->add($header); $footer = new CFooter("footer", $g['tmpl']['dir_tmpl_main'] . "./_footer.html"); $page->add($footer); $users_ims = new CIms("ims", $g['tmpl']['dir_tmpl_main'] . "_ims.html"); $page->add($users_ims); include("../../_include/core/main_close.php"); ?>
TEN skrypt to ablespace
Mógłbym liczyć na czyjąś pomoc ?