Bugs (Softaculous) https://www.softaculous.com/board/index.php?fid=19 <![CDATA[Support HTTP Basics: Anchor tags]]> https://www.softaculous.com/board/index.php?tid=18470&tpg=1#p59993
  • Clicking the link prompts for login. After login, you're redirected to the default dashboard, not to the original URL. Even if already logged in, it asks to login again—and still doesn't go to the link. It makes navigation tedious—forcing users to search every time


fnaf 1]]>
Mon, 08 Sep 2025 08:34:49 GMT https://www.softaculous.com/board/index.php?tid=18470&tpg=1#p59993
<![CDATA[cant download resque image]]> https://www.softaculous.com/board/index.php?tid=20245&tpg=1#p59730

If template is not getting downloaded then you can attach rescue cd ISO and use it :

https://www.system-rescue.org/Download/

For template download issue, we can access your server and check when you open a ticket :

https://softaculous.deskuss.com/open.php?&topicId=2]]>
Thu, 17 Jul 2025 06:47:27 GMT https://www.softaculous.com/board/index.php?tid=20245&tpg=1#p59730
<![CDATA[cant download resque image]]> https://www.softaculous.com/board/index.php?tid=20246&tpg=1#p59719 i have problem to download resque mode image , can someone help me to sloved that ?
Enabling rescue mode(Show less)
Enabling Rescue mode
Downloading Rescue Template
There was an error downloading the rescue template
[Command] /usr/bin/virsh version
[Retval] 0
[Output]: Show
[Command] /usr/bin/qemu-system-x86_64 --version
[Retval] 0
[Output]: Hide
Array
(
    [0] => QEMU emulator version 8.2.2 (Debian 1:8.2.2+ds-0ubuntu1.7)
    [1] => Copyright (c) 2003-2023 Fabrice Bellard and the QEMU Project developers
)]]>
Mon, 14 Jul 2025 17:53:00 GMT https://www.softaculous.com/board/index.php?tid=20246&tpg=1#p59719
<![CDATA[cant download resque image]]> https://www.softaculous.com/board/index.php?tid=20245&tpg=1#p59718 i have problem to download resque mode image , can someone help me to sloved that ?
Enabling rescue mode(Show less)
Enabling Rescue mode
Downloading Rescue Template
There was an error downloading the rescue template
[Command] /usr/bin/virsh version
[Retval] 0
[Output]: Show
[Command] /usr/bin/qemu-system-x86_64 --version
[Retval] 0
[Output]: Hide
Array
(
    [0] => QEMU emulator version 8.2.2 (Debian 1:8.2.2+ds-0ubuntu1.7)
    [1] => Copyright (c) 2003-2023 Fabrice Bellard and the QEMU Project developers
)]]>
Mon, 14 Jul 2025 17:52:32 GMT https://www.softaculous.com/board/index.php?tid=20245&tpg=1#p59718
<![CDATA[VPS Migration Bug]]> https://www.softaculous.com/board/index.php?tid=19156&tpg=1#p58949
Quote From : himbiryani April 22, 2024, 8:16 am
Quote From : radwebhosting March 15, 2024, 2:34 pm
You can remove the host IP from the IP pools to prevent this type of issue moving forward, because, yeah, that will break things every time  :xd:


How to delete server IP?

It is located in the Navigate to IP Management section.]]>
Fri, 17 Jan 2025 02:40:37 GMT https://www.softaculous.com/board/index.php?tid=19156&tpg=1#p58949
<![CDATA[decimals for resource pricing]]> https://www.softaculous.com/board/index.php?tid=17595&tpg=1#p58924
Do you by anychance know how to extend the deciaml digits on the end user page in the Plans, as its always £0.00 when some of our planns are £3 month, so need at least £0.0000 for anything to show.

Thanks
Bill]]>
Wed, 08 Jan 2025 15:39:27 GMT https://www.softaculous.com/board/index.php?tid=17595&tpg=1#p58924
<![CDATA[decimals for resource pricing]]> https://www.softaculous.com/board/index.php?tid=17595&tpg=1#p58358
Quote From : radwebhosting July 29, 2024, 3:19 pm
Quote From : fhcardoso June 25, 2024, 4:33 am
Quote From : radwebhosting April 24, 2024, 3:47 pm
I also agree since the resources are calculated in 1 GB integrals at hourly integrals. In USD, a 10GB storage would be $7.30/mo when based on the least possible assigned cost $0.001 during a month that has ~730 hours.

