Monday, November 9, 2009

6 steps to making your site search engine ready

Over the years of running thesitewizard.com, I have had numerous webmasters write to me asking why their web pages do not appear in the search engine results page even though they directly search for terms that should yield their page. More often than not, a quick visit to their site reveals that they have created a web page that is not search engine friendly.

This article brings together some of the main points on how you can create a website or blog that is search engine friendly.

1.
Add Text to Your Images, Flash and Videos

The first thing you should note about search engines is that their software can only read text. When I say text, I don't mean text that you embed in an image or text that you place inside a Flash file or those that appear in a video. I mean text like the text you see everywhere on thesitewizard.com's articles - plain, unadulterated, ordinary text.

While it's true that some search engines have the rudimentary ability to scan a Flash file, you cannot assume that this ability is sophisticated enough to obtain all the information you want them to have. In fact, I suspect that only Google can do this, and even then only to extract straightforward links embedded in the file. And certainly no search engine I know can view an image file or video and determine the text that it contains.

This is not to say that you cannot create a photo-album site, Flash game site or a video site that ranks in the search engine results page. You can still place your pictures, Flash, videos on your site. However, you should write content for each of these non-text elements to describe them.

For example, you should describe each picture in the "alt" text for the image. For those who don't know what I'm saying, images are put into a web page using HTML code like the following:
Picture of a search engine ready website

Notice the "alt" part in the example HTML code above. Here, I described the image as a picture of a search engine ready website. You should of course replace that text with a brief description of what your image really shows. While search engines cannot actually see your picture, they can read your "alt" text and will include that in their index for your web page.

Likewise, for sites with video files or Flash file, you should include additional text on that web page describing what your video shows or what the Flash file does.

To put it another way, when designing your website, make your website more accessible for blind and other visually impaired visitors and you will also reap the side benefit of making your site more search-engine friendly.
2.
Validate Your HTML Code

I have written elsewhere on the importance of validating your web page. By validating, I mean checking to make sure that your HTML code does not have errors. Note that I'm not talking about spelling or grammar errors here. I'm referring to the underlying HTML code that allows the web browser to format your web page according to how you want it to appear. If you use a WYSIWYG web editor like Dreamweaver, Nvu or KompoZer, such code is usually generated behind the scenes by the editor as you type your text.

Whether you write your HTML code by hand or use a WYSIWYG web editor, it is a good idea to always run the final code through HTML and CSS validators. You can find details on how you can do this in my article on HTML validation at http://www.thesitewizard.com/webdesign/htmlvalidation.shtml

While the search engines don't care whether your HTML code is error-free, they rely on the basic correctness of the code to find out which portions of your web page to index. If your HTML code contains errors, it is possible that only portions of your web page are included in the search engine's database. The errors, while undetectable in a web browser, may lead the search engine software to think that some of the text on your page is part of the HTML formatting information rather than your site's content. As a result, the search engine may ignore that text, and your web page will not be shown in its results page.
3.
Create Relevant Title Tags

