Pliki proszą o hasło, jak poprawnie je wysyłać na ftp?

Jak stworzyć swoją pierwszą stronę. Jeśli jeszcze nie orientujesz się w temacie robienia stron, zapraszamy tutaj.
kupaaa
Posty: 1
Rejestracja: 19 wrz 2015, 00:25:50
Płeć: Niewybrana
User Agent: Firefox Windows

Pliki proszą o hasło, jak poprawnie je wysyłać na ftp?

Post autor: kupaaa »

Witam,
Pliki graficzne z ftp proszą o hasło.
Wysłałem pliki na ftp za pomocą filezilla, chcę je wykorzystać w szablonie do allegro, kiedy wchodzę na index.html, wyskakuje mi mnóstwo okienek z prośbą o hasło admina. Chciałbym aby pliki były dostępne dla wszystkich, jak to zrobić?
Chodzi o konto jalapeno.cba.pl.

Przesyłam kod który chciałem wkleić w miejscu na szablon w allegro:
<style>
#shBackground {
background:url(ftp://admin@jalapeno.cba.pl@jalapeno.cb ... glowne.jpg);
background-position:center 100px;
background-repeat:no-repeat;
font-family:georgia,'helvetica neue', helvetica, arial, sans-serif;
}
#shBackground a {
text-decoration:none;
}

#shOuter {
margin-top:7px;
margin-bottom:30px;
background:url(ftp://admin@jalapeno.cba.pl@jalapeno.cb ... upasek.png);
background-position:0 60px;
background-repeat:repeat-x;
}

#shInner {
-moz-border-radius:3px;
-moz-box-shadow:0px 10px 31px 0 rgba(0,0,0,0.35);
-ms-box-shadow:0px 10px 31px 0 rgba(0,0,0,0.35);
-o-border-radius:3px;
-o-box-shadow:0px 10px 31px 0 rgba(0,0,0,0.35);
-webkit-border-radius:3px;
-webkit-box-shadow:0px 10px 31px 0 rgba(0,0,0,0.35);
background:#FFF;
border-radius:5px;
box-shadow:0px 10px 31px 0 rgba(0,0,0,0.35);
margin:0 auto;
width:960px;
}

#shInner a,#shInner a:visited {
color:#8b8b5b;
font-size:9.5pt;
}

#shInner a:hover {
color:#7a7a4a;
}

#shInner a:active {
position:relative;
top:1px;
}

#auctionDetailsContainer {
width:680px;
}

#auctionTitleContainer {
background:url(ftp://admin@jalapeno.cba.pl@jalapeno.cb ... lehand.png);
background-position:450px 0;
background-repeat:no-repeat;
float:left;
margin-bottom:1.7em;
min-height:30px;
padding-top:6px;
width:501px;
}

#auctionTitle {
background:url(ftp://admin@jalapeno.cba.pl@jalapeno.cb ... upasek.png);
background-repeat:repeat-xy;
color:#FFF;
font-size:14.7pt;
letter-spacing:1px;
line-height:17.6pt;
padding-left:5px;
padding-right:5px;
width:440px;
}

#auctionPrice {
color:#8b8b5b;
float:right;
font-size:22pt;
text-align:center;
width:179px;
}

#shOuterHeader {
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
background:url(ftp://admin@jalapeno.cba.pl@jalapeno.cb ... upasek.png);
background-position:0 60px;
background-repeat:repeat-x;
border-top-left-radius:5px;
border-top-right-radius:5px;
height:100px;
overflow:hidden;
}

#shHeader {
background:url(dotshorizontal.png);
background-position:0 40px;
background-repeat:repeat-x;
height:42px;
}

#shHeader img {
display:block;
width:960px;
height:40px;
}

ul#shMenu {
list-style-type:none;
margin:0;
overflow:hidden;
padding:0;
text-align:center;
width:960px;
}

ul#shMenu li {
background:url(menuoddzielnik.png);
background-position:80% top;
background-repeat:no-repeat;
color:#FFF;
display:inline;
font-size:15.2pt;
letter-spacing:1px;
line-height:60px;
margin:0;
padding:0 65px 0 0;
}

ul#shMenu li.shLastMenuItem {
background:none;
padding-right:0;
}

ul#shMenu li a {
color:#FFF;
font-size:15.2pt;
}

ul#shMenu li a:visited {
color:#FFF;
font-size:15.2pt;
}

ul#shMenu li a:hover {
color:#d9d98e;
}

