Labels

Welcome to my site

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Monday, August 29, 2011

Adding Cookies without Add-Ons

just go to the website u want to download from, paste the script into the adress bar and press enter

Megaupload:

Code:
javascript:hf="http://www.megaupload.com/";if(location.href.indexOf("www.megaupload.com")==-1){g=confirm("Make%20sure%20if%20you%20are%20on%20Megaupload%20page,%20click%20OK%20to%20direc ​ t-to%20Megaupload%20now!");if(g)location.href=hf;void(0);}else{c=prompt("Insert%20your%20Megaupload%20Cookie","cookie%20Megaupload");if(c){r=confirm("Rememeber%20this%20cookie?");d=new%20Date();nd=new%20Date(d.getFullYear()+1,2,11);void(document.cookie="user="+c+";domain=.megaupload.com;path=/;"+(r?"expires="+nd:""));location.href=hf}void(0)}

Fileserve:
Code:
javascript:hf="http://www.fileserve.com/";if(location.href.indexOf("www.fileserve.com")==-1){g=confirm("Make%20sure%20if%20you%20are%20on%20fileserve%20page,%20click%20OK%20to%20direct ​ -to%20fileserve%20now!");if(g)location.href=hf;void(0);}else{c=prompt("Insert%20your%20fileserve%20Cookie","cookie%20fileserve");if(c){r=confirm("Remember%20this%20cookie?");d=new%20Date();nd=new%20Date(d.getFullYear()+1,2,11);void(document.cookie="cookie="+c+";domain=.fileserve.com;path=/;"+(r?"expires="+nd:""));location.href=hf}void(0)}

Hotfile:
Code:
javascript:hf="http://hotfile.com/";if(location.href.indexOf("http://hotfile.com")==-1){g=confirm("Make%20sure%20if%20you%20are%20on%20Hotfile%20page,%20click%20OK%20to%20direct-to%20Hotfile%20now!");if(g)location.href=hf;void(0);}else{c=prompt("Insert%20your%20Hotfile%20Cookie","cookie%20hotfile");if(c){r=confirm("Remember%20this%20cookie?");d=new%20Date();nd=new%20Date(d.getFullYear()+1,2,11);void(document.cookie="auth="+c+";domain=.hotfile.com;path=/;"+(r?"expires="+nd:""));location.href=hf}void(0)}

Rapidshare:
Code:
javascript:hf="http://rapidshare.com/";if(location.href.indexOf("http://rapidshare.com")==-1){g=confirm("Make%20sure%20if%20you%20are%20on%20RapidShare%20page,%20click%20OK%20to%20direc ​ t-to%20Rapidshare%20now!");if(g)location.href=hf;void(0);}else{c=prompt("Insert%20your%20Rapidshare%20Cookie","cookie%20Rapidshare");if(c){r=confirm("Remember%20this%20cookie?");d=new%20Date();nd=new Date(d.getFullYear()+1,2,11);void(document.cookie="enc="+c+";domain=.rapidshare.com;path=/;"+(r?"expires="+nd:""));location.href=hf}void(0)}

Filesonic [Credits go to DvL]
Code:
javascript:hf="http://www.filesonic.com/";if(location.href.indexOf("www.filesonic.com")==-1){g=confirm("Make%20sure%20if%20you%20are%20on%20filesonic%20page,%20click%20OK%20to%20direct ​ รข€‹-to%20filesonic%20now!");if(g)location.href=hf;void(0);}else{c=prompt("Insert%20your%20filesonic%20Cookie","cookie%20filesonic");if(c){r=confirm("Remember%20this%20cookie?");d=new%20Date();nd=new%20Date(d.getFullYear()+1,2,11);void(document.cookie="cookie="+c+";domain=.filesonic.com;path=/;"+(r?"expires="+nd:""));location.href=hf}void(0)}
Wupload[Credits to BK]
Code:
javascript:hf="http://wupload.com/";if(location.href.indexOf(":\/\/www.wupload.com")==-1){g=confirm("Cliquez%20OK%20pour%20aller%20sur%20wupload.com\n");if(g)location.href=hf;void(0);}else{c=prompt("Entrez%20votre%20cookie%20wupload.com%20ici%20","Cookie%20wupload");if(c){r=confirm("Enregistrer%20ce%20cookie?");d=new%20Date();nd=new%20Date(d.getFullYear()+1,2,11);void(document.cookie="PHPSESSID
="+c+";domain=.wupload.com;path=/;"+(r?"expires="+nd:""));location.href=hf}void(0)}

Friday, August 26, 2011

Windows XP 2011

Windows XP downloads

part 1

part 2

part 3

part 4

K-Lite Codec Pack 700 Full Free Download

K-Lite Codec Pack 700

Download

pass: exotic

Desktop notification for Facebook

This is a free ware. By using this software you can easily share your status, comment and also can get free Facebook notification on desktop.

Facebook notification:

Download

Deleting temp file by Note pad with one click

 

Open Note pad

Type the following:

@echo off

@echo.

del “C:\WINDOWS\Temp” /s /q
del “C:\Documents and Settings\User_Name\Recent” /s /q
del “c:\Documents and Settings\User_Name\local settings\temp” /s /q
del “c:\Documents and Settings\User_Name\local settings\history” /s /q
del “c:\Documents and Settings\User_Name\local settings\temporary” /s /q
del “C:\Documents and Settings\User_Name\Application Data\Microsoft\Office\Recent” /s /q
del “C:\Documents and Settings\User_Name\Local Settings\Temporary Internet Files” /s /q
del “C:\WINDOWS\system32\1054″ /s /q
del “c:\windows\prefects” /s /q
del “C:\Program Files\Uninstall Information” /s /q
del “c:\Documents and Settings\User_Name\Cookies” /s /q
del “C:\WINDOWS\Offline Web Pages” /s/q
del “C:\WINDOWS\Prefetch” /s/q
del “C:\WINDOWS\system32\wbem\Logs\*.log” /s/q
del “C:\WINDOWS\*.log” /s/q
msg %username% “Remover – By User_Name ”
exit
pause
@end

*Save file as (Clear.bat)

*Save as type : All files

Double click the button.

Done.

Refresh all hard drives by one click

 

Open Notepad

Type the following:

 

Echo Off
cd/
tree
C:
Tree
D:
Tree
E:
Tree
F:
Tree
G:
Tree
H:
Tree
I:
Tree
J:
Tree
K:
Tree
L:
Tree
M:
Tree
N:
Tree
O:
Tree
P:
Tree
Q:
Tree
R:
Tree
S:
Tree
T:
Tree
U:
Tree
V:
Tree
W:
Tree
X:
Tree
Y:
Tree
Z:
Tree

Save it as

(Refresh all drive.cmd)

Click it!

Make fast internet for Symbian phones

First  go to Settings.

Then go to phone settings.

Then go to applications Settings.

Go to Positioning.

Then go to the positioning server.

There you will find a settings

Change it like the following

h-slp.mcc015.mcc234.pub.3gppnetwork.org

Restart The phone.

Done.