Wednesday, September 23, 2020

My new Website is coming coursetrendz.xyz

 Hello Friends,

i am launching websites where you will get demy courses for free....
visit coursetrendz.xyz You can also search for CTZ in google

Sunday, May 18, 2014

Earn Money $15 perday with Adf.ly

Hi,
Adf.ly is best CPM service used bu most users
it pays $5  for 1000 visitors  . after reaching $5 you can with draw your money


Now i am sharing usfull trick
which gives you idea about earning $ 15 perday
DOWNLOAD

Saturday, May 17, 2014

Earn Money Online

Hi guys Today i am sharing a Easy way of earning online .

This is not easy as much you are thinking
you have at least knowledge of referring friends
i have earned some of money on this site
 so i am sharing this how it's possible just visit this link download pdf and follow the instructions

Click here To visit

Friday, October 11, 2013

How To create Single Name on Facebook ?

Hello .all nice to see you here . : )

lot's of buddy's want single name on Facbook without second name or tittle
well you haven't imagine how much easy it is .

it's not rocket science it's just simple trick

yes actually it's not  illegal it's simple trick to fool fb data base and servers

What we need ??
1. PC
2. Firefox
3. A mind which can at least know how to change browse IP .

before start this trick Coppy this IP and Port  addresses

119.252.160.34
202.43.188.143
118.98.35.251
36.76.182.173
61.247.45.35
180.250.169.14
180.250.82.188
119.252.160.34
219.83.100.195
110.139.125.230
202.87.254.156  


PORT :-             8080


and save it on text file on  documents .... ok Now let's begin

First open your Mozilla Firefox browser
then Log in into your Facebook Account   > go to account setting > And change your language to

Bahasa Indonesia

you have done your first step :v :)

Now move to the second step

Go to the Firefox Options > Advanced > Network > Settings ..

you are now in Connection settings Window
choose Manual proxy configuration And copy the proxy and ports i provided above and paste any one of them
and press ok

Now go to the facebook Account settings/ General settings  and Edit the Name

you will se your First Name and Last name like this


Delete Last name

Enter password and press save ...

Done !!!
 Congratualation your single name Facbook profile is ready :)

Now you can change your Language to your regional language .

Share this to your friends

Wednesday, October 9, 2013

How to Find the IP Address of a Website?



Step 1: Open Command Prompt.
(Goto Run and type cmd and hit Enter)

Step 2: Type ping, followed by the name of the website and press Enter.
Ex: ping www.google.com

The IP address of the corresponding website will appear on the very first line of output (as highlighted in the image below).

? You can also find out the IP address of a website by accessing any of the following websites:

How to crack Android pattern lock protection ?



Nowadays many, if not all, smartphones offer, in addition to the traditional password lock protection, a pattern lock one, which is a mix of gestures done by the phone owner joining points on a matrix in order to unlock his phone.

Pattern used in the image is 1 – 2 – 5 – 8 – 7 – 4.

Android devices do store pattern lock data in an unsalted SHA-1 encrypted bytes sequence format, using something similar to this code snippet in order to achieve this:

private static byte[] patternToHash(List pattern) {
if (pattern == null) {
return null;
}

final int patternSize = pattern.size();
byte[] res = new byte[patternSize];
for (int i = 0; i < patternSize; i++) {
LockPatternView.Cell cell = pattern.get(i);
res[i] = (byte) (cell.getRow() * 3 + cell.getColumn());
}
try {
MessageDigest md = MessageDigest.getInstance("SHA-1");
byte[] hash = md.digest(res);
return hash;
} catch (NoSuchAlgorithmException nsa) {
return res;
}
}

This means that, for example, instead of storing directly 125874 it stores an encrypted byte array in a system file called gesture.key located in the /data/system folder. We can read most of this information directly on “The Android Open Source Project” java files.

We know enough to analyze the file system dump we’ve got; it’s not hard to find gesture.key and to explore its content:
There are no difficulties cracking or bypassing this kind of protection an Android-based device; the only real obstacle is that we cannot directly access the /data/system/ folder and gesture.key file except when we are dealing with a rooted device


How to block a website ?



Step 1:
Make sure about that you really want to block a website and ya if you then you have to know domain name of that website like "www.facebook.com"

Step 2:
Now you have to open your System Drive in your computer

Step 3:
If Your System is in drive C:\
then Go to this Path in your computer
"C:\Windows\System32\drivers\etc\"

Step 4:
There is a file called "hosts"
Open this file in your text editor(You can use your favorite one 'Notepad' :))

As shown in image after a localhost add your link which you want to block with the same IP address

Step 5:
Now Save this file in Any Other place and replace with d original one

Step 6:
Now you can able to see that Facebook is blocked in your computer
so, your friend can't able to use your laptop for Facebook although you give him..