Thursday, May 21, 2015

NEPAL STILL AT POTENTIAL AFTERSHOCK RISK

Still aftershocks hit us now and then & no day passes by without one!

What more?? USGS today published an article titled "Strong Aftershocks Possible in Nepal in next 7 days"

Prediction : Within the week of May 20 to May 26, chances of hitting at least one magnitude(5 to 6 Richter Scale) aftershock is 40% probable and up to 3 such events are likely to happen.

The major question is "Are we still at gunpoint of mega shocks?"
It is hard to believe on such random releases (no matter it is via USGS or Siesmo Nepal) without enough proof which they fail to show in their official sites. So, I decided to peep through quake data on siesmonepal.gov.np and found some striking resemblance. Indeed, they seem to talk no nonsense. <Not to worry though.. it's just that we all need to act strong and stay safe.>

Let us try to back-trace some data <<represented by green filled arrow below>> (because latest records are at the top and we need to determine how the quakes are responding lately since early measures)  and here are some prime highlights.




The above analysis depicts clearly that after some regular minor aftershocks (the phase we are in as of talking now), Nepal is facing some disturbing higher magnitudes hit (Fun Fact:As we climb 1 magnitude above in a Richter Scale chart, each Richter scale is 33x powerful than to its lower scale). Such irregular yet destructive higher aftershocks are circled RED above.

What can vividly be distinguished is that what USGS research on similar data has to warn us is somehow possible! :(

Aftershocks have potential to create damages, just like main earthquakes. Some aftershocks are widely felt while some are  limited to narrow regions. But there must be awareness among people that it is yet risky to stay inside vulnerable houses, already weakened by past earthquakes and low magnitude tremors, and also spend time nearby weak structures or monuments.

We had been enlisted by United Nations regarding mega earthquake hit 4 to 5 years back and we did not seem to care much. Result: We lost thousands of people, homes and historically as well as religiously important monuments. Now, we have been alerted again and this time we must make sure not to repeat the same carelessness.

[Note:A second powerful earthquake (6.8 Richter Scale) in less than three weeks on May 12, 2015  killed at least 66 in Nepal including 17 in neighbouring India and  1 in Chinese Tibet after the mega-quake devastated the nation with death toll 9000 and  rising every minute.]

Stay safe. Let us all survive this earthquake with a strong heart. This too shall pass. :)

Tons of thanks to my 8K+ followers who send me priceless information every day via twitter. Your tremendous support and love helps me write such content. To be a part of it, simply follow me @sushil_NASA <<CLICK HERE>> and let me know your views, suggestions or what do you like me to post next. You can also inbox me your snapshots via twitter to get featured in 'OUR TOP FOLLOWERS' fame-display (Scroll to top of this page and check to your right navigation bar to see already featured pictures...)

Do let us know about the analysis below in comment section if you feel like zapping your lazy fingertips on random keys ;) 





Saturday, May 16, 2015

SOME KEY ANALYSIS ON NEPAL EARTHQUAKE DATA -- WHAT IT REVEALS IS VITAL

Hello there,
I am well aware that situation is quite tensed by now ... frequent aftershocks in sporadic intervals and encompassing public outcry have led most of us to psychological trauma and anxiety. But not to worry, experts claim that these minor yet frequent tremors are quite a good sign and further keep the possibility of any future mega-earthquake hit to a distant.

Nevertheless, we must keep ourselves safe unless these spine-chilling aftershocks stop hitting the nation. 



Among hardships and death tolls crossing the boundaries, I decided to do some quick earthquake data analysis and here is what I got.. 

First things first, I decided to check in Official Siesmological Site of Nepal from where I was able to extract all the values such as Local Time of Hit, Magnitude (in Richter Scale) etc. 







Then, I used Copy Column Chrome extension to copy all the data from the site to Notepad++ (as it gives me the line number which is equal to total tremors that has hit Nepal since Mega Earthquake on April 25, 2015). Any guesses, how many shocks have fellow Nepalese suffered till this blog has been posted??? 


ITS  237.  No, I am not kidding... Here's the proof.


































Next, I thought of writing a suitable code to analyse following points:

    
    1. Duration between two consecutive aftershocks.
    2. Number of aftershocks between an hour interval from 00:00 AM to 24:00 PM


 
