Sunday 8 September 2013

How To – Connect Android Devices with Cyberoam Using PPTP VPN

How To – Connect Android Devices with Cyberoam Using PPTP VPN


Step 1:  Configure PPTP Settings
             Go to VPN --> PPTP  
Configuration to configure PPTP Settings using parameters given below.

Step 2 : Add Users/User Groups
Go to VPN -->PPTP Configuration  and click Add Members to define users

Step 3 : Android Configuration
You can configure your Android device to connect with Cyberoam using PPTP VPN by following the steps given below.


● On your Android Device go to Menu  Settings --> Wireless and network --> VPN settings --> Add VPN and click Add PPTP to configure PPTP settings according to parameters given below.


Add VPN name and Server Address on your network.



Connect VPN using your Cyberoam PPTP Username and Password

Saturday 7 September 2013

SSL ERROR OR PROJCET LOCKED ERROR

CONTROL4 CONTROLLER WITH SSL ERROR  OR PROJCET LOCKED ERROR



?  Authentication error, SSL certificate failed, SSL cert failure,Project locked issue





Solution:

 1. Using the correct version of composer for the version of director

 2. Check that the time, date, and time zone are set properly in the project. If the date or time is wrong you        will need to fix them and then change your time zone.

 3. Check that the time and date are set correctly on your computer

 4. If they are not, correct them, and disconnect and re connect to composer.




Friday 16 August 2013

Best way to change currency in wordpress woocommerce

Best way to change currency in wordpress woocommerce


To add a custom currency paste this code in your theme functions.php file and swap out the currency code and symbol with your own. After doing so it will be available from WooCommerce settings.


1. Open Apperence --->Editor --->  Theme Function 
2.Edit Theme

add_filter( 'woocommerce_currencies', 'add_my_currency' );

function add_my_currency( $currencies ) {
     $currencies['ABC'] = __( 'UAE Dirham', 'woocommerce' );
     return $currencies;
}

add_filter('woocommerce_currency_symbol', 'add_my_currency_symbol', 10, 2);

function add_my_currency_symbol( $currency_symbol, $currency ) {
     switch( $currency ) {
          case 'ABC': $currency_symbol = 'AED '; break;
     }
     return $currency_symbol;

}






3.Open WooCommerce ---> Settings

4.Change  Currency settings 

5.Save

Monday 12 August 2013

Android -adobe flash player



Android -adobe flash player

1.Make sure your Android device is connected to the Internet.

2.Open the Settings menu.

3.Select Security 

4.Place a checkmark next to the "Unknown sources" check box.


5.Tap OK to confirm your selection.

6.Close Settings.

7.Launch the browser.

8.Search for "flash player archive page" or navigate directly to



9.On the Archive page, scroll down to "Flash Player for Android archives"

10.Select a version of Flash Player that is compatible with your Android operating system.


11.Tap the link to download the Flash Player installer. Download begins automatically.

12.When download completes, close the browser.

13.Open Notifications.

14.Tap "install_flash_player.apk"

15.When prompted, tap Install.

16.When installation is finished, tap Done.

How To Create An xml Sitemap For Blogger Blogspot

How To Create An xml Sitemap For Blogger Blogspot


Step 1. Go to: http://ctrlq.org/blogger/ and generate your xml Blogger blogs sitemap as shown bellow.


Step 2. Once you’ve entered your blog url/address in (Step 1.) Hit the “Generate Sitemap” button to generate your unique xml Blogger sitemap. Now copy the generated sitemap text from the text field-box.


Step 3. After might have completed the steps (Step 1 And 2). Login to your Blogger blog, navigate to Blogger Dashboard and click on “Settings”, now look for “Search Preferences” and click on it, a warning text will open, just click on edit as shown bellow.

Step 4.  Enable Custom Robots.txt content? Select Yes and a text field-box will appear just bellow the command (Enable Custom Robots.txt content?). Now paste the Blogger xml sitemap contents you generated in (Step 1.). After pasting the Blogger xml sitemap contents click on the Save Changes button as pictured bellow.

Wednesday 31 July 2013

Standalone Controller With no Network

Standalone Control4 Controller With no Network

HC-200, HC-250, HC-300, and the HC-800 - Can be used in a standalone system without a router.


When configuring a controller that will be used without a router (standalone), a router has to exist for it to be configured. When you disconnect composer and remove the router, you MUST power cycle the controller in order for it to properly initialize without a router. Otherwise, the network connectivity that previously existed is still present (even without the network) and the standalone controller may not work properly.


Leaving the controller in DHCP mode is the preferred method however, leaving the controller with a statically assigned address will work fine as well. Please do not assign the controller a static address of 127.0.0.1.
Devices must be on 1.7.2 or greater in order to work correctly without a router.

 If you are using a standalone controller, some have reported success when setting the controller to a static IP address then plug in an Ethernet loopback plug and reboot the controller.

Tuesday 30 July 2013

How To access Control4 Through Putty


How To Reboot A Zigbee Dimmer/Switch Through Putty

1.Open Putty and login to the  running control4 controller




2. Enter Username and Password
Username:root
Password:t0talc0ntr0l4!



3.Type zman to enter the Zigbee Manager



4. Type shownodes to list the zigbee devices in the mesh:


5.Type mode expert to enable Expert Mode within Zigbee Manager.
Using the MAC address of the dimmer/switch  enter the following command:
uni 000fff00001572ee 0i1234 c4.dm.rb
uni 000fff0000150783  0i1234 c4.dm.rb

Format:
 unicast send message (0000000000000000 0i1234  c4.xx.yy z1 z2)

6.The LEDs on the dimmer/switch will flash, the device has rebooted.