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

#376 2012-04-01 07:50:13

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: Chat.PY and Other Features

DigiTechs wrote:

One question: Why is everyone a pony on this thread (It's weird, but funny)

April fools day.


I support the Free Software Foundation. Protect our digital rights!

Offline

 

#377 2012-04-01 08:10:38

DigiTechs
Scratcher
Registered: 2011-04-30
Posts: 500+

Re: Chat.PY and Other Features

bobbybee wrote:

DigiTechs wrote:

One question: Why is everyone a pony on this thread (It's weird, but funny)

April fools day.

Yeah i realised that, but it seriously is funny. Neigh!


I'm back.
Maybe.

Offline

 

#378 2012-04-02 13:59:33

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

Re: Chat.PY and Other Features

I've released Chat.PY 2.0! You can look at the first post for more details. (Download, Instructions, etc)

Offline

 

#379 2012-04-02 14:59:42

TRocket
Scratcher
Registered: 2009-08-18
Posts: 1000+

Re: Chat.PY and Other Features

Magnie wrote:

I've released Chat.PY 2.0! You can look at the first post for more details. (Download, Instructions, etc)

cool


http://i.imgur.com/1QqnHxQ.png

Offline

 

#380 2012-04-02 20:12:51

lovepiggies03
Scratcher
Registered: 2011-11-05
Posts: 5

Re: Chat.PY and Other Features

i hope neigh is here

Offline

 

#381 2012-04-02 20:28:22

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

Re: Chat.PY and Other Features

lovepiggies03 wrote:

i hope neigh is here

What do you mean?

Technically, it doesn't exit. But the "mod" is here.

Last edited by Magnie (2012-04-02 20:29:18)

Offline

 

#382 2012-04-02 20:47:20

zippynk
Scratcher
Registered: 2011-07-23
Posts: 500+

Re: Chat.PY and Other Features

The server seems to be down right now.


https://dl.dropbox.com/u/60598636/trifocal_interlude_soundcloud_button.png

Offline

 

#383 2012-04-02 20:53:07

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

Re: Chat.PY and Other Features

zippynk wrote:

The server seems to be down right now.

Yeah, it suddenly stopped working. It should be back up now.

Offline

 

#384 2012-04-02 20:54:01

zippynk
Scratcher
Registered: 2011-07-23
Posts: 500+

Re: Chat.PY and Other Features

Magnie wrote:

zippynk wrote:

The server seems to be down right now.

Yeah, it suddenly stopped working. It should be back up now.

Nope. Still not working


https://dl.dropbox.com/u/60598636/trifocal_interlude_soundcloud_button.png

Offline

 

#385 2012-04-02 20:55:20

puppymk
Scratcher
Registered: 2011-09-10
Posts: 100+

Re: Chat.PY and Other Features

Magnie wrote:

zippynk wrote:

The server seems to be down right now.

Yeah, it suddenly stopped working. It should be back up now.

Still doesn't work for me.


http://dl.dropbox.com/u/60598636/puppymk-sig.png

Offline

 

#386 2012-04-03 08:43:37

rookwood101
Scratcher
Registered: 2011-07-29
Posts: 500+

Re: Chat.PY and Other Features

Magnie wrote:

Browser - Due to unknown reasons, I can't seem to load the project in ZeroLuck's Mesh Java Player (it sticks at 20% loading), but you can try to use it here.

I think you should try renaming the file that you are attempting to access to something simpler - try just 'chat.sb' as it could be that it does not support spaces in the filename.

Actually, testing it out, just try using an absolute url to the file. (but also rename the project to something a little more computer friendly).

Code:

<html>
  <head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>
    MeshJavaPlayer - 2.0 Chat.PY
    </title>
  </head>
  <body>
    <p align="center">
      <applet archive="MeshJavaPlayer_files/MeshJavaPlayer.jar" code="MeshScratchApplet" height="387" width="482">
        <param name="server" value="scratch.playfultest.tk">
        <param name="port" value="42001">
        <param name="project" value="http://playfultest.tk/scratch/chat.sb">
      </applet>
    </p>
  </body>
</html>

and rename the project to chat.sb

Last edited by rookwood101 (2012-04-03 08:51:55)


http://i.imgur.com/zeIZW.png

Offline

 

#387 2012-04-03 12:13:04

DigiTechs
Scratcher
Registered: 2011-04-30
Posts: 500+

Re: Chat.PY and Other Features

rookwood101 wrote:

Magnie wrote:

Browser - Due to unknown reasons, I can't seem to load the project in ZeroLuck's Mesh Java Player (it sticks at 20% loading), but you can try to use it here.

I think you should try renaming the file that you are attempting to access to something simpler - try just 'chat.sb' as it could be that it does not support spaces in the filename.

Actually, testing it out, just try using an absolute url to the file. (but also rename the project to something a little more computer friendly).

Code:

<html>
  <head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>
    MeshJavaPlayer - 2.0 Chat.PY
    </title>
  </head>
  <body>
    <p align="center">
      <applet archive="MeshJavaPlayer_files/MeshJavaPlayer.jar" code="MeshScratchApplet" height="387" width="482">
        <param name="server" value="scratch.playfultest.tk">
        <param name="port" value="42001">
        <param name="project" value="http://playfultest.tk/scratch/chat.sb">
      </applet>
    </p>
  </body>
</html>

and rename the project to chat.sb

Err, You said what is in bold twice? (just pointing out)


I'm back.
Maybe.

Offline

 

#388 2012-04-03 12:20:40

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

Re: Chat.PY and Other Features

rookwood101 wrote:

Magnie wrote:

Browser - Due to unknown reasons, I can't seem to load the project in ZeroLuck's Mesh Java Player (it sticks at 20% loading), but you can try to use it here.

I think you should try renaming the file that you are attempting to access to something simpler - try just 'chat.sb' as it could be that it does not support spaces in the filename.

Actually, testing it out, just try using an absolute url to the file. (but also rename the project to something a little more computer friendly).

Code:

<html>
  <head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>
    MeshJavaPlayer - 2.0 Chat.PY
    </title>
  </head>
  <body>
    <p align="center">
      <applet archive="MeshJavaPlayer_files/MeshJavaPlayer.jar" code="MeshScratchApplet" height="387" width="482">
        <param name="server" value="scratch.playfultest.tk">
        <param name="port" value="42001">
        <param name="project" value="http://playfultest.tk/scratch/chat.sb">
      </applet>
    </p>
  </body>
</html>

and rename the project to chat.sb

Well, now it loads. But I haven't been able to send any messages, though I can receive messages. Other than that, I haven't done much debugging (laziness).

Last edited by Magnie (2012-04-03 12:21:37)

Offline

 

#389 2012-04-03 12:58:46

GeonoTRON2000
Scratcher
Registered: 2009-12-24
Posts: 1000+

Re: Chat.PY and Other Features

I found a bug.  A big bug.  When I post a chat message, I don't see it.


http://i.imgur.com/BAEgGDL.png

Offline

 

#390 2012-04-03 13:15:08

GeonoTRON2000
Scratcher
Registered: 2009-12-24
Posts: 1000+

Re: Chat.PY and Other Features

Meet me in Aqua Chat, server details have been commented.


http://i.imgur.com/BAEgGDL.png

Offline

 

#391 2012-04-03 13:55:24

zippynk
Scratcher
Registered: 2011-07-23
Posts: 500+

Re: Chat.PY and Other Features

aaaaaaa can't talk!

I can't see what I say! Not sure what's happening..

Just like what happened to geono.

I'll try unmuting myself (if I'm muted).

Oh I know the server is down
hmmm
Cannot connect to scratch.playfultest.tk

Last edited by zippynk (2012-04-03 13:57:10)


https://dl.dropbox.com/u/60598636/trifocal_interlude_soundcloud_button.png

Offline

 

#392 2012-04-03 14:16:47

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

Re: Chat.PY and Other Features

Fixed it all.  smile

Please wait at least 15 minutes before posting errors, it takes time to get the server back up.  tongue

Offline

 

#393 2012-04-03 18:53:25

zippynk
Scratcher
Registered: 2011-07-23
Posts: 500+

Re: Chat.PY and Other Features

Bug: Swear word filter is not case-sensetive.


https://dl.dropbox.com/u/60598636/trifocal_interlude_soundcloud_button.png

Offline

 

#394 2012-04-03 18:54:04

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: Chat.PY and Other Features

zippynk wrote:

Bug: Swear word filter is not case-sensetive.

I'm on...


I support the Free Software Foundation. Protect our digital rights!

Offline

 

#395 2012-04-03 21:16:50

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

Re: Chat.PY and Other Features

zippynk wrote:

Bug: Swear word filter is not case-sensetive.

Yeah, I realized that. Still trying to fix it.

Offline

 

#396 2012-04-03 23:41:04

ohaiderstudios
Scratcher
Registered: 2010-10-31
Posts: 100+

Re: Chat.PY and Other Features

2.0 Chat.PY

As an executable! Using Panther's [join mesh ''] block, I created a project to make my life easier, then Magnie suggested I compile it.
After about 10 minutes frantic work, here it is  big_smile

Last edited by ohaiderstudios (2012-04-04 00:00:48)


Fork Clamor on GitHub!

Offline

 

#397 2012-04-04 08:44:33

Bklecka
Scratcher
Registered: 2011-08-27
Posts: 1000+

Re: Chat.PY and Other Features

is the server off? i cant connect


http://i48.tinypic.com/106ijc9.jpg

Offline

 

#398 2012-04-04 10:03:31

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

Re: Chat.PY and Other Features

Bklecka wrote:

is the server off? i cant connect

Hmm, I can't seem to figure out what went wrong. By looking at the logs, people could connect but none of the messages were sent to the users. I have a theory on what happened, but I'm not entirely sure.

Anyway, it's back up.  smile

Offline

 

#399 2012-04-04 17:53:41

zippynk
Scratcher
Registered: 2011-07-23
Posts: 500+

Re: Chat.PY and Other Features

ohaiderstudios wrote:

2.0 Chat.PY

As an executable! Using Panther's [join mesh ''] block, I created a project to make my life easier, then Magnie suggested I compile it.
After about 10 minutes frantic work, here it is  big_smile

Does it run on Mac? (I'm on a mobile device right now so I can't tell.)


https://dl.dropbox.com/u/60598636/trifocal_interlude_soundcloud_button.png

Offline

 

#400 2012-04-04 18:10:38

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

Re: Chat.PY and Other Features

zippynk wrote:

ohaiderstudios wrote:

2.0 Chat.PY

As an executable! Using Panther's [join mesh ''] block, I created a project to make my life easier, then Magnie suggested I compile it.
After about 10 minutes frantic work, here it is  big_smile

Does it run on Mac? (I'm on a mobile device right now so I can't tell.)

Only for Windows, sorry.

Offline

 

Board footer