To further make the analysis more profound and vital, I also decided to calculate the safest hours and peak risky hours during the day. How I made out these tricky understanding from the mere raw data I had just pulled out of the site?? Well, without a due, here are my steps (you can carry out yourselves to verify).



Spoiler Alert: I am usually a HTML plus PHP/SQL coder when it comes to web designing. But now, it was a matter of data analysis. So, I decided to switch to C/C++ for quality results. I also found file handling feature in C/C++ handy during this project (You can also use PHP for that matter but I find the former easier to code).



Here's my code (You can let me know if you have come up with your own code in some other languages you find yourself comfortable with. Feel free to post in the comment section below this post.)






Now, you must be wondering what is the above confusing code(though it is not if you know file handling feature of C well) upto!? 

Well, I am here to your rescue :)

My code simply populates an ordinary text file "times_modified.txt" with ascending order of 'local time of hit' and 'duration between consecutive hits'.  The above code also populates the 'total aftershocks' (also called tremors) between two consecutive standard hours (for ex. Between 1 AM to 2 AM).

The text file generated shall look like this.


TIMES_MODIFIED.TXT

0:07----=0
0:14----=7
0:16----=2
0:39----=23
0:43----=4
0:44----=1
0:58----=14
------$$$----TOTAL TREMOR COUNT TILL 1 is [7]------$$$----
1:29----=31
1:49----=20
1:50----=1
1:52----=2
1:56----=4
------$$$----TOTAL TREMOR COUNT TILL 2 is [5]------$$$----
2:07----=11
2:08----=1
2:08----=0
2:14----=6
2:15----=1
2:17----=2
2:19----=2
2:49----=30
2:52----=3
2:56----=4
2:59----=3
------$$$----TOTAL TREMOR COUNT TILL 3 is [11]------$$$----
3:08----=9
3:10----=2
3:12----=2
3:13----=1
3:23----=10
3:29----=6
3:37----=8
3:38----=1
3:41----=3
3:42----=1
3:55----=13
------$$$----TOTAL TREMOR COUNT TILL 4 is [11]------$$$----
4:06----=11
4:11----=5
4:15----=4
4:17----=2
4:27----=10
4:28----=1
4:38----=10
4:38----=0
4:49----=11
4:59----=10
------$$$----TOTAL TREMOR COUNT TILL 5 is [10]------$$$----
5:01----=2
5:05----=4
5:25----=20
5:26----=1
5:32----=6
5:47----=15
5:54----=7
5:55----=1
------$$$----TOTAL TREMOR COUNT TILL 6 is [8]------$$$----
6:00----=5
6:11----=11
6:16----=5
6:17----=1
6:22----=5
6:24----=2
6:31----=7
6:34----=3
6:39----=5
------$$$----TOTAL TREMOR COUNT TILL 7 is [8]------$$$----
7:00----=21
7:27----=27
7:45----=18
7:56----=11
------$$$----TOTAL TREMOR COUNT TILL 8 is [4]------$$$----
8:00----=4
8:08----=8
8:18----=10
8:19----=1
8:28----=9
8:31----=3
8:40----=9
8:43----=3
8:52----=9
8:55----=3
------$$$----TOTAL TREMOR COUNT TILL 9 is [10]------$$$----
9:06----=11
9:06----=0
9:24----=18
9:32----=8
9:35----=3
9:54----=19
9:59----=5
------$$$----TOTAL TREMOR COUNT TILL 10 is [7]------$$$----
10:05----=6
10:33----=28
10:33----=0
10:35----=2
10:35----=0
10:36----=1
10:43----=7
10:46----=3
10:51----=5
------$$$----TOTAL TREMOR COUNT TILL 11 is [9]------$$$----
11:08----=17
11:13----=5
11:20----=7
11:28----=8
11:56----=28
------$$$----TOTAL TREMOR COUNT TILL 12 is [5]------$$$----
12:08----=12
12:11----=3
12:22----=11
12:23----=1
12:30----=7
12:34----=4
12:38----=4
12:41----=3
12:50----=9
12:53----=3
12:54----=1
------$$$----TOTAL TREMOR COUNT TILL 13 is [11]------$$$----
13:02----=8
13:12----=10
13:17----=5
13:17----=0
13:21----=4
13:22----=1
13:28----=6
13:29----=1
13:32----=3
13:32----=0
13:33----=1
13:46----=13
13:51----=5
13:58----=7
------$$$----TOTAL TREMOR COUNT TILL 14 is [14]------$$$----
14:02----=4
14:05----=3
14:06----=1
14:09----=3
14:14----=5
14:19----=5
14:20----=1
14:24----=4
14:25----=1
14:30----=5
14:31----=1
14:34----=3
14:40----=6
14:44----=4
14:47----=3
14:48----=1
------$$$----TOTAL TREMOR COUNT TILL 15 is [16]------$$$----
15:05----=17
15:09----=4
15:10----=1
15:14----=4
15:15----=1
15:17----=2
15:20----=3
15:23----=3
15:24----=1
15:27----=3
15:28----=1
15:29----=1
15:37----=8
15:40----=3
15:49----=9
------$$$----TOTAL TREMOR COUNT TILL 16 is [15]------$$$----
16:00----=11
16:08----=8
16:16----=8
16:20----=4
16:23----=3
16:25----=2
16:26----=1
16:44----=18
16:44----=0
16:50----=6
16:51----=1
------$$$----TOTAL TREMOR COUNT TILL 17 is [11]------$$$----
17:00----=9
17:03----=3
17:06----=3
17:12----=6
17:19----=7
17:20----=1
17:26----=6
17:37----=11
17:43----=6
------$$$----TOTAL TREMOR COUNT TILL 18 is [9]------$$$----
18:02----=19
18:02----=0
18:02----=0
18:13----=11
18:24----=11
18:29----=5
18:47----=18
18:53----=6
18:56----=3
18:58----=2
------$$$----TOTAL TREMOR COUNT TILL 19 is [10]------$$$----
19:08----=10
19:15----=7
19:21----=6
19:28----=7
19:38----=10
19:42----=4
19:43----=1
19:47----=4
19:55----=8
------$$$----TOTAL TREMOR COUNT TILL 20 is [9]------$$$----
20:08----=13
20:17----=9
20:21----=4
20:21----=0
20:25----=4
20:27----=2
20:27----=0
20:29----=2
20:35----=6
20:36----=1
20:42----=6
20:44----=2
20:50----=6
------$$$----TOTAL TREMOR COUNT TILL 21 is [13]------$$$----
21:01----=11
21:02----=1
21:13----=11
21:21----=8
21:36----=15
21:36----=0
21:40----=4
21:47----=7
------$$$----TOTAL TREMOR COUNT TILL 22 is [8]------$$$----
22:07----=20
22:08----=1
22:10----=2
22:12----=2
22:15----=3
22:17----=2
22:19----=2
22:31----=12
22:39----=8
22:39----=0
22:42----=3
22:58----=16
------$$$----TOTAL TREMOR COUNT TILL 23 is [12]------$$$----
23:01----=3
23:13----=12
23:19----=6
23:19----=0
23:24----=5
23:25----=1
23:27----=2
23:30----=3
23:40----=10
23:46----=6
23:51----=5
23:54----=3
23:59----=5
------$$$----TOTAL TREMOR COUNT TILL 24'o clock is [13]------$$$----

