Log In · Register

 
2 Pages V   1 2 >  
Closed TopicStart new topic
ftp
*incoherent*
post Aug 25 2005, 03:37 PM
Post #1





Guest






i was recently hosted (today) and have no clue how to use ftp and the person i was hosted by cant help because they are too busy, so i was wondering if someone could help me?
 
freeflow
post Aug 25 2005, 03:52 PM
Post #2


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



its really simple . I suggest reading the tutorials on smartftp.com. thats how i learned. basically all you have to do is upload your files onto your server through the program. your host will give you a username , password, and login name. you just have to log in and yea.
 
*incoherent*
post Aug 25 2005, 03:53 PM
Post #3





Guest






ive done all that. im just confused about how to get it on my site and how to make entries and all that...
 
freeflow
post Aug 25 2005, 03:57 PM
Post #4


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



If your not using a blogging system then you would do your entries manually.
First off you will need an index.html page . That page will be your main page . All other pages can be anything.htm pages . What you do is on your index page or whatever page you want your blog on you type it manually . Unless you have a blogging system such and wordpress, b2, or greymatter.

To make your html pages you can use dreanweaver, or notepad. With notepad might have to change the extension from .txt or .html

http://star-girl.org
i think she might have some tutorials.
 
*incoherent*
post Aug 25 2005, 04:10 PM
Post #5





Guest






shrug.gif

still really confused and have no clue what to do...
 
freeflow
post Aug 25 2005, 04:17 PM
Post #6


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



First off learn how to use your ftp program. Once you got the log in down , learn how to upload files. Find a program , and most times at there site they tell you how to do stuff.

Step two. Open up notepad , make and code your layout . Once you've made your layout make this page your "index.html" page so save it as index.html. Add any content you want to show on that page. Your index page is the first page that will show when you look at your site.

Step three. Make subpages . Unless your using iframes copy your layout code and paste it on all your subpages . Add the new content that you want to show in that subpage. Thne name it something.htm

Link your subpages in your index page.

Then open your ftp program , connect , upload your pages.
Then you have a site.
 
*incoherent*
post Aug 25 2005, 04:22 PM
Post #7





Guest






what program do you use...ill just download that so you can help me.
 
freeflow
post Aug 25 2005, 04:27 PM
Post #8


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Ok , i use smartftp for ftp. and dreamweaver for codeing.

Simple smartftp tutorial:
Open it , fill in your username , adress, and password.
When it opens up your page you should have a few files up there , but if you don't its ok .
Right click , and click upload>> direct select files
Then you would find the file on your computer
and click ok/upload whatever it says.

Thats how you would upload a page using smartftp.
 
*incoherent*
post Aug 25 2005, 04:31 PM
Post #9





Guest






wow...im really confused. screen shots on how do everything will help because i always get this page...it just adds a link to what i added

click here
 
freeflow
post Aug 25 2005, 04:40 PM
Post #10


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



ok here we go :

Step 1: Type in all your information. You can see my info here , and then click the connect button:

Step 2: Right click and go to upload >> direct>> select files:

Step 3: Find the file on your computer and click open


Step 4: smartftp will then upload your file.

ok for your html pages here is what each one will look like:
CODE
<html>
<head>
<title>TITLE OF YOUR SITE HERE</title>
CSS STYLESHEET GOES HERE
</head>
<body>
ANY OTHER CODES OTHER THAN YOUR CSS GOES HERE
</body>
</html>


so when you make your html pages have that as your template , and just insert your codes in the appropriate spot.
 
*incoherent*
post Aug 25 2005, 04:47 PM
Post #11





Guest






okay...i did all that and just randomly uploaded a pic onto the index page...but i still get this



nvm...i think i get it now.
is there anyway to get rid of that page or change what it looks like?
 
talcumpowder
post Aug 25 2005, 05:00 PM
Post #12


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



Upload a file called index.html, it'll be the page that shows up instead of that. So, this as opposed to this.
 
*incoherent*
post Aug 25 2005, 05:01 PM
Post #13





Guest






i had saved it as index.html
 
talcumpowder
post Aug 25 2005, 05:04 PM
Post #14


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



It shouldn't say that then. mellow.gif Upload it again and make sure you see it in your uploaded files.
 
*mipadi*
post Aug 25 2005, 05:07 PM
Post #15





Guest






QUOTE(anovation @ Aug 25 2005, 6:01 PM)
i had saved it as index.html
*

Don't put it in a directory called "index"; put it at the root of your website, and name it "index.html".
 
*incoherent*
post Aug 25 2005, 05:07 PM
Post #16





Guest






how do you look at that?
 
freeflow
post Aug 25 2005, 05:07 PM
Post #17


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



yea you made a folder called index.html you just make a file . Make it in notepad and call it index.html .
 
talcumpowder
post Aug 25 2005, 05:09 PM
Post #18


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



QUOTE
Don't put it in a directory called "index"; put it at the root of your website, and name it "index.html".
Basically, just upload it. Don't put it in any folder.
 
*incoherent*
post Aug 25 2005, 05:10 PM
Post #19





Guest






alright i got that...

now how do i type a post to be inside a layout i make?

oh, and how do i get code onto the index page? like for a layout.

(i just want to use the one thats on my xanga)
 
freeflow
post Aug 25 2005, 05:11 PM
Post #20


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



make the code. basically you code it all in notepad. Then use divs to align if you need to . Then just write your entry. customize a little bit .
 
*incoherent*
post Aug 25 2005, 05:19 PM
Post #21





Guest






so can i just use the code from my xanga?
 
freeflow
post Aug 25 2005, 05:21 PM
Post #22


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



They might not work . They might , but they might not. For instance if you use a div static positioning might not be great you might need absolute. You can copy your xanga codes paste them in your index file and then upload it and see what it looks like. IF it doesn't look write then no , you will have to use diff codes.
 
*incoherent*
post Aug 25 2005, 05:33 PM
Post #23





Guest






alright sorry for being so questionable...

but how do you add other pages now?
 
talcumpowder
post Aug 25 2005, 05:35 PM
Post #24


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



Code & upload them.
 
freeflow
post Aug 25 2005, 05:36 PM
Post #25


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



its ok ask as many as you wish .

You add other pages the same as you added the index page. All you have to do is link the page in your index file so people will be able to go there. So basically name it something.htm and just upload it.
 

2 Pages V   1 2 >
Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: