Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kyto

Pages: [1]
1
CentOS-WebPanel GUI / Re: Login panel time out
« on: July 26, 2024, 09:16:08 PM »
Solved  ::)

2
CentOS-WebPanel GUI / Login panel time out
« on: July 26, 2024, 07:36:31 PM »
My CWP control panel login (admin and clients) refuses to load after i run this command on terminal:
Code: [Select]
find "/home/somedomain/public_html/renametest" -type f -name "*.php" -exec sed -i "s/mysql_real_escape_string/mysqli_real_escape_string/g" {} \;I used that command to search and replace 'mysql_real_escape_string' to 'mysqli_real_escape_string' inside all php files on that folder.

How could the login panel be affected by that?  :o
*my ip is not blocked by csf...

Any help?

Pages: [1]