#shTopChangerOuter {
cursor:pointer;
height:450px;
overflow:hidden;
position:relative;
width:960px;
}

#shTopChangerText {
-moz-text-shadow:0 1px 3px rgba(20,20,20,0.7);
-o-text-shadow:0 1px 3px rgba(20,20,20,0.7);
-webkit-text-shadow:0 1px 3px rgba(20,20,20,0.7);
color:#FFF;
font-size:44pt;
left:40px;
line-height:46pt;
position:absolute;
text-shadow:0 1px 3px rgba(20,20,20,0.7);
top:52px;
width:700px;
z-index:100;
}

/* Tło numer 3 */
ul#shTopChanger {
background:url(ftp://admin@jalapeno.cba.pl@jalapeno.cb ... ider03.jpg);
display:block;
height:450px;
list-style-type:none;
margin:0;
padding:0;
width:960px;
}

ul#shTopChanger ul {
background:none;
height:300px;
margin:0;
padding:0;
}

ul#shTopChanger ul li {
background:none;
margin:0;
padding:0;
}

ul#shTopChanger li {
display:block;
float:left;
list-style-type:none;
margin:0;
padding:0;
position:relative;
}

ul#shTopChanger li div {
left:0;
position:absolute;
}

/* Tło numer 1 */
ul#shTopChanger li div.top {
background:url(ftp://admin@jalapeno.cba.pl@jalapeno.cb ... ider01.jpg);
}

/* Tło numer 2 */
ul#shTopChanger li div.bottom {
background:url(ftp://admin@jalapeno.cba.pl@jalapeno.cb ... ider02.jpg);
}

ul#shTopChanger li div.top,ul#shTopChanger li div.bottom {
-webkit-transition-duration:.8s;
-webkit-transition-property:opacity;
-webkit-transition-timing-function:ease-in-out;
-moz-transition-duration:.8s;
-moz-transition-property:opacity;
-moz-transition-timing-function:ease-in-out;
-o-transition-duration:.8s;
-o-transition-property:opacity;
-o-transition-timing-function:ease-in-out;
-ms-transition-duration:.8s;
-ms-transition-property:opacity;
-ms-transition-timing-function:ease-in-out;
transition-duration:.8s;
transition-property:opacity;
transition-timing-function:ease-in-out;
}

#shTopChangerOuter:hover ul#shTopChanger li div.top,#shTopChangerOuter:hover ul#shTopChanger li div.bottom {
opacity:0;
-moz-opacity:0;
-webkit-opacity:0;
-o-opacity:0;
}

ul#shTopChanger li.nr1,ul#shTopChanger li.nr2,ul#shTopChanger li.nr3,ul#shTopChanger li.nr4 {
height:300px;
width:240px;
}

ul#shTopChanger li.nr1 div,ul#shTopChanger li.nr2 div,ul#shTopChanger li.nr3 div,ul#shTopChanger li.nr4 div{
height:300px;
width:240px;
}

ul#shTopChanger li.nr2 li.nr2Top,ul#shTopChanger li.nr2 li.nr2Bottom,ul#shTopChanger li.nr5,ul#shTopChanger li.nr7 {
height:150px;
width:240px;
}

ul#shTopChanger li.nr2 li.nr2Top div,ul#shTopChanger li.nr2 li.nr2Bottom div,ul#shTopChanger li.nr5 div,ul#shTopChanger li.nr7 div{
height:150px;
width:240px;
}

ul#shTopChanger li.nr6 {
height:150px;
width:480px;
}

ul#shTopChanger li.nr6 div {
height:150px;
width:480px;
}

ul#shTopChanger li.nr1 div {
background-position:0px 0px;
}

ul#shTopChanger li.nr2 li.nr2Top div {
background-position:-240px 0px;
}

ul#shTopChanger li.nr2 li.nr2Bottom div {
background-position:-240px -150px;
}

ul#shTopChanger li.nr3 div {
background-position:-480px 0px;
}

ul#shTopChanger li.nr4 div {
background-position:-720px 0px;
}

ul#shTopChanger li.nr5 div {
background-position:0px -300px;
}

ul#shTopChanger li.nr6 div {
background-position:-240px -300px;
}

ul#shTopChanger li.nr7 div {
background-position:-720px -300px;
}

ul#shTopChanger li.nr1 div.top {
-moz-transition-delay:0;
-ms-transition-delay:0;
-o-transition-delay:0;
-webkit-transition-delay:0;
transition-delay:0;
}

