Search This Blog

Showing posts with label Internet. Show all posts
Showing posts with label Internet. Show all posts

UNBLOCK Country Based Youtube Block! - "This video is not available for your country" - Naa no more of that!

Jan 29, 2014
I discovered a hot new tool to unblock Youtube videos from country based blockades. I know more than just a few of us have seen the infamous "This video is not available for your country" sign more than once in this lifetime. Oh well, we've found a way around that using Proxy Server & Software earlier.

But the tool that I speak of today is amazing. When u use a proxy, it changes the IP address of your entire computer or browser. It can make browsing drastically slow and irritating. Even YouTube videos will stream much slower then. This tool however, does not compromise speed at all. 


It delivers a stunning performance with no lagging at all.
+ There is no hassle of finding the correct country> Changing settings and all those troublesome things. Now u can Just install a small plugin and enjoy. The "This video is not available for your country" will go away to be replaced with a smiling face.

Well lets not keep you waiting. You must be eager to use it. Go ahead and install this plugin in your Mozilla Firefox. I bet you'll like what u see ;)

>> Okay Now Click me to go to that page <<

[Fb Comments have been disabled for this post since this is not a formal post, but a micro blog post...okay its more like a mini blog post .. whatever :P]

Comment away with the comment box though!
Your Feedback = Cool things later = More Problems Solved!
Read more ...

FREE High Speed Cloud Storage and File Hosting.

Jan 6, 2014

Searching for a FREE & relaiable file-hosting service?
Dropbox is super fast, you dont need to worry about its sync speed.
It is also lightweight and it will not affect your browsing speed at all.

If you are searching for a FREE and reliable file-hosting service then DROPBOX might be just what you are looking for.

DROPBOX offers you upto 2GB of FREE online storage (Cloud Storage). You also have the option to get 100s and 1000s GBs of space by paying for it. The data stored in DROPBOX can be accessed with multiple devices and synchronized. So that you can work on the go.



DROPBOX comes with a handy desktop tool. After the program installs, it creates a SPECIAL FOLDER in your computer, called the DROPBOX folder. Any file that you put in this folder is automatically uploaded in your dropbox account. Sharing that file is also very easy! Just send someone that link, and they can download it!


You can also Install Dropbox in multiple computers and get your files available there! For instance, you keep your important files at home, and they will be automatically available in your office computer. If you make changes or modify data, dropbox will also record those changes in all connected computers.It will only upload changes on the second time, so its super fast.Cool huh?

BASICALLY, YOU ARE GETTING 2GB EXTRA RELIABLE SPACE FOR FREE!

You can also increase this space upto 16GB for FREE, by referral. If you ask your friends to join dropbox service by email, and they join it, you get additional 500Mb per friend FREE! You can also get much more FREE space by completing other tasks!

Whats Cool? You can also get extra 500Mb FREE just by getting a link from me!

Register for a DROPBOX account and Install a DROPBOX tool today!


  
CLICK HERE to REGISTER for DROPBOX

COMMENTS:

Read more ...

Walkthrough: How to put Facebook comment box on blogs!

Dec 20, 2013
A brief walkthrough on the process of creating facebook comment box on blogs. 


Copy the highlighted part in your blogger template.

Note: It should be ONLY ONE. Don't do it if u have already done it before!



Instruction1:

On the html tag that looks like this:

<html b:version='2' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr' xmlns:fb='http://ogp.me/ns/fb#'>

Just paste the part highlighted in blue to the code that looks like the one above in your blog's template.


Instruction2:


Now copy the highlighted part just below the <body> tag .. find it by searching (Ctrl+F) the term "<body "

Copy/Paste the code from below! (highlighted blue+green)

blue part is the structure code. Some sites may give slightly different 
alterations but this one is 100% compatible for all cases tested so far!

green part is my own fb app called 'Commenterata'

