Monday 28 August 2017

Submit BTN for VISForm Fixed


open your media/com_visforms/css/visforms.css

and edit the ff:

.visform input, .visform select, .visform textarea{
  border: 1px solid #999;
padding: 2px;
      border-radius: 25px;
}

Tips: @ line 18 to 21






Gilmon D. Bernal

Wednesday 14 June 2017

how to delete empty data on your table

Delete  FROM `tablename` WHERE `col_name` = '  '
ORDER BY `tablename`.`colname`  ASC

Gilmon D. Bernal

Wednesday 8 March 2017

Zpanel, how to open root FTP

Zpanel FTP users are virtual users that have no right to access the server out of their virtual-root domain directory, so they are not enabled to create such access.
But if you are adminisrator you can login to phpmyadmin as root and change manually the root path of any FTP user: - in database zpanel_core, table x_ftpaccounts, column ft_directory_vc (path relative from zpanel dir, for display and remember) AND - in database zpanel_proftpd, table ftpuser, column homedir (absolute path for ftp access)
Opening an access to /etc/zpanel/panel will give access to all files of the panel, including files that contains login and password for mysql. I ADVISE TO NOT DO IT,

Gilmon D. Bernal

Tuesday 7 March 2017

How to recover you zpanel password

login to your server and type the ff :

cat /root/passwords.txt

Gilmon D. Bernal