c9jester / q3tool

PHP class for working with ioquake3-based game servers.
MIT License
3 stars 6 forks source link

SERVER INFO #1

Open JonnyUK opened 9 years ago

JonnyUK commented 9 years ago

Hey, I'm new to PHP so sorry for the newb question

Where do I put my server information (IP, Port and rcon password) in order for this to work?

Thanks,

c9jester commented 8 years ago

Sorry it has taken so long to reply. If you look in the example code in the README, you should see the following:

$tool = new q3tool("myclan.org", 27960, "super1337password");

This is where you set those values. Feel free to copy and paste that line and then change the values.