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

Monday, 14 November 2016

GLOBE router Factory login



Factory login 
username: admin
password: admin

GLOBE DSL Basic login
username: user
password: user


GLOBE DSL ADVANCED FULL ACCESS (admins best friend page)
(note: copy and paste to make sure its correct)
username: Admin
Password: 3UJUh2VemEfUtesEchEC2d2e



Globe dsl PVC Settings:
Encapsulation: LLC
VPI = 0
VCI=35
QoS=UBR



Globe 4G LTE (Internet Only)


username: user
password: @l03e1t3
 
 
 

Wednesday, 26 October 2016

Remove Breezing Forms Footer Link

Breezing Forms is a popular Joomla extension for creating interactive forms, however its free version displays a footer link to the developer. Here is a short and simple guide to remove the link. I have tested it for Joomla 2.5.x and Breezing Forms 3.0.x
Open the file breezingforms.php through FTP or cPanel File Manager; This file is located in components/com_breezingforms

Wednesday, 21 September 2016

Tips on how to install zpanel

latest update:  

Install zPanel on Ubuntu 12.04


Install zPanel on Ubuntu 12.04

Logged into the server using Putty as root, run following command to update apt cache,
apt-get update
Then run following command to download the zPanel install script,
wget https://raw.github.com/zpanel/installers/master/install/Ubuntu-12_04/10_1_1.sh
Make the script executable,
chmod +x 10_1_1.sh
Then run the script
sudo ./10_1_1.sh
You’ll have to confirm again that you want to run the installer of zPanel. The you’ll be asked few questions. A important one will be FQDN for the zpanel. Type in the sub-domain name you’re willing access zPanel from. It’s the sub-domain you’ve created earlier. Mine was test.cenpri.com. Then you’ll be asked for public IP address of the server. Type in your server’s IP address and confirm the installation.
It’ll take few minutes to complete the installation. The script will install all necessary components to host websites on your server including Apache, php, MySQL, FTP, phpMyAdmin and many more. You’ll see your login details on CLI after successful install of zPanel. It’ll look similar to below image. Make sure you save your login details as this will be the last time it’s being displayed.
zpanel-complete
Finally, you’ll be asked to restart your server. And when your server comes back online, you can access zPanel from your server’s IP address or sud-domain you setup earlier.



--------------------------------------------------------------------------------------------------------





ZPanel Ubuntu Installer 10.1.0

Install a clean Ubuntu server with ZPanelX
LOG INTO YOUR SERVER AS THE ROOT USER, do not use sudo.
  1. Download the correct installer for your system:
  2. 64 Bit Installer wget http://www.zvps.co.uk/downloads/ubuntu/10-1-0/installer-10-1-0-ubuntu-64.sh.x.tar.gz
    Or
    32 Bit Installer wget http://www.zvps.co.uk/downloads/ubuntu/10-1-0/installer-10-1-0-ubuntu-32.sh.x.tar.gz
  3. Unzip the tarball
  4. 64 Bit Installer tar -xf installer-10-1-0-ubuntu-64.sh.x.tar.gz
    Or
    32 Bit Installer tar -xf installer-10-1-0-ubuntu-32.sh.x.tar.gz
  5. Change the script to be executable
  6. 64 Bit Installer chmod +x installer-10-1-0-ubuntu-64.sh.x
    Or
    32 Bit Installer chmod +x installer-10-1-0-ubuntu-32.sh.x
  7. Install pre-required packages:
  8. apt-get install curl
  9. Run the ZPanelX installer
  10. 64 Bit Installer ./installer-10-1-0-ubuntu-64.sh.x
    Or
    32 Bit Installer ./installer-10-1-0-ubuntu-32.sh.x
  11. Follow the on screen instructions during the installation.
  12. The zadmin, MySQL root & postfix passwords are all stored in /root/passwords.txt after installation.
  13. Lastly run the following command to fix the zpanel stored IP (broken api call) REPLACE 0's with your actual public IP:
  14. setso --set server_ip 000.000.000.000

ZPanelCP Ubuntu 10.1.0 Update

Upgrade an existing 10.0.2 server to 10.1.0
Warnings about this update, do NOT update until you have read this section:

  1. Only use this script to update from 10.0.2 to 10.1.0
  2. If you haven't manually updated the postfix MySQL password a new password will be generated and stored in /root/passwords.txt
LOG INTO YOUR SERVER AS THE ROOT USER, do not use sudo.

  1. Download the correct updater for your system:
  2. 64 Bit Updater wget http://www.zvps.co.uk/downloads/ubuntu/10-1-0/updater-10-1-0-ubuntu-64.sh.x.tar.gz
    Or
    32 Bit Updater wget http://www.zvps.co.uk/downloads/ubuntu/10-1-0/updater-10-1-0-ubuntu-32.sh.x.tar.gz
  3. Unzip the tarball
  4. 64 Bit Updater tar -xf updater-10-1-0-ubuntu-64.sh.x.tar.gz
    Or
    32 Bit Updater tar -xf updater-10-1-0-ubuntu-32.sh.x.tar.gz
  5. Change the script to be executable
  6. 64 Bit Updater chmod +x updater-10-1-0-ubuntu-64.sh.x
    Or
    32 Bit Updater chmod +x updater-10-1-0-ubuntu-32.sh.x
  7. Run the ZPanelX updater
  8. 64 Bit Updater ./updater-10-1-0-ubuntu-64.sh.x
    Or
    32 Bit Updater ./updater-10-1-0-ubuntu-32.sh.x
  9. Follow the on screen instructions during the installation.
  10. You will need your MySQL root password to perform this update (can be obtainted from /etc/zpanel/panel/cnf/db.php)
  11. If a new postfix password has been generated during the update it will be stored in /root/passwords.txt
  12. Lastly run the following command to fix the zpanel stored IP (broken api call) REPLACE 0's with your actual public IP:
  13. setso --set server_ip 000.000.000.000