Now, based on this, I got some prime highlights which are key to understand earthquake patterns, though random but probable, in details so that we can plan our daily chores inside our home with minimum risk and keep our family safe.

The waiting ends here. :P


SAFEST TIME

7 AM to 8 AM     [No. of tremors so far = 3]
1 AM to 2 AM     [No. of tremors so far = 4]
11 AM to 12 AM  [No. of tremors so far = 4]

RISKIEST TIME

2 PM to 3 PM     [No. of tremors so far = 15]
3 PM to 4 PM     [No. of tremors so far = 14]
1 PM to 2 PM     [No. of tremors so far = 13]


CONCLUSION:"Stay safe. Stay Strong." Do your in house chores only in safe time to minimize the risk, but always keep in mind that Earthquakes are not predictable! :(
Do lets us know if you have done your own analysis below! Let us know if you liked the page.

You can also follow me @sushil_NASA

  
                                 Photo Designed by: Sushil Pratap Bharati


Wednesday, April 29, 2015

EARTHQUAKE PREVENTIVE MEASURES - HOW and WHERE?

We all are aware by now that mega-earthquake has hit Nepal and tremors are still felt around the nation. (Nepal Earthquake Log) At this time of crisis, people most often get fear-attack and are unable to act strong.

Since quakes are not predictable, the best approach we can do to deal with such natural catastrophe is to prepare ourselves. Moreover, earthquake may hit any part of world, any time. Hence, it is better to update ourselves with some preventive measures to counter such inevitable disasters.

Here are some of the basic facts you must learn/drill (reminds me of the series The Big Bang Theory -- Share this post if you recall that episode :P )  to prevent ourselves.

>> Please show your support to all the earthquake victims of Nepal by tweeting to @sushil_nasa . If anyone is willing to donate or provide helping hands to overcome this immense crisis may tweet too. Your help counts! <<

Protect yourself
Protect your head with a helmet or cushion, and hide in a safe place, such as under a table. Running outside is potentially dangerous, because roof tiles and glass may fall on you.

Extinguish flames
Major aftershocks can come after the smallest earthquakes. Calmly extinguish any nearby flames.
Caution!!
If you are cooking, oil or boiling water may spill during the quake. Under such circumstances, you should immediately distance yourself from the oil or water and extinguish the flames after the quake stops.

Open your door and secure an escape route
Earthquakes can warp buildings, especially apartment buildings, making it impossible to open doors and escape. Open doors and windows to secure an escape route and prevent yourself from becoming trapped.

Be careful of broken glass
You may injure your feet on broken glass and other objects. Prepare a flashlight and slippers near your bed so you will be able to move safely.

Never return to your house
Once you have evacuated, never return to the house to get money or possessions. You may become trapped under debris or caught in a fire. Try to avoid entering your house until safety is confirmed.

Walk to your refuge area
Many emergency vehicles, such as fire engines and ambulances, will be using roads during disasters. Obstructing emergency vehicles immediately increases the damage caused by a disaster. Never use cars during an earthquake.



Avoid phone calls after a disaster
Phone line usage jumps up during disasters because of people trying to confirm the safety of themselves or others. This can obstruct emergency phone calls, such as 110, 119, and utility information.
Please avoid unnecessary phone calls. When you want to confirm the safety of a person, try to use the NTT Disaster Telephone Message Service (171) or make conversations as short as possible.

Calmly obtain accurate information
False rumors and information can spread during disasters, leading to further confusion. Obtain accurate information from the TV or radio and don’t get tricked by misinformation.

What should I do when...?
When walking outside
Take caution against falling objects, such as signs and broken windows. Tools and construction materials can fall down at a construction site. Protect your head with your bag or coat and keep at a distance from tall buildings.
Stone walls and pillars can also fall down and are potentially dangerous.

When driving a car
Firmly hold the steering wheel, gradually reduce speed, park your car on the left side of the road, and stop the engine. Listen to information on the radio and find out what is happening. If you need to evacuate, leave your keys, keep the doors unlocked, and walk away with your car documents and valuables.

When underground or in a subway
The shaking you feel when you are underground is about half of what you would experience over ground. Additionally, underground areas have strong structures and are safer than high-rise buildings. Calmly evacuate, following instructions from shop clerks and subway staff.

When in high-rise buildings
Elevators with earthquake sensors will stop at the nearest floor. Immediately leave the elevator. If you get stuck in the elevator, use the intercom to contact someone outside and wait for rescue.
When you evacuate from buildings, never use elevators, listen to announcements, and use the stairs to leave the building.

When near the ocean
Head for higher ground and carefully listen to tsunami information. Do not go near the ocean until tsunami warnings have been cleared. Don’t even think about going to watch tsunamis!
 Do share this post among your friends. Share options are below.

Source: http://www.city.sendai.jp/syoubou/bousai-e/05.html

Friday, April 10, 2015

FREE APPLE PAY DECALS

apple pay
Apple Pay is a mobile payment service that lets particular Apple cell phones pay at retail and online checkout. It digitizes and changes the credit or debit magnetic stripe card deal at charge card terminals. Apple Pay will certainly alter how you make purchases with advancement contact-less payment innovation and distinct security functions constructed right into the gadgets you have with you every day. So you can utilize your iPhone, Apple Watch, or iPad to pay in a basic, secure, and personal method.

Pay with Apple iPhone 6

apple pay logoOne touch to pay with Touch ID. Now paying in shops takes place in one natural movement- there's no have to open an app or perhaps wake your screen thanks to the ingenious Near Field Communication antenna in iPhone 6. To pay, simply hold your iPhone near the contact-less reader with your finger on Touch ID. You do not even need to take a look at the screen to understand your payment details was effectively sent out. A subtle vibration and beep let you understand.

Pay with Apple Watch

Double-click to pay and go. To pay with Apple Watch, simply double click the side button and hold the face of your Apple Watch near the contact-less reader. A mild pulse and tone verify that your payment info was sent out.

Quickly Pay within Apps

Hassle-free checkout. On iPhone 6, iPad Air 2, and iPad mini 3, you can likewise utilize Apple Pay to pay with a single touch within apps. Taking a look at is as simple as choosing Apple Pay and positioning your finger on Touch ID.

More Secure Payments

Each time you turn over your credit or debit card to pay, your card number and identity show up. With Apple Pay, instead of utilizing your real credit and debit card numbers when you include your card, a special Device Account Number is appointed, secured, and firmly kept in the Secure Element, a devoted chip in iPhone, iPad, and Apple Watch. These numbers are never ever kept on Apple servers. And when you purchase, the Device Account Number, together with a transaction-specific vibrant security code, is utilized to process your payment. So your real credit or debit card numbers are never ever shared by Apple with merchants or transferred with payment.

Keep your Purchases Private

Apple does not conserve your deal info. With Apple Pay, your payments are personal. Apple Pay does not keep the information of your deals so they cannot be tied back to you. Your latest purchases are kept in Passbook for your benefit, however that's as far as it goes. Keep your cards in your wallet. Given that you do not need to reveal your credit or debit card, you never ever expose your name, card number, or security code to the cashier when you pay in a shop. This added layer of personal privacy assists guarantee that your details remains where it belongs. With you.

How to Grab Free Apple Pay Glass Stickers

Well now if you got full information on what is Apple Pay and how actually it works, you might be implementing it onto your store counters for easier payments. Well it that case you paste some nice Apple Pay decals or stickers onto your counters so that every person coming into your store knows that he can process secure payments.
Well now you can get upto 3 stickers or decals for Apple Pay for free instantly shipped to your home or store. Follow below steps.
  1. Visit https://www.applepaysupplies.com/applepaykit.html
  2. Now choose the quantity you want to get shipped.
  3. Simply enter your address onto the next page and that's it.
  4. Enjoy your decals will be shipped to your for free.

So hope you enjoyed this freebie article and grab your free decals on time, enjoy and have fun, see you in next post, Peace !

Friday, December 5, 2014

HIKE MESSENGER (JAVA VERSION) - VIEWERS REQUEST FOR SYMBIAN

Hike-Messenger
So these days touch-phones are prevalent and celebrated in every nook and corner. However, there are many people still using antiquated symbian-studded phones. Specially our viewers from US and other countries still use those old mobiles provided free by their government. And many people with minimum salary wages still carry these mobiles.
In response to 100+ mails I received from such old mobile users worldwide (India, UK and Nepal), I thought to brighten their lives and make them feel social. (my mail id is sweet.nasa1@gmail.com) - you can always suggest me for my next post there :)

