Search This Blog

Showing posts with label Software. Show all posts
Showing posts with label Software. 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 ...

List of Some handy Programming Tools - With Download Links

Jan 9, 2014
Click on the program title below to download

List of C and related programming languages click title to download

»TURBO C++ fully functional with Windows 7
How to install this + Tutorial »Click here!

»Turbo C++ For Windows 7 & Vista - {Lance}  

»BorlandC++ 5.02 [GLP]


List of MS Basic PDS versions: click title to download

»MS Basic PDS (Professional Development System) 7.0 (also suggested)

»MS Basic PDS 7.1


List of VisualBasic versions: click title to download

»VisualBasic for DOS 1.0 (Standard Version)

»Visual Basic for DOS 1.0 (Professional Version)



List of all Qbasic/QuickBasic versions: click title to download

»QuickBasic 1.0

»QuickBasic 2.0

»QuickBasic 2.00

»QuickBasic 2.01

»QuickBasic 3.0

»QuickBasic 4.0

»QuickBasic 4.5 (recommended)

Full links with tutorial here » Click here!


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 ...

How to use programs in Fullscreen mode in Windows7 and higher OS?

Dec 20, 2013
For this post, we take the reference of Borland C as our desired computer program.

Borland C was originally a program developed for 16-bit computers. Today's modern computers generally come in 32-bit or 64-bit architecture. While older operating systems(OS) like Windows XP supports running of old applications freely in full screen mode, the newer versions of OS like Windows 7 and higher DO NOT support full screen by default.

For most programs, it is possible to change compatibility by right-clicking the application, selecting 'properties' and using 'window mode' instead of 'fullscreen'. But that is only a temporary solution. In programs such as Borland C, that is possible but NOT FEASIBLE because it certainly opens the program but you wont be able to RUN it. (i.e The black screen output wont appear)

The ultimate solution to this and many more older programs that are based on a 16-bit architecture is the use of DOSbox. DOSbox is a revolutionary program that can partially emulate an older computer. In simple words, DOSbox creates a 'older computer' inside your computer. In that mode, the program will work just as good as it would work on a 16-bit system. It is fully compatible.


Download links:

[Mirror]: DOSbox (official file mirrored)



[Mirror]: Borland C (mirror: original file)



How to use DOSbox?
After you install DOSbox, an icon like this will appear on your desktop.
Just click on that and a DOS based console like the one shown below will appear!


Here, [Z-drive] is the virtual drive that represents the 'old computer' created by DOSbox. It has limited resources, which can be adjusted if you desire.

To use any program, you must first MOUNT it in DOSbox.

Basically, mounting means creating another virtual drive. DOSbox has only one virtual drive [Z-drive] at the begining. For DOSbox, there is no C-drive, D-drive or any other drive in your computer.

How to Mount?
 
If your program is in this location:  D:\BorlandC\bin\bc.exe  
then you should first mount D-drive.

To do this, type  Mount d d:\  in DOSbox and hit Enter key!
Then, you should get a message after this.



The command   Mount d d:\  will create a virtual D-drive and load the path D:\ inside it. That means the virtual D-drive will also have everything inside D:\ (which is the original D drive)   

You can change  to any other letter to change virtual drive letter.
 d:\  is a path and it MUST exist in your computer. Since my program is stored in D:\BorlandC , I chose D:\ as my path. You can choose a different path for your computer.          

Now to open that program, first go to the virtual drive you just created.
I created 
d:  so I simply type d: and hit Enter-key
After you hit enter, you will enter that drive. Look I just entered D-drive. Previously I was at Z-drive.

To open the program, simply type its path.
For me that is, D:\BorlandC\bin\bc.exe 


Now as you hit ENTER-key, your program will open.
You can use it in Fullscreen mode by using the key combination  Alt + Enter   

Borland C opens like this (In its default mode), 


you can start using it by using the key combination  Alt + F + N  which opens a new file to start working with!

