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

#76 2010-08-12 07:19:46

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Online Multiplayer PHP

Sparks post page 1


You can now reach me on Twitter @johnnydean1_

Offline

 

#77 2010-08-12 11:10:48

TheSuccessor
Scratcher
Registered: 2010-04-23
Posts: 1000+

Re: Online Multiplayer PHP

Wouldn't it work if you sent the info in a query string? E.g.

Code:

contents of file at url |address.to.server/file.php?data=send+data+here|

Last edited by TheSuccessor (2010-08-12 11:11:40)


/* No comment */

Offline

 

#78 2010-08-12 11:11:37

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Online Multiplayer PHP

I dont think Panther can do that


You can now reach me on Twitter @johnnydean1_

Offline

 

#79 2010-08-12 11:13:18

TheSuccessor
Scratcher
Registered: 2010-04-23
Posts: 1000+

Re: Online Multiplayer PHP

I just tried it on my own website and it did.


/* No comment */

Offline

 

#80 2010-08-12 11:19:36

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Online Multiplayer PHP

so it sent data that way?


You can now reach me on Twitter @johnnydean1_

Offline

 

#81 2010-08-12 11:22:49

TheSuccessor
Scratcher
Registered: 2010-04-23
Posts: 1000+

Re: Online Multiplayer PHP

I think. Try http://eveningmews.awardspace.info/debug.php?q=lala.


/* No comment */

Offline

 

#82 2010-08-12 11:25:12

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Online Multiplayer PHP

If so can you code it then?


You can now reach me on Twitter @johnnydean1_

Offline

 

#83 2010-08-12 11:27:57

TheSuccessor
Scratcher
Registered: 2010-04-23
Posts: 1000+

Re: Online Multiplayer PHP

99% chance.


/* No comment */

Offline

 

#84 2010-08-12 11:31:41

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Online Multiplayer PHP

Ok, I belive you have the database so go go go!


You can now reach me on Twitter @johnnydean1_

Offline

 

#85 2010-08-12 11:38:06

TheSuccessor
Scratcher
Registered: 2010-04-23
Posts: 1000+

Re: Online Multiplayer PHP

Starting now.


/* No comment */

Offline

 

#86 2010-08-12 11:42:01

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Online Multiplayer PHP

yay some progress!!!!!!!!!!


You can now reach me on Twitter @johnnydean1_

Offline

 

#87 2010-08-12 12:04:07

TheSuccessor
Scratcher
Registered: 2010-04-23
Posts: 1000+

Re: Online Multiplayer PHP

Is it ok if data is sent and received as
server.address/play.php?action=see 1 below&type=2 below&varname=3&player=4&data=5
?
1. Either 'set' or 'get' - self explanatory.
2. Is 'variable' or any of the other types of data stored online.
3. Name to store data under/get data from.
4. Sends the player name to the server so their variables can be stored under their name or so you can get a certain player's variable.
5. The data to store.

Hope this makes sense.


/* No comment */

Offline

 

#88 2010-08-12 12:13:15

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Online Multiplayer PHP

umm not much sence but yes use the server all you want


You can now reach me on Twitter @johnnydean1_

Offline

 

#89 2010-08-12 12:19:31

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Online Multiplayer PHP

Ok after re-reading yes its fine


You can now reach me on Twitter @johnnydean1_

Offline

 

#90 2010-08-13 07:49:01

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Online Multiplayer PHP

progress


You can now reach me on Twitter @johnnydean1_

Offline

 

#91 2010-08-13 07:56:58

TheSuccessor
Scratcher
Registered: 2010-04-23
Posts: 1000+

Re: Online Multiplayer PHP

Written code to get values from database.


/* No comment */

Offline

 

#92 2010-08-13 08:12:47

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Online Multiplayer PHP

ok c00l


You can now reach me on Twitter @johnnydean1_

Offline

 

#93 2010-08-15 19:15:13

fullmoon
Retired Community Moderator
Registered: 2007-06-04
Posts: 1000+

Re: Online Multiplayer PHP

Hey I can help now! Do I need to set up my own server or do you have one?


http://i302.photobucket.com/albums/nn100/fullmoon32/wow.jpg

Offline

 

#94 2010-08-15 19:41:28

Lellowsfuzz
Scratcher
Registered: 2009-04-17
Posts: 500+

Re: Online Multiplayer PHP

Hello, I know nothing about PHP but could make a mod JUST for this project. Sounds cool?

Offline

 

#95 2010-08-16 17:35:27

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: Online Multiplayer PHP

sparks wrote:

right... for one thing, you cannot add ONE new catagory, you need to do them it twos. Secondly, the blocks would clutter the space if they were supplied as part of the image, custom blocks is the way to go, as only a few of our users will want to use it. We can certainly advertise it on our site if we think it's safe and good  tongue  Any reporters will be very easy because they are just read URL blocks with a specified address, but I don't know how to squeak code a writing command. when playing online games, would they be one-sprite sprites stored online? (they can be multi sprite games by using the clone feature)

What about if a newbie tryed to make it read from the webpage and it did not work?

Offline

 

#96 2010-08-20 15:50:11

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Online Multiplayer PHP

Ok progress

As for servers there is the logins on page 1 but you may want to use your own


You can now reach me on Twitter @johnnydean1_

Offline

 

#97 2010-08-20 16:49:28

mXsoft11
Scratcher
Registered: 2010-05-10
Posts: 100+

Re: Online Multiplayer PHP

Meh, I know a lot of PHP. If you need any help visit w3schools.com, or contact meh.


http://bannerbreak.com/banners/4/696/129702802765745581.gif

Offline

 

#98 2010-08-20 21:25:02

gaggerman
Scratcher
Registered: 2010-05-24
Posts: 24

Re: Online Multiplayer PHP

wow, i hope this project goes good.


Current Projects: Fallen Worlds cut scenes

Offline

 

#99 2010-08-21 04:46:53

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Online Multiplayer PHP

Can someone give me a update?


You can now reach me on Twitter @johnnydean1_

Offline

 

#100 2010-08-21 07:49:59

TheSuccessor
Scratcher
Registered: 2010-04-23
Posts: 1000+

Re: Online Multiplayer PHP

Need to upload now.


/* No comment */

Offline

 

Board footer