ul#shTopChanger li.nr1 div.bottom {
-moz-transition-delay:1.8s;
-ms-transition-delay:1.8s;
-o-transition-delay:1.8s;
-webkit-transition-delay:1.8s;
transition-delay:1.8s;
}

ul#shTopChanger li.nr2 li.nr2Top div.top {
-moz-transition-delay:.5s;
-ms-transition-delay:.5s;
-o-transition-delay:.5s;
-webkit-transition-delay:.5s;
transition-delay:.5s;
}

ul#shTopChanger li.nr2 li.nr2Top div.bottom {
-moz-transition-delay:2.3s;
-ms-transition-delay:2.3s;
-o-transition-delay:2.3s;
-webkit-transition-delay:2.3s;
transition-delay:2.3s;
}

ul#shTopChanger li.nr2 li.nr2Bottom div.top {
-moz-transition-delay:.3s;
-ms-transition-delay:.3s;
-o-transition-delay:.3s;
-webkit-transition-delay:.3s;
transition-delay:.3s;
}

ul#shTopChanger li.nr2 li.nr2Bottom div.bottom {
-moz-transition-delay:2.1s;
-ms-transition-delay:2.1s;
-o-transition-delay:2.1s;
-webkit-transition-delay:2.1s;
transition-delay:2.1s;
}

ul#shTopChanger li.nr3 div.top {
-moz-transition-delay:.7s;
-ms-transition-delay:.7s;
-o-transition-delay:.7s;
-webkit-transition-delay:.7s;
transition-delay:.7s;
}

ul#shTopChanger li.nr3 div.bottom {
-moz-transition-delay:2.5s;
-ms-transition-delay:2.5s;
-o-transition-delay:2.5s;
-webkit-transition-delay:2.5s;
transition-delay:2.5s;
}

ul#shTopChanger li.nr6 div.top {
-moz-transition-delay:.6s;
-ms-transition-delay:.6s;
-o-transition-delay:.6s;
-webkit-transition-delay:.6s;
transition-delay:.6s;
}

ul#shTopChanger li.nr6 div.bottom {
-moz-transition-delay:2.4s;
-ms-transition-delay:2.4s;
-o-transition-delay:2.4s;
-webkit-transition-delay:2.4s;
transition-delay:2.4s;
}

ul#shTopChanger li.nr7 div.top {
-moz-transition-delay:.2s;
-ms-transition-delay:.2s;
-o-transition-delay:.2s;
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

ul#shTopChanger li.nr7 div.bottom {
-moz-transition-delay:2s;
-ms-transition-delay:2s;
-o-transition-delay:2s;
-webkit-transition-delay:2s;
transition-delay:2s;
}

ul#shTopChanger li.nr4 div.top,ul#shTopChanger li.nr5 div.top {
-moz-transition-delay:.8s;
-ms-transition-delay:.8s;
-o-transition-delay:.8s;
-webkit-transition-delay:.8s;
transition-delay:.8s;
}

ul#shTopChanger li.nr4 div.bottom,ul#shTopChanger li.nr5 div.bottom {
-moz-transition-delay:2.6s;
-ms-transition-delay:2.6s;
-o-transition-delay:2.6s;
-webkit-transition-delay:2.6s;
transition-delay:2.6s;
}

#shColumnsOuter {
background:url(dotsvertical.png);
background-position:719px 0;
background-repeat:repeat-y;
}

#shColumnLeft {
float:left;
padding:50px 20px 0px 20px;
width:680px;
}

#shColumnRight {
float:left;
padding:50px 0 50px 6px;
width:234px;
}

.shMainContent {
color:#363636;
font-size:14pt;
line-height:1.5em;
}

.shMainContent ul {
line-height:1.5em;
list-style-image:url(ftp://admin@jalapeno.cba.pl@jalapeno.cb ... rzalka.png);
list-style-position:inside;
margin-bottom:2em;
margin-left:0;
margin-top:0;
padding-bottom:0;
padding-left:0;
}

.shMainContent ul li {
margin-bottom:1.3em;
}

.shMainContent p {
margin-bottom:2em;
margin-top:0;
padding:0;
}

h1 {
background:url(ftp://admin@jalapeno.cba.pl@jalapeno.cb ... glowek.png);
background-position:left center;
background-repeat:no-repeat;
color:#000;
font-size:15pt;
font-weight:400;
margin-bottom:2em;
margin-top:0;
padding-left:5px;
}

.shBottomDots {
background:url(dotshorizontal.png);
background-position:left bottom;
background-repeat:repeat-x;
}

.shRightBox {
margin-bottom:1.5em;
padding-bottom:1.5em;
padding-left:14px;
padding-right:20px;
}

.shRightBox h1 {
margin-bottom:.5em;
}

ul#daneFirmy {
font-size:12pt;
line-height:2.2em;
list-style-image:none;
list-style-type:none;
margin-bottom:1em;
}

ul#daneFirmy li {
margin-bottom:.7em;
}

