Skip to content

Commit 011696a

Browse files
committed
Update README.md
1 parent e5e7e3f commit 011696a

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
1-
PHP Source Query
2-
================
1+
# PHP Source Query
32

4-
### Description
3+
## Description
54
This class was created to query game server which use the Source query protocol, this includes all source games, half-life 1 engine games and Call of Duty: Modern Warfare 3
65

76
The class also allows you to query servers using RCON although this only works for half-life 1 and source engine games.
87

98
[Minecraft](http://minecraft.net) also uses Source RCON protocol, and this means you can use this class to send commands to your minecraft server while having engine set to source.
109

11-
##### Protocol specifications can be found over at VDC
10+
### Protocol specifications can be found over at VDC
1211
* https://developer.valvesoftware.com/wiki/Server_queries
1312
* https://developer.valvesoftware.com/wiki/Source_RCON_Protocol
1413

15-
### Usage
16-
You can find easy examples on how to use it in `View.php`
17-
18-
### Example
14+
## Example
1915
```php
2016
<?php
2117
require 'SourceQuery.class.php';
@@ -42,7 +38,7 @@ You can find easy examples on how to use it in `View.php`
4238
?>
4339
```
4440

45-
### Functions
41+
## Functions
4642
<table>
4743
<tr>
4844
<td>Connect( $Ip, $Port, $Timeout, $Engine )</td>
@@ -78,6 +74,6 @@ You can find easy examples on how to use it in `View.php`
7874
</tr>
7975
</table>
8076

81-
### License
77+
## License
8278
> *This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.<br>
8379
> To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/*

0 commit comments

Comments
 (0)