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 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.