ul#daneFirmy li.gadu {
background:url(ikonagadu.jpg);
background-position:-8px center;
background-repeat:no-repeat;
padding-left:31px;
}

ul#daneFirmy li.telefon {
background:url(ikonatele.jpg);
background-position:-8px center;
background-repeat:no-repeat;
padding-left:31px;
}

ul#daneFirmy li.email {
background:url(ikonaemail.jpg);
background-position:-8px center;
background-repeat:no-repeat;
padding-left:31px;
font-size:10pt;
line-height:2em;
}

#shFeet {
text-align:center;
font-size:12pt;
line-height:3em;
background:#fff url(dotshorizontal.png);
background-position:left top;
background-repeat:repeat-x;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}

.captionImage {
margin-bottom:2em;
max-width:680px;
min-width:680px;
overflow:hidden;
position:relative;
width:680px;
cursor:pointer;
}

.captionImage img {
display:block;
max-width:680px;
min-width:680px;
width:680px;
-webkit-transition:0.35s;
-moz-transition:0.35s;
-o-transition:0.35s;
-ms-transition:0.35s;
transition:0.35s;
}

.captionImage .shMagnify {
position:absolute;
top:5%;
left:90%;
width:54px;
height:53px;
background:url(ikonalupa.png);
background-repeat:no-repeat;
-moz-opacity:0;
-webkit-opacity:0;
-o-opacity:0;
-ms-opacity:0;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:0.35s;
-moz-transition:0.35s;
-o-transition:0.35s;
-ms-transition:0.35s;
transition:0.35s;
}

.captionImage:hover .shMagnify {
-moz-opacity:1;
-webkit-opacity:1;
-o-opacity:1;
-ms-opacity:1;
opacity:1;
filter:alpha(opacity=100);
}

.captionImage:active img {
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-o-transform:scale(1.2);
-ms-transform:scale(1.2);
transform:scale(1.2);
}

.captionText {
background:rgba(0,0,0,0.7);
bottom:0;
color:#FFF;
font-size:13pt;
left:0;
line-height:1.4em;
min-width:680px;
padding:5px 10px;
position:absolute;
width:680px;
}

.clear {
clear:both;
}

</style>
<!--

Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

--------------------------------------------------------------------

Szablon Allegro stworzony przez zespół Bazinga Designs
Odwiedź nas na http://www.bazingadesigns.com

Używanie, rozpowszechnianie oraz modyfikowanie szablonu jest darmowe
pod warunkiem pozostawienia tekstu licencji, oryginalnej stopki z
linkiem do Bazinga Designs oraz CREDITS autorów użytych
zdjęć/obrazów/grafik wewnątrz tego pliku.

--------------------------------------------------------------------

Photography CREDITS:

All these beautiful images used in this template come from Flickr.com
and are licensed under Creative Commons Attribution License:

http://creativecommons.org/licenses/by/2.0/)

Main background image:

Author: bratha
Profile: http://www.flickr.com/people/bratha/
http://www.flickr.com/photos/bratha/386 ... otostream/

Image in the content:
Igor Wnuk / igor.wnuk@gmail.com

First images screen:

Author: austinevan
Profile: http://www.flickr.com/people/austinevan
http://www.flickr.com/photos/austinevan ... otostream/

Author: agirlwithtea
Profile: http://www.flickr.com/people/agirlwithtea/
http://www.flickr.com/photos/agirlwitht ... otostream/
http://www.flickr.com/photos/agirlwitht ... otostream/

Author: marcozrobro
Profile: http://www.flickr.com/people/marcozdobro/
http://www.flickr.com/photos/marcozdobr ... otostream/

Author: tjsander
Profile: http://www.flickr.com/people/travis_sanders/
http://www.flickr.com/photos/travis_san ... otostream/

Author: denizen24
Profile: http://www.flickr.com/people/39311243@N05/
http://www.flickr.com/photos/39311243@N ... otostream/

