Skip to content

Merge From Master#4

Merged
acsid merged 25 commits into00stackfrom
master
Mar 2, 2017
Merged

Merge From Master#4
acsid merged 25 commits into00stackfrom
master

Conversation

@acsid
Copy link
Owner

@acsid acsid commented Mar 2, 2017

No description provided.

smalls89 and others added 25 commits February 21, 2017 05:47
default game port is 3724, add 23292 for queryport 27016
thanks rocco for pointing out the queryport

also found vac setting
found this to be a little neater and more effective
vac
odd, seems i was having a glitch... my server showed up without vac until i put -secure in it.... seems to have gone away
found my own answer
RMI port and RMI registration port move to reserved
query port lowered to +3
seems empty defaults unchecked...
This is mostly fixes for warnings or notices that appear with max error
reporting. There's still othr stuff, but this'll do for now.

Form_table_class: Uses the old, PHP-4 constructor method which is now
deprecated.
Refreshed: Same as above, used the PHP-4 constructor method. PHP 5.3 and
above is supported. So, no need to use much, much, older method.

lib_remote: Set the default timeout in the constructor method to match
that of what was commited in 6e1629f , and changed the remote_dirlistfm
method from having a function within the public method to utilize the
callback arguement.

view: Added a better check for the installation file removal. $admins
will either be false or an empty array. This prevents the script
attempting to delete the file every page load if the file doesn't exist.

show_users: Added single quotes around the user_id key to prevent a
notice.

TS3Admin: getRemoteServers returns false is there's no servers. Added a
check to make sure there is remote servers - if there's not, display a
message. Added a translation.

FTP Users: getRemoteServers returns false is there's no servers. And as
such you cannot add FTP users. So display a message to the user
notifying them about this.

is_numeric being passed to array_walk in this fashion was always
returning true, however generates muliple warnings. Now, array_filter is
used and the count value of that is used. Which also removes the need
for the first check.

Status: Added a check for the GD extension for the bar.php images. If GD
isn't loaded, the images won't be displayed but the other components
are. A message will be displayed telling the user that GD is required.
Added translations.
@acsid acsid merged commit 3932846 into 00stack Mar 2, 2017
@acsid acsid mentioned this pull request Mar 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments