@ Magine
Please can you make me some code for a newspaper as I am not going to add it manully I am going to add it by a program (Your going to make) with RSC as it is going to be made in a privet mod and not sure how the interface will be a newspaper or a more like forum topic
@ Magine
At the side there will be a Advert Space were you can have a program project or site/forum added but can you add that to the program (^^)
@ Magine
Also I need a loding thing to let all of this boot up
To reply to this post comment on one of my projects
Offline
@ magine
lallaway12 wrote:
@ Magine
Please can you make me some code for a newspaper as I am not going to add it manully I am going to add it by a program (Your going to make) with RSC as it is going to be made in a privet mod and not sure how the interface will be a newspaper or a more like forum topic
@ Magine
At the side there will be a Advert Space were you can have a program project or site/forum added but can you add that to the program (^^)
@ Magine
Also I need a loding thing to let all of this boot up
To reply to this post comment on one of my projects
Offline
Offline
The website is, but not the Chat.PY server.
lallaway12: I don't usually do collaborations or [serious] requests (unless I'm paid ).
Last edited by Magnie (2012-08-09 10:20:40)
Offline
Magnie wrote:
The website is, but not the Chat.PY server.
lallaway12: I don't usually do collaborations or [serious] requests (unless I'm paid ).
Magine would It be possible to make a comand (Like /Kill ) in a plugin so add it to your plugin server (My Copy).
Do I Need to make a mac and a win or just a win?
What is the broadcast command ( To a other pogram ) can I put like this:
if < (anwser) = (/kill) stop all endCan scratch brodcast to another program? Then I would need something like this:
When I resive [Killv] Stop allHere Are the commands I need:
Offline
lallaway12 wrote:
Magnie wrote:
zippynk wrote:
The website is, but not the Chat.PY server.
lallaway12: I don't usually do collaborations or [serious] requests (unless I'm paid ).Magine would It be possible to make a comand (Like /Kill ) in a plugin so add it to your plugin server (My Copy).
Do I Need to make a mac and a win or just a win?
What is the broadcast command ( To a other pogram ) can I put like this:if < (anwser) = (/kill) stop all endCan scratch brodcast to another program? Then I would need something like this:When I resive [Killv] Stop allHere Are the commands I need:
/Kill
/Start
/Add ()
/Add Topic ()
Give me the code above and I will be ready to go!
Dose this need Mesh or RSC?
I'm confused at what you are trying to do.
Offline
Magnie wrote:
The website is, but not the Chat.PY server.
Weird, I can't connect. Maybe it's the internet I'm using (which isn't the usual internet I use).
Offline
Magnie wrote:
lallaway12 wrote:
Magnie wrote:
The website is, but not the Chat.PY server.
lallaway12: I don't usually do collaborations or [serious] requests (unless I'm paid ).Magine would It be possible to make a comand (Like /Kill ) in a plugin so add it to your plugin server (My Copy).
Do I Need to make a mac and a win or just a win?
What is the broadcast command ( To a other pogram ) can I put like this:if < (anwser) = (/kill) stop all endCan scratch brodcast to another program? Then I would need something like this:When I resive [Killv] Stop allHere Are the commands I need:
/Kill
/Start
/Add ()
/Add Topic ()
Give me the code above and I will be ready to go!
Dose this need Mesh or RSC?I'm confused at what you are trying to do.
What is the broudcast command?
What is the resive command?
what is the start command?
what is the kill comand?
How do you add something to a list?
How would you delete someting in a list
Offline
lallaway12 wrote:
Magnie wrote:
lallaway12 wrote:
Magine would It be possible to make a comand (Like /Kill ) in a plugin so add it to your plugin server (My Copy).
Do I Need to make a mac and a win or just a win?
What is the broadcast command ( To a other pogram ) can I put like this:if < (anwser) = (/kill) stop all endCan scratch brodcast to another program? Then I would need something like this:When I resive [Killv] Stop allHere Are the commands I need:
/Kill
/Start
/Add ()
/Add Topic ()
Give me the code above and I will be ready to go!
Dose this need Mesh or RSC?I'm confused at what you are trying to do.
What is the broudcast command?
What is the resive command?
what is the start command?
what is the kill comand?
How do you add something to a list?
How would you delete someting in a list
In Python?
Offline
Magnie wrote:
lallaway12 wrote:
Magnie wrote:
I'm confused at what you are trying to do.
What is the broudcast command?
What is the resive command?
what is the start command?
what is the kill comand?
How do you add something to a list?
How would you delete someting in a listIn Python?
yes
Offline
Magnie wrote:
lallaway12 wrote:
Magnie wrote:
I'm confused at what you are trying to do.What is the broudcast command?
What is the resive command?
what is the start command?
what is the kill comand?
How do you add something to a list?
How would you delete someting in a listIn Python?
yes
Offline
lallaway12 wrote:
Magnie wrote:
In Python?
yes
What is the broudcast command? -- There is none. Only functions.
What is the resive command? -- Read above.
what is the start command? -- Read above.
what is the kill comand? -- import sys; sys.exit(0)
How do you add something to a list? -- list.append('string')
How would you delete someting in a list? -- list.remove('string') or list.pop(int)
Offline
Sneak Peak of Chat.PY 3.0:
-- More secure (in terms of being able to break into the server).
-- You can be in multiple rooms at once. So, like, the TBG and the main scratch channel, and you can send separate messages to both.
-- More stable. (Less crashing/problems)
-- Uses variables and broadcasts. (Should improve the speed of Virtual Space)
Any Chat.PY features you guys would like?
Offline
Magnie wrote:
Sneak Peak of Chat.PY 3.0:
-- More secure (in terms of being able to break into the server).
-- You can be in multiple rooms at once. So, like, the TBG and the main scratch channel, and you can send separate messages to both.
-- More stable. (Less crashing/problems)
-- Uses variables and broadcasts. (Should improve the speed of Virtual Space)
Any Chat.PY features you guys would like?
Offline
Magnie wrote:
Sneak Peak of Chat.PY 3.0:
-- More secure (in terms of being able to break into the server).
-- You can be in multiple rooms at once. So, like, the TBG and the main scratch channel, and you can send separate messages to both.
-- More stable. (Less crashing/problems)
-- Uses variables and broadcasts. (Should improve the speed of Virtual Space)
Any Chat.PY features you guys would like?
Maybe: Anyone can create a room, but they don't show up in the room list unless a global mod creates it, and only a global mod can turn the swear word filter off.
(or something like that)
[because the original worry when only allowing global mods to create rooms was to prevent turning off the swear word filter, if I'm correct]
{also global mods dont really need to be able to turn it off either, there's no reason they would need to}
Last edited by zippynk (2012-08-12 21:02:07)
Offline
I think i've found a bug - when you use the auth system - somthing like the username 1 with password 1 -- so you auth as 1 with password 1 and it auths you for some reason - I don't think it's clientside since the client just echoes the response from the user to the server.
Offline
zippynk wrote:
Magnie wrote:
Sneak Peak of Chat.PY 3.0:
-- More secure (in terms of being able to break into the server).
-- You can be in multiple rooms at once. So, like, the TBG and the main scratch channel, and you can send separate messages to both.
-- More stable. (Less crashing/problems)
-- Uses variables and broadcasts. (Should improve the speed of Virtual Space)
Any Chat.PY features you guys would like?Maybe: Anyone can create a room, but they don't show up in the room list unless a global mod creates it, and only a global mod can turn the swear word filter off.
(or something like that)
[because the original worry when only allowing global mods to create rooms was to prevent turning off the swear word filter, if I'm correct]
{also global mods dont really need to be able to turn it off either, there's no reason they would need to}
Yeah, I haven't implemented a restriction on who can create rooms, so technically I already have that "feature" added.
Offline
Hey magnie, I've had an idea - it may slow the server down but it'll be a good idea - the client broadcasts a message called :ping and the server will respond with :pong - and in panther we can do somthing like this:
when gf clicked set [Latency v] to (1) forever reset timer wait until <[:pong v] received?> set [Latency v] to (timer) endBut in normal scratch, we can do somthing like:
when gf clicked set [Latency v] to (1) reset timer
when I receive [:pong v] set [Latency v] to (timer) reset timerThis would only work after the user has broadcasted :ping (I forgot to add it into scripts. )
Last edited by DigiTechs (2012-08-13 12:35:52)
Offline
Another bug! It's with the forcekill command - ohaider used it on another instance of the 2.0 chat.py project I was running under the name of 'guestclient' - I couldn't receive messages but I could send them.
Offline
Alright, so I accidentally created the room "scratc" when trying to join scratch
I know I can delete rooms, but I'm not sure how. Feel free to delete it or tell me how to delete it.
Also, how do you set the text that is shown when you enter a room?
Offline
ohaiderstudios wrote:
Alright, so I accidentally created the room "scratc" when trying to join scratch
I know I can delete rooms, but I'm not sure how. Feel free to delete it or tell me how to delete it.
Also, how do you set the text that is shown when you enter a room?
/;/;:del-room room_name
/;/;:set-motd message
EDIT: Del-room isn't working.
Also, what's the room called "danger"?
Last edited by zippynk (2012-08-13 22:54:38)
Offline