<div id='fb-root'/>
<script> 
//<![CDATA[
(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=573472319372353";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
//]]> 
</script>

Instruction3:

Optionally, you can add a recommendations bar too by pasting the highlighted text given below. You have to paste it just below the code given at the previous instruction.

<div calss='fb-recommendations-bar' data-href='https://getlostproblems.blogspot.com' data-readtime='30' />

Now, 
  • replace https://getlostproblems.blogspot.com with your own website.
  • replace 30 with your desired time in seconds. This is a delay limit. If the user stays in your page for 30 seconds, facebook will automatically recommend some other pages to read. See a live example at this page.

Instruction4:

Now on your dashboard, go to Layout and select "Add a Gadget"


Instruction5:

Keep scrolling down until your reach 'Html/Javascript' title. Click on



Instruction6:

 Finally, add the code below here:

<div class="fb-comments" data-href="http://getlostproblems.blogspot.com" data-width="650" data-num-posts="10"></div>

Now, 
  • replace http://getlostproblems.blogspot.com with the page URL where ou want the comments to appear. 
  • To make the comment box active on THIS page that you are currently reading,
    I replaced the given URL with http://www.glpnepal.blogspot.com/2013/12/createFBcmntBox.html 
  • replace 650 with the width of the desired comment box. Recommended to be much less than the width of the page.
  • replace 10 with number of comments you want to display at once.

EXTRA NOTES:



  • Instead of following Instruction4 and onwards; You can just follow the first 3 instructions, then when you create posts, select 'HTML' near the 'COMPOSE' tab. Then add the code given at Instruction6 at the end of your HTML codes.



  • Important Note: After you paste this code, NEVER EVER save or select preview the page before publishing the page because fb registers a URL only once. If it is found offline on the first try, it wont be live and working later.


  • FEEDBACK
      Think something is still missing in this post? Tell us your problem/opinion. We'll fix it right away!

      Read more ...

      How to create facebook comment box linked to your blog?

      Dec 13, 2013
      A brief walkthrough on the process of creating facebook comment box on blogs. 

      Copy the highlighted part in your blogger template.
      Note: It should be ONLY ONE. Don't do it if u have already done it before!



      Instruction1:

      On the html tag that looks like this:

      <html b:version='2' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr' xmlns:fb='http://ogp.me/ns/fb#'>

      Just paste the part highlighted in blue to the code that looks like the one above in your blog's template.


      Instruction2:

      Now copy the highlighted part just below the <body> tag .. find it by searching (Ctrl+F) the term "<body "





      Copy/Paste the code from below! (highlighted blue+green)


      blue part is the structure code. Some sites may give slightly different 
      alterations but this one is 100% compatible for all cases tested so far!

      green part is my own fb app called 'Commenterata'

      <div id='fb-root'/>
      <script> 
      //<![CDATA[
      (function(d, s, id) {
        var js, fjs = d.getElementsByTagName(s)[0];
        if (d.getElementById(id)) return;
        js = d.createElement(s); js.id = id;
        js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=573472319372353";
        fjs.parentNode.insertBefore(js, fjs);
      }(document, 'script', 'facebook-jssdk'));
      //]]> 

      </script>


      Instruction3:

      Optionally, you can add a recommendations bar too by pasting the highlighted text given below. You have to paste it just below the code given at the previous instruction.

      <div calss='fb-recommendations-bar' data-href='https://getlostproblems.blogspot.com' data-readtime='30' />

      Now, 

      • replace https://getlostproblems.blogspot.com with your own website.
      • replace 30 with your desired time in seconds. This is a delay limit. If the user stays in your page for 30 seconds, facebook will automatically recommend some other pages to read. See a live example at this page.




      Instruction4:

      Now on your dashboard, go to Layout and select "Add a Gadget"


      Instruction5:

      Keep scrolling down until your reach 'Html/Javascript' title. Click on it.



      Instruction6:

       Finally, add the code below here:

      <div class="fb-comments" data-href="http://getlostproblems.blogspot.com" data-width="650" data-num-posts="10"></div>


      Now, 
      • replace http://getlostproblems.blogspot.com with the page URL where ou want the comments to appear. 
      • To make the comment box active on THIS page that you are currently reading,
        I replaced the given URL with http://www.glpnepal.blogspot.com/2013/12/createFBcmntBox.html 
      • replace 650 with the width of the desired comment box. Recommended to be much less than the width of the page.
      • replace 10 with number of comments you want to display at once.





      EXTRA NOTES:


    • Instead of following Instruction4 and onwards; You can just follow the first 3 instructions, then when you create posts, select 'HTML' near the 'COMPOSE' tab. Then add the code given at Instruction6 at the end of your HTML codes.
    • Important Note: After you paste this code, NEVER EVER save or select preview the page before publishing the page because fb registers a URL only once. If it is found offline on the first try, it wont be live and working later.



    • FEEDBACK
        Think something is still missing in this post? Tell us your problem/opinion. We'll fix it right away!

        Read more ...

        Top 5 Youtube Tricks to make 'youtubing' more awesome than ever!

        Dec 10, 2013

        GLP brings you a list of the coolest Youtube Tricks to make youtubing more awesome than ever!! Get ready, I know you'll simply love it! I certainly did. So go ahead and read below.



        Trick #001: Set a Specific Start Time


        Most of the time, while sharing a video, u want people to focus on a certain specific part of the video. You usually do this by asking them to start the video from a certain point manually. However, this feature can also be made automatically. You are wondering how?


        Its simple:

        Lets say, you're watching this video:



        Now, simply add,  #t=01m20s  at the end of the link & share!


        For example; you need to share:

        to start a video from 1 minute and 20 seconds.



         Trick #002: Set an Auto Replay Video


        Want to keep repeating the video playback? Simply replace  youtube  with  infinitelooper  in your link.



        For example; this link:

        should be written as:



        Trick #003: Super Boost Video Speed for Slow Connections


        Have a slow internet connection? Tired of 'buffering' signs that pop out frequently? Want to stream videos faster? Well here's a solution.


        Many users might not know but Youtube has announced a new feature specially aimed at users with slow internet connection. Its called 'Feather'. As the name suggests, it makes streaming, light as feather.

        Your video speed is directly proportional to the number of bytes sent and received. 'Feather' mode removes all unnecessary data to give you ONLY pure videos and a tid bit of ad that is customary of a FREE service. That also means that some options are removed for that feature. But the overall streaming will see a positive result! :)



         Click here  to Try 'Feather' today (its currently in beta mode) ;)




        Trick #004: Smart Accu-Search

        Youtube has a LOT *I cant stress this enough* of videos. It is said that if one tries to watch all of them continuously, they wont finish for a good 3 century! (300 years of continuous videos). In such a platform of videos, searching a desired video may be a hassle.

        But worry not, GLP brings u a solution. When ever u search for a video in Youtube, simply add   allintitle  at the begining of the keyword. This features to you, only the videos you asked for, no nonsense ;)


        For example, instead of searching:
         nepali movies 

        try searching:
        allintitle nepali movies 



        See the difference ;)



        Trick #005: Magic Actions for Youtube

        Here, there's something for the broadband users too! If you have a fast internet connection & enjoy watching videos in HD everytime, you can get an add-on for  Mozilla Firefox ,  Google Chrome  or,  Opera 15+  Its called  Magic Actions For Youtube  . Once you install it, enable HD option to enjoy HD. Always!

         +Very Cool Bonus featues like: 


        • Auto HD: Changes video to your desired video mode automatically.
        • Cinema Mode: Shades background for full video focus.
        • Adblock: blocks all annoying ads and pop-ups.
        • Volume Control: Scroll mouse to change volume easily.
        • Cool Day/Night Toggle: Shades youtube theme to white/black.
        • Watch delete view history.
        • Show enlarged avatars in comments and country flags.
        • Expand videos to full window size.
        • Auto Replay a video.
        • Hide Annotations(those annoying comments in the middle of the vid)
        • Auto hide player control: Controls are hidden, appear when u hover mouse over them.
        • Block/Hide comments if they annoy you.
        • Over all - Feels like one super awesome upgrade to youtube!
        • Its a youtube, you've always dreamed of! Try it and be amazed! ;)
        Download Links:


        Last but not the least: 

         #a Bonus 
        This is an old age trick, but it could be new for some users who were unfamiliar with youtube a few years ago!

        Add  &fml=5  at the end of Youtube video URL to solve high buffering rates.

        Example: 
        for this link: http://www.youtube.com/watch?v=U8STgCviLe0 


        the link will be:
         http://www.youtube.com/watch?v=U8STgCviLe0&fml=5 







         COMMENTS: 
        Read more ...

        Get PAID with Refban

        Nov 10, 2013
        Hey guys, its been too long since my last post here. But as usual, I bring you something really interesting. Wait till you get a whiff of this awesomeness. I am gonna tell you a way to earn money online today. If you own a blog or a website, you can now earn as much as 0.05$ daily JUST FOR SHOWING advertisement in your blog. You can also refer this to other people and earn MORE from their referrals. Yes, its possible with REFBAN. Now JUST DISPLAY IT & EARN. Any bit of FREE cash never hurts right? So just click on the link below and put your code online and start earning.


        CLICK HERE TO APPLY FOR REFBAN & START EARNING GUYS!!
        The payout is comparitively low, but it is 100% legal. I hope it helps you. Waitin' for your feedback!









        COMMENTS:
        Read more ...

        Facebook Trick : How to Easily invite ALL friends in a event? or to Like your Page?

        Aug 19, 2013





        Let's learn this one practically. If you can follow the steps below, you can definitely do this for your own page. Okay then follow the instructions below, 

        and 

        click on the images below to enlarge them!






        Instruction1:

        Go to this page &amp; like it : https://www.facebook.com/no2uniform

        Then click on the "See All" link in invites tab.








        Instruction2:

        Click on "Recent Interactions" and mark on " Select All Friends" in dropdown category.

        Keep scrolling down until you have the passed by the name of every single one of your friends.

        Now, if you are using 
        Google Chrome
         or its variant (Like Torch Browser):
        Press Ctrl + Shift+J

        If u r using 
        Firefox:
        Press Ctrl+ Shift+K

        A console window should open . See next image.








        Instruction3:

        Click on "Console" tab in your opened window.







        Instruction4:

        Paste the code below in console & hit enter!

        javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};







        Instruction5:

        After some time, you can see that all your friends have been selected!

        Now close the console window only.




        Instruction6:

        After closing console window, click on "Submit" button





        Instruction7:

        You should get this message after following all steps. If not, please try all these steps with Mozilla Firefox or Google Chrome, or Torch Browser. 







        COMMENTS:
        Read more ...

        Easiest way to Take Ownership of a File in Windows.

        Aug 14, 2013
        Taking ownership of system files or folders in Windows 7 or Vista is not a simple task. Whether you use the GUI or the command line, it takes far too many steps. 

        Thankfully somebody created a registry hack that will give you a menu item for “Take Ownership” that will handle all the steps for you. (If you are the person that originally made this script, let me know and I’ll give you credit) 

        Here’s what the new right-click menu will look like after installing this registry hack.


        Install Feature:
        Download and unzip the files contained in the zip file. Double-click the InstallTakeOwnership.reg file and click through the prompts. No reboot necessary.

        Uninstall Feature:
        Double-click the RemoveTakeOwnership.reg file and click through the prompts. No reboot necessary.

        CLICK HERE TO DOWNLOAD TAKEOWNERSHIP.ZIP FILE

        Why should you know how to take ownership of a file?
        Well first and foremost, its because you own the OS that you use and you should be able to handle/modify all tasks in your OS. Wouldn't you agree?
        Second reason is, sometimes some files will refuse to budge/modify or even read when you really need it. That's because those files are generally protected by the highest level of authority in the computer. So, if you wanted to edit a few components ina file to make youtube load faster, or maybe increase the speed of the internet you are using via a simple trick , then you would have problems if you do not have access to the files you want to manipulate.


        Any more questions/queries? Please comment

        COMMENTS:

        Read more ...

        How to change your IP address? Use of Proxy

        Aug 10, 2013
        It seems many people are trying to find ways to change their IP address, what with country-wise url blocking and all. Well  GLP  brings you a nifty solution once again!

        Firstly, changing the IP address depends upon the way you want to use it. It can be classified into two categories and some sub categories:
        • Changing the IP address of the whole Computer
          -This includes, torrent managers too!
        • Changing the IP address of specific browser(s)
          -Changes IP for a specific browser or a set of supported browsers.
          *This can be done Automatically.
          *Or, it can be performed manually.
        A) Changing the IP address of the whole computer:
        If you want to change the IP address of the whole computer, you can do it with the help of a software called hotspot shield. Simply download and install it. Restart your PC, open the program and you are good to go!

        Download Hotspot Shield!(Freeware with Ads)
        Mirror: Official Site
        If you have problems with this, please mention in the comments, I'll create a detailed walkthrough of this problem if there are many requests! 

        B) Changing the IP address of specific browser(s):

        *Automatically changing it:
        You can change the IP address of a specific set of browsers with the help of these freeware :
        (1) Ultrasurf  
        Download Ultrasurf

        Mirror: Ultrasurf Official Page
        (2) Freegate 

        Download Freegate
        Mirror: Freegate Official Page

        By default, the IP address of Internet Explorer is changed, but it can be integrated to work with chrome and firefox as well.
        Sometimes, integration is not successful due to version problems. You can follow the manual method then!


        *Manually changing it:
        You can manually change it with the help of mozilla firefox browser (or any other browser that has inbuilt proxy function ). 
        Go to http://www.hidemyass.com and then:

         Click on the pics below to enlarge
        US IP filter settings sample
        Select the IP address at the top. Use the Port number too, if required!

         How to apply these settings in different browsers:


        • select a country that you want to change your IP address into. 
        • Sort the IP address with highest network strength(low ping, preferable latency). 
        • This will give you nice internet speed even with poxy.


        Now, steps to apply the IP address in firefox:
        • open the firefox browser, press  Alt , the menu list will be visible at top. 
        • Select Tools > Options. A dialog box will open.
        • On the Advanced Option > Network Tab > Connections > Settings.
        • The connection settings dialog box will open.
        • Deselect Auto detect and mark on Manual Proxy Configuration.
        • I've put the IP address : 222.124.15.123 for Thailand. You can put the IP address of any other country you desire. 
        • Now, click "OK" and you are good to go.
        • From now on, your Firefox browser will run through the IP address that you used. You can undo this anytime.
        Ask me questions in the comments for any support information or problems.

        COMMENTS:

        Read more ...

        Today's BEST ONLINE FILEHOSTING Solution - Why COPY?

        Jul 26, 2013
        To celebrate Copy's launch, earn 5 GB of extra free storage for yourself and whoever you refer each time you introduce someone new to Copy.



        hehe hello guys, on the last post while I was talking about DROPBOX, I discovered a NEWly launched filehosting service that packed more punch than its predecessor - Its name is COPY.

        COPY is a filehosting site that has ALL the features of DROPBOX, but instead of just 2GB space, it offers 15GB FREE space on Registration! (Yes, 15GBs paid-like service for FREE )

        It is extremely easy to use COPY, its just like dropbox.
        >>See DROPBOX usage specifications by clicking HERE<<

        But, there's a twist, now u can get 20GB FREE Space instead of 15GB  if you follow my Link.

        That means you will be getting 5GB bonus for FREE. Each time you refer to another friend, you get extra 5GB. How cool is that?

        > Register today for free 20GB, by clicking this link <
        Read more ...

        Best Option for FREE File Hosting! - Why DROPBOX ?

        Jul 25, 2013
        This post has been updated. There is a NEW alternative too. Click HERE to find out! 
        Searching for a FREE & relaiable file-hosting service?
        Dropbox is super fast, you dont need to worry about its sync speed.
        It is also lightweight and it will not affect your browsing speed at all.

        If you are searching for a FREE and reliable file-hosting service then DROPBOX might be just what you are looking for.

        DROPBOX offers you upto 2GB of FREE online storage (Cloud Storage). You also have the option to get 100s and 1000s GBs of space by paying for it. The data stored in DROPBOX can be accessed with multiple devices and synchronized. So that you can work on the go.



        DROPBOX comes with a handy desktop tool. After the program installs, it creates a SPECIAL FOLDER in your computer, called the DROPBOX folder. Any file that you put in this folder is automatically uploaded in your dropbox account. Sharing that file is also very easy! Just send someone that link, and they can download it!

        This post has been updated. There is a NEW alternative too. Click HERE to find out about COPY! 


        You can also Install Dropbox in multiple computers and get your files available there! For instance, you keep your important files at home, and they will be automatically available in your office computer. If you make changes or modify data, dropbox will also record those changes in all connected computers.It will only upload changes on the second time, so its super fast.Cool huh?

        BASICALLY, YOU ARE GETTING 2GB EXTRA RELIABLE SPACE FOR FREE!

        You can also increase this space upto 16GB for FREE, by referral. If you ask your friends to join dropbox service by email, and they join it, you get additional 500Mb per friend FREE! You can also get much more FREE space by completing other tasks!

        Whats Cool? You can also get extra 500Mb FREE just by getting a link from me!

        Register for a DROPBOX account and Install a DROPBOX tool today!


          
        CLICK HERE to REGISTER for DROPBOX

        This post has been updated. There is a NEW alternative too. Click HERE to find out! 

        COMMENTS:

        Read more ...

        Why can't I upload gif images on facebook? Here's why...

        Jul 25, 2013
        Current Exploit uses the mobile text application to pass images

        http://www.facebook.com/connect/uiserver.php?app_id=2915120374
        &method=stream_publish
        &redirect_uri=http://www.facebook.com
        &from=SENDERID
        &target_id=RECEIVERID
        &action_links=[{"text":"Your Text Here",                
                                          "href":"http://www.blank.com/"}]
        &attachment={'media':[{'type':'image',                      
                                                     'src':'animationurl',                      
                                                     'href':'anyurl'}],            
                                                     'description':'LongDescription',            
                                                     'properties':{'Anything':{'text':'Anything',    
                                                                                          'href':'anyurl'}}}

        The only thing really needed is the animationurl, which needs to be a Facebook hosted image.
        Click HERE to see an example of Facebook hosted image.

        These are the ways that were previously possible
        • Changing filename to GIF
        • Changing file dimensions to around 120 px to bypass compression
        • Changing header data or adding bytes (example the ending 3B in the GIF data) to  the end of the file to bypass Facebook image tools
        • Via Facebook FBML
        • Via Facebook HMTL tags in notes
        The first working way seems to be somehow sharing the currently available set of gifs on Facebook servers via tagging users in it. I have not seen any new GIFs appear apart from those that currently circle around.
        The second utilizes an abuse of the Facebook API via a Facebook Application. The developer hid the GIFs in a video embed preview.

        Now, assuming one were to figure it out, you would be banned... because this means the image upload system is flawed and dangerous code can be executed by being concealed in a GIF or picture. It seems that Facebook Photo Team will ensure that GIFs do not stay around anymore.


        This is the guy that prevents us from using [.gif] on facebook > Nathaniel Roman
        And previously in the old Facebook Dev Wiki some of this may have changed by now but the gist remains the same

        Facebook Platform handles img tags in a special manner. When publishing a page, Facebook servers request any image URLs and then serves these images, rewriting the src attribute of all img tags using a *.facebook.com domain. This protects the privacy of Facebook's users and allows them to better control the quality of service of their images.

        There are several reasons for the existence of the image cache:
        • We need a way to ensure some degree of quality and uniformity in the images displayed on users' profiles (no animated images, no 50 MB images, etc.)
        • We need to protect users' privacy and not allow malicious applications to extract information from image requests made directly from a viewing user's browser
        • Probably most important to you, the image cache shields developers from the potentially enormous load of serving these images, putting the burden on Facebook's resources instead
        And in the end as I have mentioned elsewhere
        Also although not stated anywhere in the TOS,
        By uploading a file you certify that you have the right to distribute this picture and that it does not violate the Terms of Service
        So you may get a pat on the back for testing on a Test User Account but using an exploit (if found) on a personal account. I am certain you will end up seeing a termination of your account.

        P.S. Don't think because that when you are browsing sites that Facebook Employees do not see this information.
        The moment an exploit is known publicly, in the same amount of time it will be shut down


        COMMENTS:

        Read more ...