This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#176 2012-07-16 20:19:29

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

oh, looks like 000webhost.  All you do, is give me the FTP username, host, and password, all of which can be found in the account details section.


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#177 2012-07-16 20:21:42

wolfdude999
Scratcher
Registered: 2012-01-07
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

XenoK wrote:

beyblade4 wrote:

http://galacticstudios.uphero.com But I don't know if you can actually edit it, I can't either.

what is it hosted with?

000webhost


http://i48.tinypic.com/15yxmp4.png

Offline

 

#178 2012-07-16 20:24:59

beyblade4
Scratcher
Registered: 2011-08-02
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

wolfdude999 wrote:

beyblade4 wrote:

http://galacticstudios.uphero.com But I don't know if you can actually edit it, I can't either.

Nobody can except for me.  If you have html that you want me to put in it, just post it here.  Also, are you working on the menu for the game or website?

Game


http://blocks.scratchr.org/API.php?user=beyblade4&action=projects&type=newest&return=image&num=NUMBER

Offline

 

#179 2012-07-16 20:25:59

wolfdude999
Scratcher
Registered: 2012-01-07
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

beyblade4 wrote:

wolfdude999 wrote:

beyblade4 wrote:

http://galacticstudios.uphero.com But I don't know if you can actually edit it, I can't either.

Nobody can except for me.  If you have html that you want me to put in it, just post it here.  Also, are you working on the menu for the game or website?

Game

Ok


http://i48.tinypic.com/15yxmp4.png

Offline

 

#180 2012-07-16 20:26:22

beyblade4
Scratcher
Registered: 2011-08-02
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

Hey wolfdude999, in that host how do you edit the website> I keep trying to find a way to edit but I can't seem to find it?


http://blocks.scratchr.org/API.php?user=beyblade4&action=projects&type=newest&return=image&num=NUMBER

Offline

 

#181 2012-07-16 20:27:46

wolfdude999
Scratcher
Registered: 2012-01-07
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

beyblade4 wrote:

Hey wolfdude999, in that host how do you edit the website> I keep trying to find a way to edit but I can't seem to find it?

Nobody can except for me.  If you have html that you want me to put in it, just post it here.


http://i48.tinypic.com/15yxmp4.png

Offline

 

#182 2012-07-16 20:27:50

Yoshiboy
Scratcher
Registered: 2011-12-30
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

http://i47.tinypic.com/25fnlzl.jpg


Winter...

Offline

 

#183 2012-07-16 20:28:48

beyblade4
Scratcher
Registered: 2011-08-02
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

Not that one, I am talking about when you make your own website, I am making one for the Scratch Soccer Cup


http://blocks.scratchr.org/API.php?user=beyblade4&action=projects&type=newest&return=image&num=NUMBER

Offline

 

#184 2012-07-16 20:30:57

wolfdude999
Scratcher
Registered: 2012-01-07
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

beyblade4 wrote:

Not that one, I am talking about when you make your own website, I am making one for the Scratch Soccer Cup

Oh, you have to go to the members area and scroll down until you find the section that says files and you click on "file manager"


http://i48.tinypic.com/15yxmp4.png

Offline

 

#185 2012-07-16 20:34:04

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

I'd like to begin by making a general structure to your html

Code:

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <link rel="stylesheet" type="text/css" href="style.css" />
  <title>Galactic Studios</title>
</head>
<body>
<header>
  <nav><a href="home.html">Home</a></nav>
</header>

<article>
  <section>
    <h2>Welcome to the website!</h2>
    <p>Welcome to the official Galactic Studios Website...</p>
  </section>
</article>

<footer>
&copy; copyright 2012 Galactic Studios, All Rights reserved.
</footer>
</body>
</html>

just by making that simply without any css added to it gives it a nice, clean structure.


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#186 2012-07-16 20:34:23

beyblade4
Scratcher
Registered: 2011-08-02
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

wolfdude999 wrote:

beyblade4 wrote:

Not that one, I am talking about when you make your own website, I am making one for the Scratch Soccer Cup

Oh, you have to go to the members area and scroll down until you find the section that says files and you click on "file manager"

And then what?


http://blocks.scratchr.org/API.php?user=beyblade4&amp;action=projects&amp;type=newest&amp;return=image&amp;num=NUMBER

Offline

 

#187 2012-07-16 20:37:47

wolfdude999
Scratcher
Registered: 2012-01-07
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

@XenoK Thanks

@beyblade then you click on the public html folder and make a new document in there.  Make sure that you give it a name and specifiy the file extension


http://i48.tinypic.com/15yxmp4.png

