SimbaPH Posted May 13, 2021 Share Posted May 13, 2021 I tried setting up game_memory limit but it doesn't work, I have my WHCMS setup on my Windows and TCAdmin Panel Pro Master setup on my Windows, Everything works fine expect for this Memory Limit, include('default_values.php'); switch ($params["configoptions"]["Memory Allocation"]) { case "2048": $billing_api_values["game_memory"] = "2048"; break; } and configure it on WHCMS, but still doesn't work. Link to comment Share on other sites More sharing options...
conceptr980 Posted May 13, 2021 Share Posted May 13, 2021 (edited) I dont think there is a difference if its linux or windows as its a script. On the other hand, it doesnt looks wrong to me unless you forgot to add <?php and ?> at the top and bottom to be like this: <?php include('default_values.php'); switch ($params["configoptions"]["Memory Allocation"]) { case "2048": $billing_api_values["game_memory"] = "2048"; break; } ?> Note: By the way you have added this post in the wrong section of the forum. Edited May 13, 2021 by conceptr980 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now