Many search engines give additional weightage to the text appearing in the HTML tag for your page. Note that this is not the title that you see in the body of your web page. Rather, it is the non-visible text in the HTML code that the browser uses to display in the title bar of the browser window. The search engines use that tag as part of its algorithm to determine what your page is about.<br /> <br /> A number of new webmasters don't bother to set the title tag to something meaningful. Instead, they just put their site name in the title tag of every page on their website. They should, instead, put the site name only in the title tag of their home page, and place a meaningful title on each individual page of their site. For example, on a page that describes a product "Widget XYZ", the title tag should read "Widget XYZ Product Features" or something like that. If you feel that the name of your website is important to have on every title tag, place it at the end of your title for the sub-pages on your site, for example, "Widget XYZ Features - XYZ Company".<br /> 4.<br /> Use Straight HTML Navigation Links on Your Website<br /> <br /> I wrote an article some time back on the importance of a good navigation system for your website and how one website I examined used only JavaScript-generated links to lead to other pages on the site. Since the search engines do not understand JavaScript, they were not able to find the other pages on the website.<br /> <br /> While that article only mentioned JavaScript-created links, this problem also applies to websites that rely only on links embedded in Flash files. Google is said to understand such links, but until search engine robot technology improves so that all search engines can easily figure out the links embedded in Flash files or JavaScript code, any website totally reliant on such links is surely at a disadvantage compared to websites that use straightforward HTML links.<br /> <br /> Again, this is not a call to throw out the baby with the bathwater. You do not have to ditch all JavaScript code or Flash files from your website. Instead, what you need is to provide a way for search engines (and visitors who do not have JavaScript-enabled or Flash players) to visit all the pages of your site. Put simple HTML links on your web page linking to the other pages in addition to your state-of-the-art gadgets.<br /> <br /> You should also add a site map to your website and link to that site map from your main page. That way, search engines and human visitors who don't have JavaScript or Flash facilities can find their way around your site.<br /> 5.<br /> Eliminate Apparent Content Duplication<br /> <br /> If you use a blogging service, blogging software or some other content management system (CMS), you will need to watch out for duplicate content on your website.<br /> <br /> By duplicate content, I mean pages on your website that are identical to other pages on your site. If you manually create your website using a web editor, this will probably never happen. However, some of the automated services mentioned earlier create alternate routes to the same article. For example, a content management system or blogging software may duplicate the same article you wrote under two different URLs, such as www.example.com/archive/article-name.html and www.example.com/2007/01/05/article-name.html. Another manifestation of this is when your software adds a session id to the URL. Since every visitor receives a different session ID, he/she will link to your page using a different URL.<br /> <br /> The problem with duplicate content on your own site is link dilution. As I mentioned in my article on How to Improve Your Search Engine Ranking on Google, Google and other search engines take into account the number of links pointing to your page to determine how important your web page is. If you have identical content appearing on two different pages on your website, some sites will link to one page while others will link to the alternate page. The result is that neither of those pages will be regarded as very important in the search engine's index since you have effectively halved the links pointing to your article.<br /> <br /> Find a way to remove that feature in your software or service of allowing your article to be reached under different URLs. In the case of session IDs, see if you can use cookies instead to track individual users. Solutions like blocking out alternative URLs from search engines using a robots.txt file may seem like a possible solution, but they do not solve the problem of link dilution.<br /> <br /> You may also want to read How to Solve Duplicate Content Issues by Specifying a Canonical Web Address (URL) for additional help on this if you face this problem.<br /> 6.<br /> Remove Hidden Text<br /> <br /> Nowadays, everyone knows that it is counterproductive to use hidden text on your website. By hidden text, I mean text that is included in the main body of your web page but is not actually displayed on the screen when visitors view your page in a browser. In days of old, some unscrupulous webmasters used such text to add keywords to a web page to influence search engine results. Search engines try to deal with that tactic by not showing pages which they think contain hidden text.<br /> <br /> As mentioned in another article, More Tips on Google Search Engine Results Placement, I inadvertently discovered that sometimes search engines wrongly penalize sites even if the hidden text was innocuous - for example, text that only showed for people using a particular browser to tell them that they may not be able to access certain features of the website due to deficiencies in the browser. If you have not read that article, you might want to take take a look to avoid facing the same problem.<br /> <br /> You should also be aware that if you use a free web host, your site may contain hidden text on its pages without your knowing. In my investigation of some free web hosts for thefreecountry.com's many free web hosting pages, I discovered that a few of the hosts that place advertisements on your websites include hidden text around the advertisements to influence the type of advertisements shown on your web page. This may lead to your website being penalised by the search engines through no fault of your own.<br /> <br /> Unfortunately, you cannot simply look for a free web host that does not impose ads on your website, since such web hosts regularly disappear overnight due to the lack of a viable revenue model to sustain their service. If you can afford it, the best solution is to get a domain name and place your site on a commercial web host.<br /> <br /> Creating a search engine friendly website does not necessarily mean that you will get top listing for a particular keyword or keyword phrase. It is however a necessary first step if you want to rank anywhere near the first few pages of the search engine results. A site that is not search engine ready may not even appear in the results for any query. The tips in this article are the pre-requisites for any website aspiring the top positions in Google, Yahoo, and the other engines. <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/11/6-steps-to-making-your-site-search.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-11-09T19:19:00-08:00'>7:19 PM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/11/6-steps-to-making-your-site-search.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=3874401917340328487' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=3874401917340328487&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Saturday, September 12, 2009</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry'> <a name='7054600283134130386'></a> <h3 class='post-title entry-title'> <a href='http://mtncheatcode.blogspot.com'>CONNECTED ON ZAIN AND ITS FAST...</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> GET UR PHONE CONNECTED THRU. PC-SUITE..<br /> <br /> GO TO YOUR-FREEDOM<br /> PROXY ADD. 172.18.254.5<br /> PORT no. 8080<br /> connection mode .. http<br /> <br /> Start Connection and wait for some few seconds then Click on Stop Connection....<br /> <br /> Now, click on Configure and Click on USE WIZARD<br /> <br /> Click on NEXT .. NEXT .. NEXT and wait for it to search for Servers and then, <br /> <br /> Select one of the servers, click on Next type your Username and Password and then SAVE and EXIT...<br /> <br /> Go back to Configure..<br /> <br /> Address..type.. ems09.your-freedom.de (quite fast)<br /> <br /> Select box 2 - 6<br /> <br /> Initial Post... 10000000<br /> Min. Post ... 20000<br /> <br /> Save and Exit<br /> <br /> NOW START CONNECTION... <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/09/connected-on-zain-and-its-fast.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-09-12T02:58:00-07:00'>2:58 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/09/connected-on-zain-and-its-fast.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=7054600283134130386' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=7054600283134130386&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> Labels: <a href='http://ademassive.blogspot.com/search/label/CONNECTED%20ON%20ZAIN%20AND%20ITS%20FAST...' rel='tag'>CONNECTED ON ZAIN AND ITS FAST...</a> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Thursday, September 10, 2009</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry'> <a name='1955741374705658268'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/09/new-opera-mini-free-browsing-code.html'>New Opera mini FRee browsing code</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> Sorry MTN has restricted all Opera Mini Servers from working on her network.<br /> <br /> Try this:<br /> <br /> Numeric proxy server of operamini:<br /> 195.189.142.68:80 for 0m3.xx<br /> 80.232.117.10:80 for om3.xx<br /> 64.255.180.253:80<br /> 80.232.117.41:80<br /> 195.189.142.69:80<br /> 195.189.142.90:80<br /> 195.189.142.91:80<br /> 211.115.185.50:8080<br /> 195.189.142.132:80<br /> 195.189.142.176:80 <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/09/new-opera-mini-free-browsing-code.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-09-10T11:33:00-07:00'>11:33 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/09/new-opera-mini-free-browsing-code.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=1955741374705658268' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=1955741374705658268&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='5443262118965478585'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/09/how-to-setup-your-phone-for-data.html'>How to Setup your Phone for Data Services (GPRS, 3.5G)</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> How to Setup your Phone for Data Services (GPRS, 3.5G)<br /> Manual Set Up Instructions<br /> There are some phones that can only be setup manually. Please check if your phone is one of them. To setup your phone manually, you need to enter the following information, as applicable, on your phone:<br /> Any device you use needs to be configured to use MTN's Data Network (the same settings apply to GPRS and 3.5G).<br /> 3.5G Settings<br /> # Account Name = MTN GPRS<br /> # IP Address = 10.199.212.2<br /> # Port = 9201 (for WAP) or 8080 (for HTML)<br /> # Username = web<br /> # Password = web<br /> # Access Point Name (APN) = web.gprs.mtnnigeria.net<br /> GPRS/WAP Settings<br /> # Account Name = MTN GPRS<br /> # IP Address = 10.199.212.2<br /> # Port = 9201 (for WAP) or 8080 (for HTML)<br /> # Username = web<br /> # Password = web<br /> # Access Point Name (APN) = web.gprs.mtnnigeria.net<br /> MMS Settings<br /> # Account Name = MTN MMS<br /> # Access Point Name (APN) = web.gprs.mtnnigeria.net<br /> # Service Centre Address = http://10.199.212.8/servlets/mms<br /> # IP Address = 10.199.212.2<br /> # Port = 9201 (for WAP) or 8080 (for HTML)<br /> # Username = web<br /> # Password = web<br /> For free browsing on the phone open your opera browser network settings on your phone and enter this code http://wap.mtnonline.com.lelook.com/cgi-bin/nph-get.cgi/000011A/172.23.1.12@80.232.117.10:80<br /> Note: 3.5G phones only <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/09/how-to-setup-your-phone-for-data.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-09-10T11:12:00-07:00'>11:12 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/09/how-to-setup-your-phone-for-data.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=5443262118965478585' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=5443262118965478585&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> Labels: <a href='http://ademassive.blogspot.com/search/label/3.5G%29' rel='tag'>3.5G)</a>, <a href='http://ademassive.blogspot.com/search/label/How%20to%20Setup%20your%20Phone%20for%20Data%20Services%20%28GPRS' rel='tag'>How to Setup your Phone for Data Services (GPRS</a> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Wednesday, September 9, 2009</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry'> <a name='5034074588616650386'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/09/proxies.html'>Proxies</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> 1 anonymz.com proxy, anonymous, privacy, free, web<br /> 2 domainsbyproxy.com hosting, privacy, domain, security, whois<br /> 3 xroxy.com proxy, openproxy, tools, security, reference<br /> 4 microsoftgadgets.com proxy, microsoft, live.com, live<br /> 5 proxyway.com proxy, privacy, tools, anonymity, software<br /> 6 freeproxy.ru proxy, free, security, anonymous, web<br /> 7 megaproxy.com proxy, security, web, anonymous, tools<br /> 8 multiproxy.org proxy, security, anonymous, internet, network<br /> 9 torrify.com security, privacy, browser, firefox, encryption<br /> 10 authsmtp.com smtp, email, hosting, service, mail<br /> 11 cotse.net privacy, security, email, web, proxy<br /> 12 scroogle.org search, google, privacy, internet, web<br /> 13 daveproxy.co.uk proxy, internet, anonymous, privacy, web<br /> 14 mowser.com mobile, browser, web, phone, tools<br /> 15 stayinvisible.com proxy, security, privacy, anonymous, free<br /> 16 usefulutilities.com proxy, ezproxy, library, software, ldap<br /> 17 samair.ru proxy, security, list, tools, online<br /> 18 bluecoat.com security, proxy, web, hardware, network<br /> 19 aliveproxy.com proxy, security, privacy, web, anonymity<br /> 20 atunnel.com proxy, tools, tunnel, orkut, browser<br /> 21 shadowsurf.com anonymous, proxy, privacy, tools, web<br /> 22 k9webprotection.com software, filter, parental, web, security<br /> 23 freeproxylists.com proxy, free, security, list, web<br /> 24 ninjaproxy.com proxy, anonymous, privacy, web, tools<br /> 25 phproxy.org proxy, tools, php, security, free<br /> 26 unblockmyspace.com proxy, myspace<br /> 27 safelizard.com proxy, anonymous, browser, web, internet<br /> 28 webunlocker.com proxy<br /> 29 peacefire.org censorship, internet, privacy, security, tools<br /> 30 showmyip.com ip, tools, internet, network, security<br /> 31 findnot.com anonymous, security, privacy, vpn, proxy<br /> 32 hidebehind.net proxy<br /> 33 guardster.com proxy, privacy, web, security, anonymous<br /> 34 w3privacy.com proxy, privacy, web, internet, anonymous<br /> 35 skweezer.net mobile, web, pda, proxy, palm<br /> 36 backfox.com proxy, privacy, web, internet, anonymous<br /> 37 secure-tunnel.com proxy, security, privacy, web, anonymous<br /> 38 wingate.com windows, software, security, proxy, firewall<br /> 39 g2p.org google, mp3, music, search, download<br /> 40 securecomputing.com security, vpn, software, firewall, networking<br /> 41 the-cloak.com proxy, privacy, internet, tools, security<br /> 42 webwarper.net proxy, anonymous, security, privacy, anonymizer<br /> 43 proxyblind.org proxy, security, anonymous, privacy, web<br /> 44 my-proxy.com proxy, privacy, tools, networking<br /> 45 proxieslist.net proxy, web, proxies<br /> 46 inblogs.net proxy, blogger, blog, blogspot, tools<br /> 47 atomintersoft.com proxy, tools, security, proxies<br /> 48 boxofprox.com proxy, security, anonymous, internet, privacy<br /> 49 whatismyipaddress.com ip, internet, tools, network, web<br /> 50 btunnel.com proxy, tunnel, internet<br /> 51 proxy4free.com proxy, anonymous, web, tools, free<br /> 52 proxydom.com proxy, anonymous, surfing, privacy, free<br /> 53 myspaceproxy1.com proxy<br /> 54 hidebehind.com hosting, free, anonymous, privacy, images<br /> 55 flyproxy.com proxy, internet, browser<br /> 56 publicproxyservers.com proxy, internet, anonymous, privacy, servers<br /> 57 anonymizer.com security, privacy, anonymous, web, tools<br /> 58 ctunnel.com proxy, anonymous<br /> 59 wilderssecurity.com security, forum, software, spyware, forums<br /> 60 stupidcensorship.com proxy, internet<br /> 61 squid-cache.org proxy, squid, linux, cache, web<br /> 62 freebieproxy.com proxy<br /> 63 proxify.com proxy, anonymous, privacy, security, web<br /> 64 cmyip.com ip, internet, web, check, proxy<br /> 65 nfshost.com security, privacy, anonymous, firefox, software<br /> 66 proxydrop.com proxy, tools, privacy, free, anonymizer<br /> 67 pkblogs.com blog, proxy, blogspot, blogger, gfw<br /> 68 findproxy.org proxy, privacy, anonymous, web, proxies<br /> 69 kproxy.com proxy, anonymous, privacy, internet, web<br /> 70 schoolboredom.com proxy, myspace, filtering<br /> 71 privoxy.org proxy, privacy, security, software, web<br /> 72 alienproxy.com proxy, web<br /> 73 myproxy.ca proxy, anonymous<br /> 74 proxy.org proxy, security, anonymous, privacy, tools<br /> 75 anonym.to proxy, anonymous, security, privacy, services<br /> 76 oddproxy.com proxy, anonymous, internet<br /> 77 vtunnel.com proxy, anonymous, web, privacy, security<br /> 78 ocrig.com proxy<br /> 79 proxytopsite.com proxy, %E4%BB%A3%E7%90%86%E6%9C%8D%E5%8A%A1%E5%99%A8<br /> 80 anonymouse.org proxy, anonymous, web, privacy, internet<br /> 81 proxyvote.com proxy, vote, stocks, investing, proxyvote<br /> 82 myspacebypass.com proxy, myspace<br /> 83 workfriendly.net work, proxy, web, tools, browser<br /> 84 steganos.com software, security, privacy, tools, proxy<br /> 85 pagebang.com proxy, tools, free, anonymous<br /> 86 cjb.net hosting, web, free, internet, gratis<br /> 87 proxyserverprivacy.com proxy, ip, security, free<br /> 88 hidemyass.com proxy, anonymous, privacy, web, security<br /> 89 proxysites.org proxy, sites<br /> 90 avoidr.com proxy<br /> 91 proxycity.com proxy<br /> 92 winproxy.com proxy, software, firewall<br /> 93 footnoted.org finance, blog, investing, business, blogs<br /> 94 a1proxy.com proxy<br /> 95 browsespace.com proxy, myspace<br /> 96 sambar.com server, web, software, ftp, freeware<br /> 97 proxywebsites.net proxy<br /> 98 concealme.com proxy <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/09/proxies.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-09-09T09:49:00-07:00'>9:49 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/09/proxies.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=5034074588616650386' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=5034074588616650386&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> Labels: <a href='http://ademassive.blogspot.com/search/label/Proxies' rel='tag'>Proxies</a> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='4772810670333478568'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/09/free-browsing-on-your-laptop-without.html'>FREE BROWSING ON YOUR LAPTOP WITHOUT USING FREEDOM</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> Using the freedom clent to break network firewell has been one of the greatest and best browsing.but it's not the best,freedom has 1 to 24 servers and i know that if you try connecting through the first server and it fail, who have to keep trying other ones and it might connect and it might not.so if you have something very important to do no the internet, you cannot.the fact is you can browse without using this software and you will be connected to their server just as if you have paid for the service. <br /> if you want to know how to browse free without using the freedom client.than you can send an email to seunade007@gmail.com or call 08078034862 <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/09/free-browsing-on-your-laptop-without.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-09-09T09:43:00-07:00'>9:43 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/09/free-browsing-on-your-laptop-without.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=4772810670333478568' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=4772810670333478568&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> Labels: <a href='http://ademassive.blogspot.com/search/label/FREE%20BROWSING%20ON%20YOUR%20LAPTOP%20WITHOUT%20USING%20FREEDOM' rel='tag'>FREE BROWSING ON YOUR LAPTOP WITHOUT USING FREEDOM</a> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='3927649003190401542'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/09/useful-windows-xp-key-shortcuts.html'>USEFUL WINDOWS XP KEY-SHORTCUTS</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> There's more to the computer than just mouse clicks and gestures. Lets face it, those who use keyboard shortcuts are seen as "Gurus" in the eyes of a novice.. And they always ask "How did you do that", i tell them but they will forget tomorow.<br /> <br /> Want to be mistaken for a computer guru? lol or you just forgot some cool shortcuts? well here's a reminder<br /> <br /> - Windows key + D - shows the desktop<br /> - Windows key + M - minimizes all open windows<br /> - Windows key + Shift + M - maximizes all open windows<br /> - Windows key + E - Runs Windows Explorer<br /> - Windows key + R - shows the RUN dialog<br /> - Windows key + F - shows Search window<br /> - Windows key + Break - shows System Properties box<br /> - Windows key + TAB - Go through taskbar applications<br /> - Windows key + PAUSE Display the System Properties dialog box<br /> - Windows key + U Open Utility Manager<br /> - ALT + TAB - Cycle through opened applications<br /> - Hold down CTRL while dragging an item to Copy it<br /> - CTRL + ESC Display the Start menu<br /> - ALT + ENTER View the properties for the selected item<br /> - F4 key Display the Address bar list in My Computer<br /> - CTRL + ALT +DELETE Displays the task manager which enables you monitor processes currently running on your system, monitor network traffic, stop unresponsive programs and options to shutdown, hybernate and put your system in stand by mode.<br /> - CTRL + ENTER adds www. and .com to the begining and end of a web address typed. e.g type google then CTRL + ENTER, It becomes www.google.com <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/09/useful-windows-xp-key-shortcuts.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-09-09T09:40:00-07:00'>9:40 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/09/useful-windows-xp-key-shortcuts.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=3927649003190401542' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=3927649003190401542&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> Labels: <a href='http://ademassive.blogspot.com/search/label/USEFUL%20WINDOWS%20XP%20KEY-SHORTCUTS' rel='tag'>USEFUL WINDOWS XP KEY-SHORTCUTS</a> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='3397562985123189779'></a> <h3 class='post-title entry-title'> <a href='http://mtncheatcode.blogspot.com'>STEP BY STEP GUIDE ON ZAIN PC USING FREEDOM CLIENT TO BROWSE FREE.</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> 1.Register on this site: http://www.your-freedom.de/A message will be sent to ur email. Click on the link provided to activate your account. please make sure u remember your username n password.<br /> 2.Use the link below to download the your-freedom client software: http://www.your-freedom.net/ems-dist/yf-install_20090719-01.exe<br /> 3. Instal this software. After installation two window pops up. Just close the WELCOME page and continue with the other one.<br /> 4. Click on "CONFIGURE". A new window pops out<br /> 5.Under Address use: ems01.your-freedom.net Go to "protocol" and click on the box. Change it to "https", the port automatically changes to "443"<br /> 6. Tick/check the following boxes: (a.) automatically connect on startup (b.) reconnect after server shutdown (c.) redirect SOCKS4/5 DNS to freedom server (d.) Enable encryption Leave the others.<br /> 7. Go to "Account Information" tab. Input the Username and password u used on step one above.<br /> 8. Go to " Proxy settings". Under Proxy address: 172.018.254.005, Proxy Port: 8080,password:wap,username:wap.Thats all u need to do here.<br /> 9. Look under and click on the tab "Save and Exit". This window disappears.than download openvpn using this link http://openvpn.net/release/openvpn-2.1_rc15-install.exe,install it<br /> <br /> 10. Go to the Your-freedom client window again and click on the tab "Ports". Tick/check/mark the boxes:SOCKS 4/4 and Web Proxy and openvpn.<br /> 11. Go to the tab "Applications" and mark/tick.check all the needed boxes. Hit the "OK" when u are done. U should get a successful message.<br /> 12. Go back to the tab "Status". In the interim just minimise this window. We shall get back to it.<br /> 13. Now this is very important. Launch ur Browser.<br /> For Firefox(Mozilla) brower: Go to: Tools---Options----Advanced---Network---Settings. In the settings mark the box "Manual proxy configuration. Under HTTP Proxy use: localhost Port: 8080.Mark/tick/check the box " use this proxy server for all protocols". After this just go down and click "OK".<br /> For Internet explorer:Got to: Tools---Internet Options---Connections---SettingsProxy: localhostPort: 8080Mark the box " bypass proxy , " "Apply" and u are done.<br /> For Opera( please i don't have this on my system right nw but i hope i got the route right)Tools---Preferences--network---proxy settings Click on all the boxes that needs a Ip and Port input and use:Proxy: localhost Port: 8080 Just Ok and this is done.<br /> For Yahoo messenger:Go to:Messenger----Connection PreferencesTick/mark/click on "No proxies" onlyUnder Server name: localhostServer port: 8080Thats all.<br /> 14. Go back to your-freedom client and click on the tab "Start connection". Make sure u watch the freedom server logo just by the right. Initially u will see a question mark, once this changes and u see an Open door then u are connected. <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/09/step-by-step-guide-on-zain-pc-using.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-09-09T09:38:00-07:00'>9:38 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/09/step-by-step-guide-on-zain-pc-using.html#comment-form' onclick=''>1 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=3397562985123189779' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=3397562985123189779&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> Labels: <a href='http://ademassive.blogspot.com/search/label/STEP%20BY%20STEP%20GUIDE%20ON%20ZAIN%20PC%20USING%20FREEDOM%20CLIENT%20TO%20BROWSE%20FREE.' rel='tag'>STEP BY STEP GUIDE ON ZAIN PC USING FREEDOM CLIENT TO BROWSE FREE.</a> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='5890144859050831742'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/09/free-browsing.html'>Free Browsing</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> The free internet browsing on computer is achieved with the aid of some software specially designed for that purpose. Many of these software are proxy tunnelers programmed by hackers from countrise like China, USA, Germany, India etc. which are capable of hiding your proxy address from your network service provider. They are also these other ones that are just free web browsers which you can configure just the same way you configure your mobile phone default browser. E.g. is opera browser. The problem with these ones is that they seem to be restricted to only the sites the mobile phone default browser can access very well.<br /> <br /> So the proxy tunnelers are the better ones but the best among them are those ones that not only hide your proxy address but programmed in such a way that they have foreign servers located in foreign countries and are capable of distributing internet connection to any application installed in the computer that requires internet connection. E.g. Web browsers and chat/messengers. some of them are also designed to keep changing from a from a weak server to a stronger one. Since these software have been designed to browse the internet free of charge any where in the world, we get them and configure them in such a way that they will allow us access in our computers free of charge.<br /> I will be given you new and excellent software that is very much reliable, fast and supports file download of any size. they strong and by pass the upgraded firewalls of the service providers. With this software, you can discover how fun it is to browse the internet free of charge with much ease and at incredible speed. Use your yahoo messengers, msn messengers with a click. <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/09/free-browsing.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-09-09T07:32:00-07:00'>7:32 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/09/free-browsing.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=5890144859050831742' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=5890144859050831742&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='2021971637621469185'></a> <h3 class='post-title entry-title'> <a href='http://cea22rv7vqi8sa7nu9pv6rem9i.hop.clickbank.net/'>fix all computer errors Registry Easy</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> *Does your PC run more and more slowly?<br />*Does your computer pop up mysterious error messages?<br />*Do you suffer from the System's memory strike all the time?<br />*Are you annoyed by the ads when you are surfing the Internet?<br />*Do you get the ActiveX or similar 'Unable to load' .dll errors?<br />*Are you troubled with the blue screen, system crashing or freezing from time to time?<br /><br />You don't have to re-install Windows!<br /><br />You don't have to pay hundreds of dollars to fix your computer.<br /><br />With Registry Easy™ you can safely clean and repair the Windows registry with a few simple clicks.<br /><br />Download Registry Easy™ Now For 100% Free Scan!The Windows registry is a database repository of information about a computer's configuration. Installing and uninstalling software will make your registry a mess, leading to decreased PC performance and causing computer crashes.<br /><br /><br /><br />The registry size keeps growing when you use Windows. When the registry becomes very large, your computer's performance will be decayed and unstable. Some computer users even spend a lot of time trying to go through the registry and edit it manually. Not only can this be a daunting task, it is also a risky one.<br /><br />Registry Easy™ uses a high-performance detection algorithm that will quickly identify missing and invalid references in your Windows registry. With a few easy steps Registry Easy™ will scan your entire Windows registry for any invalid or obsolete entries and provide a list of the registry errors found. After that you can choose to clean list items with selection or automatically repair them all.<br /><br />For your convenience and protection, Registry Easy also provides a backup mechanism for any repaired files so that you can easily recover any changes if required.<br /><br /><br />Click Here!<br /><br />to download it!!!!! <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/09/fix-all-computer-errors-registry-easy.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-09-09T06:35:00-07:00'>6:35 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/09/fix-all-computer-errors-registry-easy.html#comment-form' onclick=''>1 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=2021971637621469185' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=2021971637621469185&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='2670362874111244276'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/09/zain-free-browsing-on-laptop-without.html'>Zain free browsing on laptop without using the freedom client</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> activate you zain sim with the new internet settings...ACCESS....configure you internet browser with this ip,port and homepage.<br />Put this<br />ip:209.85.129.99<br />port:80<br />homepage:wap.ng.zain.com/gwt/n?g=DEN<br />it does not download and open any secure site.<br />It works on any phone, even china phones,all you need to do is to configure your phone to use the free browsing code.leave a comment if have any problem.<br />Enjoy free browsing.... <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/09/zain-free-browsing-on-laptop-without.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-09-09T06:26:00-07:00'>6:26 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/09/zain-free-browsing-on-laptop-without.html#comment-form' onclick=''>2 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=2670362874111244276' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=2670362874111244276&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Thursday, September 3, 2009</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry'> <a name='6224503548203299475'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/09/mtn-and-zain-free-browsing.html'>mtn and zain free browsing</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> Mtn<br /><br />opera mini 4.2 multi mod and multi windows<br /><br />wap.mtnonline.com.server4.mtnonline.com:80<br />use this very cheat in any custom.<br /><br />wap.mtnonline.com.server4.operamini.com:80<br />this very cheat is the fastest cheat lasting for more than a year now.To make it faster you need to refresh the server i.e if you you’re using symbian phone, enter menu and disconnect it from connection manager and then hold the menu, you’ll see the number program running then select opera and continue your browsing.<br /><br />Opera 2.06<br /><br />wap.mtnonline.com.t9space.com/power/m/http/operamini server<br /><br />Phone web browser<br /><br />wap.mtnonline.com.t9space.com/power/m/http/anysite<br /><br />Zain<br />go dmc.ng.zain.com to get the internet settings<br /><br />OR<br />Text ‘internet phone model’ to 232<br /><br />cheat<br /><br />I.P: 67.228.127.90<br />port: 80<br />A.P.N: internet.ng.zain.com/demo/px/206/anysite<br />Posted by Willy Hanky Info Blogs at 6:14 AM 0 comments<br />Friday, August 14, 2009<br />LATEST-To browse on zain and mtn with opera or solibay<br />To browse free with mtn on opera mini,<br />download opera mini v8.65 at the side bar<br />change your access point to 213.133.101.035 and 53<br />start browsing free.<br /><br />using opera 2.06 for zain<br />change your access point mms.ng.zain.com<br />then use dis cheat<br />http://wap.ng.zain.com.t9space.com/power/m/http/172.23.1.12.server4.operamini.com:80@opera server<br />or<br />wap.ng.zain.com.foxyn.com/cgi-bin/nph-get.cgi/000000A/http/172.23.1.12@opera server<br /><br />the fastest of all is<br />lelook.com/cgi-bin/nph-get.cgi/000011A/http/172.23.1.12@opera server<br /><br />THE FASTEST OF ALL FREE BROWSING WITH 3.6MPBS<br />Operamini multi mod for mtn<br />wap.mtnonline.com.server4.operamini.com:80<br />or<br />wap.mtnonline.com.t9space.com.server4.operamini.com:80<br />Posted by Willy Hanky Info Blogs at 1:33 PM 2 comments<br />Friday, August 7, 2009<br />LATEST MTN AND ZAIN FREE BROWSING CODE<br />For zain<br />Change your access point to mms.ng.zain.com<br />use dis cheat<br />http://wap.ng.zain.com.t9space.com/power/m/<br />http/172.23.1.12.server4.operamini.com:80@anysite<br /><br />or<br /><br />change your ip to<br />81.169.139.133<br />53<br /><br />for mtn<br />change your proxy to<br />213.133.101.035<br />53<br />dis proxy will also download free<br /><br />or<br />81.169.139.133<br />53<br /><br />these cheat works well on s60 phone but for those using s40,30,etc,you’ll need to download proxy ajadi and use as your access point. <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/09/mtn-and-zain-free-browsing.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-09-03T09:50:00-07:00'>9:50 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/09/mtn-and-zain-free-browsing.html#comment-form' onclick=''>1 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=6224503548203299475' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=6224503548203299475&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> Labels: <a href='http://ademassive.blogspot.com/search/label/mtn%20and%20zain%20free%20browsing' rel='tag'>mtn and zain free browsing</a> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Tuesday, September 1, 2009</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry'> <a name='900371516703201069'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/09/freedom-free-browsing-code-with-mtn.html'>FREEDOM FREE BROWSING CODE WITH MTN</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> Click on "configure" a new window pop will open under adress use: ems24.your-freedom.de , goto "protocol" change it to "53" tick the following boxes<br />a. Reconnect after server shutdown<br />b. Enable encryption, and leave the others.<br /> Goto "account information" tab, input the username and password, don't put any proxy or pot. And click save and exit download the open vpn. Go to your freedom client window again and click on the tab "ports" tick the boxes : socks4/4 and web proxy and open vpn<br />11. Goto the tab "aplications" and mark. Check all the needed boxes. Hit the "ok" when u are done. U should get a succesful message <br /> Configure ur open vpn to this proxy 85.214.18.161 preferred<br />85.214.100.186 alternative <br /> Then start connection, u will see the door open and a sun shine in the open door. Click on message u will see u are know online. Always swith between 1 to 24 server <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/09/freedom-free-browsing-code-with-mtn.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-09-01T08:38:00-07:00'>8:38 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/09/freedom-free-browsing-code-with-mtn.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=900371516703201069' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=900371516703201069&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> Labels: <a href='http://ademassive.blogspot.com/search/label/FREEDOM%20FREE%20BROWSING%20CODE%20WITH%20MTN' rel='tag'>FREEDOM FREE BROWSING CODE WITH MTN</a> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Friday, August 28, 2009</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry'> <a name='7711819234751457048'></a> <h3 class='post-title entry-title'> <a href='massive4real.blogspot.com'>MTN/Glo GPRS Configuration for Windows Smartphones?</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> 1. On the Home screen, press Programs<br />2. Select More> Settings>Data Connections<br />3. In Data Connections, press Menu, select Edit Connections, then GPRS Connections<br />4. In GPRS Connections, press Menu>Add and enter the following information:<br /><br />Description : Glo<br />In the field Connects to : select WAP Network<br />Access point : glogwap<br />User name : wap<br />Password : wap<br />Primary DNS : <leave blank><br />Secondary DNS : <leave blank><br />IP address : <leave blank><br />5. Press the Done key two times to return to Connections<br />6. In Connections, select Proxy Connections<br />7. In Proxy Connections, press Menu>Add and enter the following information:<br /><br />Description : Glo<br />In the field Connects from : select WAP Network<br />In the field Connects to : select The Internet<br />Proxy (name:port) : 10.100.98.22:9201<br />In the field Type : select WAP<br />User name : <leave blank><br />Password : <leave blank><br /><br />8. Press the Done key three times to return to Data Connections<br />9. In the field Internet connection , choose the name of the new profile MTN GPRS<br />10. In the field WAP connection , choose the name of the new profile MTN GPRS<br />11. Press Done two times<br />12. Press the back key, select Internet Explorer<br />13. In Internet Explorer, press Menu>Options, select Connections<br />14. In the field Select Network, select The Internet<br />15. Press Done two times<br /><br />The WAP and Internet profile is activated <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/08/mtnglo-gprs-configuration-for-windows.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-08-28T05:58:00-07:00'>5:58 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/08/mtnglo-gprs-configuration-for-windows.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=7711819234751457048' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=7711819234751457048&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Thursday, August 13, 2009</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry'> <a name='737605144305446406'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/08/do-you-know-you-can-make-calls-and-send.html'>Do You Know You Can Make Calls And Send Sms Free?</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> I want you people to be the first to get this piece of information first hand before i tell others<br />around me that there is a telecoms company in Nigeria that has brought out a special <br />package on making calls and sending sms free of charge.<br /><br />They also in partnership with Glo with the special package.You have to get the line activated<br />first with 5k and after which you begin to pay 1200 everymonth if you want but as soon you<br />activate your line you can start making calls free with other people thats got the same network<br />and you call other networks for 37k per sec which is very cheap.This network has got a national<br />coverage so you can talk to your friends and loved ones without checking and rush time cos its<br />absolutely free as i have explained earlier.<br /><br />To get more of this and get yours just send an email to seunade007@gmail.com<br />or call 0703812905.The name of the company is callredux and am telling you that your going to enjoy <br />there service.God bless you <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/08/do-you-know-you-can-make-calls-and-send.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-08-13T05:22:00-07:00'>5:22 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/08/do-you-know-you-can-make-calls-and-send.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=737605144305446406' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=737605144305446406&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='4271960526943903069'></a> <h3 class='post-title entry-title'> <a href='massive4real.blogspot.com'>NEW OPERA MULTI WINDOW</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> Yeah am here to let you guys have this cherishable browser, it really rocks. Using multi windows function like in the lower versions. Download it here<br />http://www.sharemobile.ro/dls/share/41605/opmod4.2_multiwindows_editable_h.dhoew7.jar <br />here is the screen shot <br /><br />--------------------------------------------------------------------------------<br /><br /> Screen 0023.jpg (56.36 KB, 352x416 ) <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/08/new-opera-multi-window_13.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-08-13T04:45:00-07:00'>4:45 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/08/new-opera-multi-window_13.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=4271960526943903069' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=4271960526943903069&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='306216808149646695'></a> <h3 class='post-title entry-title'> <a href='massive4real.blogspot.com'>NEW OPERA MULTI WINDOW</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> Yeah am here to let you guys have this cherishable browser, it really rocks. Using multi windows function like in the lower versions. Download it here<br />http://www.sharemobile.ro/dls/share/41605/opmod4.2_multiwindows_editable_h.dhoew7.jar <br />here is the screen shot <br /><br />--------------------------------------------------------------------------------<br /><br /> Screen 0023.jpg (56.36 KB, 352x416 ) <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/08/new-opera-multi-window.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-08-13T04:45:00-07:00'>4:45 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/08/new-opera-multi-window.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=306216808149646695' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=306216808149646695&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Thursday, July 30, 2009</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry'> <a name='3509354190429483454'></a> <h3 class='post-title entry-title'> <a href='massive4real.blogspot.com'>THE NEW MTN FREE BROWSING CODE</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> The latest code is http://wap.mtnonline.com.t9space.com/power/m/http/google.com or any other site to find out more information contact me on my phone no +2347038112905 or my e-mail adress seunade007@gmail.com <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/07/new-mtn-free-browsing-code.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-07-30T05:31:00-07:00'>5:31 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/07/new-mtn-free-browsing-code.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=3509354190429483454' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=3509354190429483454&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Friday, July 3, 2009</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry'> <a name='5760303903310627363'></a> <h3 class='post-title entry-title'> <a href='massive4real.blogspot.com'>NEW MTN BROWSING SETTINGS</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> <a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7deSW5oYDP7Nhm1PEA72UHYetp2aqxyJ4n6uEwgmN12aloPklCYB68VxY7I7SSajpC3JIxoVbD0Kt5pNsXYOU6oKceVJIShQWJFdghDLFAvEiKI3ssBDP4jUFz7l_GyOgIXGn2WqGAxE/s1600-h/FB.jpg"><img alt="" border="0" id="BLOGGER_PHOTO_ID_5354178939206948178" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg7deSW5oYDP7Nhm1PEA72UHYetp2aqxyJ4n6uEwgmN12aloPklCYB68VxY7I7SSajpC3JIxoVbD0Kt5pNsXYOU6oKceVJIShQWJFdghDLFAvEiKI3ssBDP4jUFz7l_GyOgIXGn2WqGAxE/s320/FB.jpg" style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 150px; height: 101px;" /></a><br />For MTN free browsing <br />Just change ur setting to the setting below<br />[b]APN[/b]: web.gprs.mtnnigeria.net<br />[b]IP[/b]:- 209.085.129.099<br />[b]PORT[/b]:- 80<br />HOMEPAGE:- wap.mtnonline.com/gwt/n<br />Save and open your Homepage it will direct you to a url box just enter ur adress and click go, for further information mail on seunade007@gmail.com <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/07/new-mtn-browsing-settings.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-07-03T03:25:00-07:00'>3:25 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/07/new-mtn-browsing-settings.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=5760303903310627363' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=5760303903310627363&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Wednesday, June 10, 2009</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry'> <a name='8920901602137336161'></a> <h3 class='post-title entry-title'> <a href='massive4real.blogsspot.com'>Us Phone Number Diverted To My Mtn Number</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> Hi Dudes,<br /> Have you ever wandered around looking for where to get fresh CVVS? worry no more, i have got loads of CVVs for sale and they are all fresh and checked.<br />dates from 02/2009 to 02/2014 all fresh.<br />300naira per one, minimum is 5 cvvs.<br /><br />I also make USA phone numbers, it can be forwarded to your Nigerian Number or any other numbers around the world no matter where you are. <br />With these numbers, You can give them out to anyone and when they call it, it rings on your own original number and they think you are really in Brooklyn New york or any other part of US as the case may be. the phone numbers expire every 6 months and its personally assigned to you and no one else.<br />Price starts from 4,000 naira, but open to negotiation<br /><br />If you need more info.<br />Send me an email on seunade007@gmail.com and i will be glad to respond to you.<br /><br />Prices varies and are fair.<br /><br />Peace out guys, <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/06/us-phone-number-diverted-to-my-mtn.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-06-10T08:21:00-07:00'>8:21 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/06/us-phone-number-diverted-to-my-mtn.html#comment-form' onclick=''>1 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=8920901602137336161' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=8920901602137336161&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Saturday, June 6, 2009</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry'> <a name='7286447783183982560'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/06/mtn-free-browsing-code.html'>MTN FREE BROWSING CODE</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> <a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4QMcXwltdbinAaMhuz4uuSX0jVwBrP2JjFkBOdgLYCISJopml5Fb3-ksBdtxqK_LADbMUcNbA8GjKml15QPLSija3T4cC5_q8Yu1xjvoS2RgLO4Alkk5pUZYcmgthx72zzB80R_Bxd7Q/s1600-h/gygdy.jpg"><img alt="" border="0" id="BLOGGER_PHOTO_ID_5344150462613368098" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj4QMcXwltdbinAaMhuz4uuSX0jVwBrP2JjFkBOdgLYCISJopml5Fb3-ksBdtxqK_LADbMUcNbA8GjKml15QPLSija3T4cC5_q8Yu1xjvoS2RgLO4Alkk5pUZYcmgthx72zzB80R_Bxd7Q/s320/gygdy.jpg" style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 96px; height: 116px;" /></a><br />d new mtn free browsing code is http://213.133.101.35@www.google.com.ng or any other site <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/06/mtn-free-browsing-code.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-06-06T02:49:00-07:00'>2:49 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/06/mtn-free-browsing-code.html#comment-form' onclick=''>3 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=7286447783183982560' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=7286447783183982560&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='173553641525161842'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/06/htc-zain-gprs-configuration.html'>Htc Zain Gprs Configuration</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> Ok then if it is windows OS<br /><br />Go to start<br />then to settings and choose connections<br />then select connections again><br />add new connection under tasks<br /><br />enter name of connection(call it what u like)<br />under select a modem, drop down and choose cellular line (gprs)> next<br />under access point name<br />1. if u ar provisioned for wap. type wap.ng.celtel.com (if u were provisioned b4 the name change) or wap.ng.zain.com (if after)<br />2. if u ar provisioned for internet, type internet.ng.celtel (or .zain).com > next<br /><br />username wap (or intenet)<br />password wap (or internet) >advanced<br /><br />select use specific IP address and type 172.18.252.5 if provisioned for wap> finish<br /><br />u will be taken to the modem tab. choose proxy settings><br /><br />select this network connects to the internet and this network uses a proxy then put 172.18.252.5 (for wap)<br /><br />then to advance> double click wap and input 172.18.252.5 as server and allow 9201 as port or use 8080 all the same<br /><br />that should get u running note that if u are prepaid, u are likely to have been given wap access. if u are postpaid then u will have full internet access.<br /><br />Hope this helps <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/06/htc-zain-gprs-configuration.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-06-06T02:49:00-07:00'>2:49 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/06/htc-zain-gprs-configuration.html#comment-form' onclick=''>1 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=173553641525161842' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=173553641525161842&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='7299640491600472294'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/06/list-of-wapsite-dat-u-know.html'>LIST OF WAPSITE DAT U KNOW</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> # wap.nairaland.com<br /># wap.news.com<br /># yahoo.com (the sites knows when you're mobile.. u don't even have to put wap). Contains, yahoo messenger, mail and everything yahoo.<br /># Dictionary.com (it doesnt take much space too)<br /># wap.mobible.com<br /># wap.news.com# wap.mobileafrica.net (now mobileafrica.mobi)<br /># wap.domainstandard.net<br /># www.bbc.co.uk/mobile<br /># www.mail2web.com/pda/<br /># www.google.com/xhtml<br /># mobile.msn.com<br /># e-messenger.net/mobile<br /># wap.esato.com<br /># bloglines.com/mobile<br /># wap.news24.com<br /># mobile.jonga.co.zawap.ananova.com<br />wap.vmobile4me.com<br />wap.google.comwap.getjar.com<br />uk.mm.yahoo.com<br />#wap.e-messenger.net<br />#wap.pocketdoctor.co.uk<br />#wap.gemal.dk<br />#quotesheaven.com/wap<br />#yeswap.com<br />#dictionary.reference.com/wireless/index.wml<br />#wapall.com<br />#mopilot.com/wml/search.wml<br />#wap.ithaki.net<br />#wap.dhl.com<br />#polyphonicringtonez.com/wapprodigits.co.uk<br />twilightwap.com<br />wap.mobstorage.com<br />bornsilly.com <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/06/list-of-wapsite-dat-u-know.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-06-06T02:41:00-07:00'>2:41 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/06/list-of-wapsite-dat-u-know.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=7299640491600472294' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=7299640491600472294&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='1076371580618572195'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/06/another-chance.html'>Another chance</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> LIST OF ITEMS AVAILABLE<br /><br />1. HACKED MTN FREE CALL CHEAT<br /><br />2. HACKED FREE BROWSING CHEATS FOR MTN,GLO,ZAIN AND ETISALAT<br />3. HACKED MTN ADMIN LOGIN WHICH CAN BE USED TO PRINT MTN CARDS<br /><br />4 .FREE PERSONALISED EMAIL SENDER<br /><br />5. SEND FREE UNLIMITED SMS USING PC OR PHONE AND DELIVERS TO ANY NETWORK AND INTERNATIONAL<br /><br />6. IBTC BANK ADMIN LOGIN<br /><br />7. MTN AND ZAIN FREE BROWING ON PC<br /><br />8. HACKED CREDIT CARDS<br /><br />9.MAILERS{unavailable but looking}let me know if you do have any<br /><br />10. HACKED LIBERTY RESERVE SOFTWARE FOR MAKING $78 DAILY<br /><br />11. GLO RECHARGE CARD GENERATOR LIMIT IS 750<br />IF INTERESTED ON ANY OF THESE ITEMS ALL YOU HAVE TO DO IS TO CALL ME ON. 07038112905 I didnt say flash. MEET ME ONLINE ON E-MAIL- seunade007@gmail.com i didnt say mail me <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/06/another-chance.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-06-06T02:36:00-07:00'>2:36 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/06/another-chance.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=1076371580618572195' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=1076371580618572195&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Friday, May 29, 2009</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry'> <a name='5294658728111523772'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/05/toyota.html'>TOYOTA</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/05/toyota.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-05-29T06:58:00-07:00'>6:58 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/05/toyota.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=5294658728111523772' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=5294658728111523772&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='5570525157430138203'></a> <h3 class='post-title entry-title'> <a href='www.techfresh.net'>LATEST LAPTOPS</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> <a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhiR8rAPm9Q_zV59SeHgXvVQ9Z288PRuv-Hg1IPjUF67RRade2Wrz6M9sEY8ioZsuAgHDMYIvDegTrh_nIA321S7-P-qf6RunC3DS7iIgetXDzTw2fr6tWcX9szjhjbhst-3uXl5JfFtZg/s1600-h/bhuh.jpg"><img alt="" border="0" id="BLOGGER_PHOTO_ID_5341243797415996114" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhiR8rAPm9Q_zV59SeHgXvVQ9Z288PRuv-Hg1IPjUF67RRade2Wrz6M9sEY8ioZsuAgHDMYIvDegTrh_nIA321S7-P-qf6RunC3DS7iIgetXDzTw2fr6tWcX9szjhjbhst-3uXl5JfFtZg/s320/bhuh.jpg" style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 135px; height: 135px;" /></a><br /><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9ClrL0WoWah9mP83dwLGTBZsA93yBrbdprtg_Hd6w2UXkqiapxc67i-_X7RuvZ6cy1ouP0Q4IcC-9DR2PxCkIhh5SrJJNy69-z3QHhHsC_GwO9dnJ1z1p8w00jMkt_AZrwtcI9TihQEo/s1600-h/huyhuh.jpg"><img alt="" border="0" id="BLOGGER_PHOTO_ID_5341243806421832162" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9ClrL0WoWah9mP83dwLGTBZsA93yBrbdprtg_Hd6w2UXkqiapxc67i-_X7RuvZ6cy1ouP0Q4IcC-9DR2PxCkIhh5SrJJNy69-z3QHhHsC_GwO9dnJ1z1p8w00jMkt_AZrwtcI9TihQEo/s320/huyhuh.jpg" style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 124px; height: 119px;" /></a><br /><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiswIAwM2hpLTGFWixIkMexxzSfA9Zb9lpZPNc60xo0lox9Nfgp_LyeiK1q2TVLr9NSzxD4wpz9JJzQgo3x2xYqY25L8Jupm1kyUesJyNd8jG1KknKm8XU1gWsEuPvQ8znvUqzoHSvHvv4/s1600-h/huhuhufh.jpg"><img alt="" border="0" id="BLOGGER_PHOTO_ID_5341243803717421298" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiswIAwM2hpLTGFWixIkMexxzSfA9Zb9lpZPNc60xo0lox9Nfgp_LyeiK1q2TVLr9NSzxD4wpz9JJzQgo3x2xYqY25L8Jupm1kyUesJyNd8jG1KknKm8XU1gWsEuPvQ8znvUqzoHSvHvv4/s320/huhuhufh.jpg" style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 124px; height: 124px;" /></a><br /><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifEEiEtCJOhIjNTXqaAPNfadQ-0koo_OqjfEHKbWiylji_cg1IVVIxEf003Fh6avY_ilcTEC-cGc2gRh2PR9fqo_NV1vuE0QmyY-fWdT52L4g0XdLwqgk3bHaIfO7kYq2-oghgX73xUaI/s1600-h/nknkdf.jpg"><img alt="" border="0" id="BLOGGER_PHOTO_ID_5341243810049645074" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifEEiEtCJOhIjNTXqaAPNfadQ-0koo_OqjfEHKbWiylji_cg1IVVIxEf003Fh6avY_ilcTEC-cGc2gRh2PR9fqo_NV1vuE0QmyY-fWdT52L4g0XdLwqgk3bHaIfO7kYq2-oghgX73xUaI/s320/nknkdf.jpg" style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 130px; height: 130px;" /></a><br /><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNMg9f4n6l6vY76U41wLz9nBsEs0MX2r9i3R43qHHUW-7aEQnpXWrw22gUNYyYbqiTM3MGVDQe4JrQm-xODHZcTj3i3uAs_sy6xtbrFrGbxSXwTN5e_4O_gb_kxvt3EEcQ27_2X2xFZgs/s1600-h/yuhgghuf.jpg"><img alt="" border="0" id="BLOGGER_PHOTO_ID_5341243809235075522" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNMg9f4n6l6vY76U41wLz9nBsEs0MX2r9i3R43qHHUW-7aEQnpXWrw22gUNYyYbqiTM3MGVDQe4JrQm-xODHZcTj3i3uAs_sy6xtbrFrGbxSXwTN5e_4O_gb_kxvt3EEcQ27_2X2xFZgs/s320/yuhgghuf.jpg" style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 115px; height: 111px;" /></a> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/05/latest-laptops.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-05-29T06:50:00-07:00'>6:50 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/05/latest-laptops.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=5570525157430138203' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=5570525157430138203&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='1469343199818767871'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/05/fastest-browsing-software.html'>THE FASTEST BROWSING SOFTWARE</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> <a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpBxg1Ryb8jYDPncYbucvC4dXY65OCnLw0GI5tUtV7l9wOETOIhIQkfp9XOMyoRVxVd9XsSxrbzrbK8Q8hFJmn3T63f1yD4DB227Ixb2-z0tfkekMGJKrpAwfw4ju9n_sBhu9T9ow1fe0/s1600-h/images.jpg"><img alt="" border="0" id="BLOGGER_PHOTO_ID_5341229763834909346" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpBxg1Ryb8jYDPncYbucvC4dXY65OCnLw0GI5tUtV7l9wOETOIhIQkfp9XOMyoRVxVd9XsSxrbzrbK8Q8hFJmn3T63f1yD4DB227Ixb2-z0tfkekMGJKrpAwfw4ju9n_sBhu9T9ow1fe0/s320/images.jpg" style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 120px; height: 109px;" /></a><br />TURN YOUR PHONE INTO AN INTERNET GATEWAY...<br />If You’ve Been Having Problems With Your FREE Internet Connection Or You Need It Then You Must Read This!!<br /><br />Here is what i have REVEALED inside this Package....<br />Here are the mouth-watering features of this package that took me days as a computer engineer to dig out.<br />CONTENT<br />* 3 ways/softwares you can use to browse for “FREE “<br />* Requirements for FREE browsing<br />* Connection settings<br />* How to configure GPRS settings for your Zain and MTN<br />* How to get over your connection problems with Yahoo Mail<br /><br />*DISCLAIMER: I am not their agent or marketer. I only give you information of what i use.<br /><br />Now how much is my package going to go for?<br />I will be considerate as a fellow Nigerian who knows how tough things are but at the same time i want to streamline those who will have access to this information. The actual price if i were to really make it a money affair like other information marketers would be N7,500 but for the reasons above i am letting it go this package for almost nothing!<br /><br />However, i do require as a condition that you write me a sincere testimonial to let me know how good you find this package. Let me add that your testimonial might be used in publications. Send your testimonials to kallysky@yahoo.com<br /><br />IMPORTANT NOTICE<br /><br />THIS IS THE LAST TIME I WILL BE GIVING OUT THIS HOT FRESH FREE BROWSING TRICK TO ALL MTN USERS. Simply, type this link in your Phone Url<br /><br />http://loaded.mtnonline.com@google.com/gwt/n<br /><br />Actually, i stopped browsing on my phone a long time ago when i discovered i could instead connect it to my computer. I connected lots of people during the FREEDOM Era & PROXIFIER Era. Right now, I have about 5 different package that works with MTN & CELTEL. Its a 24hrs of total free browsing on your laptop or desktop.<br /><br />STOP destroying your phone keypad. START BROWSING ON YOUR DESKTOP OR LAPTOP FOR FREE FOR 24HRS WITHOUT PAYING A DIME.<br /><br />I WOULD HAVE GIVEN IT OUT HERE BUT I DON'T WANT THE TELECOMMUNICATION GUYS TO KNOW MY SECRET.<br />I don't want this to become too popular like the the Freedom & Proxifier.<br />Just mail me and request for it. <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/05/fastest-browsing-software.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-05-29T05:54:00-07:00'>5:54 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/05/fastest-browsing-software.html#comment-form' onclick=''>2 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=1469343199818767871' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=1469343199818767871&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Wednesday, May 6, 2009</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry'> <a name='7483443224417528740'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/05/e-mail-settings_06.html'>E-MAIL SETTINGS</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> Did any body want free email settings call the number below if u want <br />07059424848 or 07064270756 <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/05/e-mail-settings_06.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-05-06T07:17:00-07:00'>7:17 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/05/e-mail-settings_06.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=7483443224417528740' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=7483443224417528740&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='2589977530101958408'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/05/e-mail-settings.html'>E-MAIL SETTINGS</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/05/e-mail-settings.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-05-06T07:17:00-07:00'>7:17 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/05/e-mail-settings.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=2589977530101958408' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=2589977530101958408&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='2658270263994728142'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/05/new-free-browsing-cheat.html'>THE NEW FREE BROWSING CHEAT</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> 1. Go to your phone Setting and locate Configuration. Check on Personal Configuration. Select MTN (if it’s there) or create New Profile by clicking Option. <br /><br />2. In the Account Name, type MTN WAP; Homepage, type http://10.199.212.8.mtnonline.com@www.google.com/gwt/n <br /><br />3. After typing, click OK. Username is: web; Password: web.<br /><br />4. In the User Preferred Access Point, select NO. Access Point: click OK. Proxy: select Enable. Proxy Address: type 10.199.212.8. Proxy Port: 8080. <br /><br />5. Data Barrier: select Packet Data. Then Barrier Setting: select OK. Access Point: type web.gprs.mtnnigeria.net and click OK. Network Type: select IPV4. Authentication: select NORMAL. Username: web and Password: web. <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/05/new-free-browsing-cheat.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-05-06T07:17:00-07:00'>7:17 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/05/new-free-browsing-cheat.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=2658270263994728142' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=2658270263994728142&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='566326038696251059'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/05/mtn-is-cheating-us.html'>MTN IS CHEATING US</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> Pls can anybody tell me what to do about mtn bcos they are cheating us <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/05/mtn-is-cheating-us.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-05-06T01:19:00-07:00'>1:19 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/05/mtn-is-cheating-us.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=566326038696251059' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=566326038696251059&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Tuesday, May 5, 2009</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry'> <a name='4595907485571976082'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/05/new-nigeria-network-gprs-settings.html'>THE NEW NIGERIA NETWORK GPRS SETTINGS</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> MTN GPRS SETTINGS<br /><br />NAME: MTN WAP<br /><br />APN / ACESS POINT : web.gprs.mtnnigeria.net<br /><br />IP/ PROXY: 10.199.212.2<br /><br />PORT: 8080<br /><br />USERNAME: web<br /><br />PASSWORD: web<br /><br />AUTHENTICATION: Normal<br /><br /> MTN MMS SETTINGS<br /><br />NAME: MTN MMS<br /><br />APN/ ACESS POINT: web.gprs.mtnnigeria.net<br /><br />IP/ PROXY: 10.199.212.2<br /><br />PORT: 8080<br /><br />USERNAME: web<br /><br />PASSWORD: web<br /><br />MMS SERVER: http://10.199.212.8/servlets/mms<br /><br /> For Automatic Configuration Settings { send settings to 3888} <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/05/new-nigeria-network-gprs-settings.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-05-05T07:53:00-07:00'>7:53 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/05/new-nigeria-network-gprs-settings.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=4595907485571976082' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=4595907485571976082&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Monday, May 4, 2009</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry'> <a name='567279843657999571'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/05/etisalat-gprs-settings.html'>ETISALAT GPRS SETTINGS</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> NAME: Etisalat wap<br />APN: etisalat<br />PROXY:010.071.170.005<br />PORT: 8080<br />USER ID: live it blank<br />PASSWORD: live it blank<br />HOMEPAGE: www.etisalat.com.ng <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/05/etisalat-gprs-settings.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-05-04T09:10:00-07:00'>9:10 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/05/etisalat-gprs-settings.html#comment-form' onclick=''>4 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=567279843657999571' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=567279843657999571&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Monday, April 27, 2009</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry'> <a name='3822946335479020600'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/04/how-to-make-money-in-nigeria.html'>HOW TO MAKE MONEY IN NIGERIA</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/04/how-to-make-money-in-nigeria.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-04-27T05:57:00-07:00'>5:57 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/04/how-to-make-money-in-nigeria.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=3822946335479020600' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=3822946335479020600&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='7254486177232425509'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/04/glo-gprs-setting.html'>GLO GPRS SETTING</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> Apn/Acces point: glogwap, Ip/proxy: 10.100.98.22, Port: 3130, Username: wap, Password: wap, Autentication: normal <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/04/glo-gprs-setting.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-04-27T00:41:00-07:00'>12:41 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/04/glo-gprs-setting.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=7254486177232425509' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=7254486177232425509&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Friday, April 24, 2009</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry'> <a name='3766334492600830980'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/04/mtn-free-browsing-with-pc.html'>MTN FREE BROWSING WITH PC</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> 1. Go to opera 6.5 or search for it through http://www.google.com<br /><br />2. Go to http://operamini.com and download opera mini 2.06 for your phone, or ask for solibay software by sending email to: freesolibaysettings@getresponse.com<br /><br />3. Install pc suite for your phone in your pc <br /><br />4. configure ur pc suite with this settings:<br />Username: web<br />Password: web<br />Apn/acess point: web.gprs.mtnnigeri.net<br /><br />5. Configure your Opera mini by going to menu, settings, network, then scroll down to where you will see opera ip, type: 10.199.212.8@80.232.117.10.80 uncheck server error and save <br /><br />6. For oper 6.5 homepage, type: 10.199.212.8@sureproxy.com<br /><br />7. Launch Internet from pc suite and useopera 6.5 to browse, you can equally check other versions of opera <br /> GOOD LUCK <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/04/mtn-free-browsing-with-pc.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-04-24T07:48:00-07:00'>7:48 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/04/mtn-free-browsing-with-pc.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=3766334492600830980' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=3766334492600830980&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> </div></div> <div class="date-outer"> <h2 class='date-header'><span>Thursday, April 23, 2009</span></h2> <div class="date-posts"> <div class='post-outer'> <div class='post hentry'> <a name='2328511921959141254'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/04/how-to-browse-free-with-mtn-on-your-pc.html'>How to browse free with mtn on your pc</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> To get the settings simply call me on this number 07059424848 <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/04/how-to-browse-free-with-mtn-on-your-pc.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-04-23T18:02:00-07:00'>6:02 PM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/04/how-to-browse-free-with-mtn-on-your-pc.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=2328511921959141254' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=2328511921959141254&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> Labels: <a href='http://ademassive.blogspot.com/search/label/Massiveeeee.....' rel='tag'>Massiveeeee.....</a> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='6769375919918813558'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/04/calling-code_23.html'>Calling code</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> If u need free mtn calling code email me on this email address seunade007@gmail.com or call this number 07064270756 <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/04/calling-code_23.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-04-23T16:33:00-07:00'>4:33 PM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/04/calling-code_23.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=6769375919918813558' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=6769375919918813558&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='8770466055927555147'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/04/calling-code.html'>Calling code</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> If u need free mtn calling code email me on this email address seunade007@gmail.com or call this number 07064270756 <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/04/calling-code.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-04-23T16:29:00-07:00'>4:29 PM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/04/calling-code.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=8770466055927555147' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=8770466055927555147&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='1195357270816935154'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/04/gprs-settings-for-all-ng-network_23.html'>GPRS SETTINGS FOR ALL NG NETWORK</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> MTN GPRS SETTINGS Name: MTN WAP Acess point: web.gprs.mtnnigeria.net Proxy: 010.199.212.002 Port: 8080 Username: web Password: web ZAIN GPRS SETTINGS Acess point: wap.ng.zain.com or wap.ng.celtel.com Proxy: 172.018.254.005 Port: 8080 Username: wap Password: wap <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/04/gprs-settings-for-all-ng-network_23.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-04-23T15:17:00-07:00'>3:17 PM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/04/gprs-settings-for-all-ng-network_23.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=1195357270816935154' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=1195357270816935154&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='2422291796124721862'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/04/gprs-settings-for-all-ng-network.html'>GPRS SETTINGS FOR ALL NG NETWORK</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> MTN GPRS SETTINGS Name: MTN WAP Acess point: web.gprs.mtnnigeria.net Proxy: 010.199.212.002 Port: 8080 Username: web Password: web ZAIN GPRS SETTINGS Acess point: wap.ng.zain.com or wap.ng.celtel.com Proxy: 172.018.254.005 Port: 8080 Username: wap Password: wap <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/04/gprs-settings-for-all-ng-network.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-04-23T15:16:00-07:00'>3:16 PM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/04/gprs-settings-for-all-ng-network.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=2422291796124721862' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=2422291796124721862&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='1393977241457785800'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/04/opera-cheat.html'>Opera cheat</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> hi my people you can still browse using opera or solibay software to get this just download opera 4.2 to download just go to www.google.com.ng and put and select mobile web before searching for OPERA 4.2 <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/04/opera-cheat.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-04-23T10:03:00-07:00'>10:03 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/04/opera-cheat.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=1393977241457785800' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=1393977241457785800&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='7160518925977634788'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/04/mtn-new-free-browsing-cheat.html'>MTN new free browsing cheat</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> The new mtn free browsing cheat is http://wap.mtnonline.com%2f%3a9@wap.tjat.com or any wapsites <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/04/mtn-new-free-browsing-cheat.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-04-23T09:57:00-07:00'>9:57 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/04/mtn-new-free-browsing-cheat.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=7160518925977634788' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=7160518925977634788&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> <div class='post-outer'> <div class='post hentry'> <a name='7106774220271864900'></a> <h3 class='post-title entry-title'> <a href='http://ademassive.blogspot.com/2009/04/massive.html'>Massive</a> </h3> <div class='post-header-line-1'></div> <div class='post-body entry-content'> If you need the new free browsing code call or text this number +2347064270756 <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'><span class='post-timestamp'> at <a class='timestamp-link' href='http://ademassive.blogspot.com/2009/04/massive.html' rel='bookmark' title='permanent link'><abbr class='published' title='2009-04-23T09:07:00-07:00'>9:07 AM</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='http://ademassive.blogspot.com/2009/04/massive.html#comment-form' onclick=''>0 comments</a> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=9180129567291945324&postID=7106774220271864900' title='Email Post'> <img alt='' class='icon-action' height='13' src='http://www.blogger.com/img/icon18_email.gif' width='18'/> </a> </span> <span class='item-control blog-admin pid-1552745179'> <a href='https://www.blogger.com/post-edit.g?blogID=9180129567291945324&postID=7106774220271864900&from=pencil' title='Edit Post'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'><span class='post-labels'> </span> </div> <div class='post-footer-line post-footer-line-3'></div> </div> </div> </div> </div></div> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-newer-link'> <a class='blog-pager-newer-link' href='http://ademassive.blogspot.com/search?updated-max=2010-02-08T00:50:00-08:00&max-results=5&reverse-paginate=true' id='Blog1_blog-pager-newer-link' title='Newer Posts'>Newer Posts</a> </span> <a class='home-link' href='http://ademassive.blogspot.com/'>Home</a> </div> <div class='clear'></div> <div class='blog-feeds'> <div class='feed-links'> Subscribe to: <a class='feed-link' href='http://ademassive.blogspot.com/feeds/posts/default' target='_blank' type='application/atom+xml'>Posts (Atom)</a> </div> </div> </div></div> </div> <div id='sidebar-wrapper'> <div class='sidebar section' id='sidebar'><div class='widget HTML' data-version='1' id='HTML1'> <h2 class='title'>Facebook Badge</h2> <div class='widget-content'> <!-- Facebook Badge START --><a href="http://www.facebook.com/people/Hamzat-Oluwaseun-Adebowale/1701037237" title="Hamzat Oluwaseun Adebowale" target="_TOP" style="font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;">Hamzat Oluwaseun Adebowale</a><br /><a href="http://www.facebook.com/people/Hamzat-Oluwaseun-Adebowale/1701037237" title="Hamzat Oluwaseun Adebowale" target="_TOP"><img src="http://badge.facebook.com/badge/1701037237.1004.1843663699.png" width="120" height="631" style="border: 0px;" /></a><br /><a href="http://www.facebook.com/facebook-widgets/" title="Make your own badge!" target="_TOP" style="font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;">Create Your Badge</a><!-- Facebook Badge END --> </div> <div class='clear'></div> </div><div class='widget AdSense' data-version='1' id='AdSense9'> <div class='widget-content'> <script type="text/javascript"><!-- google_ad_client="pub-2296708524261468"; google_ad_host="pub-1556223355139109"; google_ad_width=160; google_ad_height=600; google_ad_format="160x600_as"; google_ad_type="text_image"; google_ad_host_channel="0001"; google_color_border="FFFFFF"; google_color_bg="FFFFFF"; google_color_link="BB3300"; google_color_url="BB3300"; google_color_text="000000"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <div class='clear'></div> </div> </div><div class='widget BlogArchive' data-version='1' id='BlogArchive1'> <h2>Blog Archive</h2> <div class='widget-content'> <div id='ArchiveList'> <div id='BlogArchive1_ArchiveList'> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://ademassive.blogspot.com/2010/'> 2010 </a> <span class='post-count' dir='ltr'>(9)</span> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://ademassive.blogspot.com/2010_03_07_archive.html'> 03/07 - 03/14 </a> <span class='post-count' dir='ltr'>(2)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://ademassive.blogspot.com/2010_02_07_archive.html'> 02/07 - 02/14 </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://ademassive.blogspot.com/2010_01_24_archive.html'> 01/24 - 01/31 </a> <span class='post-count' dir='ltr'>(3)</span> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://ademassive.blogspot.com/2010_01_10_archive.html'> 01/10 - 01/17 </a> <span class='post-count' dir='ltr'>(1)</span> </li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> ▼  </span> </a> <a class='post-count-link' href='http://ademassive.blogspot.com/2009/'> 2009 </a> <span class='post-count' dir='ltr'>(44)</span> <ul class='hierarchy'> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'> ▼  </span> </a> <a class='post-count-link' href='http://ademassive.blogspot.com/2009_11_08_archive.html'> 11/08 - 11/15 </a> <span class='post-count' dir='ltr'>(1)</span> <ul class='posts'> <li><a href='http://ademassive.blogspot.com/2009/11/6-steps-to-making-your-site-search.html'>6 steps to making your site search engine ready</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://ademassive.blogspot.com/2009_09_06_archive.html'> 09/06 - 09/13 </a> <span class='post-count' dir='ltr'>(10)</span> <ul class='posts'> <li><a href='http://ademassive.blogspot.com/2009/09/connected-on-zain-and-its-fast.html'>CONNECTED ON ZAIN AND ITS FAST...</a></li> <li><a href='http://ademassive.blogspot.com/2009/09/new-opera-mini-free-browsing-code.html'>New Opera mini FRee browsing code</a></li> <li><a href='http://ademassive.blogspot.com/2009/09/how-to-setup-your-phone-for-data.html'>How to Setup your Phone for Data Services (GPRS, 3...</a></li> <li><a href='http://ademassive.blogspot.com/2009/09/proxies.html'>Proxies</a></li> <li><a href='http://ademassive.blogspot.com/2009/09/free-browsing-on-your-laptop-without.html'>FREE BROWSING ON YOUR LAPTOP WITHOUT USING FREEDOM</a></li> <li><a href='http://ademassive.blogspot.com/2009/09/useful-windows-xp-key-shortcuts.html'>USEFUL WINDOWS XP KEY-SHORTCUTS</a></li> <li><a href='http://ademassive.blogspot.com/2009/09/step-by-step-guide-on-zain-pc-using.html'>STEP BY STEP GUIDE ON ZAIN PC USING FREEDOM CLIENT...</a></li> <li><a href='http://ademassive.blogspot.com/2009/09/free-browsing.html'>Free Browsing</a></li> <li><a href='http://ademassive.blogspot.com/2009/09/fix-all-computer-errors-registry-easy.html'>fix all computer errors Registry Easy</a></li> <li><a href='http://ademassive.blogspot.com/2009/09/zain-free-browsing-on-laptop-without.html'>Zain free browsing on laptop without using the fre...</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://ademassive.blogspot.com/2009_08_30_archive.html'> 08/30 - 09/06 </a> <span class='post-count' dir='ltr'>(2)</span> <ul class='posts'> <li><a href='http://ademassive.blogspot.com/2009/09/mtn-and-zain-free-browsing.html'>mtn and zain free browsing</a></li> <li><a href='http://ademassive.blogspot.com/2009/09/freedom-free-browsing-code-with-mtn.html'>FREEDOM FREE BROWSING CODE WITH MTN</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://ademassive.blogspot.com/2009_08_23_archive.html'> 08/23 - 08/30 </a> <span class='post-count' dir='ltr'>(1)</span> <ul class='posts'> <li><a href='http://ademassive.blogspot.com/2009/08/mtnglo-gprs-configuration-for-windows.html'>MTN/Glo GPRS Configuration for Windows Smartphones?</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://ademassive.blogspot.com/2009_08_09_archive.html'> 08/09 - 08/16 </a> <span class='post-count' dir='ltr'>(3)</span> <ul class='posts'> <li><a href='http://ademassive.blogspot.com/2009/08/do-you-know-you-can-make-calls-and-send.html'>Do You Know You Can Make Calls And Send Sms Free?</a></li> <li><a href='http://ademassive.blogspot.com/2009/08/new-opera-multi-window_13.html'>NEW OPERA MULTI WINDOW</a></li> <li><a href='http://ademassive.blogspot.com/2009/08/new-opera-multi-window.html'>NEW OPERA MULTI WINDOW</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://ademassive.blogspot.com/2009_07_26_archive.html'> 07/26 - 08/02 </a> <span class='post-count' dir='ltr'>(1)</span> <ul class='posts'> <li><a href='http://ademassive.blogspot.com/2009/07/new-mtn-free-browsing-code.html'>THE NEW MTN FREE BROWSING CODE</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://ademassive.blogspot.com/2009_06_28_archive.html'> 06/28 - 07/05 </a> <span class='post-count' dir='ltr'>(1)</span> <ul class='posts'> <li><a href='http://ademassive.blogspot.com/2009/07/new-mtn-browsing-settings.html'>NEW MTN BROWSING SETTINGS</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://ademassive.blogspot.com/2009_06_07_archive.html'> 06/07 - 06/14 </a> <span class='post-count' dir='ltr'>(1)</span> <ul class='posts'> <li><a href='http://ademassive.blogspot.com/2009/06/us-phone-number-diverted-to-my-mtn.html'>Us Phone Number Diverted To My Mtn Number</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://ademassive.blogspot.com/2009_05_31_archive.html'> 05/31 - 06/07 </a> <span class='post-count' dir='ltr'>(4)</span> <ul class='posts'> <li><a href='http://ademassive.blogspot.com/2009/06/mtn-free-browsing-code.html'>MTN FREE BROWSING CODE</a></li> <li><a href='http://ademassive.blogspot.com/2009/06/htc-zain-gprs-configuration.html'>Htc Zain Gprs Configuration</a></li> <li><a href='http://ademassive.blogspot.com/2009/06/list-of-wapsite-dat-u-know.html'>LIST OF WAPSITE DAT U KNOW</a></li> <li><a href='http://ademassive.blogspot.com/2009/06/another-chance.html'>Another chance</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://ademassive.blogspot.com/2009_05_24_archive.html'> 05/24 - 05/31 </a> <span class='post-count' dir='ltr'>(3)</span> <ul class='posts'> <li><a href='http://ademassive.blogspot.com/2009/05/toyota.html'>TOYOTA</a></li> <li><a href='http://ademassive.blogspot.com/2009/05/latest-laptops.html'>LATEST LAPTOPS</a></li> <li><a href='http://ademassive.blogspot.com/2009/05/fastest-browsing-software.html'>THE FASTEST BROWSING SOFTWARE</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://ademassive.blogspot.com/2009_05_03_archive.html'> 05/03 - 05/10 </a> <span class='post-count' dir='ltr'>(6)</span> <ul class='posts'> <li><a href='http://ademassive.blogspot.com/2009/05/e-mail-settings_06.html'>E-MAIL SETTINGS</a></li> <li><a href='http://ademassive.blogspot.com/2009/05/e-mail-settings.html'>E-MAIL SETTINGS</a></li> <li><a href='http://ademassive.blogspot.com/2009/05/new-free-browsing-cheat.html'>THE NEW FREE BROWSING CHEAT</a></li> <li><a href='http://ademassive.blogspot.com/2009/05/mtn-is-cheating-us.html'>MTN IS CHEATING US</a></li> <li><a href='http://ademassive.blogspot.com/2009/05/new-nigeria-network-gprs-settings.html'>THE NEW NIGERIA NETWORK GPRS SETTINGS</a></li> <li><a href='http://ademassive.blogspot.com/2009/05/etisalat-gprs-settings.html'>ETISALAT GPRS SETTINGS</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://ademassive.blogspot.com/2009_04_26_archive.html'> 04/26 - 05/03 </a> <span class='post-count' dir='ltr'>(2)</span> <ul class='posts'> <li><a href='http://ademassive.blogspot.com/2009/04/how-to-make-money-in-nigeria.html'>HOW TO MAKE MONEY IN NIGERIA</a></li> <li><a href='http://ademassive.blogspot.com/2009/04/glo-gprs-setting.html'>GLO GPRS SETTING</a></li> </ul> </li> </ul> <ul class='hierarchy'> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://ademassive.blogspot.com/2009_04_19_archive.html'> 04/19 - 04/26 </a> <span class='post-count' dir='ltr'>(9)</span> <ul class='posts'> <li><a href='http://ademassive.blogspot.com/2009/04/mtn-free-browsing-with-pc.html'>MTN FREE BROWSING WITH PC</a></li> <li><a href='http://ademassive.blogspot.com/2009/04/how-to-browse-free-with-mtn-on-your-pc.html'>How to browse free with mtn on your pc</a></li> <li><a href='http://ademassive.blogspot.com/2009/04/calling-code_23.html'>Calling code</a></li> <li><a href='http://ademassive.blogspot.com/2009/04/calling-code.html'>Calling code</a></li> <li><a href='http://ademassive.blogspot.com/2009/04/gprs-settings-for-all-ng-network_23.html'>GPRS SETTINGS FOR ALL NG NETWORK</a></li> <li><a href='http://ademassive.blogspot.com/2009/04/gprs-settings-for-all-ng-network.html'>GPRS SETTINGS FOR ALL NG NETWORK</a></li> <li><a href='http://ademassive.blogspot.com/2009/04/opera-cheat.html'>Opera cheat</a></li> <li><a href='http://ademassive.blogspot.com/2009/04/mtn-new-free-browsing-cheat.html'>MTN new free browsing cheat</a></li> <li><a href='http://ademassive.blogspot.com/2009/04/massive.html'>Massive</a></li> </ul> </li> </ul> </li> </ul> </div> </div> <div class='clear'></div> </div> </div><div class='widget Profile' data-version='1' id='Profile1'> <h2>About Me</h2> <div class='widget-content'> <a href='https://www.blogger.com/profile/14533917157251466342'><img alt='My photo' class='profile-img' height='60' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHEmm_xcsuMD0FaWnCzIF3NKtD6MESEt9g3zJZB5GWTGqHakV7YpmevF6bX_Tzw47JAi5bXxWuzWCQs4etGG63azKe7C64tMgpw13zvLEBB5ElXR0LlV4t7Vdz8wEuCg/s220/PICT0811.JPG' width='80'/></a> <dl class='profile-datablock'> <dt class='profile-data'> <a class='profile-name-link g-profile' href='https://www.blogger.com/profile/14533917157251466342' rel='author' style='background-image: url(//www.blogger.com/img/logo-16.png);'> SEUN </a> </dt> </dl> <a class='profile-link' href='https://www.blogger.com/profile/14533917157251466342' rel='author'>View my complete profile</a> <div class='clear'></div> </div> </div><div class='widget Subscribe' data-version='1' id='Subscribe1'> <div style='white-space:nowrap'> <h2 class='title'>Subscribe To Massive</h2> <div class='widget-content'> <div class='subscribe-wrapper subscribe-type-POST'> <div class='subscribe expanded subscribe-type-POST' id='SW_READER_LIST_Subscribe1POST' style='display:none;'> <div class='top'> <span class='inner' onclick='return(_SW_toggleReaderList(event, "Subscribe1POST"));'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Posts </span> <div class='feed-reader-links'> <a class='feed-reader-link' href='https://www.netvibes.com/subscribe.php?url=http%3A%2F%2Fademassive.blogspot.com%2Ffeeds%2Fposts%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-netvibes.png'/> </a> <a class='feed-reader-link' href='https://add.my.yahoo.com/content?url=http%3A%2F%2Fademassive.blogspot.com%2Ffeeds%2Fposts%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-yahoo.png'/> </a> <a class='feed-reader-link' href='http://ademassive.blogspot.com/feeds/posts/default' target='_blank'> <img align='absmiddle' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Atom </a> </div> </div> <div class='bottom'></div> </div> <div class='subscribe' id='SW_READER_LIST_CLOSED_Subscribe1POST' onclick='return(_SW_toggleReaderList(event, "Subscribe1POST"));'> <div class='top'> <span class='inner'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <span onclick='return(_SW_toggleReaderList(event, "Subscribe1POST"));'> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Posts </span> </span> </div> <div class='bottom'></div> </div> </div> <div class='subscribe-wrapper subscribe-type-COMMENT'> <div class='subscribe expanded subscribe-type-COMMENT' id='SW_READER_LIST_Subscribe1COMMENT' style='display:none;'> <div class='top'> <span class='inner' onclick='return(_SW_toggleReaderList(event, "Subscribe1COMMENT"));'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> All Comments </span> <div class='feed-reader-links'> <a class='feed-reader-link' href='https://www.netvibes.com/subscribe.php?url=http%3A%2F%2Fademassive.blogspot.com%2Ffeeds%2Fcomments%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-netvibes.png'/> </a> <a class='feed-reader-link' href='https://add.my.yahoo.com/content?url=http%3A%2F%2Fademassive.blogspot.com%2Ffeeds%2Fcomments%2Fdefault' target='_blank'> <img src='https://resources.blogblog.com/img/widgets/subscribe-yahoo.png'/> </a> <a class='feed-reader-link' href='http://ademassive.blogspot.com/feeds/comments/default' target='_blank'> <img align='absmiddle' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> Atom </a> </div> </div> <div class='bottom'></div> </div> <div class='subscribe' id='SW_READER_LIST_CLOSED_Subscribe1COMMENT' onclick='return(_SW_toggleReaderList(event, "Subscribe1COMMENT"));'> <div class='top'> <span class='inner'> <img class='subscribe-dropdown-arrow' src='https://resources.blogblog.com/img/widgets/arrow_dropdown.gif'/> <span onclick='return(_SW_toggleReaderList(event, "Subscribe1COMMENT"));'> <img align='absmiddle' alt='' border='0' class='feed-icon' src='https://resources.blogblog.com/img/icon_feed12.png'/> All Comments </span> </span> </div> <div class='bottom'></div> </div> </div> <div style='clear:both'></div> </div> </div> <div class='clear'></div> </div><div class='widget BlogSearch' data-version='1' id='BlogSearch1'> <h2 class='title'>Search This Blog</h2> <div class='widget-content'> <div id='BlogSearch1_form'> <form action='http://ademassive.blogspot.com/search' class='gsc-search-box' target='_top'> <table cellpadding='0' cellspacing='0' class='gsc-search-box'> <tbody> <tr> <td class='gsc-input'> <input autocomplete='off' class='gsc-input' name='q' size='10' title='search' type='text' value=''/> </td> <td class='gsc-search-button'> <input class='gsc-search-button' title='search' type='submit' value='Search'/> </td> </tr> </tbody> </table> </form> </div> </div> <div class='clear'></div> </div></div> </div> <!-- spacer for skins that want sidebar and main to be the same height--> <div class='clear'> </div> </div> <!-- end content-wrapper --> <div id='footer-wrapper'> <div class='footer section' id='footer'><div class='widget AdSense' data-version='1' id='AdSense8'> <div class='widget-content'> <script type="text/javascript"><!-- google_ad_client="pub-2296708524261468"; google_ad_host="pub-1556223355139109"; google_ad_width=728; google_ad_height=90; google_ad_format="728x90_as"; google_ad_type="text_image"; google_ad_host_channel="0001"; google_color_border="771100"; google_color_bg="771100"; google_color_link="FFFFFF"; google_color_url="BB3300"; google_color_text="FFFFFF"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <div class='clear'></div> </div> </div></div> </div> </div></div> <!-- end outer-wrapper --> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/4290687098-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY7N5SbBdWVf2Q7K5yCX0XL4FGZQ-w:1714826909037';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d9180129567291945324','//ademassive.blogspot.com/2009/','9180129567291945324'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '9180129567291945324', 'title': 'MASSIVE', 'url': 'http://ademassive.blogspot.com/2009/', 'canonicalUrl': 'http://ademassive.blogspot.com/2009/', 'homepageUrl': 'http://ademassive.blogspot.com/', 'searchUrl': 'http://ademassive.blogspot.com/search', 'canonicalHomepageUrl': 'http://ademassive.blogspot.com/', 'blogspotFaviconUrl': 'http://ademassive.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'en', 'localeUnderscoreDelimited': 'en', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22MASSIVE - Atom\x22 href\x3d\x22http://ademassive.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22MASSIVE - RSS\x22 href\x3d\x22http://ademassive.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22MASSIVE - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/9180129567291945324/posts/default\x22 /\x3e\n', 'meTag': '', 'adsenseClientId': 'ca-pub-2296708524261468', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': true, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/a26ecadc30bb77e6', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'Twitter', 'key': 'twitter', 'shareMessage': 'Share to Twitter', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Read more', 'pageType': 'archive', 'pageName': '2009', 'pageTitle': 'MASSIVE: 2009'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard!', 'ok': 'Ok', 'postLink': 'Post Link'}}, {'name': 'template', 'data': {'isResponsive': false, 'isAlternateRendering': false, 'isCustom': false}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'MASSIVE', 'description': 'Step by step guide on how to configure free browsing on you laptop and phone updates and tips on free browsing codes, Tips, settings, configurations, applications and lots more.... Thank God you finally made it to the only web log (blog) where you will be getting the latest free browsing info, tricks, codes and other useful internet guides worth over $1000 dollars . Don\x27t forget to bookmark us, and to make use of the comment thread of the blog to post your comment.REGARDS', 'url': 'http://ademassive.blogspot.com/2009/', 'type': 'feed', 'isSingleItem': false, 'isMultipleItems': true, 'isError': false, 'isPage': false, 'isPost': false, 'isHomepage': false, 'isArchive': true, 'isLabelSearch': false, 'archive': {'year': 2009, 'rangeMessage': 'Showing posts from 2009'}}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AdSenseView', new _WidgetInfo('AdSense3', 'crosscol', document.getElementById('AdSense3'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/1666805145-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/13464135-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'sidebar', document.getElementById('HTML1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AdSenseView', new _WidgetInfo('AdSense9', 'sidebar', document.getElementById('AdSense9'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'sidebar', document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': 'Loading\x26hellip;'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile1', 'sidebar', document.getElementById('Profile1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_SubscribeView', new _WidgetInfo('Subscribe1', 'sidebar', document.getElementById('Subscribe1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogSearchView', new _WidgetInfo('BlogSearch1', 'sidebar', document.getElementById('BlogSearch1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AdSenseView', new _WidgetInfo('AdSense8', 'footer', document.getElementById('AdSense8'), {}, 'displayModeFull')); </script> </body> </html>