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

#1 2009-02-18 09:46:48

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Comment Box Code (HTML/Java)

Scratch Team I Was Wondering if I could use the "Comment Code" In projects then you comment then it stays there unless it gets deleted.. I want the code for my website. (It's A Private website only you can see if you have password and username correct) Can I Have The HTML/Java Code? Of Could You Give Me an Engine That I Could Change Myself? Thanks!

Offline

 

#2 2009-02-18 13:17:31

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: Comment Box Code (HTML/Java)

//This is a comment in Java

<!-- This is a comment in HTML -->

Is that what you wanted to know?

If you just want a comment box for your website then you can just use a google search to find something. To make the commenting script run on your site you would need php which is disabled on many free web sites such as freewebs.

Cbox is a good free comment box
http://www.cbox.ws/


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#3 2009-02-18 13:33:17

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: Comment Box Code (HTML/Java)

No When You Post Comments on Scratch Projects.

Offline

 

#4 2009-02-18 13:39:45

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: Comment Box Code (HTML/Java)

Magnie wrote:

No When You Post Comments on Scratch Projects.

That is probably a php script that inserts data into a mysql database and retrieves this data when a page is called. Its not as simple as a copy & paste code unfortunately and your server has to support both php and mysql for this.

Do you know what your server supports?


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#5 2009-02-18 13:42:57

adriangl
Scratcher
Registered: 2007-07-02
Posts: 1000+

Re: Comment Box Code (HTML/Java)

Archmage is right. There is use of php taking info from a databse and then bringing it back out. It will be hard to do, and you will need a database.

Magnie wrote:

Scratch Team I Was Wondering if I could use the "Comment Code" In projects then you comment then it stays there unless it gets deleted.. I want the code for my website. (It's A Private website only you can see if you have password and username correct) Can I Have The HTML/Java Code? Of Could You Give Me an Engine That I Could Change Myself? Thanks!


Scratchin' since 2007

Offline

 

#6 2009-02-18 13:49:22

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: Comment Box Code (HTML/Java)

archmage wrote:

Magnie wrote:

No When You Post Comments on Scratch Projects.

That is probably a php script that inserts data into a mysql database and retrieves this data when a page is called. Its not as simple as a copy & paste code unfortunately and your server has to support both php and mysql for this.

Do you know what your server supports?

Ok. I Don't Have A Server I'm To Young and My Dad Just Helps Me Set up the website..And No I Don't Know What It supports..
btw when does SSB Scratch Come Out?

Last edited by Magnie (2009-02-18 13:49:51)

Offline

 

#7 2009-02-18 15:52:20

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: Comment Box Code (HTML/Java)

Ok then. What website do you go on to manage your website then? Like create new pages and such.

Also, SSBS comes out when it does, I can't give it a date.


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#8 2009-02-18 16:09:27

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: Comment Box Code (HTML/Java)

archmage wrote:

Ok then. What website do you go on to manage your website then? Like create new pages and such.

Also, SSBS comes out when it does, I can't give it a date.

I Don't Use webs or freewebs or anything like that i just type in the html code then upload it to the website/server...

Offline

 

Board footer