Presenting you, HIKE MESSENGER (java version) 

You can skip few paras if you are well acquainted with HIKE messenger. ;)
Hike Messenger is all brand-new Instant messaging app just like Whatsapp and Facebook messenger that has actually got big appeal because its release time with over countless hike signed up users worldwide. Exactly what Hike messenger presented in the social networking was the totally free talktime offers or benefits for each brand-new signup and brand-new recommendations that brought in countless users and it was actually a wonderful idea from the Hike Developers which assisted a lot to increase Hike Messenger downloads in such a competitive app market.

With hike messenger you can message pals that are on hike as well as those who aren't on hike too! You'll never ever need to make use of another messaging app once again and all this offered totally free of expense. 

Hike Messenger for Java Phones Features @ Glance

  • Use remarkable sticker labels in hike and begin revealing yourself in a new way.
  • Send out Free SMS Messages to hike in addition to non-hike users.
  • Develop a group chat with family and friends on hike messenger.
  • With Hike Messenger you can now send out & share images, videos, audio etc.
  • Apart from the sticker labels Hike messengers provide charming incredible emoticons.
  • Make totally free talktime offers, simple recharges and benefits for signup and recommendations.

So how to get this Hike Messenger for Java Phones .JAR File Download?

Keep in mind The Hike Messenger .JAR file supplied may not be formally supported for each and every java smartphone however still you can try it. It has actually worked for the majority of the users though some have actually dealt with efficiency problems like lagging or inadequate installing time etc. which differs phone to phone for that reason. There is no 100 % warranty that it will certainly work fine for you, however, it deserves kudos and if it works great then you have world in your fist :)

