Useful Links: Adding Right-Click Menus using Registry and Regdevelop

Unlock For Us

How to keep your Internet connection to stop disconnecting after a few hours

This is a problem for people with mobile internet connections. People that is always on the road.

Reply from 69.197.117.221: bytes=32 time=493ms TTL=51
Reply from 69.197.117.221: bytes=32 time=491ms TTL=51
Reply from 69.197.117.221: bytes=32 time=498ms TTL=51
Reply from 69.197.117.221: bytes=32 time=488ms TTL=51

Make it stay connected even if your internet connection is slow and moving from one place to another.

Click the  Start Menu, key in “cmd”, press enter and use the syntax below.

ping yahoo.com –t

Reply from 69.197.117.221: bytes=32 time=517ms TTL=51
Reply from 69.197.117.221: bytes=32 time=546ms TTL=51
Reply from 69.197.117.221: bytes=32 time=521ms TTL=51
Reply from 69.197.117.221: bytes=32 time=524ms TTL=51
Reply from 69.197.117.221: bytes=32 time=523ms TTL=51
Reply from 69.197.117.221: bytes=32 time=562ms TTL=51
Reply from 69.197.117.221: bytes=32 time=527ms TTL=51
Reply from 69.197.117.221: bytes=32 time=539ms TTL=51
Reply from 69.197.117.221: bytes=32 time=599ms TTL=51
Reply from 69.197.117.221: bytes=32 time=519ms TTL=51
Reply from 69.197.117.221: bytes=32 time=529ms TTL=51

Very useful…. Great for dial-up modems!

Enjoy! :)


Read more...

Unlock For Us

All folders are gone in USB flash Drives

According to AVG only 3% of today’s security problems are caused by ‘traditional’ viruses and in my experience, most of them are using the older version of Windows.

 attrib

Ok, many Windows users asked me several weeks ago how in the world their files are missing in just few minutes. After examining the flash disk, I found out worms are responsible for hiding the files and it self propagates through autorun.inf again.

During that day I remembered the good old useful article in vista.

How to Show all hidden Folders

Be sure that you have scanned and cleaned all the virus in your drive first and proceed with the How to guide below.

Open the command prompt as administrator

cmdadmin

Once it opens, go to your usb drive (in my case drive g)and launch the attrib command as shown below:

g:                                                   and press enter

attrib -h -s -r -a * /s /d                    

stillhidden

              ok

The parameters will depend on the worm virus that infected your system so I included all of them.

That’s it! Hope this helps!


Read more...

Unlock For Us

Open Source Youtube Video Direct Downloader

Wow.. This is a dream for me! a code that can be updated by anybody and still the original author or several authors are acknowledge.

Flash, HQ MP4 and HD 720P Quality

Read the instructions here: http://unlockforus.blogspot.com/2008/09/directly-download-youtube-videos-in.html

The new HD 1080p MP4 Quality

Downloading all File Formats

http://WindowsForUs.com/Youtube/ (get the different formats by automatic posting the download links to the site)

Update Code

Just Copy and Paste (Doubleclick and rightclick ‘copy’) the code to your address bar and

also add “javascript:” if you can’t see by pressing Home

javascript:isIE=/*@cc_on!@*/false;isIE ? swfHTML=document.getElementById('movie_player').getElementsByTagName('param') [1].value:swfHTML=document.getElementById("movie_player").getAttribute("flashvars");w=swfHTML.split("&");for(i=0;i<=w.length-1;i++)if(w[i].split("=")[0] == "url_encoded_fmt_stream_map"){links=unescape(w[i].split("=")[1]);break;}abc = links.split(",url=");for(i=0;i<=abc.length-1;i++){fmt=abc[i].split("|")[0];if ((fmt.indexOf("hd1080") > 0) && (fmt.indexOf("mp4") > 0)){if (fmt.indexOf("rl=") > 0){url = fmt.substring(4,fmt.indexOf("fallback_host")-1);url = unescape (unescape(url));break;}else{url = fmt.substring(0,fmt.indexOf("fallback_host")-1);url = unescape(unescape(url));break;}}}combineurl = url;combineurl = combineurl + '&title=' + ((((document.title.replace('#',' ')).replace('@',' ')).replace('*','')).replace('|',' ')).replace(':',' ');window.location.href = combineurl.substring(0, 2000);

