Sunday, January 22, 2012

Google Search Secrets

0

Method 1

www.google.com

Put this string in Google search:

"parent directory " /appz/ -xxx -html -htm -php -shtml -opendivx -md5 –md5sums

"parent directory " DVDRip -xxx -html -htm -php -shtml -opendivx -md5 –md5sums

"parent directory "Xvid -xxx -html -htm -php -shtml -opendivx -md5 –md5sums

"parent directory " Gamez -xxx -html -htm -php -shtml -opendivx -md5 –md5sums

"parent directory " MP3 -xxx -html -htm -php -shtml -opendivx -md5 –md5sums

"parent directory " Name of Singer or album -xxx -html -htm -php -shtml -opendivx -md5 –md5sums

Notice that i am only changing the word after the parent directory, change it to what you want and you will get a lot of stuff.

 

voila!

Method 2

www.google.com
put this string in google search:

?intitle:index.of? mp3

You only need add the name of the song/artist/singer.
Example: ?intitle:index.of? mp3 jackson

Read more

Increase Download and Upload Speed in XP

1

I'm writing this guide for the users who have slow speeds in there torrent client.If you haven't already patched the TCPIP.sys file in Windows XP,your torrents will run slow because XP is limiting the amount of Half-open Connections.First click here and download the zip file and extract it

 http://www.lvllord.de/download.php?url=en/EvID4226Patch223d-en.zip

Now run the file EvID4226Patch.exe,it will open a dos box which looks like this..

1

if your TCPIP.sys is not patched it will tell you the max is 10(circled).If you click Y on your keyboard(circled) it will change the max to 50.

2