Enjoy your HIKE Messenger on Symbian based phone and stay connected with your friends anytime, anywhere! Do comment below if you face any problem. Our team is happy to solve your queries.

Monday, November 24, 2014

COOL WHATSAPP FONTS

Well since my last blog, much of things have changed. World Cup Football has ended. And yesterday, World Chess Championship was titled to our favorite Magnus Carlsen. 

Anyway, Thanks for the incredible support you guys have given to my blog. Your love has always kept me motivated. I have also posted a thank you note to my viewers in my facebook page and twitter page http://www.twitter.com/sushil_NASA (do follow me there too for the blog updates)

So lets get started. Recently I have been searching quite a lot on whatsapp font, as we know. we all use it along with viber (in my next blog - do mail me if you guys can contribute, reach me @ sweet.nasa1@gmail.com)

To all newbies out there, whatsapp is a social android app that helps you stay connected with your family members, friends and foes :P 

Now, what I am posting here seems to work in some sms services too (manufacture dependednt). 

How to get this Cool Fonts for Whatsapp & SMS ? - 5 easy steps

cool-fonts-android-app
  1. Install the Cool Fonts Application on your android device.
  2. Now after installing it you can open the app and you will see the font selecting option.
  3. Choose the font you like and then simply write your message.
  4. Now you will see icons below the message field that allows you to export your message directly to your WhatsApp or Facebook.
  5. So click those and you can share your message easily, well the other way is to copy the whole text and then share it on your own, where ever you would like to share it.