Now, we would much prefer to charge our users less for this amount of disk.

I imagine there might be other currencies also, where 3 decimal places is unsuitable.


I created my own solution by changing the template and the database. Let me know if you are interested, I can share it with you.


Sorry for late response. Yes, it sounds very interesting and would like to know more



I'm sorry for taking so long to respond, but I hadn't seen your response.


The solution is very simples and work fine:
MAKE BACKUP OF FILES BEFORE DOING THIS.

Code
**** CHANGE THE DATABASE VIRTUALIZOR
ALTER TABLE `usage` CHANGE `h_used` `h_used` DECIMAL(10,6) NOT NULL DEFAULT '0.00' COMMENT 'The estimated amount that will be charged for the VPS';
ALTER TABLE `pricing` CHANGE `h_rate` `h_rate` DECIMAL(10,6) NOT NULL, CHANGE `m_rate` `m_rate` DECIMAL(10,2) NOT NULL, CHANGE `y_rate` `y_rate` DECIMAL(10,2) NOT NULL;

**** "ADMIN TEMPLATE CHANGE TO ALLOW STEP=0.000001"
sed -i 's/step="0.001"/step="0.000001"/g' /usr/local/virtualizor/enduser/themes/default/admin/resource_pricing_theme.php
sed -i '/prow += "<input type=\\"number\\" step=\\"0.001\\" class=\\"form-control\\" name=\\""+ratetypes\[i\]/ s/step=\\"0.001\\"/step=\\"0.000001\\"/' /usr/local/virtualizor/enduser/themes/default/admin/addplan_theme.php
sed -i '/prow += "<input type=\\"number\\" step=\\"0.001\\" class=\\"form-control\\" name=\\""+ratetypes\[i\]/ s/step=\\"0.001\\"/step=\\"0.000001\\"/' /usr/local/virtualizor/enduser/themes/default/admin/editplan_theme.php
]]>
Mon, 09 Sep 2024 19:29:30 GMT https://www.softaculous.com/board/index.php?tid=17595&tpg=1#p58358
<![CDATA[decimals for resource pricing]]> https://www.softaculous.com/board/index.php?tid=17595&tpg=1#p58233
Quote From : fhcardoso June 25, 2024, 4:33 am
Quote From : radwebhosting April 24, 2024, 3:47 pm
I also agree since the resources are calculated in 1 GB integrals at hourly integrals. In USD, a 10GB storage would be $7.30/mo when based on the least possible assigned cost $0.001 during a month that has ~730 hours.

Now, we would much prefer to charge our users less for this amount of disk.

I imagine there might be other currencies also, where 3 decimal places is unsuitable.


I created my own solution by changing the template and the database. Let me know if you are interested, I can share it with you.


Sorry for late response. Yes, it sounds very interesting and would like to know more]]>
Mon, 29 Jul 2024 15:19:08 GMT https://www.softaculous.com/board/index.php?tid=17595&tpg=1#p58233
<![CDATA[decimals for resource pricing]]> https://www.softaculous.com/board/index.php?tid=17595&tpg=1#p58100
Quote From : radwebhosting April 24, 2024, 3:47 pm
I also agree since the resources are calculated in 1 GB integrals at hourly integrals. In USD, a 10GB storage would be $7.30/mo when based on the least possible assigned cost $0.001 during a month that has ~730 hours.

Now, we would much prefer to charge our users less for this amount of disk.

I imagine there might be other currencies also, where 3 decimal places is unsuitable.


I created my own solution by changing the template and the database. Let me know if you are interested, I can share it with you.]]>
Tue, 25 Jun 2024 04:33:57 GMT https://www.softaculous.com/board/index.php?tid=17595&tpg=1#p58100
<![CDATA[decimals for resource pricing]]> https://www.softaculous.com/board/index.php?tid=17595&tpg=1#p57884
Now, we would much prefer to charge our users less for this amount of disk.

I imagine there might be other currencies also, where 3 decimal places is unsuitable.]]>
Wed, 24 Apr 2024 15:47:47 GMT https://www.softaculous.com/board/index.php?tid=17595&tpg=1#p57884