ZPanelCP Ubuntu 10.0.2 Update

Upgrade an existing 10.0.1 server to 10.0.2
Warnings about this update, do NOT update until you have read this section:

  1. If you are updating from 10.0.1 to 10.0.2
  2. You MUST run the 10.0.1 update script regardless of the version currently shown in zpanel (10.0.0 or 10.0.1). BEFORE running this update.
  3. After the 10.0.2 update, the zadmin password has been reset and stored in /root/passwords.txt
  4. ALL User Passwords Need either Resetting by the zadmin or reset by the user using the forgotten password functionality
  5. The zadmin API key has also been reset, if you are using this in any other application please update it.
  6. Be aware this update makes a LOT of system configuration changes to all third party applications used by zpanel.
  7. Check the running AND functionality of all systems after the updates
  8. If you have any issues after the installation please post in http://forums.zpanelcp.com/forumdisplay.php?63-General-Support-amp-Questions
  9. PLEASE PUT [update] at the start of your post TITLE so the support team at ZPanelCP can identify what type of support ticket they are dealing with
LOG INTO YOUR SERVER AS THE ROOT USER, do not use sudo.

  1. Download the correct updater for your system:
  2. 64 Bit Updater wget http://www.zvps.co.uk/sites/default/files/downloads/ubuntu-12-04/package/installer-x86_64-10-0-2.sh.x.tar.gz
    Or
    32 Bit Updater wget http://www.zvps.co.uk/sites/default/files/downloads/ubuntu-12-04/package/installer-x86-10-0-2.sh.x.tar.gz
  3. Unzip the tarball
  4. 64 Bit Updater tar -xf installer-x86_64-10-0-2.sh.x.tar.gz
    Or
    32 Bit Updater tar -xf installer-x86-10-0-2.sh.x.tar.gz
  5. Change the script to be executable
  6. 64 Bit Updater chmod +x installer-x86_64-10-0-2.sh.x
    Or
    32 Bit Updater chmod +x installer-x86-10-0-2.sh.x
  7. Run the ZPanelX installer
  8. 64 Bit Updater ./installer-x86_64-10-0-2.sh.x
    Or
    32 Bit Updater ./installer-x86-10-0-2.sh.x
  9. Follow the on screen instructions during the installation.
  10. At the end please record down the mysql root password. (you will need this to access mysql via the root user and also for running future updates to zpanel) All Passwords are stored in /root/passwords.txt
  11. Lastly run the following command to fix the zpanel stored IP (broken api call) REPLACE 0's with your actual public IP:
  12. setso --set server_ip 000.000.000.000

ZPanelCP Ubuntu 10.0.1

Upgrade an existing 10.0.0 server to 10.0.1
Warnings about this update, do NOT update until you have read this section:

  1. If you are updating from 10.0.0 to 10.0.1
  2. You MUST update to 10.0.2 straight afterwards
  3. After the 10.0.2 update, the zadmin password has been reset and stored in /root/passwords.txt
  4. ALL User Passwords Need either Resetting by the zadmin or reset by the user using the forgotten password functionality
  5. The zadmin API key has also been reset, if you are using this in any other application please update it.
  6. Be aware this update makes a LOT of system configuration changes to all third party applications used by zpanel.
  7. Check the running AND functionality of all systems after the updates
  8. If you have any issues after the installation please post in http://forums.zpanelcp.com/forumdisplay.php?63-General-Support-amp-Questions
  9. PLEASE PUT [update] at the start of your post TITLE so the support team at ZPanelCP can identify what type of support ticket they are dealing with
LOG INTO YOUR SERVER AS THE ROOT USER, do not use sudo.

  1. Download the correct update script for your system:
  2. 64 Bit Updater wget http://www.zvps.co.uk/sites/default/files/downloads/ubuntu-12-04/package/installer-x86_64-10-0-1.sh.x.tar.gz
    Or
    32 Bit Updater wget http://www.zvps.co.uk/sites/default/files/downloads/ubuntu-12-04/package/installer-x86-10-0-1.sh.x.tar.gz
  3. Unzip the tarball
  4. 64 Bit Updater tar -xf installer-x86_64-10-0-1.sh.x.tar.gz
    Or
    32 Bit Updater tar -xf installer-x86-10-0-1.sh.x.tar.gz
  5. Change the script to be executable
  6. 64 Bit Updater chmod +x installer-x86_64-10-0-1.sh.x
    Or
    32 Bit Updater chmod +x installer-x86-10-0-1.sh.x
  7. Run the ZPanelX Updater
  8. 64 Bit Updater ./installer-x86_64-10-0-1.sh.x
    Or
    32 Bit Updater ./installer-x86-10-0-1.sh.x
  9. Follow the on screen instructions during the installation.
  10. At the end please record down the mysql root password. (you will need this to access mysql via the root user and also for running future updates to zpanel) All Passwords are stored in /root/passwords.txt
  11. Lastly run the following command to fix the zpanel stored IP (broken api call) REPLACE 0's with your actual public IP:
  12. setso --set server_ip 000.000.000.000