Showing posts with label nairotech. Show all posts
Showing posts with label nairotech. Show all posts

Sunday, November 13, 2016

HOW TO CONFIGURE YOUR SIM TO BROWSE UNLIMITEDLY MTN MAGIC SIM HACK NAIROTECH

HOW TO CONFIGURE YOUR SIM TO BROWSE UNLIMITEDLY MTN MAGIC SIM HACK NAIROTECH


 I know the  term Mtn Magic Sim Hack shouldnt sound new expecially to most Nigerian internet addicts, i call them The Gurus.. I have for long nursed the idea of posting it online, so my fellow buddies can join the crew of internet geeks enjoying this lovely trick.

The most exciting part of this tutorial i am about to introduce is that some of my friends have been grooving this cheat for the past 4months. After visiting several forums i even got to see  several web and blog owners charging their members to release this trick, but on nairotech you get this absolutely free of charge. I noticed MTN blocked the previous method i used in Configuring my own sim.. I remember i posted something on LATEST MTN BLACKBERRY SUBSCRIPTION CODES - DAILY, WEEKLY AND MONTHLY, so please check it out too..


REQUIREMENTS:

  •  AN MTN SIM ( MTN PULSE) - Dial *406# to migrate to MTN PULSE
  •   A RECHARGE CARD OF #300.00   

mtn magic sim
Nairotech.com


           HOW TO CONFIGURE YOUR SIM:


Step One:  Recharge your phone and subscribe to mtn 2 hours plan by sending 2H to 131


 Step Two:  Send 2 to 131 Leave the the sim for 2mins, Dont browse with the Sim yet, understood?

 Step Three:  Remove Your Battery After 2 Mins and take off your sim for exactly 26hrs, no mistake pls....

 Step Four:  Put the sim back after  26Hrs, then send 106 TO 131 followed by RESET TO 131 then *123*4*2*1#.... you will receive  message that U HAVE INSUFFICIENT TO PERFORM THIS TRANSACTN.

SIM HACKED!

Go to link Download

Read more »

Monday, October 17, 2016

How To Make Money Blogging Nairotech

How To Make Money Blogging Nairotech




Making money online isnt that easy, we must learn to grow our online business bit by bit to ensure we succeed online and generate a steady and stable online income. In our previous post we talked about How to make make money uploading files on the internet.

Every single day, friends ask me how one can start and maintain and online income because they are scared of being scammed.





Sincerely speaking, blogging is not a quick money-making business, though its an easy way to start making real cash. Just like other online business, it entails smart work and time to grow.

In this post, i will share some tips with you that would aid you in making money from blogging platform

If you want to know how to earn money blogging anywhere in the world, here are some clues that can turn your blog into a money engine:

Selling Advertising (Google Adsense, Addynamo, Clicksor)

These are the most common ways of utilising a blog to generating income. For Instance; if you have a popular blog & have lots of visitors , you can seize such opportunity to sell advertising space on it. Ad programs, like Addynamo, Clicksor let you select a number of adverts that are similar to your content on your blog and pay you based on the number of times readers click on those ads for more details on the products and services advertised.

  •  Affiliate Programs

Affiliate marketing can also make you some cash. Affiliate marketing is an E-business gives you an chance to receive a commission for completing a transaction; such as a sale for a merchant that you are promoting. The merchant site provides its ads and affiliate links to you and assigns a commission for each task it wants it wants completed. As an affiliate you can place these links and ads on your blog. Anytime a visitor uses any of these links to generate an action on the merchant’s web, the transaction is tracked online and you get paid a commission for that transaction if the visitor carries out ..

Short Reports and E-books Sales

Documenting short reports and e-books, and selling them on your blog will also link you to some real money. If you really don’t have much time to write your own short reports and e-books, you can sell other people’s e-books with their permission. You can buy resell rights to other people’s reports and e-books and sell them on your blog site. Search engines like google.com, yahoo.com, bing.com; article directories like ezinearticles.com, and offline magazines and books would help too. Offer the short reports or e-books to them for a low price and smile to the bank, sofast.

