Nejste přihlášeni
Hm. trošičku mě děsí nevalidita těchto stránek.
Reklamy a toplist si si tam dal sám, čiže kód si môžeš upraviť a napraviť chyby, jedná sa o chyby ukončovania tágov, napríklad obrázok v html má byť takto <img src="" alt="" > ale v xhtml už takto <img src="" alt="" />
Šmarjá, Honzo, mě vůbec nenapadlo, že můžu ty jejich kódy(těch zpětných odkazů-které mi poslali) opravit.
Jasně, sedím si na vedení. Upravil jsem jejich kódy a jsem bez chybičky.
Díky moc.
8-) Super ... zaujimavy projekt ...
Děkuju...
Blbý ovšem je, že mi vložené kódy zpětných odkazů nasekaly HTML chyby. Viz.:
Validation Output: 9 Errors
1. Error Line 66, Column 162: end tag for "img" omitted, but OMITTAG NO was specified
… bloger.cz" title="blog bloger.cz"></a> <a rel="follow" href="http://clonet.eu…
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
2. Info Line 66, Column 48: start tag was here
…="_blank" href="http://www.bloger.cz"><img src="http://www.bloger.cz/bloger.gi…
3. Error Line 66, Column 395: end tag for "br" omitted, but OMITTAG NO was specified
… Clonet - evropský katalog" /></a><br><br><a href="http://katalog.linkbuilder.…
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
4. Info Line 66, Column 391: start tag was here
…alog Clonet - evropský katalog" /></a><br><br><a href="http://katalog.linkbuil…
5. Error Line 66, Column 399: end tag for "br" omitted, but OMITTAG NO was specified
…net - evropský katalog" /></a><br><br><a href="http://katalog.linkbuilder.cz/"…
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
6. Info Line 66, Column 395: start tag was here
… Clonet - evropský katalog" /></a><br><br><a href="http://katalog.linkbuilder.…
7. Error Line 66, Column 477: end tag for "br" omitted, but OMITTAG NO was specified
…>Katalog odkazů, výměna odkazů</a><br><br><a target="_blank" href="http://www.…
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
8. Info Line 66, Column 473: start tag was here
…cz/">Katalog odkazů, výměna odkazů</a><br><br><a target="_blank" href="http://…
9. Error Line 66, Column 481: end tag for "br" omitted, but OMITTAG NO was specified
…alog odkazů, výměna odkazů</a><br><br><a target="_blank" href="http://www.gale…
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
10. Info Line 66, Column 477: start tag was here
…>Katalog odkazů, výměna odkazů</a><br><br><a target="_blank" href="http://www.…
11. Error Line 66, Column 671: end tag for "img" omitted, but OMITTAG NO was specified
… border="0" height="15" width="80"></a> <a href="http://www.hledejsmudlo.cz/">…
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
12. Info Line 66, Column 537: start tag was here
… href="http://www.galerie-modelek.cz"><img src="http://www.galerie-modelek.cz/…
13. Error Line 66, Column 735: end tag for "br" omitted, but OMITTAG NO was specified
…ejsmudlo.cz/">Hledej Šmudlo.cz</a><br><br><a href="http://www.toplist.cz/" tar…
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
14. Info Line 66, Column 731: start tag was here
…hledejsmudlo.cz/">Hledej Šmudlo.cz</a><br><br><a href="http://www.toplist.cz/"…
15. Error Line 66, Column 739: end tag for "br" omitted, but OMITTAG NO was specified
…udlo.cz/">Hledej Šmudlo.cz</a><br><br><a href="http://www.toplist.cz/" target=…
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
16. Info Line 66, Column 735: start tag was here
…ejsmudlo.cz/">Hledej Šmudlo.cz</a><br><br><a href="http://www.toplist.cz/" tar…
17. Error Line 67, Column 74: end tag for "img" omitted, but OMITTAG NO was specified
src="http://toplist.cz/count.asp?id=1120487" alt="TOPlist" border="0"></a>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
18. Info Line 66, Column 786: start tag was here
…Hledej Šmudlo.cz</a><br><br><a href="http://www.toplist.cz/" target="_top"><img
Nevíte někdo, co s tím?
Děkuju moc.
Ako hovorí chyba. Pravdepodobne na 4 riadku daného súboru nieje ukončený riadok znakom ; prípadne tam niekde chýba znak , aby som poradil, musel by som vidieť celý súbor, čo všetko je v ňom napísané a ako.
Moc ti děkuju, server prý nepodporuje vkládání externích kódů nebo co. Děkuju moc, upustil jsem od toho.
Dobrý den,
v php fusionu se mi nedaří v administraci vložit do panelu tento kód:
<!-- *** ZACATEK KODU LINKBOX.CZ *** -->
<?php
if(intval(get_cfg_var('allow_url_fopen')) && function_exists('readfile')) {
@readfile("http://www.linkbox.cz/links/txt/?site=313");
} elseif(intval(get_cfg_var('allow_url_fopen')) && function_exists('file')) {
if($content = @file("http://www.linkbox.cz/links/txt/?site=313")) print @join('', $content);
} elseif(function_exists('curl_init')) {
$ch = curl_init ("http://www.linkbox.cz/links/txt/?site=313");
curl_setopt ($ch, CURLOPT_HEADER, 0);
curl_exec ($ch);
if(curl_error($ch))
curl_close ($ch);
} else {
print "Konfigurace Vašeho serveru neumožňuje vložení externího souboru na Vaší stránku.";
}
?>
<!-- *** KONEC KODU LINKBOX.CZ ***** -->
stav vnitřku panelu před vložením kódu vyhlíží takto:
openside('Odkazy');
echo '<a target="_blank" href="http://www.bloger.cz"><img src="http://www.bloger.cz/bloger.gif" width="88" height="31" alt="blog bloger.cz" title="blog bloger.cz"></a><br><br><a href="http://katalog.linkbuilder.cz/">Katalog odkazů, výměna odkazů</a><br>';
closeside();
Po vložení kódu se objeví chyba tato:
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/users/mazura/domov.mzf.cz/web/themes/templates/panels.php(48) : eval()'d code on line 4
Víte někdo co dělám blbě? Anebo, ukažte mi, jak se správně do panelu vkládají php kódy, ať vás tady nevotravuju.
Děkuji moc.
Videa.Cekuj.Net napsal:normalne si ju daj na webe otvor si zlozku v ftp INCLUDES tam si najdi subor includes_footer otvor a vloz kod pod tieto znaky ?> cize za znakmy ?> vloz tento kod
<center>
<endora>
</center>TU DOLE MAS PRIKLAD AKO MTO MA VYZERAT UZ AJ S KODOM ...
<?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: footer_includes.php
+--------------------------------------------------------+
| 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 http://www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*///Add your custom include files for the footer here
?>
<center>
<endora>
</center>Funguje to len v Php Fusion verzia 7.x.x vo verzii 6.x.x tento subor includes_footer.php nenajdes ...
Hmm, moc Ti děkuju, už to funguje. A že to na mě nikde neřekneš. ) Já jsem tam pořád cpal ze stránky okopírovaný zdrojový kód té jejich reklamy. Nyní, když jsem tam dal tento jednoduchý kód, tak to šlape.
Moc vám všem díky. Moc. Ahoj.
Pro prohlédnutí zde: <!-- w --><a class="postlink" href="http://www.domov.mzf.cz">www.domov.mzf.cz</a><!-- w -->
Stačí si vložiť kód <endora> priamo do šablóny ktorú používate, napríklad do časti Footer.
Dobrý den,
asi jsem blbej, ale já vůbec nevím kam a jak. Zkoušel jsem to v šabloně, kterou mám, ale rozhodilo mi to celou grafiku. Přitom chci dát reklamu jen do středu.
Děkuji moc.
Dobrý den,
jak bych mohl v PHP FUSION vycentrovat dole v patičce reklamní lištu? Ujíždí mi doleva.
Případně, v kterých souborech bych to mohl upravit, nebo kam vložit kód reklamy ENDORA.
Děkuji moc.