Offline

 

#188 2012-07-16 20:40:31

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

I'm actually gonna create a mockup of what I'd see the website as, for beyblade4, and see what he thinks.  I won't make it until the weekend, I dont have a lot of freetime at the moment.


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#189 2012-07-16 20:41:39

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

to add the banner, just add an img tag in the header tag.


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#190 2012-07-16 20:49:28

beyblade4
Scratcher
Registered: 2011-08-02
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

But my thing only opens up m script when I go to the website


http://blocks.scratchr.org/API.php?user=beyblade4&amp;action=projects&amp;type=newest&amp;return=image&amp;num=NUMBER

Offline

 

#191 2012-07-16 20:52:20

wolfdude999
Scratcher
Registered: 2012-01-07
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

beyblade4 wrote:

But my thing only opens up m script when I go to the website

What do you mean?


http://i48.tinypic.com/15yxmp4.png

Offline

 

#192 2012-07-16 20:53:06

beyblade4
Scratcher
Registered: 2011-08-02
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

http://thegalacticstudios.net63.net/ The scripts may be entirely wrong I think

Last edited by beyblade4 (2012-07-16 20:53:32)


http://blocks.scratchr.org/API.php?user=beyblade4&amp;action=projects&amp;type=newest&amp;return=image&amp;num=NUMBER

Offline

 

#193 2012-07-16 20:54:31

wolfdude999
Scratcher
Registered: 2012-01-07
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

beyblade4 wrote:

http://thegalacticstudios.net63.net/ The scripts may be entirely wrong I think

2 things:
1) why are you making a second galactic studios website?
2) you have to save the website as "name.html"  or else it won't work.

Also, you should add a redirect so that when somebody goes to the homepage, it sends them to that html file.

Last edited by wolfdude999 (2012-07-16 20:55:37)


http://i48.tinypic.com/15yxmp4.png

Offline

 

#194 2012-07-16 20:59:06

beyblade4
Scratcher
Registered: 2011-08-02
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

wolfdude999 wrote:

beyblade4 wrote:

http://thegalacticstudios.net63.net/ The scripts may be entirely wrong I think

2 things:
1) why are you making a second galactic studios website?
2) you have to save the website as "name.html"  or else it won't work.

Also, you should add a redirect so that when somebody goes to the homepage, it sends them to that html file.

Oh no It was just a test not the real thing and oooohhhhhhhhhh and how do u save it as that, (sorry about all theses questions)


http://blocks.scratchr.org/API.php?user=beyblade4&amp;action=projects&amp;type=newest&amp;return=image&amp;num=NUMBER

Offline

 

#195 2012-07-16 20:59:10

XenoK
Scratcher
Registered: 2011-09-08
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

actually, all you need to do is name it index.html


Eternity Tasks has launched into Alpha One! http://tasks.eternityincurakai.com/EI%20projects.png

Offline

 

#196 2012-07-16 21:01:40

wolfdude999
Scratcher
Registered: 2012-01-07
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

Go back to the file manager, check the box next to the file and then find the rename button.  then rename it either home.html or index.html


http://i48.tinypic.com/15yxmp4.png

Offline

 

#197 2012-07-16 21:03:43

beyblade4
Scratcher
Registered: 2011-08-02
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

Nothing Comes up


http://blocks.scratchr.org/API.php?user=beyblade4&amp;action=projects&amp;type=newest&amp;return=image&amp;num=NUMBER

Offline

 

#198 2012-07-16 21:05:06

wolfdude999
Scratcher
Registered: 2012-01-07
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

beyblade4 wrote:

Nothing Comes up

What do you mean?

Also, I don't want to be mean but if you can't figure it out, it might be better to use weebly or something.


http://i48.tinypic.com/15yxmp4.png

Offline

 

#199 2012-07-16 21:07:48

beyblade4
Scratcher
Registered: 2011-08-02
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

I think I get it now


http://blocks.scratchr.org/API.php?user=beyblade4&amp;action=projects&amp;type=newest&amp;return=image&amp;num=NUMBER

Offline

 

#200 2012-07-16 21:11:29

wolfdude999
Scratcher
Registered: 2012-01-07
Posts: 1000+

Re: Galactic Studios: The Next Generation in Technology

http://i50.tinypic.com/mizy2t.jpg
If you didn't get the file renamed, this is how.

Where it says click here, its the  box next to the file.

Click to enlarge the image.

Last edited by wolfdude999 (2012-07-16 21:13:22)


http://i48.tinypic.com/15yxmp4.png

Offline

 

Board footer