enable shell_exec function to server

 The shell_exec function allows PHP scripts to execute commands via the shell, which can be useful for certain tasks but also poses security risks if not managed properly edit the php.ini file (on cpanel it’s /usr/local/lib/php.ini) search for the line that says “disable_functions” remove shell_exec from this line Save the file, and restart apache.

April 4, 2024 · 1 min · Sayfullah Sayeb

cmd vps connect

 ssh u@ip

March 23, 2024 · 1 min · Sayfullah Sayeb

Phpmyadmin error hide

 The best way to turn off Phpmyadmin errors is to go go config.inc.php and set (or comment out ie removing the // lines in front of the value, which is set to “ask” by default.) $cfg['SendErrorReports'] = 'never'; Hit save and that’s it. More info https://docs.phpmyadmin.net/en/latest/config.html#cfg_SendErrorReports

March 11, 2024 · 1 min · Sayfullah Sayeb

Cyber Panel Install

February 25, 2024 · 0 min · Sayfullah Sayeb

low ping aws server

1- Frankfurt (eu-central-1) 2- London (eu-west-2) 3- Paris (eu-west-3) Stockholm (eu-north-1), Ireland (eu-west-1) Check time: 22-02-2024 09.37 gmt +6 tested website: https://check-host.net/check-ping

February 22, 2024 · 1 min · Sayfullah Sayeb

aapanel Install

1- sudo su - 2- sudo apt update && sudo apt upgrade -y reboot (recommended) 3- URL=https://www.aapanel.com/script/install_6.0_en.sh && if [ -f /usr/bin/curl ];then curl -ksSO “$URL” ;else wget –no-check-certificate -O install_6.0_en.sh “$URL”;fi;bash install_6.0_en.sh aapanel 4- (settings) bt for PHP Compiled Module name: mbstring Module parameter:- --enable-mbstring hide PHPMyAdmin errors config.inc.php $cfg[‘SendErrorReports’] = ’never’; To disable strict_trans_tables, you simply need to remove it from the list. So your sql-mode setting should look like: sql-mode=NO_ENGINE_SUBSTITUTION ...

February 21, 2024 · 1 min · Sayfullah Sayeb

Azure ubunto cpanel

After creating vps check blacklist ip: https://mxtoolbox.com/blacklists.aspx download putty : https://putty.org/ -——————————————————————————————————– 1- login your vps go to root > sudo -i > sudo passwd root (for change root pass) > hostname (your domain name. ex; server.abc.com) > hostname -f (for checking hostname) 2- Update it > sudo apt update > sudo apt install wget > sudo apt install perl - RECOMMENDED > sudo apt upgrade 3- DISABLE NETWORK MANAGER systemctl stop NetworkManager systemctl disable NetworkManager ...

February 16, 2024 · 1 min · Sayfullah Sayeb

cpanel

This was brought to you by Frank Moss. For a Step by Step Email to SMS Spamming course, contact me or join my channel for more info. DM: @frank_moss CHANNEL: @frankmoss_hub Below are the commands. As said in the video, when pasting just right click on your mouse and it will paste. DO NOT USE CTRL + V to paste because it won’t work. Just right-click ==================================================================== centos sudo passwd ...

February 16, 2024 · 1 min · Sayfullah Sayeb