Recent activity
Recent activity (0)
Feature phpmyadmin doesn't work on RVskin theme
Feature phpmyadmin error once accessed from RVskin theme in control panel. Solution (If you’re control panel user, please contact your host provider to do this for you):1) Run a grep for the sessions that were currently in effect:# grep "cpses_" /var/cpanel/databases/ 2) Remove the following sections from any user's yaml that matched the:cpses_########":dbs: {}server: X.X.X.X 3) Remove each of the cpses_######## lines from /var/cpanel/databases/users.db 4) Run the following command to update the user-data:# /scripts/update_db_cache 5) Remove all of the cpses_######## users from the mysql.user table to remove the users from mysql. This can be accomplished from the command line or from WHM -> SQL Services -> PhpMyAdmin.
Creat new language for RVskin Themes on cPanel
RVskin supports much more than 25+ languages both Left to Right and Right to Left language characters. If your language is not supported in RVskin, you can whether volunteer to help us or add new language on your server by following guide. To add new language, let's say Estonian. You have to create the empty file: /usr/local/cpanel/lang/estonian by running this command manually.touch /usr/local/cpanel/lang/estonianmkdir /home/rvadmin/rvlang/estonianmkdir /home/rvadmin/rvlang/estonian/cpanellangtouch /home/rvadmin/rvlang/estonian/cpanellang/langtouch /usr/local/cpanel/base/frontend/rvskin/lang/estonianperl /root/rvadmin/auto_rvskin.pl After that RVskin will recognize the Estonian language. You can translate it in RVskin or clone the language files from other language. Default language files are located in /home/rvadmin/rvlang/. Translated language files are located in /home/rvadmin/rvyrlang/. Look up language files are located in /home/rvadmin/rvmergelang/. To speed up and keep memory usage as low as possible, every time make changes on /home/rvadmin/rvyrlang/ or /home/rvadmin/rvlang/, you need to run perl /root/rvadmin/auto_rvskin.pl. It will merge your custom change on /home/rvadmin/rvmergelang/. This is the only folder RVskin will look up to display on the skin.

