Version 1.2.6 ------------------------------------------------------------------------ r267 | | 2011-12-28 17:56:33 +0000 (Wed, 28 Dec 2011) | 1 line Added rc.d update in install directions ------------------------------------------------------------------------ r266 | | 2011-12-28 13:24:12 +0000 (Wed, 28 Dec 2011) | 2 lines Changed ts3 support to use main ip (again) as ts3 does not support multiple ips ------------------------------------------------------------------------ r264 | | 2011-12-27 14:18:58 +0000 (Tue, 27 Dec 2011) | 3 lines Disabled adding -nosecure, for eac, and cod4 games Changed EAC to use internal ip if ip is marked internal ------------------------------------------------------------------------ r262 | | 2011-12-21 16:25:39 +0000 (Wed, 21 Dec 2011) | 5 lines Fixed for email bug created in cleanup from last post Changed machine over limit error to show limits Changed auth type to 0 for default vent servers Reverted jquery validate as new version broke sub-tab thing Fixed manage addons form for creation, removing duplicated form elements ------------------------------------------------------------------------ r257 | | 2011-12-19 20:26:33 +0000 (Mon, 19 Dec 2011) | 5 lines Cleaned up a lot of global vars in functions, many unused, cleaned many not needed as well Added Advanced tab to settings Changed how mumble reset works in manage games, will redirect to id 1004 when changed successfully and detects if 1004 exists already or not to prevent resets Changed $PATH in footer to path global ------------------------------------------------------------------------ r255 | | 2011-12-19 15:20:04 +0000 (Mon, 19 Dec 2011) | 1 line Fixed disk usage check on users, was checking /home due to bad sql in the new function created ------------------------------------------------------------------------ r253 | | 2011-12-19 02:14:51 +0000 (Mon, 19 Dec 2011) | 3 lines Fixed newly created bug with cvars not using user game settings Added select all to checkboxes and language files ------------------------------------------------------------------------ r251 | | 2011-12-17 14:37:19 +0000 (Sat, 17 Dec 2011) | 1 line Fixed broken swap on linux/bsd ------------------------------------------------------------------------ r249 | | 2011-12-16 16:19:32 +0000 (Fri, 16 Dec 2011) | 5 lines Fixed bad datformat for auto billing, was expecting standard format but we pass formated date, now it doesnt care what it gets - it make em strtotime Fixed product addons saving 0,40 as 0,40 not 0.40 - we must save standard format not formatted form at Fixed product addons calculation on order form - cals w/o format and displays w/ format Removed mass delete product items notification thats outdated Added ability to edit master bill and disable recurring option, the cross notification item is gone and now its a checkbox ------------------------------------------------------------------------ r248 | | 2011-12-15 20:32:27 +0000 (Thu, 15 Dec 2011) | 3 lines Updated some new ru translation lines Updated auto.php removed duplicate backup and added log about emailing ------------------------------------------------------------------------ r247 | | 2011-12-15 15:05:28 +0000 (Thu, 15 Dec 2011) | 7 lines Fixed queue bug if user existed, but not existing user queue, the queue would fail but game commands still ran, invalid like Added -nosecure option if EAC is enabled and nosecure is not detected, it will be added to the start mode when the service is started Fixed default lang if selected lang is missing Removed empty {php} tag in allopass form Moved EAC enable option, was swapped with client control Fixed disable ftp/configs being swapped in manage games ------------------------------------------------------------------------ r245 | | 2011-12-14 02:08:43 +0000 (Wed, 14 Dec 2011) | 4 lines Fixed edit user password strength Added manage maps feature to show map image Added new translations for some order items Fixed bug in order when not logged in was causing jscript issues ------------------------------------------------------------------------ r241 | | 2011-12-13 16:42:52 +0000 (Tue, 13 Dec 2011) | 3 lines Fixed cvar replace if no value defined will still replace with blank Fixed trackmania query Fixed error on order form using gzip when it wasnt sposed to ------------------------------------------------------------------------ r239 | | 2011-12-12 15:50:47 +0000 (Mon, 12 Dec 2011) | 1 line ------------------------------------------------------------------------ r238 | | 2011-12-12 15:49:37 +0000 (Mon, 12 Dec 2011) | 4 lines Changed mysql backup export to addslashes to data and now properly exports table structure (was removed for issues) Added permission to userinfo session when logging in Added sub-user deny permission for clients ------------------------------------------------------------------------ r236 | | 2011-12-12 04:03:42 +0000 (Mon, 12 Dec 2011) | 4 lines New manage maps changes broke session tracking on it, fixed Changed E-mail Notifications to Mass Mail Clients in english Added mass mail to voice server type ------------------------------------------------------------------------ r234 | | 2011-12-11 16:32:05 +0000 (Sun, 11 Dec 2011) | 3 lines Changed manage maps to be smarter and more secure Changed gt-icons on fresh to be light gray, not white rollover ------------------------------------------------------------------------ r232 | | 2011-12-10 19:03:03 +0000 (Sat, 10 Dec 2011) | 2 lines Fixed default category value for addons Fixed bug with resellers editing user games ------------------------------------------------------------------------ r230 | | 2011-12-10 15:00:11 +0000 (Sat, 10 Dec 2011) | 2 lines Changed suspend/unsusped game to return true if action already completed to help issues with plugins ------------------------------------------------------------------------ r229 | | 2011-12-10 03:18:56 +0000 (Sat, 10 Dec 2011) | 5 lines Changed rename ip to also rename ip in game selection Fixed eac being shown when it shouldnt be on edit user game Added hooks add_user_toserver remove_user_fromserver ------------------------------------------------------------------------ r228 | | 2011-12-10 02:40:58 +0000 (Sat, 10 Dec 2011) | 17 lines -------------- Changed how cvars are assigned to a new merge, array_merge($all_vars, $defaultinfo, $cv, $addons, $ugtmpcvars); * per user game vars will over-ride all vars * addon vars, assigned by the API (Whmcs/CE) are next * cvars defined by the game based on user settings * default and regular variables ($IP, $PORT, etc) Cleaner and faster replacing, you can over-ride any defaults with a user game cvar so its nice. (fixes bug on ordering with cvar that exists) -------------- Added more ip output for debuggong ip failure Added remove_user hook Fixed game download fail, redownload complete but failed to extract - based on duplicated inputs on the data array, we now clear the downloads when you start a new one Removed some style="" tags as we want to outmode inline styles Changed a few tpl files nothing major ------------------------------------------------------------------------ r227 | | 2011-12-09 17:03:21 +0000 (Fri, 09 Dec 2011) | 2 lines Reinstall user game now re-sets the cvars, not the custom ones, but the main one from the game itself Cleaned up replaceall cvar function to remove unneeded {}'s ------------------------------------------------------------------------ r226 | | 2011-12-09 16:52:06 +0000 (Fri, 09 Dec 2011) | 12 lines Changed js to not show close buttons, on dash, if element contains one (popins) Cleaned up x css for form elements as button changes made things funky Fixed billing graph module not showing rounded borders (missing bgb) Removed hidden submit buttons from login forms as theyre outdated Disabled mouse scrolling on google maps, was annoying when you browsed a page and tried to scroll as the mouse typically is over the map by default Zoomed more on google maps for edit user game Fixed remove config, saying no erased anyway (gg) Added new label to a few remove pages Fixed space in edit user game status display, 0/15on map now 0/16 on map Removed extra space on news listing Added more buttons ------------------------------------------------------------------------ r225 | | 2011-12-08 20:43:32 +0000 (Thu, 08 Dec 2011) | 2 lines Moved new disk quota to ajax call to not lag edit client ------------------------------------------------------------------------ r224 | | 2011-12-08 20:22:05 +0000 (Thu, 08 Dec 2011) | 1 line Replaced style='display:none's with a class for ui - ui-helper-hidden ------------------------------------------------------------------------ r223 | | 2011-12-08 19:11:15 +0000 (Thu, 08 Dec 2011) | 3 lines Added user disk reporting on user profile page, for admins Fixed default tax value on package ------------------------------------------------------------------------ r221 | | 2011-12-08 17:19:23 +0000 (Thu, 08 Dec 2011) | 3 lines Changed game downloader to check if install file is a url and report that instead of mkdir on a bs folder w/ url attached Fixed js error on edit machine, related to port checks Fixed some template issues ------------------------------------------------------------------------ r220 | | 2011-12-08 15:22:29 +0000 (Thu, 08 Dec 2011) | 3 lines Added addon category feature Updated jquery validation plugin ------------------------------------------------------------------------ r219 | | 2011-12-07 21:07:31 +0000 (Wed, 07 Dec 2011) | 1 line More buttons! ------------------------------------------------------------------------ r217 | | 2011-12-07 16:08:57 +0000 (Wed, 07 Dec 2011) | 2 lines Updated API v1 to not show style, to help with whmcs5 changes ------------------------------------------------------------------------ r216 | | 2011-12-07 15:22:51 +0000 (Wed, 07 Dec 2011) | 2 lines Enabled affinity and priority for windows, tested, and works, requires windows remote version 1.0.1.2 ------------------------------------------------------------------------ r214 | | 2011-12-07 02:15:53 +0000 (Wed, 07 Dec 2011) | 1 line Added css3 buttons to the rest of the templates ------------------------------------------------------------------------ r213 | | 2011-12-07 01:51:42 +0000 (Wed, 07 Dec 2011) | 6 lines Added tons of order system hooks Changed windows extract to use new gcpextract, due out soon Fixed API v1 fail result on suspend feature due to recent change Added affinity support up to 32 cores Added affinity and priority support to Windows :D ------------------------------------------------------------------------ r212 | | 2011-12-06 17:23:16 +0000 (Tue, 06 Dec 2011) | 2 lines Added bill menu and css3 icon file ------------------------------------------------------------------------ r211 | | 2011-12-06 17:19:43 +0000 (Tue, 06 Dec 2011) | 7 lines Changed save form to add/rem class type not add/rem class attribute Changed some wording in en.ini, mainy addon to add-on Changed templates subnav's to not have hard-coded spaces to enable button grouping Added css3 buttons to x template Fixed search in manage machines Added $D $M $Y $YEAR to console log for date acceptance Changed voice remove to not redirect on error ------------------------------------------------------------------------ r210 | | 2011-12-06 17:17:08 +0000 (Tue, 06 Dec 2011) | 2 lines Added gameqv2 support - fixed doom3 querying (beta) ------------------------------------------------------------------------ r209 | | 2011-12-05 01:38:32 +0000 (Mon, 05 Dec 2011) | 10 lines Added class="button" to all (or so) button elements to make use of css3 buttons or other styling effects also added button-group to group buttons Fixed sql strict error on safesql class Fixed scanning of voice ports when detecting ports to used Changed voice remove to return true/false Changed our flot js to add/rem class Changed server monitor stops to run in a function to enable a hook on stop Changed some wording in en.ini Removed new-addip.tpl ------------------------------------------------------------------------ r207 | | 2011-11-29 20:10:34 +0000 (Tue, 29 Nov 2011) | 9 lines Fixed applying credit with '12,34' currency, and likely others Removed currency format when asving api records Fixed allopass and smspass gateways Cleaned up payment reply Fixed missing tabletop in tos for order form Fixed manage addons - new - not detecting required game Removed unused manageadons-new tpl Removed number formatting on promotion used Added load check on order page ------------------------------------------------------------------------ r205 | | 2011-11-29 02:43:57 +0000 (Tue, 29 Nov 2011) | 3 lines Changed missing mysql char function else to also do chartype Changed default mysql tables to collate utf8 Fixed bug with hourly only products in order ------------------------------------------------------------------------ r204 | | 2011-11-28 21:54:00 +0000 (Mon, 28 Nov 2011) | 2 lines updated move machine to fix a few bugs and to make it accept existing machines without making you reinstall the remote ------------------------------------------------------------------------ r202 | | 2011-11-28 15:36:02 +0000 (Mon, 28 Nov 2011) | 9 lines Added changeplayers api function (for whmcs) to also update addons/game addons Changed sysinfo script, on linux, to detect 'id' field and to use that position to determin cpu idle Added feature for darkstar name lookup - pass valid name - looks up the id (for location) Moved hooks functions to their own file for future api v2 use Added daily_cron hook and server monitor hooks Changed server list to not show duplications Added email validation on order profile Changed log file to use replaceall vars to have features like $IP and $PORT work ------------------------------------------------------------------------ Version 1.2.5 ------------------------------------------------------------------------ r199 | | 2011-11-21 22:25:35 +0000 (Mon, 21 Nov 2011) | 15 lines Fixed sub-user permission level swap on control server, start was stop - stop was start Added two whitelists to display class Added getuservoice & getbill function fixed GameQ NWN and NWN2 to set gamespy2 not 1 Added ticket class, remove function Changed game suspend class to return Added md5 param to login to accept password in md5 format Fixed click portal link redirects for both cookies and already logged in users Changed unlink - of js files - in the installer to be hidden Fixed migrate function for new security release Changed default sql, configs, to be longtext Removed session data from email contact to gamecp ------------------------------------------------------------------------ r198 | | 2011-11-17 17:21:15 +0000 (Thu, 17 Nov 2011) | 3 lines Removed magic_quotes feature that was outmoded a while ago but apparently some things left behind (we disable the feature if its on and use safesql to help against it) This fixes bug in email templates escaping links - fix your links and re-save the template ------------------------------------------------------------------------ r197 | | 2011-11-17 16:21:58 +0000 (Thu, 17 Nov 2011) | 4 lines Fixed graphing on machine stats, had extra field that was not sposed to be there Removed servermonitor.tpl for settings Changed settings page to have tab for monitor ------------------------------------------------------------------------ r195 | | 2011-11-17 01:49:15 +0000 (Thu, 17 Nov 2011) | 2 lines Added utf8_encode to order profile settings, beta testing it Changed rename user to also rename shortcut settings ------------------------------------------------------------------------ r194 | | 2011-11-16 18:57:02 +0000 (Wed, 16 Nov 2011) | 6 lines Fixed warning in backend class Changed ip list display to show locations w/all ips assigned, now says [assigned] to all displays allowing over-ride Added event logging to suspend Fixed auto panel updater ajax had broken link Disabled theme editing for user profiles for all but admins as the feature is not idiot proof Added manager to advanced edit game editing as their fields are enabled but saving was not ------------------------------------------------------------------------ Version 1.2.4 ------------------------------------------------------------------------ r192 | | 2011-11-14 18:12:01 +0000 (Mon, 14 Nov 2011) | 4 lines Renamed missing defined error for easy finding Fixed issue with graph file - due to security updates Fixed issue with add service -darkstar - if no machine had voice enabled voice tab was hidden Fixed issue when editing darkstar and invalid access ------------------------------------------------------------------------ Version 1.2.3 ------------------------------------------------------------------------ r190 | | 2011-11-13 18:10:21 +0000 (Sun, 13 Nov 2011) | 1 line Fixed product addons issue ------------------------------------------------------------------------ r189 | | 2011-11-13 17:03:48 +0000 (Sun, 13 Nov 2011) | 5 lines Changed events to log subuser naems not username when subuser is on Changed addons on linux to force hidden file name Added new hooks to suspend functions Fixed warning about cookie params for pre 5.2 php versions Fixed portal saving ------------------------------------------------------------------------ Version 1.2.2 ------------------------------------------------------------------------ r187 | | 2011-11-07 18:31:22 +0000 (Mon, 07 Nov 2011) | 1 line ------------------------------------------------------------------------ Version 1.2.1 ------------------------------------------------------------------------ r185 | | 2011-11-07 15:19:47 +0000 (Mon, 07 Nov 2011) | 4 lines Added noheader to cron tasks Disabled auto.php if billing is not gamecp Fixed server list not showing row color on some things Cleaned email field on order page ------------------------------------------------------------------------ Version 1.2.0 ------------------------------------------------------------------------ r182 | | 2011-11-05 00:36:00 +0000 (Sat, 05 Nov 2011) | 1 line Added bf3 protocol support ------------------------------------------------------------------------ r181 | | 2011-11-04 23:16:10 +0000 (Fri, 04 Nov 2011) | 4 lines Added noheader to usergame start/stop/restart to help prevent a reported page redirect that shouldnt occur, but seems it could Fixed restart on down icon - on game console - feature was missing url fixed orders ajax - user login + promo validation ------------------------------------------------------------------------ r179 | | 2011-11-02 22:01:19 +0000 (Wed, 02 Nov 2011) | 4 lines Fixed copyright display on print invoice Fixed mark ip used Fixed popins and menu items, menus + controls will show under the popin ------------------------------------------------------------------------ r177 | | 2011-10-28 21:14:38 +0000 (Fri, 28 Oct 2011) | 3 lines Fixed char formatting on print invoice page Fixed totals on bills when non-default price format is selected, format was removed on the db record when the db record was already format removed, causing issues ------------------------------------------------------------------------ r175 | | 2011-10-27 19:13:55 +0000 (Thu, 27 Oct 2011) | 1 line Attempting more security updates ------------------------------------------------------------------------ r174 | | 2011-10-27 18:25:29 +0000 (Thu, 27 Oct 2011) | 2 lines Added defined var security checks to files that are not session checked, this will prevent them from being opend on the web Fixed other possible xss areas ------------------------------------------------------------------------ r173 | | 2011-10-27 17:26:42 +0000 (Thu, 27 Oct 2011) | 3 lines Initial commit of security update for v1.2 Contains a few sql and several xss fixes ------------------------------------------------------------------------ r172 | | 2011-10-27 16:38:23 +0000 (Thu, 27 Oct 2011) | 3 lines Initial commit of security update for v1.2 Contains a few sql and several xss fixes ------------------------------------------------------------------------ r171 | | 2011-10-26 16:54:17 +0000 (Wed, 26 Oct 2011) | 8 lines Fixed ip list, when a game is selected, to display the correct ips for that game, if defined Added minequery and minecraft support to GameQ Changed manage games to use parse ini to get list of gameq codes to save time updating Fixed add user add game to user select no for notify - would notify anyway Added delay for version check of 2mins to ensure first load is not extra lagged due to connection to our site Fixed possible sql injection on initial variables Changed Manage Games IP & Ports to say Network ------------------------------------------------------------------------ r169 | | 2011-10-25 12:42:15 +0000 (Tue, 25 Oct 2011) | 1 line ------------------------------------------------------------------------ r167 | | 2011-10-24 21:12:11 +0000 (Mon, 24 Oct 2011) | 3 lines Fixed support for 0.00 price per product generation (free products) Added no results rows to 3 tempaltes missing them ------------------------------------------------------------------------ r163 | | 2011-10-24 20:13:09 +0000 (Mon, 24 Oct 2011) | 1 line ------------------------------------------------------------------------ r161 | | 2011-10-24 19:51:21 +0000 (Mon, 24 Oct 2011) | 3 lines Added disable files option - per game - so when that game is added the users file access is denied for their account. in the future when we have our own linux ftpd - it will only disable for that game Fixed changeshell function when saving ------------------------------------------------------------------------ r159 | | 2011-10-24 18:46:57 +0000 (Mon, 24 Oct 2011) | 9 lines Added 2 machine cvars in edit machine Removed some slashes on xcopy and homepath settings Changed port scan on linux to grep on ip and port not just port Changed user rescan delay to be a setting Fixed edit machine click anywhere drags Disabled server status checks in cache file Fixed several issues with command control Removed shared install check on install games as we no longer use it - and - it hiccups on games using $BASEPATH ------------------------------------------------------------------------ r158 | | 2011-10-19 16:52:46 +0000 (Wed, 19 Oct 2011) | 9 lines Feature change - new services wont have a start mode or pre mode - if defined it will over-ride the default - if not defined the default from Manage Games will be used! Caution as this is a new style. Added new language variables for things like Order Now and a few more details in the order page index Changed restart delay to 2 seconds Changed Exec function to wait for windows response Added more debugging info to email sending Disabled page redirect when debugging is on - and creating a ticket (so we can see the email log) ------------------------------------------------------------------------ r156 | | 2011-10-17 17:53:13 +0000 (Mon, 17 Oct 2011) | 5 lines Added random digits to check install command Added remote down rescan delay to settings Fixed add service w/ inactive username Fixed scheduler having * * * *cd not * * * * cd Fixed reinstall game to use proper mysql to reset the addons ------------------------------------------------------------------------ r155 | | 2011-10-14 19:26:24 +0000 (Fri, 14 Oct 2011) | 4 lines Minor edit user game template update Fixed gzip (for js) disable to actually.. disable Added js.gz removal on installer to help prevent issues ------------------------------------------------------------------------ r153 | | 2011-10-14 14:21:59 +0000 (Fri, 14 Oct 2011) | 9 lines Attempt to fix up migration machine Fixed recently created issue (1.1?) with pagnation Fixed currency format for paypal Fixed reseller w/o advanced issues when editing a game Fixed client list - sub user link to create Added sub-user file manager option of none Changed windows game installer to do full path for batch file Fixed bug in managemaps reported on bug list ------------------------------------------------------------------------ r151 | | 2011-10-11 14:18:17 +0000 (Tue, 11 Oct 2011) | 5 lines Fixed 1.2 bug for install game dl's status check, bad url Removed out-dated win install drive setting Fixed automation task for queue from installing servers not marked pending Fixed error about missing cal files ------------------------------------------------------------------------ r149 | | 2011-10-08 15:35:58 +0000 (Sat, 08 Oct 2011) | 3 lines Added option to query internal or external ip in settings > general Added active/inactive option on command control for users ------------------------------------------------------------------------ r148 | | 2011-10-08 13:06:40 +0000 (Sat, 08 Oct 2011) | 2 lines Updated edit user game for google maps v3, 1.1 didnt get this update, sorry! Fixed edit machine in manage machines showing below map for google maps ------------------------------------------------------------------------ r146 | | 2011-10-07 15:53:48 +0000 (Fri, 07 Oct 2011) | 9 lines Renamed jquery and ui files to not show versions so we can update quicker Removed unused js files Fixed order new user not having +1 limit for services Fixed lost password Moved navigation tpl Removed charts.php Adding flot for html5 default charts Adding graph.php for html5 default charts ------------------------------------------------------------------------ r145 | | 2011-09-30 15:57:00 +0000 (Fri, 30 Sep 2011) | 4 lines Removed ofchart support as its old, slow, and crappy Replaced ofchart with 'flot' for html5 graphs - this means billing and dash billing graphs are now html5 like the addon, addon still required for game stats etc Fixed billing index resetting all selects not just the billing one Changed edit game ip port change to rename stats dir if exists ------------------------------------------------------------------------ r144 | | 2011-09-30 15:14:52 +0000 (Fri, 30 Sep 2011) | 4 lines Voice features now uniform for clients and admins and basically the whole page was reworked to be faster and more secure Attempt to fix error on obz handler with gzip enabled Removed feature on order form if no location name is defined it defines one for you - caused issues with auto ip ------------------------------------------------------------------------ r143 | | 2011-09-29 17:22:22 +0000 (Thu, 29 Sep 2011) | 2 lines GameCP 1.2 update - MASSIVE file name changes! ------------------------------------------------------------------------ r142 | | 2011-09-29 17:21:27 +0000 (Thu, 29 Sep 2011) | 2 lines GameCP 1.2 update - MASSIVE file name changes! ------------------------------------------------------------------------ Version 1.1.0 ------------------------------------------------------------------------ r139 | | 2011-09-27 17:32:16 +0000 (Tue, 27 Sep 2011) | 1 line Added minecraft query support for mc 1.8 or above ------------------------------------------------------------------------ r137 | | 2011-09-25 23:55:57 +0000 (Sun, 25 Sep 2011) | 1 line Fixed installtype error on api add ------------------------------------------------------------------------ r136 | | 2011-09-24 18:35:28 +0000 (Sat, 24 Sep 2011) | 2 lines Fixed export with things like <> html chars Updated x ui css for calendar to show prev/next ------------------------------------------------------------------------ r134 | | 2011-09-23 17:44:53 +0000 (Fri, 23 Sep 2011) | 1 line UI updates ------------------------------------------------------------------------ r132 | | 2011-09-23 16:31:35 +0000 (Fri, 23 Sep 2011) | 2 lines Added all client list options to edit client template Seems to be all I can think of for 1.1.0 - so we will simply test and fix bugs reported ------------------------------------------------------------------------ r130 | | 2011-09-22 20:36:28 +0000 (Thu, 22 Sep 2011) | 2 lines Fixed bug with smarty loadout + esupport support option, still testing other features ------------------------------------------------------------------------ r128 | | 2011-09-22 18:48:41 +0000 (Thu, 22 Sep 2011) | 9 lines Fixed likely a long term bug in remove service in api (whmcs/ce) Changed linux install/update/uninstall etc scripts to be .gcp-XXX to be hidden Changed same scripts to remove differently, in the case of update scripts Fixed monitor creating tickets with incorrect information Added --tries 2 to wget for game-monitor support, ensures if using a bad ip or whatever - it does not hang the panel Addded $PUBPRIV (BOOLPUBPRIV) to command list Changed manage games export to use ajax to load latest version Removed add-servercomplete and its tpl+ajax status as its no longer used ------------------------------------------------------------------------ r126 | | 2011-09-21 01:22:33 +0000 (Wed, 21 Sep 2011) | 2 lines Fixed remove ventrilo related issues (Still testing) Fixed missing billing id on edit user vent ------------------------------------------------------------------------ r124 | | 2011-09-20 23:47:32 +0000 (Tue, 20 Sep 2011) | 3 lines Added darkstar support to API Converted darkstar data from id+billing id to api_id and api_id2, updater detects and converts old data Fixed remove voice, ventrilo, not removing uservoice row ------------------------------------------------------------------------ r122 | | 2011-09-20 21:09:50 +0000 (Tue, 20 Sep 2011) | 2 lines Fixed addvent issue with port checking ------------------------------------------------------------------------ r121 | | 2011-09-20 20:35:02 +0000 (Tue, 20 Sep 2011) | 2 lines Added display of join date to edit user Changed edit user game - per game cvars - to display on main tab - per user game cvars - on the 2nd tab ------------------------------------------------------------------------ r119 | | 2011-09-20 18:56:24 +0000 (Tue, 20 Sep 2011) | 4 lines Converted joindate to timestamp Changed data generation for license to use count() not num rows Fixed duplicate ticket check in server monitor ticket create function ------------------------------------------------------------------------ r117 | | 2011-09-19 23:38:52 +0000 (Mon, 19 Sep 2011) | 4 lines Changed menu items for all users but admin/client/voice Removed add bill - sub-bill processes Fixed missing footer in a few pages ------------------------------------------------------------------------ r116 | | 2011-09-19 23:03:42 +0000 (Mon, 19 Sep 2011) | 4 lines Fixed more warnings Removed unneeded constant items/classes Removed/changed duplicated language items from en.ini ------------------------------------------------------------------------ r115 | | 2011-09-19 19:22:37 +0000 (Mon, 19 Sep 2011) | 6 lines Fixed more warnings Added user->adduser to just add user data Changed order queue system to not use user->add Added bid only redirect on add service Added user demo option to add service Removed more installtype from user database ------------------------------------------------------------------------ r113 | | 2011-09-19 01:33:02 +0000 (Mon, 19 Sep 2011) | 3 lines Fixed link colors on pagnation in x Fixed more warnings Added voice redirect for voice only add service ------------------------------------------------------------------------ r112 | | 2011-09-19 00:01:07 +0000 (Mon, 19 Sep 2011) | 6 lines Fixed more warnings Added suspended user check to lost password Removed 48 lines from en.ini Fixed 'games' page forgetting your tab Fixed show all on footers Fixed some broken wiki links ------------------------------------------------------------------------ r111 | | 2011-09-18 21:09:20 +0000 (Sun, 18 Sep 2011) | 3 lines Updated all lang files Fixed more warnings ------------------------------------------------------------------------ r110 | | 2011-09-18 20:31:08 +0000 (Sun, 18 Sep 2011) | 6 lines Attempt to secure billing payment return script more (no issues reported) Fixed number format saving on payments sent feature Fixed e-mail managers to do only active users( thought this was done) Removed about 20 un-used mysql items, columns or rows Added ui to all other themes ------------------------------------------------------------------------ r109 | | 2011-09-18 18:45:16 +0000 (Sun, 18 Sep 2011) | 2 lines Fixed more warnings ------------------------------------------------------------------------ r107 | | 2011-09-17 21:09:41 +0000 (Sat, 17 Sep 2011) | 15 lines Major update Error reporting is fully enabled so we can check for errors/warnings in this beta Fixed around 100 warnings to speed code up & code better Removed old dhtml calendar and replaced with jquery ui Added time picker, jquery ui Added basic ui theme (x) Added new language lines (en) Added searchable select lists for add service Added new add service features Changed add game, ts2, vent, ts3 to use same form - add service Added create server on XXX date n time- for queue Removed several un-used files Likely changed more but no documentation for it. ------------------------------------------------------------------------ r105 | | 2011-09-16 14:34:13 +0000 (Fri, 16 Sep 2011) | 1 line Attempting to fix possible iis6 ip issue ------------------------------------------------------------------------ r103 | | 2011-09-15 18:00:53 +0000 (Thu, 15 Sep 2011) | 2 lines Removed testing features + old code Optimized header slightly ------------------------------------------------------------------------ r101 | | 2011-09-15 17:32:22 +0000 (Thu, 15 Sep 2011) | 1 line Linux load and memory testing release. ------------------------------------------------------------------------ r100 | | 2011-09-15 17:16:50 +0000 (Thu, 15 Sep 2011) | 5 lines Updated google maps code from v2 to v3, no longer requires registration and is faster/optimized code Added $UserFullName to email vars - will be First Last - or if no first - will be the username - will always return a name so it is good to use. Hello $UserFullName, Added loading status indication on ssh terminal Added lat/long "location" setting for users - similar to machines - for google maps ------------------------------------------------------------------------ r99 | | 2011-09-15 14:27:18 +0000 (Thu, 15 Sep 2011) | 8 lines Added user level based themes - if user has reseller then their theme is the resellers. only adjustable by admins Fixed payment issue with credits going --XX not -XX and negative credits Removed un-used login redirect template Added BCC option to settings Changed some session variables to follow the modern array Added check to smartys for template - if not exists - goto default Changed billing chart, randomly started producing issues ------------------------------------------------------------------------ r97 | | 2011-09-14 18:31:57 +0000 (Wed, 14 Sep 2011) | 1 line Fixed issues with payments internal and credits ------------------------------------------------------------------------ r96 | | 2011-09-14 17:41:38 +0000 (Wed, 14 Sep 2011) | 2 lines Adding client level manage maps check for drop down list ------------------------------------------------------------------------ r95 | | 2011-09-14 17:29:37 +0000 (Wed, 14 Sep 2011) | 2 lines Added file manager permissions per user ------------------------------------------------------------------------ r94 | | 2011-09-14 15:46:12 +0000 (Wed, 14 Sep 2011) | 6 lines Fixed ftpclose error when ftp wasnt started Added global - user game - validation function Changed user game sub-menu to use global function to ensure correct display Changed ts2/3 to force install to selected ip - not machines ip Changed edit game to all say Disable + have check all ------------------------------------------------------------------------ r93 | | 2011-09-13 23:29:29 +0000 (Tue, 13 Sep 2011) | 4 lines Fixed disable console, per game, support Added disable configs, per game, support Changed filezilla xml to not write users with 'noftp' shells ------------------------------------------------------------------------ r91 | | 2011-09-13 21:02:13 +0000 (Tue, 13 Sep 2011) | 4 lines Added game permissions to defaults Updated all language files with new language words Fixed hidden field being displayed in edit user cfg ------------------------------------------------------------------------ r90 | | 2011-09-13 20:23:19 +0000 (Tue, 13 Sep 2011) | 3 lines Added display control to user game items Moved custom cvars for usergame/game - for user - to display tab ------------------------------------------------------------------------ r89 | | 2011-09-13 14:48:28 +0000 (Tue, 13 Sep 2011) | 3 lines Changed service queries to use internal ip if defined Changed all date calculation that used mktime to be strtotime for more accurate calculations ------------------------------------------------------------------------ r88 | | 2011-09-13 00:15:59 +0000 (Tue, 13 Sep 2011) | 2 lines Updated billing stats on admin bill index as new features need new information ------------------------------------------------------------------------ r87 | | 2011-09-12 22:44:17 +0000 (Mon, 12 Sep 2011) | 5 lines Added onetime option to add user bill.php Fixed number formatting on saving add user bill Fixed header display on API Fixed port check error on voice add ------------------------------------------------------------------------ r86 | | 2011-09-12 18:27:02 +0000 (Mon, 12 Sep 2011) | 1 line Added more refund options ------------------------------------------------------------------------ r85 | | 2011-09-12 16:24:04 +0000 (Mon, 12 Sep 2011) | 13 lines Added fee and gateway tracking to payments Added add payment feature on edit master bill w/ notify Added recurring indication on edit master bill Added refund option to bill list and edit master bill (pending more updates) Changed game console to use console refresh setting in Settings > general Fixed language in port check Changed test email to show in message ehader Changed GameCP Variable list to be prettier Changed game console download log to be button not link, looks nicer Added one time bill option to invoices and made auto.php ensure bill was not only recurring option but not a onetime Changed popup js to show scroll bars Added javascript to game console to stop auto-scroll to bottom when console log is hovered ------------------------------------------------------------------------ Version 1.0.12 ------------------------------------------------------------------------ r83 | | 2011-09-10 19:38:49 +0000 (Sat, 10 Sep 2011) | 5 lines Fixed issue with invalid key being re-set or in general keys being reset Fixed $BASEPATH to use right variables Added several new game variables Changed game variables to all call from 1 file ------------------------------------------------------------------------ Version 1.0.11 ------------------------------------------------------------------------ r81 | | 2011-09-10 15:19:44 +0000 (Sat, 10 Sep 2011) | 4 lines Fixed support for private only product ordering Changed product create to not create public if not defined Added currency chars to product list Fixed product create template ------------------------------------------------------------------------ Version 1.0.10 ------------------------------------------------------------------------ r78 | | 2011-09-10 03:48:52 +0000 (Sat, 10 Sep 2011) | 1 line Updated Default SQL ------------------------------------------------------------------------ Version 1.0.10 ------------------------------------------------------------------------ r75 | | 2011-09-10 02:57:19 +0000 (Sat, 10 Sep 2011) | 3 lines Fixed new bug preventing sub-user Login Added Port Search and PHP Info to tools navigation Fixed reseller create ticket for themselves ------------------------------------------------------------------------ Version 1.0.10 ------------------------------------------------------------------------ r73 | | 2011-09-09 22:40:06 +0000 (Fri, 09 Sep 2011) | 2 lines Removed PHP code for checking ports, defaulting to netstat checks This seems to likely fix peoples issues on linux masters and failure to query ports ------------------------------------------------------------------------ r71 | | 2011-09-09 17:19:01 +0000 (Fri, 09 Sep 2011) | 7 lines Added lower timelimit to ftp check Removed nusoap as its long past being used Fixed bad function references in autoports Changed bcc of admins/support to check if active Fixed install gameconfig unable to determin ip on ipv6 situations Fixed manage addons list to display games not bunch of Fixed edit user game, save, firewall s, query port ------------------------------------------------------------------------ r69 | | 2011-09-06 17:46:58 +0000 (Tue, 06 Sep 2011) | 3 lines Changed some mysql defaults for taxes that caused some issues Changed ip selection on Manage Games to show assigned ips ------------------------------------------------------------------------ r68 | | 2011-09-06 00:45:22 +0000 (Tue, 06 Sep 2011) | 2 lines Fixed license errors on index, bad license + ajax = bad error reply, now its all good. ------------------------------------------------------------------------ r67 | | 2011-09-05 21:32:30 +0000 (Mon, 05 Sep 2011) | 3 lines Fixed password strength on order Fixed license error issue with form redirection ------------------------------------------------------------------------ r65 | | 2011-09-05 20:48:22 +0000 (Mon, 05 Sep 2011) | 7 lines Fixed bug with non-client create config Added option on edit machine to set machines timeout Increased timeout when server is connected Removed un-used custom-controls.tpl and mysql queries that occurred each page, should reduce load Fixed users online from last update Fixed bug in create ticket on server monitor sending wrong user profile data ------------------------------------------------------------------------ r63 | | 2011-09-04 18:01:52 +0000 (Sun, 04 Sep 2011) | 1 line Fixed security flaw with order system allowing free orders if invalid package term was selected ------------------------------------------------------------------------ r61 | | 2011-09-04 17:53:41 +0000 (Sun, 04 Sep 2011) | 1 line Fixed security flaw with order system allowing free orders if invalid package term was selected ------------------------------------------------------------------------ r59 | | 2011-09-04 17:40:36 +0000 (Sun, 04 Sep 2011) | 1 line Minor changes ------------------------------------------------------------------------ r57 | | 2011-09-02 20:40:27 +0000 (Fri, 02 Sep 2011) | 4 lines Decoded includes/core/includes/gamecp folder so it can be editable Removed WML code that is no longer used since we canceled the WML version Added double checks on API user validation if no id is passed or returned ------------------------------------------------------------------------ Version 1.0.9 ------------------------------------------------------------------------ r55 | | 2011-08-31 01:30:29 +0000 (Wed, 31 Aug 2011) | 3 lines William is out of the office with his new born baby, expect delays in support. This release fixes a critical bug created in 1.0.8 for Windows users not having services created. ------------------------------------------------------------------------ Version 1.0.8 ------------------------------------------------------------------------ r53 | | 2011-08-26 20:38:41 +0000 (Fri, 26 Aug 2011) | 2 lines Going back to non compressed jquery 1.6.2 as we still cant fix this i.exec crap Updated machine list to do no results ------------------------------------------------------------------------ r51 | | 2011-08-26 19:46:01 +0000 (Fri, 26 Aug 2011) | 2 lines Added stop server if empty for XXX seconds ------------------------------------------------------------------------ r50 | | 2011-08-26 18:50:58 +0000 (Fri, 26 Aug 2011) | 3 lines Changed schedule to not require all combination of date/time for start/end - http://wiki.gamecp.com/Schedule Fixed user game edit start/stop button issues Fixed user game edit game status box resize issues ------------------------------------------------------------------------ r48 | | 2011-08-26 15:28:51 +0000 (Fri, 26 Aug 2011) | 10 lines Added type param for easy anti cheat Changed EAC to trigger on stop/start/restart as well as save game Changed EAC to only trigger if the game being managed is EAC supported Changed Linux file manager, save file, to strip \r - to force save unix type Removed quotes around password, on change password, going to test that out for a while Added Event Log viewer under Tools Added order/queue information when you edit the order/queue item Changed some order/queue language, removing "queue" Fixed white link for FTP link in user game edit ------------------------------------------------------------------------ r47 | | 2011-08-25 21:27:23 +0000 (Thu, 25 Aug 2011) | 2 lines Removed mode=edit in navigation Added ticket categories to navigation ------------------------------------------------------------------------ r45 | | 2011-08-25 18:47:32 +0000 (Thu, 25 Aug 2011) | 5 lines Added schedule start option to server monitor, if a service was never started and meats the scheduled start time - it will start it Changed all FTP relation timeouts to 5 seconds Fixed showing support menu when in basic mode Changed order product term page to clear required fields when changing data that modifys the form Fixed manage maps to work for full paths on Windows ------------------------------------------------------------------------ Version 1.0.7 ------------------------------------------------------------------------ r43 | | 2011-08-24 20:55:17 +0000 (Wed, 24 Aug 2011) | 2 lines Changed EAC to be defined in manage machines and settings > general ------------------------------------------------------------------------ r42 | | 2011-08-24 19:53:03 +0000 (Wed, 24 Aug 2011) | 5 lines Fixed inclusive tax discount calculation Added user added check on rename use Added windows rename user feature Changed rename user to stop game before user data changes Changed control server to always define service name as gcp-user-id instead of from out-dated database setting ------------------------------------------------------------------------ r40 | | 2011-08-24 16:18:56 +0000 (Wed, 24 Aug 2011) | 3 lines Changed add add-on to be same form as edit Fixed some 0.00 prices to do correct formating ------------------------------------------------------------------------ r39 | | 2011-08-24 15:46:17 +0000 (Wed, 24 Aug 2011) | 5 lines Fixed several bugs with the tax, inclusive, system Fixed some currency formating issues and save issues Added (XX%) to tax display on invoices Fixed bill list calculation with certain formats and taxes Changed manage machines, add, to not disable form if sql detects invalid as some cases it may still work ------------------------------------------------------------------------ r38 | | 2011-08-23 19:29:22 +0000 (Tue, 23 Aug 2011) | 2 lines Removing out-dated jquery 1.2.6 support in konquror browser as its no longer causing problems with jquery 1.6.2 ------------------------------------------------------------------------ r37 | | 2011-08-23 16:51:37 +0000 (Tue, 23 Aug 2011) | 2 lines Fixed issues related to session clearing on login, like copyright removal, addon validate and more. ------------------------------------------------------------------------ Version 1.0.6 ------------------------------------------------------------------------ r34 | | 2011-08-23 15:51:33 +0000 (Tue, 23 Aug 2011) | 3 lines Updating javascripts with "i" as jquery 1.6.2 hates it Removing cached, .gz, javascript files to ensure users are creating their own ------------------------------------------------------------------------ Version 1.0.5 ------------------------------------------------------------------------ r32 | | 2011-08-23 02:27:18 +0000 (Tue, 23 Aug 2011) | 2 lines Fixed some more bugs created with jquery 1.6 update ------------------------------------------------------------------------ r31 | | 2011-08-22 15:37:20 +0000 (Mon, 22 Aug 2011) | 3 lines Increased remote pass validation delay Added remove game option to resellers Fixed add game to user for resellers ------------------------------------------------------------------------ Version 1.0.4 ------------------------------------------------------------------------ r29 | | 2011-08-21 04:43:46 +0000 (Sun, 21 Aug 2011) | 4 lines Fixed sub-user login issue created with a more recent fix Changed windows timeout again Doubled machine stats cache delay Changed post-start mode to not wait for return ------------------------------------------------------------------------ Version 1.0.3 ------------------------------------------------------------------------ r27 | | 2011-08-20 22:59:59 +0000 (Sat, 20 Aug 2011) | 3 lines Added MySQL Charset option to localization settings Changed windows execution to timeout better if not properly connected ------------------------------------------------------------------------ Version 1.0.0 ------------------------------------------------------------------------ r1 | | 2011-08-19 02:18:38 +0000 (Fri, 19 Aug 2011) | 1 line Initial commit for tags and trunk (gamecp) ------------------------------------------------------------------------ r12 | | 2011-08-19 19:47:22 +0000 (Fri, 19 Aug 2011) | 3 lines Removing un-used jquery files Changed jquery min to be uncompressed as testing shows minified was broken ------------------------------------------------------------------------ r15 | | 2011-08-19 20:16:28 +0000 (Fri, 19 Aug 2011) | 1 line Added no result display to manage clients (trying to test build system) ------------------------------------------------------------------------