once you have done that it will patch the file and countdown 15 seconds(incase Windows XP's file protection system changes it back)if done successfully you will see this.

3

don't worry about this popup just click cancel

4

then on this one click YES

5

once completed REBOOT your pc and run the EvID4226Patch.exe once more just to check,if TCPIP limit has changed exit the dos box.
I just recently had to reinstall Windows XP after an HDD failure,i forgot to patch the file and my downloads and uploads were slow as hell,you don't have too change too 50 you can try 70 or even 100,but it depends on the speed of your connection,i have mine set at 70 and have no problems,so i hope this helps those who also have slow speeds.

Read more

Friday, January 28, 2011

Changing the Taskbar icons of Win7

0

Requirements:

1. Windows 7 Start Orb Changer

2. icons [ the above icons are taken from deviantart. icons created by brsev ]

Now, for starters…you would need to create a folder in you hard disk [ note: make sure you make this folder somewhere safe, because if the folder is removed/moved to a new location afterwards, the icons will not show the designated pictures ]

Suppose we create a folder in the ‘My Documents’ and name it Taskbar_icons.

Now, drag all the shortcuts you want to use in your taskbar into this folder.

1

For the next stage of the process, you’ll need the icons. you will have to go to the ‘properties’ of each of the ‘shortcuts’ and use the ‘change icon’ and select any suitable icons from the ones you have downloaded earlier.

2

3

When you are done changing the icons, right click on the icons over the taskbar and select ‘unpin this program from taskbar’.

4

Now, drag all the ‘shortcuts’ from the taskbar_icons folder to the taskbar. the new icons will get pinned to the taskbar automatically when you drag them there.

6

Well…..U’r DONE with the icons!

Now the last part…we’ll change the appearance of the ‘start menu’ orb.

this is the easy part…all we need is the icon set ( can be downloaded from deviantart )

second thing we need is the start orb changer.

Now, run the start orb changer and select the orb icon set you want to use…and…viola! we’re done!

 

5

Tips: you can create a ‘skinny’ version of this by selecting "use small icons" in the taskbar settings.

Read more

Sunday, June 6, 2010

Create a List of All files with no Appz

0

this is a simple batch file that will create a list of everything in the directory

1. open notepad

2. type: 

dir /s *.* >dirlist.txt

1

3. under FILE > select SAVE AS

2

 

4. name it whatever and add  “ .bat  “ at the end   

 3

5. copy the batch file to any directory and run

4

5

creates a file named dirlist.txt with everything in it

6

 

 

Read more

Tuesday, April 27, 2010

Folder lock Without using any Third party software

0

This is easy process to folder lock with out any software

1.copy and Paste the code given below in to notepad and 'Save' it as batch file

[ with extension ' .bat ' ]

if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

3.Then you see a batch file. Double click on this batch file to create a folder locker.

1

4.New folder named 'Locker' would be formed at the same location.

2

5.Now bring all the files you want to hide in the 'Locker' folder. Double click on the batch file to lock the folder namely 'Locker'.

3

 

4

 

If you want to unlock your files,double click the batch file again and you would be prompted for password.

5 

6

Enter the password and enjoy access to the folder.

 

 7

Read more

Create your own invisible folder without using any software

0

* Here is the trick to create a folder which cannot be seen . To create that, you just follow the below steps

* Right click on desktop and create new folder

* After doing that windows will ask you for new name

* Then press back space to erase that name

* And just press ‘ALT0160’ from your key-board

[ remember that you must press numbers from num pad only ]

* Then it creates the folder without name

* you just right click on that folder and select properties

* Under the customize tab you can see “change icon

* Then select that and you can see big list of icons

* down further you will find blank icons

* Select that and click on Ok and Apply and again OK in previous box

And that's done!!!

[ You just drag your mouse pointer by holding left click then you will find that folder is selected ]

***WARNING: IN WINDOWS VISTA, ONCE CREATED> THIS FOLDER CAN NOT BE DELETED*****

Read more

Tuesday, February 2, 2010

TRADING WITH VISUAL BOY ADVANCE

0

Basically, this post is about how to trade Pokémon between two VAB emulators.

before starting, you would need these two VBAs [ visual boy advance ] emulators

here is the link  to the emulators:

1. VAB version 1.8.0

2. VBA version 1.7.2

 

 

Step 1: Create a folder. I’ll denote the folder as Pokémon.

Step 2: Create 2 folders; one will contain VBA 1.8.0, the other, 1.7.2. Name one folder Pokémon 172 and the other Pokémon 180.

Step 3: Create the following subfolders in Pokémon 180, and then copy them to Pokémon 172

BATTERY

CAPTURE

ROMS

SAVE

HIDDENSAVES.

Step 4: Create the following sub-subfolders in BATTERY and SAVE in both Pokémon 172 and Pokemon 180

1

2

3

4

Special

***create all these folder

Step 5: Put your VBA Link 1.8.0 in your Pokémon 180 folder and your VBA Link 1.7.2 in your Pokémon 172 folder.

Step 6: Put all of your Pokémon ROMs into the ROMS folder in both Pokémon 180 and Pokémon 172.

Step 7: Load up your VBA Link 1.8.0. You should see a black/blank screen.

Step 8: Go to [Options > Emulator > Real Time Clock] and make sure it is Checked

Step 9: Make sure [Options > Emulator > Save Type > Automatic] is Checked.

Step 10: See to it that [Options > Emulator > Save Type > Flash 128K] is Checked.

Step 11: Open up your Directory options by going to [Options > Emulator > Directories]

Step 12: On Rom browse through your directories until you find the ROMS folder

**locate the folder named ROM [the one that u have created]

Step 13: Repeat for GB Rom to the same directory folder.

Step 14: Repeat for Battery, except find the BATTERY/1 folder ((/Pokémon 180/BATTERY/1)

Step 15: Repeat for Save Game, except find the SAVES/1 folder ((/Pokémon 180/SAVES/1)

**…./SAVES/1 (locate the ‘1’ folder)

Step 16: Repeat for Capture, except find the Capture (/1) folder ((/Pokémon 180/CAPTURE (/1))

**…./CAPTURE/1 (locate the ‘1’ folder)

Step 17: Close VBA 1.8.0.

Step 18: Look in your Pokémon 180 folder. You should see a file which is called VBA1.ini. Copy it into the same directory with and call it "VBA2.ini".

***select VAB1 and select copy. Then make 3 more copies of that file in the same folder. Ie. VAB1, VBA2, VBA3, VBA4

Step 19: Open VBA2.ini using a program such as notepad.

Step 20: Find the line which begins "batteryDir=" replace the final "/1" with "/2"

Step 21: Repeat for "saveDir" and, if you chose to do it for CAPTURE, "captureDir="

Step 22: Save and close VBA2.ini

Step 23: Repeat creating "VBA3.ini" and "VBA4.ini" and replacing the "/1" with "/3" and "/4" respectively.

Step 24: Copy VBA1.ini, VBA2.ini, VBA3.ini and VBA4.ini to the Pokemon 172 folder.

Step 25: In turn, open up VBA1.ini to VBA4.ini and find the lines begging "romdir=", "gbromdir=", "batteryDir=", "saveDir=" and "captureDir=" and replace the part of the directory line that says "Pokémon 180" with "Pokémon 172". Save and Close.

 

 

Now…..for trading use VBA 1.7.2 (1.8.0 usually doesn’t work)

Step 1: Open VBA Link 1.7.2 once.

Step 2: Open VBA Link 1.7.2 again. This means you have 2 VBAs open, (note you are opening the SAME "VBA.exe" file each time)

**Make sure the Link Timeout in [Options > Link] is set to between 1000 and 3000 (I use 2000) on both open VBAs.

** Make sure [Options > Frame Skip] is set to about 2 on both open VBAs.

** Make sure [Options > Throttle > No Throttle] is Checked on both open VBAs.

** Make sure [Options > Emulator > Speed Up Toggle] is Unchecked on both open VBAs.

** Very Important, make sure [Options > Emulator > Pause When Inactive Window] is Unchecked

Set the default joy pad for emulator 1 as joypad 1 and for the second emulator select any other joypad.

**I would suggest you to configure joypad 2 as per your convenience and select that for the second emulator

Now,

Load a rom in each of them.

You must have at least two Pokémon in order to enable trading.

Go up…to the trading centre.

Use the first emulator: go talk to the person who is in charge of the trading.

Once you say yes (i.e. you want to trade, the game will save)

When it says ‘waiting for the other player (or, something of that sort)’,> use the second emulator.>talk to that girl and after saving she will take you inside the trading chamber.

**it is very important to make sure that you didn't change your joypad settings, or any other emulator settings during the trade (because the trade WILL FAIL)

Read more

Saturday, January 16, 2010

HOW TO USE RSS FEED

0

 

 

Reading RSS feeds is pretty easy. here is what you do:

  1. download a RSS reader software.

here are a few of them you might find handy:

[ click on the link to download the respective readers ]

i would recommend feeddemon, as i’m using this now. the interface is simple, and its good for newbie's. and the best thing is… ITS FREE

once the download is complete install the software.

now, here is how to subscribe to RSS feeds:

go the the respective site.

1

 

look out the the option RSS in that page [ if you don’t see the option there, in the home page, then most probably the site doesn’t have RSS feeds ]

 

 

now, right click on the RSS link similar to the one highlighted  in the picture below. then select, copy link location.

2

for some sites you will have to click on that link and then choose which news feeds you want to obtain.

 

6

when that's done, you will be able to generate a RSS feed link. now, copy the link.

 

go to your RSS reader

3

 

select SUBCRIBE.

the link should get auto pasted in the URL box if you are using feeddemon.

4

if not, then just paste it there.

5

now just keep selecting next > next > and so on [ i.e. if you have no manual selections to make ] to finish setting up the feed news.

you are done!

7

ENJOY THE RSS NEWS FEEDS.

Read more

Wednesday, December 16, 2009

SHARING FILES VIA TORRENT

1

 

well… the process is quite similar to that of the previous post on how to upload torrents to a tracker/site.

you just have to know/have a few things before getting started:

1. your IP address

2. a proper client to carryout the whole process

 

Note:

*** THIS WILL ONLY WORK FOR INTERNET CONNECTION WITH A REAL IP****

 

now,

1. go to the client and select the option Create new torrent

2. select the file/folder you want to make the torrent of.2

 

1

3. in the box for the tracker type this:

http://your_ip_address:port/announce

3

 

4. check the box for private torrent and start seeding.

4

5. once these are all done, click create and save as…    button

 

6. when the torrent is created save it ( anywhere | desktop recommended as its easier to find )

 

5

6

7. to share, just give the other person your .torrent file that you have saved earlier.

you are done!

 

Warning: Using the embedded tracker requires you to have the same IP address and the same port as long as the torrent is active. This means if you use a dynamic IP and randomized port and get disconnected from the internet, your IP and port will get reset, and the torrent will die.

Read more

Wednesday, December 2, 2009

Google Wave

0

here are a few bots that might come in handy(for new users):


groupy-robot@appspot.com


letwavetalk@appspot.com


wavelivemessenger@appspot.com


aunt-rosie@appspot.com


Bingybot@appspot.com


blog-wave@appspot.com


chart-bot@appspot.com


deciwave@appspot.com


stylechart@appspot.com


yitmebot@appspot.com


taggy-wave@appspot.com


seekdroid@appspot.com


descriptions will be added soon

Read more

 
Design by ThemeShift | Bloggerized by Lasantha - Free Blogger Templates | Best Web Hosting