diff -Nur --no-dereference smeserver-webhosting-0.0.9.old/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/webhosting smeserver-webhosting-0.0.9/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/webhosting --- smeserver-webhosting-0.0.9.old/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/webhosting 2023-11-10 22:10:30.803000000 -0500 +++ smeserver-webhosting-0.0.9/root/etc/e-smith/locale/en-us/etc/e-smith/web/functions/webhosting 2023-11-10 22:25:06.369000000 -0500 @@ -152,12 +152,42 @@ 768MB - + M1024MB 1024MB + + M2048MB + + 2048MB + + + + M3072MB + + 3072MB + + + + M4096MB + + 4096MB + + + + M6144MB + + 6144MB + + + + M8192MB + + 80192MB + + T001m diff -Nur --no-dereference smeserver-webhosting-0.0.9.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/webhosting.pm smeserver-webhosting-0.0.9/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/webhosting.pm --- smeserver-webhosting-0.0.9.old/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/webhosting.pm 2023-11-10 22:10:30.847000000 -0500 +++ smeserver-webhosting-0.0.9/root/usr/share/perl5/vendor_perl/esmith/FormMagick/Panel/webhosting.pm 2023-11-10 22:19:16.358000000 -0500 @@ -75,7 +75,7 @@ '1800' => 'T030m', '2700' => 'T045m', '3600' => 'T060m', '7200' => 'T120m', '0' => 'UNLIMITED'); our %optionsproperties =( MemoryLimit => {'64M' => 'M0064MB', '128M' => 'M0128MB', - '256M' => 'M0256MB', '512M' => 'M0512MB', '768M' => 'M0768MB','1024M' => 'M1024MB'}, + '256M' => 'M0256MB', '512M' => 'M0512MB', '768M' => 'M0768MB','1024M' => 'M1024MB' ,'2048M' => 'M2048MB','3072M' => 'M3072MB','4096M' => 'M4096MB','61444M' => 'M6144MB','8192M' => 'M8192MB'}, MaxExecutionTime => {%timehash}, MaxInputTime => {%timehash}, AllowUrlFopen => {%binary}, diff -Nur --no-dereference smeserver-webhosting-0.0.9.old/root/usr/share/smanager/lib/SrvMngr/Controller/Webhosting.pm smeserver-webhosting-0.0.9/root/usr/share/smanager/lib/SrvMngr/Controller/Webhosting.pm --- smeserver-webhosting-0.0.9.old/root/usr/share/smanager/lib/SrvMngr/Controller/Webhosting.pm 2023-11-10 22:10:30.848000000 -0500 +++ smeserver-webhosting-0.0.9/root/usr/share/smanager/lib/SrvMngr/Controller/Webhosting.pm 2023-11-10 22:19:51.336000000 -0500 @@ -69,7 +69,7 @@ our %optionsproperties =( MemoryLimit => {'64M' => 'M0064MB', '128M' => 'M0128MB', - '256M' => 'M0256MB', '512M' => 'M0512MB', '768M' => 'M0768MB','1024M' => 'M1024MB'}, + '256M' => 'M0256MB', '512M' => 'M0512MB', '768M' => 'M0768MB','1024M' => 'M1024MB' ,'2048M' => 'M2048MB','3072M' => 'M3072MB','4096M' => 'M4096MB','61444M' => 'M6144MB','8192M' => 'M8192MB'}, MaxExecutionTime => {%timehash}, MaxInputTime => {%timehash}, AllowUrlFopen => {%binary}, diff -Nur --no-dereference smeserver-webhosting-0.0.9.old/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Webhosting/webhosting_en.lex smeserver-webhosting-0.0.9/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Webhosting/webhosting_en.lex --- smeserver-webhosting-0.0.9.old/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Webhosting/webhosting_en.lex 2023-11-10 22:10:30.849000000 -0500 +++ smeserver-webhosting-0.0.9/root/usr/share/smanager/lib/SrvMngr/I18N/Modules/Webhosting/webhosting_en.lex 2023-11-10 22:21:34.381000000 -0500 @@ -24,6 +24,11 @@ 'M0512MB' => '512MB', 'M0768MB' => '768MB', 'M1024MB' => '1024MB', +'M2048MB' => '2048MB', +'M3072MB' => '3072MB', +'M4096MB' => '4096MB', +'M6144MB' => '6144MB', +'M8192MB' => '8192MB', 'T001m' => '1 minute', 'T002m' => '2 minutes', 'T003m' => '3 minutes',