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

Monday 22 February 2016

how to secure "http://localhost/phpmyadmin/" phpmyadmin on your LAN XAMPP 5.X

 goto C:\xampp\phpMyAdmin

open
 config.inc.php

edit the ff:

Set the Login type to use HTTP Basic authentication (cookie is default):
$cfg['Servers'][$i]['auth_type'] = 'http'; Configure phpMyAdmin to access MySQL directly on IP 127.0.0.1. *There is no point in resolving "localhost", and this will also remove the chance of localhost resolving to IPv6 loopback address "::1", which MySQL might not be bound to (causing all kinds of issues):
$cfg['Servers'][$i]['host'] = '127.0.0.1'; Allow users to login that have no password set (ex: root):
$cfg['Servers'][$i]['AllowNoPassword'] = true; Define phpMyAdmin's Control user (internal use):

$cfg['Servers'][$i]['controlhost'] = 'localhost';
$cfg['Servers'][$i]['controluser'] = 'pma';
$cfg['Servers'][$i]['controlpass'] = 'pmapass';
Use all of the advanced phpMyAdmin features:

$cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
$cfg['Servers'][$i]['bookmarktable'] = 'pma__bookmark';
$cfg['Servers'][$i]['relation'] = 'pma__relation';
$cfg['Servers'][$i]['table_info'] = 'pma__table_info';
$cfg['Servers'][$i]['table_coords'] = 'pma__table_coords';
$cfg['Servers'][$i]['pdf_pages'] = 'pma__pdf_pages';
$cfg['Servers'][$i]['column_info'] = 'pma__column_info';
$cfg['Servers'][$i]['history'] = 'pma__history';
$cfg['Servers'][$i]['table_uiprefs'] = 'pma__table_uiprefs';
$cfg['Servers'][$i]['tracking'] = 'pma__tracking';
$cfg['Servers'][$i]['designer_coords'] = 'pma__designer_coords';
$cfg['Servers'][$i]['userconfig'] = 'pma__userconfig';
$cfg['Servers'][$i]['recent'] = 'pma__recent';
$cfg['Servers'][$i]['users'] = 'pma__users';
$cfg['Servers'][$i]['usergroups'] = 'pma__usergroups';
$cfg['Servers'][$i]['navigationhiding'] = 'pma__navigationhiding';

Gilmon D. Bernal