Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by EternallyCurious. 04/18/24 10:45
StartWeek not working as it should
by Zheka. 04/18/24 10:11
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
zorro 64bit command line support
by 7th_zorro. 04/15/24 09:36
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:48
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:46
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 677 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, howardR, 11honza11, ccorrea, sakolin
19047 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 5
Page 17 of 17 1 2 15 16 17
Re: [GSTNet] new posts on "Third Party Tools" [Re: WretchedSid] #357266
02/06/11 13:07
02/06/11 13:07
Joined: Nov 2010
Posts: 125
Germany
chrisp1 Offline
Member
chrisp1  Offline
Member

Joined: Nov 2010
Posts: 125
Germany
But if i write : GSTNet_HTTPGet("http://www.littlesubmarine.bplaced.net","/test.php",serveripserver);

the standard ipnumber(000.000.000.000) doesnt change to the servers ip and the game chrashes

Last edited by chrisp1; 02/06/11 13:08.

---------------------------------------------------
My new project: www.sfc.de.to
My old project: www.littlesubmarine.de.to
My Youtubechannel: http://www.youtube.com/user/darkchrisp#p/a/u/0/5idMXmCDdmA
---------------------------------------------------
Re: [GSTNet] new posts on "Third Party Tools" [Re: chrisp1] #357286
02/06/11 14:51
02/06/11 14:51
Joined: Nov 2002
Posts: 913
Berlin, Germany
S
SchokoKeks Offline
User
SchokoKeks  Offline
User
S

Joined: Nov 2002
Posts: 913
Berlin, Germany
Have you tried "littlesubmarine.bplaced.net" ? the www doesn't really have a meaning.

Re: [GSTNet] new posts on "Third Party Tools" [Re: SchokoKeks] #357343
02/06/11 19:24
02/06/11 19:24
Joined: Jul 2005
Posts: 1,930
Austria
Dark_samurai Offline
Serious User
Dark_samurai  Offline
Serious User

Joined: Jul 2005
Posts: 1,930
Austria
SchokoKeks is right! It should be "http://littlesubmarine.bplaced.net"


ANet - A stable and secure network plugin with multi-zone, unlimited players, voip, server-list features,... (for A7/A8)!
get free version
Re: [GSTNet] new posts on "Third Party Tools" [Re: Dark_samurai] #357386
02/06/11 22:32
02/06/11 22:32
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline OP
Serious User
nfs42  Offline OP
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach
for lite-c use
GSTNet_HTTPGet(_str("littlesubmarine.bplaced.net"),_str("/test.php"),sResult);

for c-script use
GSTNet_HTTPGet("littlesubmarine.bplaced.net","/test.php",sResult);


Andreas
GSTools - Home of
GSTScript 0.9.8: lua scripting for A6/7/8
GSTNet 0.7.9.20: network plugin for A6/7/8
GSTsqlite 1.3.7: sql database plugin for A6/7/8
3DGS Codebase: 57 snippets || 3DGS Downloads: 248 files
Re: [GSTNet] new posts on "Third Party Tools" [Re: nfs42] #357489
02/07/11 13:46
02/07/11 13:46
Joined: Nov 2010
Posts: 125
Germany
chrisp1 Offline
Member
chrisp1  Offline
Member

Joined: Nov 2010
Posts: 125
Germany
thanks nfs 42 laugh

P.S. What do i have to write that the client sends its position to the server and the server sends it to the other clients. I used GSTNet_TrackEntity(player,1+2); Something wrong or do I have to add more lines of code ?

Last edited by chrisp1; 02/07/11 14:14.

---------------------------------------------------
My new project: www.sfc.de.to
My old project: www.littlesubmarine.de.to
My Youtubechannel: http://www.youtube.com/user/darkchrisp#p/a/u/0/5idMXmCDdmA
---------------------------------------------------
Re: [GSTNet] new posts on "Third Party Tools" [Re: chrisp1] #371802
05/25/11 14:59
05/25/11 14:59
Joined: Apr 2006
Posts: 159
Latvija
Arrovs Offline
Member
Arrovs  Offline
Member

Joined: Apr 2006
Posts: 159
Latvija
Hello.
I have question.
Why i cant join server in local network with external IP.
Im not tested it from other networks, but dont sounds too nice.


Arrovs once will publish game
Re: [GSTNet] new posts on "Third Party Tools" [Re: Arrovs] #371813
05/25/11 16:14
05/25/11 16:14
Joined: Nov 2010
Posts: 125
Germany
chrisp1 Offline
Member
chrisp1  Offline
Member

Joined: Nov 2010
Posts: 125
Germany
Is the port open ? (portforwarding)


---------------------------------------------------
My new project: www.sfc.de.to
My old project: www.littlesubmarine.de.to
My Youtubechannel: http://www.youtube.com/user/darkchrisp#p/a/u/0/5idMXmCDdmA
---------------------------------------------------
Re: [GSTNet] new posts on "Third Party Tools" [Re: chrisp1] #371817
05/25/11 18:17
05/25/11 18:17
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline OP
Serious User
nfs42  Offline OP
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach
try http://portforward.com/ if you doesn't know how forwarding works with your router.
you have to open the chosen UDP port.


Andreas
GSTools - Home of
GSTScript 0.9.8: lua scripting for A6/7/8
GSTNet 0.7.9.20: network plugin for A6/7/8
GSTsqlite 1.3.7: sql database plugin for A6/7/8
3DGS Codebase: 57 snippets || 3DGS Downloads: 248 files
Re: [GSTNet] new posts on "Third Party Tools" [Re: nfs42] #371859
05/26/11 02:12
05/26/11 02:12
Joined: Apr 2006
Posts: 159
Latvija
Arrovs Offline
Member
Arrovs  Offline
Member

Joined: Apr 2006
Posts: 159
Latvija
ou. True true it could be my problem. I will check it.


Arrovs once will publish game
Page 17 of 17 1 2 15 16 17

Moderated by  HeelX, Spirit 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1