Author: eelcoc
Profile: http://www.flickr.com/people/eelcoc/
http://www.flickr.com/photos/eelcoc/369 ... otostream/

Author: joost-ijmuiden
Profile: http://www.flickr.com/people/joost-ijmuiden
http://www.flickr.com/photos/joost-ijmuiden/7144910751/

Second images screen:

Author: marcoarment
Profile: http://www.flickr.com/people/marcoarment/
http://www.flickr.com/photos/marcoarmen ... otostream/

Author: saad
Profile: http://www.flickr.com/people/saad/
http://www.flickr.com/photos/saad/44543 ... otostream/

Author: borkurdotnet
Profile: http://www.flickr.com/people/borkurdotnet/
http://www.flickr.com/photos/borkurdotn ... otostream/

Author: rzganoza
Profile: http://www.flickr.com/people/rzganoza/
http://www.flickr.com/photos/rzganoza/5 ... otostream/

Author: jariceiii
Profile: http://www.flickr.com/people/jariceiii/
http://www.flickr.com/photos/jariceiii/ ... otostream/

Author: warmhotchocolate
Profile: http://www.flickr.com/people/52568393@N05/
http://www.flickr.com/photos/52568393@N ... otostream/

Author: gifrancis
Profile: http://www.flickr.com/people/gifrancis/
http://www.flickr.com/photos/gifrancis/ ... otostream/

Author: chillitpv
Profile: http://www.flickr.com/people/chillitpv/
http://www.flickr.com/photos/chillitpv/ ... otostream/

Third images screen:

Author: wpointw
Profile: http://www.flickr.com/people/wpointw/
http://www.flickr.com/photos/wpointw/33 ... otostream/

Author: stevendepolo
Profile: http://www.flickr.com/people/stevendepolo/
http://www.flickr.com/photos/stevendepo ... otostream/

Author: TheAdventuresOfTeaMan
Profile: http://www.flickr.com/people/24556338@N05/
http://www.flickr.com/photos/24556338@N ... otostream/

Author: M. Markus
Profile: http://www.flickr.com/people/42954113@N00/
http://www.flickr.com/photos/42954113@N ... otostream/

Author: jeremymates
Profile: http://www.flickr.com/people/jeremymates/
http://www.flickr.com/photos/jeremymate ... otostream/

Author: kankan
Profile: http://www.flickr.com/people/kankan/
http://www.flickr.com/photos/kankan/867 ... otostream/

Author: jeremyfoo
Profile: http://www.flickr.com/people/jeremyfoo/
http://www.flickr.com/photos/jeremyfoo/ ... otostream/

Author: waytru
Profile: http://www.flickr.com/people/waytru/
http://www.flickr.com/photos/waytru/176 ... otostream/

Icons CREDIT:

We used 3 icons from Free Retro Icon Set (CC-BY License) created by Floris,
available for download at http://yourneighbours.de/web-design/fre ... -icon-set/

