VbScript - Funny :) but Harmful :(

'#######################
'## robmind@gmail.com ##
'#######################

'## (i am fresh in vbscipt)
'## First of all, if you work on the Win32 system, you can command as manual with script, such as vbscript or jscript
'## if you use this, you should write this lines in any file, then save as "anyfile.vbs" and run it.
'## for example
'## this file name is "anyfile.vbs"
Set ws = createobject("Wscript.shell")
ws.run "calc"
'## Assigns an object reference to a variable or property, or associates a procedure reference with '## an event

'## Usage:
Set object.eventname = GetRef(procname)

'## For example:
'## if you want to operate a procedure (Notepad or any), you should use this method.

'## this line is required:
'## started to notepad
Set ws = createobject("Wscript.shell")
ws.run "notepad"

'## but, if you become bad (or worsen),
'## why? ws.run only is operated only one time
'## with this parameter
'## it is operated five time
Set ws = createobject("Wscript.shell")
For I = 1 To 5
ws.run "notepad"
Next


'## in endless times, notepad try to work with this method,
'## but, you can occur suddenly you computer
'## not use in your computer, you can be damage, Please!
'## (kendi bilgisayarında bu satırı deneme, lütfen..!)
Set ws = createobject("Wscript.shell")
For I = 1 To 5000
ws.run "notepad"
Next

'## bye...

Google ve Unknowns (Maybe, a few)

---------------------------------------
--Google Plex Wowww
http://www.google.com/plex/index.html
---------------------------------------
--Google CodeJum
http://www.google.com/codejam/index.html
---------------------------------------
--Google Happy Mothers Day
http://www.google.com/moms01/
http://www.google.com/moms/
---------------------------------------
--Google Valentine's Day
http://www.google.com/heart/
---------------------------------------
--Google Press Center
http://www.google.com/press/
---------------------------------------
--Google University Search
http://www.google.com/intl/en/universities.html
---------------------------------------
--Google Wml
http://www.google.com/wml/search
---------------------------------------
--Google Logos
(1,2......10)
http://www.google.com/doodle1.html
http://www.google.com/doodle10.html

http://www.google.com/dilbert.html
http://www.google.com/doodle.html
----------------------------------------
--Google BackLinks
http://services.google.com/marketing/links/trekfan2006/
----------------------------------------
--Google Custom Search
http://www.google.com/custom
----------------------------------------
--Google News Xml Output
http://www.google.com/news?output=xhtml
----------------------------------------
--Google IE
http://www.google.com/ie OR link
----------------------------------------
--Google Movies Search
http://www.google.com/movies
----------------------------------------
--Google Patent Search
http://www.google.com/ptshp?oe=UTF-8&hl=en&tab=ft
----------------------------------------
--Google Search Music
http://www.google.com/musicsearch?q=t&btnG=Search+Music
----------------------------------------
--Google Product Search
http://www.google.com/prdhp?ie=UTF-8&oe=UTF-8&hl=en&tab=if
----------------------------------------
--Different Login Page
https://www.google.com/accounts/ServiceLoginBoxAuth
link-2
----------------------------------------
--Google Adsense JavaScripts
https://www.google.com/adsense/signup-resources/3502596534-controllers.js
https://www.google.com/adsense/javascript/address/2069104706-addressjs.js
----------------------------------------
--Empty Page
http://www.google.com/ig/cache/
http://www.google.com/gen_204
----------------------------------------
--Google Reader
http://www.google.com/reader/clip-creator/
http://www.google.com/reader/clip-creator/user/-/state/com.google/broadcast
----------------------------------------
--Shakespeare
http://www.google.com/shakespeare
----------------------------------------
--Google Gapminder
http://www.google.com/tools/gapminder/
----------------------------------------
-- google wap
http://www.google.com.tr/m
http://www.google.com.tr/wapsearch
http://www.google.com/sprint_xhtml
----------------------------------------
--google government search
http://www.google.com.tr/unclesam
----------------------------------------
--google translate
http://www.google.com.tr/translate_t
----------------------------------------
--google univ
http://www.googlesyndicatedsearch.com/u/
http://www.google.com.tr/u/
----------------------------------------
-- i dont know!
http://www.google.com.tr/uds/
----------------------------------------
--sms
http://www.google.com.tr/sms/
http://www.google.com.tr/intl/en_us/mobile/sms/
----------------------------------------
--google web history
http://www.google.com.tr/reviews/search
----------------------------------------
--funny
http://www.google.com.tr/relpage/
----------------------------------------
--pda search
http://www.google.com.tr/pda/search
----------------------------------------
--jsky search
http://www.google.com.tr/jsky/search
----------------------------------------
--Google Base
http://www.google.com/base/
----------------------------------------

Alert: "Firefox is Running..." |Solution|

I want to write a bash script to fix the firefox crashing with my friend (~necdet). This script works incomplete because of some errors (~null exception etc..). This is;

###############################################
#!/bin/sh

export men=$(pidof firefox-bin)
cd ~
for x in $(find .mozilla | grep lock); do
rm $x
done
echo "Step(1/2).."

#if[ "$men" -eq 0 ] then
if [ $men -lt 10000000 ];
then
kill -9 $(pidof firefox-bin)
echo "Step(2/2).."
echo "OK..!"
exit 1

else
echo "Firefox Already Running"
exit 1
fi

###############################################

with helping CanBurak, i fix them...

Finally,

###############################################

# # # # # # # # # # # # # # # # #
# Hakan Ilgar #
# robmind@gmail.com #
# # # # # # # # # # # # # # # # #

#!/bin/sh

if [ "$(pidof firefox-bin)" == "" ];
then
echo "Firefox isnot Running!"
else

#if $? == 0
#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
#xxxxx Other, File finding alternatives by CanBurak xxxxxxxx
#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# for x in $(find ~/.mozilla | grep lock); do
# rm $x
# done
#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# find ~/.mozilla | grep lock | while read line; do
# rm $line
# done
#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# find ~/.mozilla | grep lock | xargs rm
#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# find -name lock -exec rm {} \;
#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
find -name lock | xargs rm

echo "Step(1/2).."
echo "-----------"
kill -9 $(pidof firefox-bin)
echo "Step(2/2).."
echo "-----------"
echo "OK..!"
exit 1
fi


###############################################

Google BlackList Database

http://sb.google.com/safebrowsing/update?version=goog-black-url:1:1
http://sb.google.com/safebrowsing/update?version=goog-black-url:1:7998
http://sb.google.com/safebrowsing/update?version=goog-white-domain:1:19,goog-white-url:1:371,goog-black-url:1:7693,goog-black-enchash:1:15282
http://sb.google.com/safebrowsing/update?version=goog-black-url:1:7753
http://sb.google.com/safebrowsing/update?versio=goog-black-url:1:0000

Url Fun :)

www.google.com
dec:1113982819
hexdec:42660763
Hex:7777772E676F6F676C652E636F6D
md5:0a137b375cc3881a70e186ce2172c8d1
binary:
0111011101110111011101110010111001100111011011110110
111101100111011011000110010100101110011000110110111101101101
base64:d3d3Lmdvb2dsZS5jb20=

For example;
you can write this 1113982819 in adress bar.
then go on www.google.com :)