Ha, thats pretty easy!! Wasn't it.

If you guys still did not figure it out or having problem with installation, please let me know in comment box below. Our moderators shall be reviewing them and replying to you as soon as possible. Till then enjoy and let me know what would you like to learn more about.

Enjoy Christmas. :) Merry Christmas friends. 

Thursday, June 12, 2014

FREE LIVE FIFA WORLD CUP FOOTBALL

 
liv_sports_app.jpg


 You can also visit the website directly, and go to their World Cup Page. Otherwise, here is a list of broadcasters for the Fifa World Cup globally.




Liv Sports website
livsports_screenshot.jpgSony Liv has the digital rights for the Fifa World cup in India, and you can watch along on their webpage. To watch the matches, just visit the website from your computer and register online for free. Aside from watching the streams, you can also get information about the games, match stats, highlights and exclusive interviews. The website is offering the Fifa World Cup pack for 120 rupees for the entire tournament, which seems like quite a bargain.

YouTube
youtube_fifa_screenshot.jpgIn case the Liv Sports website isn't working properly for some reason, you can double check with the official Sony Six Channel on YouTube. The channel will carry a delayed broadcast of the matches, which might also be handy if you've missed something exiting and want to "rewind" a little. Also, on the official Fifa channel on Youtube you can watch highlights from the matches, and also classic matches and other videos.

Liv Sports app
This is the official app for Sony Liv, and the easiest way to watch the matches on your phone or tablet. However, it also requires an up-front payment to watch the action, just like the website.
On your phone, you need to download the Liv Sports app (pictured above), which is available for both iOS and Android devices. The app is free to download, but you need to pay to watch the streams. A Rs. 120 in-app purchase will give you access to everything, but if you just want to follow your favourite team, you could unlock all the matches of a single team for Rs. 60.
Aside from the HD streams, the app also includes real time stats and commentary of the matches, which are available to everyone.

Tata Sky Everywhere TV app
everywhere_tv_1.jpgIf you are a Tata Sky subscriber then you can download the mobile application for iPhone, iPad or Android devices and watch the World Cup live. After that, you will need to activate Everywhere TV from Tata Sky, which is free for one month. After that, Tata Sky charges Rs. 60 for the service.
This is not a bad deal for a Tata Sky user, since it gives you access not just to the matches, but all your TV channels, on the go. And since the first month is free, you could use this to watch the matches without paying anything

You can also log in to fwcbrazil2014.com ( the link may not work in some countries) .
Or if nothing is working fast for you, the last option is here. Cheers. LAST LINK

ENJOY THE WORLD CLASS FOOTBALL.

You can always leave your queries on comment box below.