Saturday, September 27, 2014

Info disclosed by Web Server

The following is an error message shown from Mazda web site.  From this you know a whole lot of stuff .... should you keep these info quietly you could quietly start hack into their site ...

you know exactly the path they use, the naming convention etc.

Like wise, you properly observe they are using a Content Management System to implement a membership !?  Perhaps you could approach them with a CRM instead ?

Anyway, the purpose of this article is to show you how dangerous it could be when you leave a web server settings to default and you simple use components that you are not fully aware of their faults handling mechanism.

Server Error in '/' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Thread was being aborted.

Source Error:


Line 65:       
Line 66:         
Line 67:         
Line 68:       
Line 69:     

Source File: D:\Inetpub\mazda.com.my\web\web.config    Line: 67


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929Line 65:
Line 66:         
Line 67:         
Line 68:       
Line 69:

Saturday, December 14, 2013

Telemarketing

最近 telesales 好像很當道,作天見的新老闆也是想要 setup 一個部門。

Sunday, December 8, 2013

How to root your phone ? - Nexus 4

Basically you just need to run some commands called "super su".  As phones do not have keyboard, we have group those commands into a file called supersu.zip  All you need to do is to run this file in your phone.  This is called "Flashing" a zip file in your phone.

1) Boot into recover mode ( OFF then hold Power + Down )
2) Flash SuperSU zip file
http://download.chainfire.eu/370/SuperSU/UPDATE-SuperSU-v1.80.zip
DONE !!

If your device is NEW then you may NOT have a recover option yet.  In that case, you will need to install this recovery function to your phone first.  And you will have to do this from your PC ( the first time ).


1.  Make sure your phone can be connected to your PC.  ( the correct driver )

2.  Copy superSU zip file to the phone

3.  Download the Recovery function file to your PC
by Team Win : http://teamw.in/project/twrp2
by ClockMod : http://clockworkmod.com/rommanager
4. Download and extract Android SDK to your PC
http://developer.android.com/sdk/index.html
5.  Looks for adb.exe and fastboot.exe commands.  Usually at ...sdk/platform-tools

5a. Reboot phone to bootloader ( OFF then hold Power + Down )
5b. On PC, run CMD as Administrator.  type fastboot devices to make sure the device is connected

5c. type fastboot flash recovery openrecovery-twrp-2.6.3.3-mako.img
5d. type fastboot boot openrecovery-twrp-2.6.3.3-mako.img

more info on fastboot
http://wiki.cyanogenmod.org/w/Doc:_fastboot_intro

6.  this should boot into recovery mode.  Now you can flash supersu zip file


Sunday, February 17, 2013

How to build your own Android ROM



  1. Install JDK
  2. Install Cygwin ( Full Package )
  3. Download & move kitchen directory to Cygwin home directory
  4. Test run "menu" from the kitchen directory


You can also setup a ROM from scratch and modify manually.  Please refer to source info : http://forum.xda-developers.com/showthread.php?t=1801690

Other useful links

and for myself

Saturday, November 24, 2012

How to Root Android Phone - Galaxy Note N7000

First browse to downloadandroidrom.com

Select the right phone model, for example mine is Galaxy Note -> Rooting -> ICS

which brings me to http://downloadandroidrom.com/file/GalaxyNote/rooting/ICS

download 2 files

CWM.zip
CWM ... supersu ...zip

its best to put them in external SD card.

Hit all 3 buttons the same time HOME + Volume UP + Power
until the system screens show up

use volume up and down button to select Apply Update from external storage
press power button to select that option

select CWM.zip and press power button again.

( now you have entered the so called Clock Wok Mod )

you can use finger to scroll the options now.
select Install Update from Internal SD

( here the external is called internal and the external is called SD card, hopefully by the time you read this guide, the term has been fixxed.  Either way, just browse to wherever you have save the CWM ... supersu ... zip file )

select CWM ... supersu ...zip file

Goback through the menu and Reboot

You should see the superSU app on your phone now.


Video tutorial here
http://rootgalaxynote.com/galaxy-note-root/how-to-root-ics-on-galaxy-note-gt-n7000-no-computer-required/

Wednesday, August 29, 2012

Chart Nexus Programming Problem

ChartNexus is supposed to be a JAVA application, which means it can run anywhere ( windows, unix, Apple etc ) as long as there is a Java in there.

But the latest version 3.3.3 is asking for a Visual C++ redistribution DLL file !?!?


If you are having any other "confused" application like this, just download these files ... and get it over with.  Most programmers nowadays don't really have a good fundamental on usability design.

x86 http://www.microsoft.com/en-us/download/details.aspx?id=5555
x64 http://www.microsoft.com/en-us/download/details.aspx?id=14632

Thursday, August 9, 2012

Test your Web Browser against HTML 5

You can test how ready is your web browser for HTML5 by simply visiting html5test.com


seems like IE doesn't care about HTML 5 at all . . .
Related Posts Plugin for WordPress, Blogger...