-->
<div id="shBackground">
<div id="shOuter">
<div id="shInner">
<div id="shOuterHeader">
<div id="shHeader">
<img src="gornelogo.jpg">
</div>
<ul id="shMenu">
<li><a href="http://www.bazingadesigns.com">nasze aukcje</a></li>
<li><a href="http://www.bazingadesigns.com">komentarze</a></li>
<li><a href="http://www.bazingadesigns.com">strona o nas</a></li>
<li><a href="http://www.bazingadesigns.com">kontakt</a></li>
<li class="shLastMenuItem"><a href="">dodaj do ulubionych</a></li>
</ul>
</div>
<div id="shTopChangerOuter">
<div id="shTopChangerText">
Wybierz<br />
herbatę i poczuj<br />ten smak
</div>
<ul id="shTopChanger">
<li class="nr1">
<div class="bottom"></div>
<div class="top"></div>
</li>
<li class="nr2">
<ul>
<li class="nr2Top">
<div class="bottom"></div>
<div class="top"></div>
</li>
<li class="nr2Bottom">
<div class="bottom"></div>
<div class="top"></div>
</li>
</ul>
</li>
<li class="nr3">
<div class="bottom"></div>
<div class="top"></div>
</li>
<li class="nr4">
<div class="bottom"></div>
<div class="top"></div>
</li>
<li class="nr5">
<div class="bottom"></div>
<div class="top"></div>
</li>
<li class="nr6">
<div class="bottom"></div>
<div class="top"></div>
</li>
<li class="nr7">
<div class="bottom"></div>
<div class="top"></div>
</li>
</ul>
</div>
<div id="shColumnsOuter">
<div id="shColumnLeft" class="shMainContent">
<div id="auctionDetailsContainer">
<div id="auctionTitleContainer">
<div id="auctionTitle">
Herbata zielona z prowincji Shizuoka
</div>
</div>
<div id="auctionPrice">
15zł/10g
</div>
<div class="clear"></div>
</div>
<p>Wszystkie zastrzeżone znaki handlowe użyte w celach demonstracyjnych na tej stronie należą do ich prawowitych właścicieli. Wszystkie zdjęcia użyte do tej prezentacji podlegają licencji Creative Commons Attribution License a ich autorzy wylistowani są źródle kodu oraz w pliku credits.txt, który powinien znajdować się w pliku zip zawierającym ten szablon.</p>
<p>Na jednej z półek stał duży, gliniany dzban z napisem: "Pomarańczowa marmolada". Zachciało jej się jeść, więc schwyciła naczynie. Niestety - było puste. Rozgniewana Ala chciała je cisnąć do studni. Powstrzymała się jednak, gdyż przyszło jej na myśl, że musi być jakieś dno. Na tem dnie może być jakieś stworzenie, i rzucony dzban może je okaleczyć.</p>
<ul>
<li>O, sroga trójko! W skwar upalny,</li>
<li>Kiedy usypia wkrąg natura, </li>
<li>Wymagać bajki! Ledwie dysząc,</li>
<li>Jakże poruszać ciężar pióra?</li>
</ul>
<h1>Zdjęcia wystawionego przedmiotu - wygląd nagłówków</h1>
<!-- Zdjęcie z podpisem -->
<div class="captionImage">
<img src="ftp://admin@jalapeno.cba.pl@jalapeno.cb ... iekawa.jpg">
<div class="captionText">
Kubek gorącej kawy cappuccino - fot. Igor Wnuk
</div>
<div class="shMagnify"></div>
</div>
<!-- Koniec zdjęcia z podpisem -->
</div>
<div id="shColumnRight" class="shMainContent">
<div class="shRightBox shBottomDots">
<h1>Dane firmy</h1>
<ul id="daneFirmy">
<li class="gadu">5818086</li>
<li class="telefon">667-200-706</li>
<li class="email">info@bazingadesigns.com</li>
</ul>
Bazinga Designs<br />
Ul. PCK 5/20<br />
24-100 Puławy
</div>
<div class="shRightBox shBottomDots">
<h1>Dostawa</h1>
<img src="kurierdpd.jpg">
<img src="kurierpocztex.jpg">
<img src="kurierpaczkomaty.jpg">
</div>
<div class="shRightBox justify">
<h1>Regulamin</h1>
Przed złożeniem zamówienia bardzo prosimy o zapoznanie się z <a href="">REGULAMINEM</a> aukcji dostępnym na "Stronie o nas". Dziękujemy za odwiedzenie naszego sklepu!
</div>
</div>
<div class="clear"></div>
<div id="shFeet">
<!-- Szablonu możesz używać za darmo pod warunkiem pozostawienia podpisu i linka do Bazinga Designs w niezmienionym stanie-->
<!-- Jeśli potrzebujesz dodać notkę Copyright - dodaj ją obok linka do www.bazingadesigns.com -->
<a href="http://www.bazingadesigns.com/" target="_blank" title="Szablony Allegro">Szablon Allegro przygotowany przez www.bazingadesigns.com</a>
</div>
</div>
</div>
</div>
</div>
rkd77
Admin CBA
Posty: 4170
Rejestracja: 24 maja 2009, 16:45:21
Płeć: Niewybrana
User Agent: Chrome Linux 1024x768

Re: Pliki proszą o hasło, jak poprawnie je wysyłać na ftp?

Post autor: rkd77 »

Zamiast ftp://jakisuser@konto@konto/plik wstaw http://konto/plik
Z tym, że na zwykłym koncie pojawi się logo z reklamą cba z powodu antyhotlinku.
Właściwe obrazki pojawią się dopiero na kontach PRO lub VIP.
Czy wiesz, że:
  • W Panelu CBA w sekcji "wsparcie" jest dedykowany system ticketów (obsługi technicznej)
  • Odpowiadamy na Forum oraz na adres mailowy obsluga(malpa)cba.pl
  • Jesteśmy również na Facebooku! Znajdź nas na facebook.com/hostingcba | cba.pl
W czym jeszcze możemy pomóc?
ODPOWIEDZ