Gnet Tutorials?

Blitz3D Forums/Blitz3D Programming/Gnet Tutorials?

ckob(Posted 2006) [#1]
Are there any tutorials floating around on getting Gnet to work with your own webserver? Ive been trying for awhile now and can only get the Gnet.php to display "ERROR" on the page when I try to see the list.


ckob(Posted 2006) [#2]
Ok all im getting is an error when I go to the php page, here's how I created the mySQL table.


CREATE TABLE gnet_servers (
game varchar(32) NOT NULL default '',
server varchar(32) NOT NULL default '',
extip varchar(32) NOT NULL default '',
intip varchar(32) NOT NULL default '',
port smallint(5) unsigned NOT NULL default '0',
t_time timestamp(14) NOT NULL
) TYPE=MyISAM;


Im at a loss as to whats wrong if anyone could shed some light id appreciate it.


Baystep Productions(Posted 2006) [#3]
Just create a blitz program to reside in the task area. And have it update it every minuet or so.

But either way I don't think thats the way to go about it.

GNET sends this query to http://www.blitzbasic.com...

"GET /gnet/gnet.php?opt=ref&game=Game&server=Server HTTP/1.0"


ckob(Posted 2006) [#4]
um im not sure what your talking about but thanks anyway. I need to get gnet working on my server before I can get a program to update it at all. My game works just fine actually because I can run it on the blitz Gnet site but as I said when I try to use my own site it wont connect and when I display the page it gives me "Error".


ckob(Posted 2006) [#5]
no one use this?


ckob(Posted 2006) [#6]
anyone know where to get the gnet server status.php?