History

1080p MP4 Quality (February 23, 2011)

javascript:isIE=/*@cc_on!@*/false;isIE ? swfHTML=document.getElementById('movie_player').getElementsByTagName('param')[1].value:swfHTML=document.getElementById("movie_player").getAttribute("flashvars");w=swfHTML.split("&"); for(i=0;i<=w.length-1;i++) if(w[i].split("=")[0] == "fmt_url_map"){links=unescape(w[i].split("=")[1]);break;}abc = links.split(",");for(i=0;i<=abc.length-1;i++){fmt=abc[i].split("|")[0];if(fmt==37){url = abc[i].split("|")[1];window.location.href = url + '&title=' + (((document.title.replace('#',' ')).replace('@',' ')).replace('*',' ')).replace('|',' ');}}

Note: Not all videos are encoded in HD 1080p, if the website returns 5 or nothing, try to get all the available youtube links for download: Read here

History

javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + yt.getConfig('SWF_ARGS')['video_id'] + "&fmt=37&l=" + yt.getConfig('SWF_ARGS')['l'] + "&sk=" + yt.getConfig('SWF_ARGS')['sk'] + '&t=' + yt.getConfig('SWF_ARGS')['t'];

Thanks to MrPacMan36 and Mr. Paulo

(Not working on all videos)

FEBRUARY 9, 2010 UPDATE

javascript:window.location.href = 'http://youtube.com/get_video?video_id=' + yt.getConfig('SWF_ARGS')['video_id'] + "&fmt=37&sk=" + yt.getConfig('SWF_ARGS')['sk'] + '&t=' + yt.getConfig('SWF_ARGS')['t'];

*These two codes are still working*

UPDATE: April 2-3, 2010: Read more information here

javascript:swfHTML=document.getElementById("movie_player").getAttribute("flashvars");w=swfHTML.split("&"); for(i=0;i<=w.length-1;i++) if(w[i].split("=")[0] == "fmt_url_map"){links=unescape(w[i].split("=")[1]);break;}abc = links.split(",");for(i=0;i<=abc.length-1;i++){fmt=abc[i].split("|")[0];if(fmt==37){url = abc[i].split("|")[1];window.location.href = url;}}

UPDATE: April 10, 2010: Read more information here

javascript:swfHTM=document.getElementById("movie_player").getAttribute("flashvars");w=swfHTM.split("&");for(i=0;i<=w.length-1;i++){if(w[i].split("=")[0] == "t"){t=w[i].split("=")[1];}if(w[i].split("=")[0] == "video_id"){videoid=w[i].split("=")[1];}}window.location.href = "http://youtube.com/get_video?video_id=" + videoid + "&t="+ t + "="+ "&fmt=37";

UPDATE: July 26, 2010

javascript:isIE=/*@cc_on!@*/false;isIE ? swfHTML=document.getElementById('movie_player').getElementsByTagName('param')[1].value:swfHTML=document.getElementById("movie_player").getAttribute("flashvars");w=swfHTML.split("&"); for(i=0;i<=w.length-1;i++) if(w[i].split("=")[0] == "fmt_url_map"){links=unescape(w[i].split("=")[1]);break;}abc = links.split(",");for(i=0;i<=abc.length-1;i++){fmt=abc[i].split("|")[0];if(fmt==37){url = abc[i].split("|")[1];window.location.href = url;}}

I updated the scripts in preparation for the new version of Youtube File Hack Tool. The speed now in downloading videos through Internet explorer is now comparable to the youtube scripts.

Enjoy!

Even if I’m still busy learning several languages at the same time (VB6, C# and C++) for sure I’ll try to update most of the articles and softwares one by one.

Great thanks everybody!

Ideas will always be a part of innovation….


Read more...

 

© UnlockForUs 2007-2010 | Blogger| Google.com| License Agreement