It should look like this:


+This part of the article is added because a friend of mine pointed out something really interesting.
 

He asked:  Do I need to give the source path Every time " .

The answer is Yes if you follow this method. But after you get acquainted(familiar) with this method, you can try a simple trick to make this happen automatically. It is a simple batch processing trick that commands DOSbox to perform a series of actions.

To automate this Process for future use, refer to the follow-up post here!

Any Queries? Any Confusion? Need help?Feedback?
Just Drop a Comment!


Read more ...

How to make full screen support in windows 7 ?

Dec 6, 2013
Windows 7 is a great OS to use in general sense. But it does not provide the comfort and flexibility that XP does to programmers. Windows 7 does not support full screen mode, which renders several programs useless.

Some very useful programmes like QBASIC & Borland C can only start but not be able to run properly in Windows 7. This is because both are designed for older computers having a 16-bit architecture. Today's modern computers have 32-bit or 64-bit architecture of processors which cause compatibility problems.


The best way to overcome this problem is to create an 'old computer' inside your new one. There is a nifty tool called DOSbox that allows you to do it.


DOSbox makes a virtual 'old computer' inside your computer which lets us use older programs without a hitch. Its 100% compatible!
+ its 100% FREE!



To know how to use DOSbox, click here!


DOSbox can also be automated. You can automatically load the desired program with this trick.

To know this trick, click here!


Any Queries? Comment below!
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 ...

GADMEI USB 2.0 TV BOX - Software + Driver for Windows XP / Windows Vista / Windows 7

Jul 28, 2013
 This is a tested & working fix for GADMEI UTV332E / UTV330E 


 GADMEI USB 2.0 TV BOX  users will have to agree that the GADMEI software installation really sucks big time, with a capital S. This is because the whole device is made in China and its drivers and software are rendered 'untrusted' by Windows due to non standard certificates. [Even though they work perfectly under optimal fixes.]


The saddest part is, that it is not entirely based on an english language interface either, so most people will NOT get the much needed 'help'. The help & support at GADMEI sucks big time too! So, we GADMEI user folks had to develop our own way to overcome this problem.

I'm sure users have had problems installing the TV BOX in Windows 7 OS platform. It is fairly simple with Windows XP and Vista, but sometimes, it won't work too!

So to sum it up, thats why  GLP  brings you a nifty trick to overcome this problem.

NO big bulky downloads, NO useless files. 
Just a nifty trick, some very small size file downloads and we're good to go!


 NO [.exe] files either, so you don't risk a malware or virus [Its tested] 


 Follow this easy set of instructions: 

  1. First download these files, if you DO NOT already have them.

  2. Extract the files from  USB TV BOX 3.0[GLP].zip , and install GADMEI USB BOX 3.0 software (Yes it says 3.0, but the device is actually 2.0, it supports both). Install by running  autorun.exe  inside the extracted folder.

  3. If you run Windows XP, restarting the system will work fine after install. Same for Vista. Thats all for XP & Vista.

  4. If you are running Windows 7, do not restart yet!

  5. Extract  Win7Drivers[GLP].zip  and paste the files inside the same folder where you installed the TV box software in Step 2.
     example: If you installed in E:\Gadmei , paste it inside that folder. 

  6. Now go to Control Panel > Administrative Tools > Computer Management > Device Manager > Select the 'USB TV DEVICE' with a question mark sign.

  7. Right click on it & select 'Update Driver Software' > Browse my computer for driver software > 'Browse' and select the place where you pasted all the  drivers extracted in Step 5.   In my case, E:\Gadmei 

  8. Okay then, thats it! Congratulations, you have succeeded in fixing your 'wittle' GADMEI problem in Windows 7.

 Do share and spread this to let more people know & help them! 
Bookmark us to solve your problems for FREE,

lose your problems at GLP. 
Still confused? Catch the simplified version of this trick, click here! 

COMMENTS:

Read more ...

ECC ELIZA

