Softaculous https://www.softaculous.com/board/index.php? <![CDATA[Close / Delete my Account]]> https://www.softaculous.com/board/index.php?tid=18162&tpg=2#p60099 You can usually delete your account and unsubscribe from emails by going to your account settings or contacting customer support directly.
]]>
Thu, 16 Oct 2025 15:48:24 GMT https://www.softaculous.com/board/index.php?tid=18162&tpg=2#p60099
<![CDATA[Download Theme]]> https://www.softaculous.com/board/index.php?tid=16495&tpg=1#p60098
Quote From : Kilowog April 22, 2020, 1:44 am
Excellent, I followed your instructions and already installed it.
Thank you very much for your help Brijesh.

Best regards  :)

Glad to hear it worked out! Your detailed instructions really helped, and it’s great that everything is installed successfully.
]]>
Thu, 16 Oct 2025 15:36:41 GMT https://www.softaculous.com/board/index.php?tid=16495&tpg=1#p60098
<![CDATA[Issue about failed logins]]> https://www.softaculous.com/board/index.php?tid=20422&tpg=1#p60097 Thu, 16 Oct 2025 04:46:14 GMT https://www.softaculous.com/board/index.php?tid=20422&tpg=1#p60097 <![CDATA[How to save time installing web apps with Softaculous Auto Installer]]> https://www.softaculous.com/board/index.php?tid=20439&tpg=1#p60096
I especially like the “Clone” and “Staging” features—very convenient when you need to test updates without affecting the main website. In addition, Softaculous also supports more than 400 scripts, helping hosting users save hours of installation.

What projects do people here usually use Softaculous for? WordPress, phpBB, or another script?]]>
Thu, 16 Oct 2025 02:47:50 GMT https://www.softaculous.com/board/index.php?tid=20439&tpg=1#p60096
<![CDATA[Vvveb CMS]]> https://www.softaculous.com/board/index.php?tid=19590&tpg=1#p60095 ]]> Wed, 15 Oct 2025 20:29:58 GMT https://www.softaculous.com/board/index.php?tid=19590&tpg=1#p60095 <![CDATA[SitePad 2.0.0 Launched]]> https://www.softaculous.com/board/index.php?tid=20438&tpg=1#p60094
We have launched SitePad 2.0.0 in the Stable branch.

1) [Added] Introduced CookieAdmin features. You can now easily manage your cookie consent banner through CookieAdmin.
2) [Improvement] Added a “Save and Use This” button to the Add Address section on the Kkart checkout page for a smoother and faster checkout experience. .
3) [Improvement] The SitePad elements UI has been further improved for better usability and visual consistency.

In the next version, we will try to enable caching for improving the website speed and also backup options. Many more features are also in the making for E-Commerce and blogging options.

Regards,
The SitePad Team
]]>
Wed, 15 Oct 2025 12:54:43 GMT https://www.softaculous.com/board/index.php?tid=20438&tpg=1#p60094
<![CDATA[Windows 10 VPS frequently hangs on “Please wait” screen — requires reboot]]> https://www.softaculous.com/board/index.php?tid=20437&tpg=1#p60093
Can you check in Event Viewer logs in Windows if any task is getting stuck during login ?
]]>
Wed, 15 Oct 2025 10:44:05 GMT https://www.softaculous.com/board/index.php?tid=20437&tpg=1#p60093
<![CDATA[Windows 10 VPS frequently hangs on “Please wait” screen — requires reboot]]> https://www.softaculous.com/board/index.php?tid=20437&tpg=1#p60092 Wed, 15 Oct 2025 10:02:17 GMT https://www.softaculous.com/board/index.php?tid=20437&tpg=1#p60092 <![CDATA[Windows 10 VPS frequently hangs on “Please wait” screen — requires reboot]]> https://www.softaculous.com/board/index.php?tid=20437&tpg=1#p60091 Hello Virtualizor Team,
I’m experiencing a recurring issue with my Windows 10 VPS installed via Virtualizor.

Quite often, when I connect through Remote Desktop Connection (RDP), the session gets stuck on the blue “Please wait” screen (see attached screenshot).

After this happens, I cannot access the VPS desktop — it stays frozen indefinitely.

The only way to get it working again is to force reboot the VPS from the Virtualizor panel. Once rebooted, it works normally again for a while, but the problem returns randomly after some time.Details:
  • VPS OS: Windows 10 (64-bit)
  • Virtualization type: Proxmox
  • Virtualizor version: 3.2.6 (5)
  • RAM / CPU allocation: 4 GB RAM / 2 vCPU
  • Storage type: 50GB SSD

Could you please advise how to troubleshoot this?
Thanks!]]>
Wed, 15 Oct 2025 10:00:10 GMT https://www.softaculous.com/board/index.php?tid=20437&tpg=1#p60091
<![CDATA[Re-Add Slave after Forcibly remove]]> https://www.softaculous.com/board/index.php?tid=20265&tpg=1#p60090
Quote From : cibi July 23, 2025, 12:14 pm
I had a master server with a slave. I found the slave offline since 2 days. The master had his version updated from 3.19 to 3.25. I resetted the API keys on the master and tried to sync but no sync. I then updated the master API key in slave universal.php but it won't do. I tried to remove to add it back and I forcibly removed the slave. I updated the version to 3.25 on the slave. Now when we try to add it back we have the error saying that IPs of VPS on the slave server already exist:"the following IP(s) already exist on the master .

How can I proceed to add this slave again please?

PS:

No slave record on the master UI

Universal.php on master:
$globals['slave'] = 0;
$globals['masterkey'] = '';
$globals['masterip'] = '';
$globals['key'] = '....M2jrH9DlYs74JCx...............'; // do not exist on master
$globals['pass'] = '.....gvtHzAGVhdhqk................'; // do not exist on master

Universal.php on slave:
$globals['slave'] = '1';
$globals['masterkey'] = 'xigYQDNq1CHIAc.............'; // exists on the master
$globals['masterip'] = 'x.220.19.177';
$globals['key'] = '.....ptkP9FW6kOlp.................';  // exists on the slave
$globals['pass'] = '......HZ7QDz8N....................'; // exists on the slave

Thanks
   

The error means old IP records from the slave still exist on the master.
Delete those IPs from the master’s database (ips or servers table), restart the web service, then re-add the slave using the current master key from universal.php.
Ensure both are on version 3.25 before syncing.]]>
Wed, 15 Oct 2025 09:51:35 GMT https://www.softaculous.com/board/index.php?tid=20265&tpg=1#p60090