Posts: 1,745
Threads: 252
Joined: Dec 2011
Reputation:
0
Hello, i want to put on my servers website LIVE statistics of the server i want it in html and not those crappy pictures just plain text (if cant find without pic one with pic will have to do) but i cant find a wesbite that will give me the code etc can someon link me?
Posts: 1,745
Threads: 252
Joined: Dec 2011
Reputation:
0
how do i use it? lol is there a tut or something?
Posts: 1,745
Threads: 252
Joined: Dec 2011
Reputation:
0
so how do i implement it into the web page i tried basicly coping and pasting the code from that page^ (cause im shit at php) and it returned errors
Posts: 1,745
Threads: 252
Joined: Dec 2011
Reputation:
0
ok did that and got this error
PHP Error Message
Warning: fsockopen() [function.fsockopen]: UDP protocol is not allowed in /home/a9936746/public_html/SampQueryAPI.php on line 42
Posts: 1,745
Threads: 252
Joined: Dec 2011
Reputation:
0
this is line 42 $this->rSocket = fsockopen('udp://'.$this->aServer[0], $this->aServer[1], $iError, $sError, 2);
Posts: 329
Threads: 21
Joined: Sep 2010
Reputation:
0
You need to open UDP Port(Port of the server you try to query).