Jul 26, 2013
It was a random thought, but I suddenly missed ELIZA today. So, I downloaded it and used it purely on a whim. It seems that ELIZA is kind of lost today in the internet. So, after scavenging a lot, I found a decent workable version of it.


ECC ELIZA is a relic of the past. Its a classic example of an innovative program that inspires programmers till  this day! If you didn't know about this before, I suggest you give it a try. Its just a 177Kb download. Thats less than even the size of a decent photo! lol!

>>Read the Wikipedia Article on ECC ELIZA to know more, click here <<

ONLINE TEST & DOWNLOADS:
Apparently now a days, u can test it online! 
Just CLICK HERE to use the online version.

I myself prefer the offline version. Just download this 177Kb file, no install required & start using ELIZA.

Download 
Mirror1: http://goo.gl/s1nEqt 
Mirror2: http://goo.gl/w908e7


ECC ELIZA is a small program that can talk with you. It acts as your personal doctor. Try it, its fun!

Just Download, Extract, and open Run-me.bat
Ask me if any problem arise 


Drop your comments on ELIZA. How do you like it?
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 ...

Adobe Photoshop CS3 Portable - NO INSTALL REQUIRED

Jul 15, 2013
Adobe Photoshop CS3 Portable - NO INSTALL REQUIRED is an ideal Photoshop for users who love to edit pictures but have low RAM. This version of photoshop can work with just 512MB or (0.5Gb) RAM. It also supports 32-bit system (32bit or x86 type). It can run directly from the Flashdrive (Removable Storage or Pendrive ).

[Verified internal download, with private hosting.]
>> DOWNLOAD ADOBE PS CS3 PORTABLE by clicking HERE <<

Other Internal Links:

Mirror: >Link1<  >Link2<  >Link3<




[External Mirrors] (not recommended)
If the above download does not work for you, u can also try these alternative downloads
Mirror1: Download by clicking here!
Mirror2: Download by Clicking here!


No Installation is required and loading time is similar to installed version. It is very light weight and portable too, so It is a handy tool. This version is preactivated without cracks and totally FREE too. No registration required. It is packed with lots of powerful and handy features. All these features come in a small package of only [48.1MB]. It is indeed a golden find! You should Download it immediately! 


COMMENTS:




Read more ...

Total Video Converter 3.71 HD For Free Download + serial key

Jul 11, 2013

Total Video Converter 3.71 HD For Free Download + serial key



Step 1
Download Total Video Converter

Step 2
Install it on Your Computer

Step 3
Download Serial Key
Click Here For Serial Key
or see the list below this post.
Password:   xpeldrockers 

Step 4
Enter Serial Key & Get Registered!

More Serial Key List: ( ps. I used the last serial code)

0dab7126-ba9a95a8-22a2ce75-9dd12db0-fd89d2ff-808e9ea6-b96b50b1-ef804253-b4f15fe2-f88ade6c-389d8d43-0990f8da-79aad03e-50bbc2a5-37658914-0899dca0

DEC207B-F3C6764F-0E90B64F-80F3052A-5FB4E1A9-A9050784-1DA74A30-6E95FC39-B4F627AB-406D07C1-97BAB567-806A4672-39A2B2A5-0C7E9E30-8DFDD3CD-B67F235C

DFC5A0BA-023B98DA-320F9A39-71535F5F-5CFB7288-095258DA-45B477A5-D916E431-EA0DFCB3-525C12DE-C04285C4-7D78AB14-95DDAE18-D684A60B-B5F7BDC9-122DBEC


4D00F429-1FECE58B-DE027AC0-19ADEFB8-166B6D05-3457422C-F57D9F4B-FB0411D9-4F31A2F0-C74724B3-1FF8B8AF-3EEF0751-AD159250-0E7CE6B4-733B0E2E-CAF3DA59

Did you Enjoy this release? Drop a Comment Please!

COMMENTS:


Read more ...