You can also use Google to conduct  thorough  search for the "top resell rights and PLR websites" from where you can buy resell rights e-books and reports. PLR means Private Label Rights, you can alter and edit PLR e-books and reports before reselling them.

Placing ads

You can create an income stream flow from your blog by placing contextual ads, text, and impression ads on your blog. The websites below will pay you to display ads:

• Google AdSense -
https://www.google.com/adsense

• Chitika – http://www.chitika.com

• Media.net – http://www.media.net

• Adgenta/Q-Ads – http://www.adgenta.com

Bidvertiser – http://www.bidvertiser.com

Technorati Media – http://www.technoratimedia.com/publishers/

Kontera – http://www.kontera.com

• Infolinks – http://www.infolinks.com

More Cash Tips To Come, stay tuned and God Bless!

Go to link Download

Read more »

Tuesday, September 20, 2016

How To Add 3D Rotating Menu In Blogger Nairotech

How To Add 3D Rotating Menu In Blogger Nairotech



Nairotech Exclusively.. Today, we gon be dishing out a very lovely tutorial on Navigation (Horizontal) menu. After lots of discoveries we packaged this to suit every blogger template which doesnt need a Javascript or Javascript to function. It only needs Html and Css. You might also want to check our previous post on  How To Edit Your Blog Easily With The New Blogger Template Editor





        

                                          Steps To Add The Widget To Blogger 
  • Head to your Blogger dashboard
  • Template >> Click  Edit HTML
  • Then  find ]]></b:skin> &  paste the below code justbefore ]]></b:skin>

        /* 3d Flipping Menu By Nairotech.com */
        .block-menu {
            display: block;
            background: #000;
        }

        .block-menu li {
            display: inline-block;
        }

        .block-menu li a {
            color: #fff;
            display: block;
            text-decoration: none;
            font-family: Passion One,Arial,sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-font-smoothing: antialiased;
            font-smoothing: antialiased;
            text-transform: uppercase;
            overflow: visible;
            line-height: 20px;
            font-size: 24px;
            padding: 15px 10px;
        }

        /* animation domination */
        .three-d {
            -webkit-perspective: 200px;
            -moz-perspective: 200px;
            perspective: 200px;
            -webkit-transition: all .07s linear;
            -moz-transition: all .07s linear;
            transition: all .07s linear;
            position: relative;
        }

            .three-d:not(.active):hover {
                cursor: pointer;
            }

            .three-d:not(.active):hover .three-d-box,
            .three-d:not(.active):focus .three-d-box {
                -moz-transform: translateZ(-25px) rotateX(90deg);
                -webkit-transform: translateZ(-25px) rotateX(90deg);
                -o-transform: translateZ(-25px) rotateX(90deg);
                transform: translateZ(-25px) rotateX(90deg);
            }

        .three-d-box {
            -webkit-transition: all .5s ease-out;
            -moz-transition: all .5s ease-out;
            -ms-transition: all .5s ease-out;
            -o-transition: all .5s ease-out;
            transition: all .5s ease-out;
            -webkit-transform: translatez(-25px);
            -moz-transform: translatez(-25px);
            -o-transform: translatez(-25px);
            transform: translatez(-25px);
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            -ms-transform-style: preserve-3d;
            -o-transform-style: preserve-3d;
            transform-style: preserve-3d;
            pointer-events: none;
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
        }

        .front {
            -webkit-transform: rotatex(0deg) translatez(25px);
            -moz-transform: rotatex(0deg) translatez(25px);
            -o-transform: rotatex(0deg) translatez(25px);
            transform: rotatex(0deg) translatez(25px);
        }

        .back {
            -webkit-transform: rotatex(-90deg) translatez(25px);
            -moz-transform: rotatex(-90deg) translatez(25px);
            -o-transform: rotatex(-90deg) translatez(25px);
            transform: rotatex(-90deg) translatez(25px);
            color: #FFE7C4;
        }

        .front, .back {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: black;
            padding: 15px 10px;
            color: white;
            pointer-events: none;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

  • Save  Template

NOW,

  • Head straight to Layout in your Blogger Dashboard >> Select a Gadget (Blog  header section)
  • Then Select JavaScript/HTML  & paste the below code.

<ul class="block-menu">
<li><a href="#" class="three-d">
Home
<span class="three-d-box"><span class="front">Home</span><span class="back">Home</span></span>
</a></li>
<li><a href="#" class="three-d">
About<span class="three-d-box"><span class="front">About</span><span class="back">About</span></span>
</a></li>
<li><a href="#" class="three-d">
Services
<span class="three-d-box"><span class="front">Services</span><span class="back">Services</span></span>
</a></li>
<li><a href="#" class="three-d">
Blog
<span class="three-d-box"><span class="front">Blog</span><span class="back">Blog</span></span>
</a></li>
<li><a href="#" class="three-d">
Create this
<span class="three-d-box"><span class="front">Create this</span><span class="back">Create this</span></span>
</a></li>
</ul>

  • Change the highlighted section above
  • Save.

Like our Facebook Fanpage Here: http://www.facebook.com/nairotech
Enhanced by Zemanta

Go to link Download

Read more »

Monday, September 5, 2016

HOW TO CONFIGURE YOUR HTC SMARTPHONES TO BROWSE NairoTech

HOW TO CONFIGURE YOUR HTC SMARTPHONES TO BROWSE NairoTech




I am posting this Tutorial because i have also encountered difficulty in configuring a friends phone [ HTC SMARTPHONE] - Caleb Amosu..... Since 2009 i started configuring phones and pc to browse i have always succeeded but, when i came in contact with HTC SMARTPHONES   then, i knew their was trouble.....lol!
 While doing my daily online research, just saw a solution to this issue/challenge and ive so far decided to share with you all... Please, bear in mind i have not tried or confirmed it if probably itll work but from the little knowledge ive acquired so far on NETWORK CONFIGURATION SETTINGS, it should work..


So, without taking much of your time, lets quickly or should i say hurriedly proceed to the next step on how to manually configure your HTC SMARTPHONE.. Please, follow the steps i am about to give without mistakes to ensure your phone is well configured and if by chance you dont understand... #GuessYouKnowWhat ToDo--- Use the comment box.. Ok, lets Ride..


 

                      HOW DO I CONFIGURE MY HTC SMARTPHONE ?
 

Step One:      Locate your mobile  MENU -> SETTINGS ->  CONNECTIONS -> LOCATE GPRS, & Click on MENU to add new settings just as stated below:-

                                           FOR ETISALAT USERS:

  •  Connects To  => The INTERNET
  •  Access point=> etisalat 
  • Username=> wap
  • Pasword=> wap

  • Authentication Type -> Chap 
  • Primary DNS & Secondary DNS => insert any working IP or 82.145.211.1 or 82.145.210.16 After that, just click Done to save your work.

  •   Next, is to move to no. 6 proxy, then click on ADD NEW again to complete configuration
just like the below stated:

  •   Connects From => WAP NETWORK 
Connects To=> The Internet ( as usual)

Proxy (name: port) = 80 OR 9201


 Type => WAP * Username and Password=  wap then click Done also.

  •   NEXT, Goto your web browser which is INTERNET EXPLORER, press your right button MENU, scroll down to TOOLS  -> OPTIONS -> click on CONNECTIONS, Mark or tick AUTHOMATICALLY DETECT SETTINGS
  • Select Network=> The Internet. After that, launch out your Internet explorer, download Operamini compatible or that suites or fits your smartphones
         
   MTN NIGERIA USERS:

 Configuration Name: MTN WEB

IP: 010.199.212.002

APN ( Access Point Network) : web.gprs.mtnnigeria.net

Username And Password: web & web 

PORT: 80 or 8080

Homepage: http://www.mtnonline.com



If you are using a different network and you are having issues configuring your HTC SMARTPHONE, then you can make use of the comment box for more help... Have a  nice day!

Go to link Download

Read more »