yeah that is ridiculously old and not relevant now. And that site SSL is expired lol.. If you have a new concern you found let them know but not aware of any current issues.
it sounds like the other thing was doing some kind of iframe vs an alias.
Why don't you try putting something like this on b.com for the index.html page
this should then show b.com in browser but the content from a.com or whatever is in the if…
its most likely a bad php add handler "AddHandler" in an .htaccess file which is causing this issue which is probably being added by the plugin or leftover from a different cPanel server.
Can find this as root for a user like
user='Us…
easily fixed with the steps outlined in the bottom of this article.
https://hackerdise.com/how-to-update-php-timezone/
See specifically the last ones about it not being set at all.
For Cyberpanel this can be done the same way to check the c…
would have to see it firsthand via ssh
possible your missing some packages from looking up that error.
https://python-forum.io/Thread-Pip-install-for-mysqlclient-not-working
https://stackoverflow.com/questions/7475223/mysql-config-not-found-when-…
Looks like this was recently updated for anyone who stumbles on this now.
https://imgur.com/E8UnIIq
Last updated
7/28/20, 10:43 AM
Category
Blog & CMS
Developer stacks
Version
2.0.2
Operating system
Ubuntu 2…
Yeah they do have a point on larger multi-user servers with tons of files having it as a daemon can increase load but that is something the admin of that server should configure as needed. As its an optional thing it shouldn't break things out of th…
Uninstall those if installed
yum remove -y lsphp7*-pecl-imagick
The below will then install it for all versions.
yum install -y ImageMagick ImageMagick-devel;
for version in $(ls /usr/local/lsws|grep lsphp); do /usr/local/lsws/${version}/bin/p…
This is due to it being Ubuntu vs Centos.
Just made the Ubuntu variant which accounts for the slightly different path to the .ini files see below.
Centos:
/usr/local/lsws/lsphp74/etc/php.ini
/usr/local/lsws/lsphp$phpver/etc/php.ini
fo…
thanks does not show an error so far from what i can tell might have to put this on a more actively targeted server now to see how well it does as the test server hasn't got enough activity yet
put it within this section too.
https://imgur.com/a…
easy as pie for all versions. one of the first things i do to PHP after installation
this raises the memory_limit to 1024M
raises the post_max_size to 128M
raises the upload_max_filesize 128M
for phpver in $(ls -1 /usr/local/lsws/ |grep lsph…
the above is close but missing ports to block and also the regex throws and error
if (($lgfile eq $config{CUSTOM1_LOG}) and ($line =~ /^\S+\s+\d+\s+\S+ \S+ postfix\/smtpd\[\d+\]: warning:.*\[(\d+\.\d+\.\d+\.\d+)\]: SASL [A-Z]*? authentication faile…
Can you provide an example of what exactly happens and what needs to be changed?
If you can provide that example of before an after and how we can test that will allow us to investigate, fix, and automate. I have multiple cyberpanel servers with …
It's @usmannasir creation and he would be the best person to clarify that. It is community collaboration as can be seen on the github due to the opensource nature of things. Which also means anything you don't like you can potentially fix/mod yourse…
Here is a Gameplan for how this can be accomplished.
Step 1: Add logging for all login pages that require authentification.
- control Panel login
https://hackerdise.com:8090/
- Phpmyadmin
https://hackerdise.com:8090/phpmyadmin/index.php
…
it does this for the stuff its configured for @rezahrad
Without any context of what you mean its hard to know if its supposed to do this or not.
As i mentioned above Cyberpanel :8090 page is NOT setup to block failed logins as the required lo…
You can do stuff like this
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh) <<< $'1\n1\nn\ny\ny\ny\n'
https://upcloud.com/community/tutorials/initialization-scripts/
If you got kvm templa…
Litespeed literally has bruteforce protection for that built into it. Can be toggled from the Litespeed Web Admin area
https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:wordpress-protection
https://blog.litespeedtech.com/2…
CSF+LFD with modsec setup does everything and more than fail2ban and way better. CSF+LFD for cyberpanel if installed should also already be integrated and monitoring the modsec and error logs and blocking stuff.
Once the Cyberpanel login page ha…
yeah im having that same issue @h1dd3n_sn1p3r with inc backups even with the latest patch applied.
I did this and tested and same issue :/
mv /usr/local/CyberCP/plogical/processUtilities.py /usr/local/CyberCP/plogical/processUtilities.py-bak
w…
Submitted experimental patch pull request for this
https://github.com/usmannasir/cyberpanel/pull/321
Needs tested still. I do believe this should enable support for this though for any username needed. It should default to using root if none is …
I also explained how to fix this in this thread via symlinking the main PHP version if your opposed to using the full path.
https://forums.cyberpanel.net/discussion/comment/6193#Comment_6193
Example with full path:
*/5 * * * * /usr/local/lsws/l…
is your VPS using IPv6?
ip a
should should show if you are. If you are you might try temporarily disabling it via sysctl and running the installer again. Once installed should be able to enable it again.
I believe some of the installation url…