Selamat Datang Orang Gila !!! .:: Welcome Lunatic ::.

Free BSD Router with PPPOE Dial


a. Device Configutarion

> cat /etc/rc.conf
sshd_enable=”YES”
fsck_y_enable=”YES”
gateway_enable=”YES”
natd_interface=”tun0″
ifconfig_xl0=”up”
ifconfig_xl1=”inet 192.168.10.10 netmask 255.255.255.0″
hostname=”router.yourhostname”
ppp_enable=”YES”
ppp_mode=”ddial”
ppp_profile=”speedy”
ppp_nat=”YES”

b. Firewall, IDS, Deamon Configuration

> cat /etc/rc.local
/usr/local/bin/portsentry -tcp
/usr/local/bin/portsentry -udp
/sbin/ipfw add deny tcp from any to any 135-137
/sbin/ipfw add deny udp from any to any 135-137
/sbin/ipfw add deny tcp from any to any 6257
/sbin/ipfw add deny udp from any to any 6257
/sbin/ipfw add deny tcp from any to any 6699
/sbin/ipfw add deny udp from any to any 6699
/sbin/ipfw add deny tcp from any to any 2754
/sbin/ipfw add deny udp from any to any 2754
/sbin/ipfw add deny tcp from any to any 2535
/sbin/ipfw add deny udp from any to any 2535
/sbin/ipfw add deny tcp from any to any 4661-4672
/sbin/ipfw add deny udp from any to any 4661-4672
/sbin/ipfw add deny tcp from any to any 1214
/sbin/ipfw add deny udp from any to any 1214
/sbin/ipfw add deny tcp from any to any 1024
/sbin/ipfw add deny udp from any to any 1024
/sbin/ipfw add deny tcp from any to any 6881-6889
/sbin/ipfw add deny udp from any to any 6881-6889
/sbin/ipfw add deny tcp from any to any 6346-6347
/sbin/ipfw add deny udp from any to any 6346-6347
/sbin/ipfw add deny tcp from any to any 8000
/sbin/ipfw add deny udp from any to any 8000
/sbin/ipfw add deny tcp from any to any 8372
/sbin/ipfw add deny udp from any to any 8372
/sbin/ipfw add deny tcp from any to any 8360
/sbin/ipfw add deny udp from any to any 8360
/usr/local/squid/sbin/squid -D
/sbin/ipfw add 350 fwd 192.168.10.10,3128 tcp from 192.168.10.0/24 to any www

c. Simple squid configuration

> cat squid.conf
http_port 192.168.10.10:3128
icp_port 3130
icp_query_timeout 0
maximum_icp_query_timeout 5000
mcast_icp_query_timeout 2000
dead_peer_timeout 10 seconds
hierarchy_stoplist cgi-bin ? js
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 8 MB
cache_swap_low 90
cache_swap_high 95
maximum_object_size 4096 KB
minimum_object_size 0 KB
maximum_object_size_in_memory 8 KB
ipcache_size 1024
ipcache_low 90
ipcache_high 95
cache_replacement_policy lru
memory_replacement_policy lru
cache_dir diskd /cache 3000 16 256 Q1=72 Q2=64
cache_access_log /usr/local/squid/var/logs/access.log
cache_log /usr/local/squid/var/logs/cache.log
cache_store_log none
emulate_httpd_log off
log_ip_on_direct on
ftp_user areksitiung@yahoo.com
wais_relay_port 0
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
quick_abort_min 16 KB
quick_abort_max 16 KB
quick_abort_pct 95
negative_ttl 5 minute
positive_dns_ttl 6 hour
negative_dns_ttl 5 minute
range_offset_limit 0 KB
acl porn url_regex “/usr/local/squid/etc/bokep.txt”
acl noporn url_regex “/usr/local/squid/etc/nobokep.txt”
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl handikanet src 192.168.10.0/24
acl SSL_ports port 443 563
acl irc_ports port 6667
acl Safe_ports port 80
acl Safe_ports port 21
acl Safe_ports port 443 563
acl Safe_ports port 70
acl Safe_ports port 210
acl Safe_ports port 1025-65535
acl Safe_ports port 280
acl Safe_ports port 488
acl Safe_ports port 591
acl Safe_ports port 777
acl CONNECT method CONNECT
http_access deny porn !noporn
http_access allow manager localhost
http_access allow handikanet
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow CONNECT !irc_ports
http_access deny all
icp_access allow all
connect_timeout 2 minute
peer_connect_timeout 30 seconds
read_timeout 15 minute
request_timeout 30 second
client_lifetime 5 day
pconn_timeout 120 second
shutdown_lifetime 30 second
cache_mgr yourmail@yahoo.com
cache_effective_user squid
cache_effective_group squid
visible_hostname proxy.yourhostname.com

logfile_rotate 10
forwarded_for on
log_icp_queries off
icp_hit_stale off
minimum_direct_hops 4
minimum_direct_rtt 400
store_avg_object_size 13 KB
store_objects_per_bucket 20
client_db off
netdb_low 900
netdb_high 1000
netdb_ping_period 5 minutes
query_icmp on
test_reachability on
nonhierarchical_direct off
prefer_direct on
ignore_unknown_nameservers on
high_memory_warning 0
store_dir_select_algorithm round-robin
ie_refresh on
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
#acl magic_words1 url_regex -i 192.168.10.
#acl magic_words2 url_regex -i .update .ftp .torrent .exe .vqf .rpm .zip .rar

.tar.gz .iso .mpeg .mp3 .mpe .mpg .qt .ram .rm .raw .wav .wmv .mov .avi .gp3

.fla .dat
delay_pools 3
delay_class 1 2
delay_parameters 1 -1/-1 -1/-1
delay_access 1 allow magic_words1
delay_class 2 2
delay_parameters 2 8000/80000 8000/80000
delay_access 2 allow magic_words2

Read More..

Konfigurasi Awal Setelah Menginstall FreeBSD

Berikut ini merupakan langkah-langkah untuk konfigurasi minimal yaitu :0. melihat status ethenet komputer :

# ifconfig -a

1. buat IP di mesin
# ifconfig nve0 inet 167.205.3.5 netmask 255.255.255.224 up

2. mengatur gateway
# route add default 167.205.3.1

3. mengatur rc.conf
# cd /etc
# vi rc.conf
, lakukan konfigurasi awal :

usbd_enable=”YES”
ifconfig_nve0=”inet 167.205.3.5 netmask 255.255.255.192″
hostname=”oracle.arc.itb.ac.id”
sshd_enable=”YES”

* sshd_enable berfungsi awal mesin dapat kita lakukan ssh

4. mengatur resolv.conf
# cd /etc
# vi resolv.conf
, lakukan konfigurasi awal :

domain arc.itb.ac.id
nameserver 167.205.3.1

5. mengatur make.conf
# cd /etc
# vi make.conf
, lakukan konfigurasi awal :

#CFLAGS= -O -pipe
#COPTFLAGS= -O -pipe
#NOPROFILE= true
NO_PF=true
FETCH_ENV= ftp_proxy=http://cache.itb.ac.id:8080/
FETCH_ENV= http_proxy=http://cache.itb.ac.id:8080/
#FETCH_ENV= HTTP_PROXY=http://167.205.3.4:8888/
MASTER_SITE_OVERRIDE=ftp://ftp.itb.ac.id/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/
#MASTER_SITE_OVERRIDE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/

BATCH=YES
WITHOUT_X11=YES
SKIP_DNS_CHECK=YES
CRYPT_DES=0
PORT_REPLACES_BASE_BIND8=YES
PORT_REPLACES_BASE_BIND9=YES
WITHOUT_ALT_CONFIG_PREFIX=YES
WITH_OPENSSL_PORT=YES

#*REMOVE* OPENSSL_OVERWRITE_BASE=NO

# added by use.perl 2005-11-29 16:28:51
PERL_VER=5.8.7
PERL_VERSION=5.8.7

6. restart konfigurasi di /etc/rc.conf
# sh /etc/rc

7. memeriksa koneksi jaringan

Read More..

Router dengan FreeBSD


source = http://dedenthea.wordpress.com/2007/01/31/router-dengan-freebsd/

Note : Sebelum install mending buat netscafe dolo, idupin TV atau mp3 P

1. Install freeBSD melalui CDRoom/Ftp/DOS.
( saya gunakan freeBSD.4.9-RELEASE )

2. setelah tahap install selesai, lalu isikan ip address untuk Routernya.

ketik command :

/stand/sysinstall –> Configure –> Networking –> Interfaces –> rl0/rl1

Note :

rl0 ==> dalam hal ini di artikan eth0 jika di linux.
rl1 ==> dapat di artikan eth1 di linux

3. OK sekarang untuk membuat Router dan Squid kita coba lakukan Kompile kernel
dengan option pendukung :

cd /usr/src/sys/i386/conf

cp GENERIC ROUTER —> copy kernel asli jika kemudian terjadi masalah
bisa kembali ke awal P

a. OK lalu masukan option-optin di bawah ini :

ident ROUTER #pastikan ident sama dengan nama kernel

options IPDIVERT #option untuk NAT
#option untuk firewall dan forward
options IPFILTER
options IPFILTER_LOG
options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPFIREWALL_VERBOSE_LIMIT
options IPFIREWALL_FORWARD

b. kemudian kita kompile kernelnya :
config ROUTER
cd ../../compile/ROUTER
make depend && make && make install

( setelah selesai coba reboot dengan single User mode ).

4. Lanjutkan dengan Installasi Squid :
( saya menggunakan squid-2.5.STABLE7.tar.gz )

Download file squid versi squid-2.5.STABLE7.tar.gz dari google P
fetch http://hostname/squid-2.5.STABLE7.tar.gz —-> fetch = wget

tar -zxvf squid-2.5.STABLE7.tar.gz

./configure \
–prefix=/usr/local/squid \
–exec-prefix=/usr/local/squid \
–enable-delay-pools \
–enable-cache-diggests \
–enable-poll \
–disable-ident-lookups \
–enable-snmp

make
make install

5. setelah selesai lanjutkan ke bagian konfigurasi squid nya :

ee /usr/local/squid/etc/squid.conf —> edit squid.conf
#dibawah ini contoh penggalan isi dari squid.conf

#direktory cache dan log
cache_dir ufs /usr/local/squid/var/cache 512 16 256
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log

#group dan user squid
cache_effective_user squid
cache_effective_group squid

6. Lanjutkan ke bagian user group dan dir untuk cache dan logs nya :
mkdir /usr/local/squid/var/cache —–> bikin dir cache dan logs (kalau belum ada).

mkdir /usr/local/squid/var/logs

pw groupadd squid —–> buat group squid

pw useradd squid -g squid -d dev/null -s etc/shells —–> buat user squid

chown -R squid:squid /usr/local/squid/var/cache —> rubah permisions untuk cache lognya

chown -R squid:squid /usr/local/squid/var/logs

/usr/local/squid/sbin/squid -z —–> jalankan command ini untuk membuat swap dir.

7. Ok setelah semuah konfigurasi selesai coba jalankan squidnya :

/usr/local/squid/sbin/squid -D -f /usr/local/squid/etc/squid.conf

ps ax|grep squid —> ketikan command ini untuk memastikan squidnya jalan.
setelah itu coba cek apa squid benar-benar OK :

tail -f /var/log/messages

tail -f /var/log/squid/cache.log

8. Untuk mempermudah gunakan script ini sebagai alat bantu P

ee /usr/sbin/squid.sh —> buat file shell.

chmod 755 squid.sh —> lakukan perubahan permision file.

———————– Cut di sini ———————————

#!/bin/sh
echo -n ‘ Squid ‘
case “$1″ in
start)
/usr/local/squid/sbin/squid -D -f /usr/local/squid/etc/squid.conf
;;
stop)
/usr/local/squid/sbin/squid -k shutdown
;;
restart)
/usr/local/squid/sbin/squid -k reconfigure
;;
*)
echo “Usage: `basename $0` {start|stop|restart}”
;;
esac

———————– Cut di sini ———————————

Nah… jadi jika ingin men stop atau me-run kan squid tinggal gunakan command :

/usr/sbin/squid.sh start —> ( gunakan start, stop atau restart ).
9. OK squid sudah beres sekarang masuk ke konfigurasi ip forward nya P

ee /etc/sysctl.conf —-> edit file sysctl.conf

net.inet.ip.forwarding=1 —> masukan option forward.
sekarang pastikan command di bawah ini pada file rc.conf anda :

ee /etc/rc.conf —–> edit file rc.conf

gateway_enable=YES
firewall_enable=YES
firewall_type=OPEN

natd_enable=YES
natd_interface=”rl0″
inetd_enable=YES

router_enable=YES
named_enable=YES
sshd_enable=YES

ifconfig_rl1=”inet ip_local netmask local_mask”
ifconfig_rl0=”inet ip_public netmask public_mask”

10. Langkah terakhir rule untuk ip forwardnya agar lebih aman masukan langsung rule nya
ke file rc.local .. so sewaktu server di reboot bisa di bacanya hehehe….
btw sekalian squidnya jugak boleh jadi coba pastekan aja langsung file di bawah ke rc.local :

ee /etc/rc.local —> edit file rc.local

/sbin/ipfw -f flush
/sbin/ipfw add divert natd all from any to any via rl0
/sbin/ipfw add pass all from any to any
/sbin/ipfw add 00050 fwd 192.168.0.254,3128 tcp from any to any 80 via rl1

/usr/sbin/squid.sh start

Read More..

Load Balancing TP LInk

ID WAN Port Address Type protocol IP address(es) Port(s) Status Modify 1 prior to W2 dest IP to WAN ALL 0.0.0.0-255.255.255.255 1-1000 Enabled 2 prior to W1 source IP from LAN ALL 0.0.0.0-255.255.255.255 1001-3127 Enabled 3 prior to W2 source IP from LAN ALL 0.0.0.0-255.255.255.255 3128 Enabled 4 prior to W1 source IP from LAN ALL 0.0.0.0-255.255.255.255 3129-5049 Enabled 5 prior to W2 source IP from LAN ALL 0.0.0.0-255.255.255.255 5050-5061 Enabled 6 prior to W1 source IP from LAN ALL 0.0.0.0-255.255.255.255 5062-6660 Enabled 7 prior to W2 source IP from LAN ALL 0.0.0.0-255.255.255.255 6661-7000 Enabled 8 prior to W1 source IP from LAN ALL 0.0.0.0-255.255.255.255 7001-8079 Enabled 9 prior to W2 source IP from LAN ALL 0.0.0.0-255.255.255.255 8080 Enabled 10 prior to W1 source IP from LAN ALL 0.0.0.0-255.255.255.255 8081-65176 Enabled

Read More..

FILTER Mikrotik

2000 Cracks 6776 TCP
Acid Battery 32418 TCP
Acid Battery 2000 52317 TCP
Acid Shivers 10520 TCP
Agent 31 31 TCP
Agent 40421 40421 TCP
Aim Spy 777 TCP
Ajan 25 TCP
Ambush 10666 UDP
AntiGen 25 TCP
AOL Trojan 30029 TCP
Attack FTP 666 TCP
Back Construction 666/5400/5401 TCP
Back Door Setup 5000/5001/7789 TCP
Back Orifice 31337/31338 UDP
Back Orifice 2000 8787/54320/54321 TCP
Back Orifice DLL 1349 UDP
BackDoor 1999 TCP
BackDoor-G 1243/6776 TCP
BackDoor-QE 10452 TCP
BackDoor-QO 3332 TCP
BackDoor-QR 12973/12975 TCP
BackFire 31337 UDP
Baron Night 31337 TCP
Big Gluck (TN) 34324 TCP
BioNet 12349 TCP
Bla 1042/20331 TCP
Black Construction 21 TCP
Blade Runner 21/5400-5402 TCP
BO client 31337 TCP
BO Facil 5556/5557/31337 TCP
Bo Wack 31336 TCP
BoBo 4321 TCP
BOWhack 31666 TCP
BrainSpy 10101 TCP
Bubbel 5000 TCP
BugBear 36794 TCP
Bugs 2115 TCP
Bunker-Hill 61348/61603/63485 TCP
Cain e Abel 666 TCP
Chargen 9 UDP
Chupacabra 20203 TCP
Coma 10607 TCP
Cyber Attacker 9876 TCP
Dark Shadow 911 TCP
Death 2 TCP
Deep Back Orifice 31338 UDP
Deep Throat 41/2140/3150/6771 TCP
Deep Throat v2 2140/3150/6670/6711/60000 TCP
Deep Throat v3 6674 TCP
DeepBO 31337 UDP
DeepThroat 999 TCP
Delta Source 26274 UDP
Delta Source 47262 UDP
Der Spacher 3 1000/1001/2000/2001 TCP
Devil 65000 TCP
Digital RootBeer 2600 TCP
DMsetup 58/59 TCP
DNS 53 TCP
Doly Trojan 21/1010-1012/1015 TCP
Donald Dick 23476/23477 TCP
DRAT 48/50 TCP
DUN Control 12623 UDP
Eclipse 2000 3459 TCP
Eclypse 3801 UDP
Email Password Sender 25 TCP
Evil FTP 23456 TCP
Executer 80 TCP
File Nail 4567 TCP
Firehotcker 79/5321 TCP
Fore 21/50766 TCP
FTP - Trojan 21 TCP
FTP99cmp 1492 TCP
Gaban Bus 12345/12346 TCP
Gate Crasher 6969/6970 TCP
GirlFriend 21554 TCP
Gjamer 12076 TCP
Hack '99 KeyLogger 12223 TCP
Hack 'a' Tack 31780/31785/31787-31789 TCP
Hack 'a' Tack 31791/31792 UDP
HackCity Ripper Pro 2023 TCP
Hackers Paradise 31/456 TCP
HackOffice 8897 TCP
Haebu Coceda 25 TCP
Happy 99 25/119 TCP
Hidden Port 99 TCP
Hooker 80 TCP
Host Control 6669/11050 TCP
HVL Rat5 2283 TCP
icKiller 7789 TCP
ICQ (ICQ.com - community, people search and messaging service!) 1027/1029/1032 TCP
ICQ Revenge 16772/19864 TCP
ICQ Trojan 4590 TCP
Illusion Mailer 2155/5512 TCP
InCommand 9400 TCP
Indoctrination 6939 TCP
Infector 146 TCP
Infector 146 UDP
iNi-Killer 555/9989 TCP
Insane Network 2000 TCP
Invisible FTP 21 TCP
IRC-3 6969 TCP
JammerKillah 121 TCP
Kazimas 113/7000 TCP
Kuang2 25/17300/30999 TCP
Larva 21 TCP
Logged 20203 TCP
Masters' Paradise 31/3129/40421-40423/40425-40426 TCP
Mavericks Matrix 1269 TCP
Millenium 20000-20001 TCP
MiniCommand 1050 TCP
Mosucker 16484 TCP
Nephron 17777 TCP
Net Administrator 21/555 TCP
Net Controller 123 TCP
Netbios datagram (DoS Attack) 138 TCP
Netbios name (DoS Attack) 137 TCP
Netbios session (DoS Attack) 139 TCP
NetBus 12345-12346 TCP
NetBus Pro 20034 TCP
NetMetropolitan 5031 TCP
NetMonitor 7300-7301/7306-7308 TCP
NetRaider 57341 TCP
NETrojan 1313 TCP
NetSphere 30100-30103 TCP
NetSpy 1024/1033/31338-31339 TCP
NewApt 25 TCP
NoBackO 1200-1201 UDP
One of the Last Trojan (OOTLT) 5011 TCP
OpC BO 1969 TCP
PC Crasher 5637-5638 TCP
Phase Zero 555 TCP
Phineas Phucker 2801 TCP
Pie Bill Gates 12345 TCP
Portal of Doom 3700/9872-9875 TCP
Portal of Doom 10067/10167 UDP
Priority 6969/16969 TCP
Progenic 11223 TCP
ProMail Trojan 25/110 TCP
Prosiak 22222/33333 TCP
Psyber Stream Server 1024/1170/1509/4000 TCP
Rasmin 531/1045 TCP
RAT 1095/1097-1099/2989 TCP
RC 65535 TCP
Rcon 8989 TCP
Remote Grab 7000 TCP
Remote Windows Shutdown 53001 TCP
RingZero 80/3128/8080 TCP
Robo-Hack 5569 TCP
Satanz backDoor 666 TCP
ScheduleAgent 6667 TCP
School Bus 54321 TCP
Schwindler 21554/50766 TCP
Secret Agent 11223 TCP
Secret Service 605/6272 TCP
Senna Spy FTP Server 21/11000/13000 TCP
ServeMe 5555 TCP
ServeU 666 TCP
Shadow Phyre 666 TCP
Shit Heep 6912 TCP
ShockRave 1981 TCP
Shtirlitz 25 TCP
Sivka-Burka 1600 TCP
SK Silencer 1001 TCP
Socket25 30303 TCP
Sockets de Troie 5000-5001/30303/50505 TCP
SoftWAR 1207 TCP
Spirit 2001a 33911 TCP
SpySender 1807 TCP
Stealth 25 TCP
Stealth Spy 555 TCP
Streaming Audio trojan 1170 TCP
Striker 2565 TCP
SubSeven 1243/2773/6711-6713/6776/7000/7215
/27374/27573/54283 TCP
SubSeven Apocalypse 1243 TCP
Syphillis 10086 TCP
Tapiras 25 TCP
TCP Wrappers 421 TCP
TeleCommando 61466 TCP
Terminator 25 TCP
Terror Trojan 3456 TCP
The Invasor 2140/3150 TCP
The Prayer 2716/9999 TCP
The Spy 40412 TCP
The Thing 6000/6400 TCP
The Traitor 65432 TCP
The Traitor 65432 UDP
The Trojan Cow 2001 TCP
The Unexplained 29891 UDP
Tiny Telnet Server 23/34324 TCP
TransScout 1999-2005/9878 TCP
Trinoo 34555/35555 UDP
Truva Atl 23 TCP
Ugly FTP 23456 TCP
Ultor's Trojan 1234 TCP
Vampire 1020 TCP
Vampyre 6669 TCP
Virtual Hacking Machine 4242 TCP
Voice 1024/1170/4000 TCP
Voodoo Doll 1245 TCP
Wack-a-mole 12361-12362 TCP
Web Ex 21/1001 TCP
WhackJob 12631/23456 TCP
WinCrash 21/2583/3024/4092/5714/5741-5742 TCP
WinGate (socks-proxy) 1080 TCP
WinHole 1080/1082 TCP
WinNuke 135/139 TCP
WinPC 25 TCP
WinSatan 999 TCP
WinSpy 25 TCP
X-bill 12345-12346 TCP
Xplorer 2300 TCP
Xtcp 5550 TCP
Xtreme 1090 TCP
YAT 37651
—————————————————————-
IP/FIREWALL
add chain=input in-interface=”Link” protocol=tcp ou UDP dst-port=porta do virus
action=drop comment=”NOME DO VIRUS” disabled=no
——————————————————————
add chain=ICMP protocol=icmp limit=1,2 action=log log-prefix=”" comment=”log
it” disabled=no
——————————————————————-
;;; Lihatin Lognya
chain=input in-interface=externa src-address=0.0.0.0/0 protocol=tcp dst-port=7777 action=log prefix=7777
;;; Port Knocking SSH - Interface Externa
chain=input in-interface=externa src-address=0.0.0.0/0 protocol=tcp dst-port=7777 action=add-src-to-address-list address-list=ssh_ok address-list-timeout=2h
chain=input in-interface=externa src-address=0.0.0.0/0 protocol=tcp action=log
;;; Port Knocking SSH - Interface Externa
chain=input in-interface=externa src-address=0.0.0.0/0 protocol=tcp dst-port=80 action=add-src-to-address-list address-list=ssh_ok address-list-timeout=1h
;;; Acepto SSH Verificado - Port Knocking Interface Externa
chain=input in-interface=externa src-address=0.0.0.0/0 protocol=tcp dst-port=22 src-address-list=ssh_ok action=accept
;;; Dropeo Resto SSH
chain=input src-address=0.0.0.0/0 protocol=tcp dst-port=22 action=drop
—————————————————————————-
——————— 1 ——————————————————
/ip firewall filter add chain=AutoFirewall protocol=tcp dst-port=22-23 connection-state=new src-address-list=AutoFirewall-Stage3 action=reject reject-with=tcp-reset comment=”Autofirewall SSH - Block/Log” disabled=no
/ip firewall filter add chain=AutoFirewall protocol=tcp dst-port=22-23 connection-state=new src-address-list=AutoFirewall-Stage2 action=add-src-to-address-list address-list=AutoFirewall-Stage3 address-list-timeout=5m comment=”Autofirewall SSH - Stage3″ disabled=no
/ip firewall filter add chain=AutoFirewall protocol=tcp dst-port=22-23 connection-state=new src-address-list=AutoFirewall-Stage1 action=add-src-to-address-list address-list=AutoFirewall-Stage2 address-list-timeout=1m comment=”Autofirewall SSH - Stage2″ disabled=no
/ip firewall filter add chain=AutoFirewall protocol=tcp dst-port=22-23 connection-state=new action=add-src-to-address-list address-list=AutoFirewall-Stage1 address-list-timeout=1m comment=”Autofirewall SSH - Stage1″ disabled=no
/ip firewall filter add chain=input protocol=tcp dst-port=22-23 connection-state=new action=jump jump-target=AutoFirewall comment=”" disabled=no
/ip firewall filter add chain=forward protocol=tcp dst-port=22-23 connection-state=new dst-address-list=ProtectedAddressSpace action=jump jump-target=AutoFirewall comment=”" disabled=no
/ ip firewall address-list add list=ProtectedAddressSpace address=aa.bb.cc.dd/zz comment=”" disabled=no
/ ip firewall address-list add list=ProtectedAddressSpace address=aa.bb.cc.ee/zz comment=”" disabled=no
——————————————————————————
—————– 2 ———————————————————-
/ip firewall filter add chain=AutoFirewall protocol=tcp dst-port=22-23 connection-state=new src-address-list=AutoFirewall-Stage3 action=reject reject-with=tcp-reset comment=”Autofirewall SSH - Block/Log” disabled=no
/ip firewall filter add chain=AutoFirewall protocol=tcp dst-port=22-23 connection-state=new src-address-list=AutoFirewall-Stage2 action=add-src-to-address-list address-list=AutoFirewall-Stage3 address-list-timeout=5m comment=”Autofirewall SSH - Stage3″ disabled=no
/ip firewall filter add chain=AutoFirewall protocol=tcp dst-port=22-23 connection-state=new src-address-list=AutoFirewall-Stage1 action=add-src-to-address-list address-list=AutoFirewall-Stage2 address-list-timeout=1m comment=”Autofirewall SSH - Stage2″ disabled=no
/ip firewall filter add chain=AutoFirewall protocol=tcp dst-port=22-23 connection-state=new action=add-src-to-address-list address-list=AutoFirewall-Stage1 address-list-timeout=1m comment=”Autofirewall SSH - Stage1″ disabled=no
/ip firewall filter add chain=input protocol=tcp dst-port=22-23 connection-state=new action=jump jump-target=AutoFirewall comment=”" disabled=no
——————————————————————————
————- 3 ———————————————————————–
/ip firewall filter add chain=input protocol=tcp dst-port=1234 action=add-src-to-address-list address-list=list_a address-list-timeout=15s
/ip firewall filter add chain=input protocol=tcp dst-port=2345 src-address-list=list_a action=add-src-to-address-list address-list=list_b address-list-timeout=2h
/ip firewall filter add chain=input protocol=tcp dst-port=22 src-address-list=list_b action=accept
————————————————————————————-
———– 4 —————————————————————————–
/ ip firewall filter
add chain=input protocol=tcp dst-port=22 connection-limit=1,32
action=add-src-to-address-list address-list=ssh_logins
address-list-timeout=2m comment=”" disabled=no
add chain=input protocol=tcp dst-port=22 src-address-list=!ssh_logins
action=accept comment=”" disabled=no
——————————————————————————————–
——– 5 ———————————————————————
add chain=forward src-address=192.168.1.10 protocol=tcp src-port=21 content=”password incorrect” action=add-dst-to-address-list
address-list=ftp_logins address-list-timeout=1m comment=”" disabled=no
add chain=forward src-address-list=ftp_logins action=drop comment=”" disabled=no
———————————————————————————-
————— web proxy clean otomatic —————————————–
NAT Proxy
/ ip firewall nat add chain=dstnat src-address=10.0.0.0/16 dst-address=0.0.0.0/0 protocol=tcp dst-port=80
action=redirect to-ports=3126 comment=”Proxy” disabled=no
Proxy-off
/ system script add name=”Proxy-off” source=”/ip firewall nat set [/ip firewall nat find
comment=”Proxy”] disable=yes
n/ip web-proxy set enabled=no”
policy=ftp,reboot,read,write,policy,test,winbox,password
Proxy-limpacache
/ system script add name=”Proxy-limpacache” source=”/ip web-proxy clear-cache”
policy=ftp,reboot,read,write,policy,test,winbox,password
Proxy-on
/ system script add name=”Proxy-on” source=”/ip web-proxy set enabled=yes
n/ip firewall nat
set [/ip firewall nat find comment=”Proxy”] disable=no
n”
policy=ftp,reboot,read,write,policy,test,winbox,password
scheduler proxy-off
/ system scheduler add name=”control-proxy-off” on-event=Proxy-off start-date=nov/29/2006 start-time=02:30:00 interval=15d comment=”” disabled=no
scheduler proxy-limpacache
/ system scheduler add name=”control-proxy-limpacache” on-event=Proxy-limpacache start-date=nov/29/2006 start-time=02:31:00 interval=15d comment=”” disabled=no
scheduler proxy-on
/ system scheduler add name=”controle-proxy-on” on-event=Proxy-on start-date=nov/29/2006 start-time=02:40:00 interval=15d comment=”” disabled=no
———————————————————————————-
———————— Firewall Virus ———————————————-
/ ip firewall filter
add chain=Virus protocol=tcp dst-port=1434 action=drop comment=”port block
warning” disabled=no
add chain=Virus protocol=udp dst-port=1434 action=drop comment=”" disabled=no
add chain=Virus protocol=udp dst-port=2745 action=drop comment=”" disabled=no
add chain=Virus protocol=tcp dst-port=6344-6381 action=drop comment=”"
disabled=no
add chain=Virus protocol=udp dst-port=6344-6381 action=drop comment=”"
disabled=no
add chain=Virus protocol=tcp dst-port=1080 action=drop comment=”MyDoom”
disabled=no
add chain=Virus protocol=tcp dst-port=1214 action=drop comment=”" disabled=no
add chain=Virus protocol=tcp dst-port=593 action=drop comment=”" disabled=no
add chain=Virus protocol=tcp dst-port=1024-1030 action=drop comment=”"
disabled=no
add chain=Virus protocol=tcp dst-port=135-139 action=drop comment=”Blaster
Worm” disabled=no
add chain=Virus protocol=udp dst-port=135-139 action=drop comment=”Messenger
Worm” disabled=no
add chain=Virus protocol=tcp dst-port=445 action=drop comment=”Blaster Worm”
disabled=no
add chain=Virus protocol=udp dst-port=445 action=drop comment=”Blaster Worm”
disabled=no
add chain=Virus protocol=tcp dst-port=1363 action=drop comment=”ndm requester”
disabled=no
add chain=Virus protocol=tcp dst-port=1364 action=drop comment=”ndm server”
disabled=no
add chain=Virus protocol=tcp dst-port=1368 action=drop comment=”screen cast”
disabled=no
add chain=Virus protocol=tcp dst-port=1373 action=drop comment=”hromgrafx”
disabled=no
add chain=Virus protocol=tcp dst-port=1377 action=drop comment=”cichlid”
disabled=no
add chain=Virus protocol=tcp dst-port=1433-1434 action=drop comment=”Worm”
disabled=no
add chain=Virus protocol=tcp dst-port=2745 action=drop comment=”Bagle Virus”
disabled=no
add chain=Virus protocol=tcp dst-port=2283 action=drop comment=”Drop Dumaru.Y”
disabled=no
add chain=Virus protocol=tcp dst-port=2235 action=drop comment=”Drop Beagle”
disabled=no
add chain=Virus protocol=tcp dst-port=2745 action=drop comment=”Drop
Beagle.C-K” disabled=no
add chain=Virus protocol=tcp dst-port=3127-3128 action=drop comment=”Drop
MyDoom” disabled=no
add chain=Virus protocol=tcp dst-port=3410 action=drop comment=”Drop Backdoor
OptixPro” disabled=no
add chain=Virus protocol=tcp dst-port=4444 action=drop comment=”Worm”
disabled=no
add chain=Virus protocol=udp dst-port=4444 action=drop comment=”Worm”
disabled=no
add chain=Virus protocol=tcp dst-port=5554 action=drop comment=”Drop Sasser”
disabled=no
add chain=Virus protocol=tcp dst-port=8866 action=drop comment=”Drop Beagle.B”
disabled=no
add chain=Virus protocol=tcp dst-port=9898 action=drop comment=”Drop
Dabber.A-B” disabled=no
add chain=Virus protocol=tcp dst-port=10000 action=drop comment=”Drop
Dumaru.Y” disabled=no
add chain=Virus protocol=tcp dst-port=10080 action=drop comment=”Drop
MyDoom.B” disabled=no
add chain=Virus protocol=tcp dst-port=12345 action=drop comment=”Drop NetBus”
disabled=no
add chain=Virus protocol=tcp dst-port=17300 action=drop comment=”Drop Kuang2″
disabled=no
add chain=Virus protocol=tcp dst-port=65506 action=drop comment=”Drop PhatBot,
Agobot, Gaobot” disabled=no
add chain=Virus protocol=tcp dst-port=27374 action=drop comment=”Drop
SubSeven” disabled=no
# forward
add chain=forward connection-state=invalid action=drop comment=”" disabled=no
add chain=forward connection-state=related action=accept comment=”"
disabled=no
add chain=forward connection-state=established action=accept comment=”"
disabled=no
add chain=forward action=jump jump-target=Virus comment=”" disabled=no
# input
add chain=input connection-state=invalid action=drop comment=”" disabled=no
add chain=input connection-state=related action=accept comment=”" disabled=no
add chain=input connection-state=established action=accept comment=”"
disabled=no
add chain=input action=jump jump-target=Virus comment=”" disabled=no
————————————————————————————-
———- Port Scanner ————————————————————-
/ip firewall filter add chain=input protocol=tcp psd=21,3s,3,1 action=add-src-to-address-list address-list=”port scanners” address-list-timeout=14d comment=”Port scanners to list ” disabled=no
/ip firewall filter add chain=input protocol=tcp tcp-flags=fin,!syn,!rst,!psh,!ack,!urg action=add-src-to-address-list address-list=”port scanners” address-list-timeout=14d comment=”NMAP FIN Stealth scan”
/ip firewall filter add chain=input protocol=tcp tcp-flags=fin,syn action=add-src-to-address-list address-list=”port scanners” address-list-timeout=14d comment=”SYN/FIN scan”
/ip firewall filter add chain=input protocol=tcp tcp-flags=syn,rst action=add-src-to-address-list address-list=”port scanners” address-list-timeout=14d comment=”SYN/RST scan”
/ip firewall filter add chain=input protocol=tcp tcp-flags=fin,psh,urg,!syn,!rst,!ack action=add-src-to-address-list address-list=”port scanners” address-list-timeout=14d comment=”FIN/PSH/URG scan”
/ip firewall filter add chain=input protocol=tcp tcp-flags=fin,syn,rst,psh,ack,urg action=add-src-to-address-list address-list=”port scanners” address-list-timeout=14d comment=”ALL/ALL scan”
/ip firewall filter add chain=input protocol=tcp tcp-flags=!fin,!syn,!rst,!psh,!ack,!urg action=add-src-to-address-list address-list=”port scanners” address-list-timeout=14d comment=”NMAP NULL scan”
/ip firewall filter add chain=input src-address-list=”port scanners” action=drop
comment=”dropping port scanners” disabled=no
————————————————————————————-
=-=-=-=-=-=-=-=-=-=-=- Firewall Antivirus 2 =-=-=-=-=-=-=-=-=-=-=-==-=-===-==–=-=-=-=-
/ip firewall filter add chain=virus comment=”Reglas Antivirus”
/ip firewall filter add chain=forward connection-state=invalid action=drop comment=”Drop invalid connections” disabled=no
/ip firewall filter add chain=forward connection-state=established action=accept comment=”Established Connections” disabled=no
/ip firewall filter add chain=forward connection-state=related action=accept comment=”Related connections” disabled=no
/ip firewall filter add chain=forward action=jump jump-target=virus comment=”!!! Check for well-known viruses !!!” disabled=no
/ip firewall filter add chain=forward protocol=udp action=accept comment=”UDP” disabled=no
/ip firewall filter add chain=forward protocol=icmp limit=50/5,2 action=accept comment=”Allow limited Pings” disabled=no
/ip firewall filter add chain=forward protocol=icmp action=drop comment=”Drop excess pings” disabled=no
/ip firewall filter add chain=input connection-state=invalid action=drop comment=”Drop invalid connections” disabled=no
/ip firewall filter add chain=input tcp-flags=!syn connection-state=established action=accept comment=”Accept established connections” disabled=no
/ip firewall filter add chain=input connection-state=related action=accept comment=”Accept related connections” disabled=no
/ip firewall filter add chain=input action=jump jump-target=virus comment=”!!! Check for well-known viruses !!!” disabled=no
/ip firewall filter add chain=input protocol=udp action=accept comment=”UDP” disabled=no
/ip firewall filter add chain=input protocol=icmp limit=50/5,2 action=accept comment=”Allow limited pings” disabled=no
/ip firewall filter add chain=input protocol=icmp action=drop comment=”Drop excess pings” disabled=no
/ip firewall filter add chain=input dst-port=22 protocol=tcp action=accept comment=”SSH for demo purposes” disabled=no
/ip firewall filter add chain=input dst-port=23 protocol=tcp action=accept comment=”Telnet for demo purposes” disabled=no
/ip firewall filter add chain=input dst-port=80 protocol=tcp action=accept comment=”http for demo purposes” disabled=no
/ip firewall filter add chain=input dst-port=3987 protocol=tcp action=accept comment=”winbox for demo purposes” disabled=no
/ip firewall filter add chain=input action=accept log=yes comment=”Log and drop everything else” disabled=no
/ip firewall filter add chain=virus dst-port=135-139 protocol=tcp action=drop comment=”Drop Blaster Worm” disabled=no
/ip firewall filter add chain=virus dst-port=135-139 protocol=udp action=drop comment=”Drop Messenger Worm” disabled=no
/ip firewall filter add chain=virus dst-port=445 protocol=tcp action=drop comment=”Drop Blaster Worm” disabled=no
/ip firewall filter add chain=virus dst-port=445 protocol=udp action=drop comment=”Drop Blaster Worm” disabled=no
/ip firewall filter add chain=virus dst-port=593 protocol=tcp action=drop comment=”________” disabled=no
/ip firewall filter add chain=virus dst-port=1024-1030 protocol=tcp action=drop comment=”________” disabled=no
/ip firewall filter add chain=virus dst-port=1080 protocol=tcp action=drop comment=”Drop MyDoom” disabled=no
/ip firewall filter add chain=virus dst-port=1214 protocol=tcp action=drop comment=”________” disabled=no
/ip firewall filter add chain=virus dst-port=1363 protocol=tcp action=drop comment=”ndm requester” disabled=no
/ip firewall filter add chain=virus dst-port=1364 protocol=tcp action=drop comment=”ndm server” disabled=no
/ip firewall filter add chain=virus dst-port=1368 protocol=tcp action=drop comment=”screen cast” disabled=no
/ip firewall filter add chain=virus dst-port=1373 protocol=tcp action=drop comment=”hromgrafx” disabled=no
/ip firewall filter add chain=virus dst-port=1377 protocol=tcp action=drop comment=”cichlid” disabled=no
/ip firewall filter add chain=virus dst-port=1433-1434 protocol=tcp action=drop comment=”Worm” disabled=no
/ip firewall filter add chain=virus dst-port=2745 protocol=tcp action=drop comment=”Bagle Virus” disabled=no
/ip firewall filter add chain=virus dst-port=2283 protocol=tcp action=drop comment=”Drop Dumaru.Y” disabled=no
/ip firewall filter add chain=virus dst-port=2535 protocol=tcp action=drop comment=”Drop Beagle” disabled=no
/ip firewall filter add chain=virus dst-port=2745 protocol=tcp action=drop comment=”Drop Beagle.C-K” disabled=no
/ip firewall filter add chain=virus dst-port=3127-3128 protocol=tcp action=drop comment=”Drop MyDoom” disabled=no
/ip firewall filter add chain=virus dst-port=3410 protocol=tcp action=drop comment=”Drop Backdoor OptixPro” disabled=no
/ip firewall filter add chain=virus dst-port=4444 protocol=tcp action=drop comment=”Worm” disabled=no
/ip firewall filter add chain=virus dst-port=4444 protocol=udp action=drop comment=”Worm” disabled=no
/ip firewall filter add chain=virus dst-port=5554 protocol=tcp action=drop comment=”Drop Sasser” disabled=no
/ip firewall filter add chain=virus dst-port=8866 protocol=tcp action=drop comment=”Drop Beagle.B” disabled=no
/ip firewall filter add chain=virus dst-port=9898 protocol=tcp action=drop comment=”Drop Dabber.A-B” disabled=no
/ip firewall filter add chain=virus dst-port=10000 protocol=tcp action=drop comment=”Drop Dumaru.Y” disabled=no
/ip firewall filter add chain=virus dst-port=10080 protocol=tcp action=drop comment=”Drop MyDoom.B” disabled=no
/ip firewall filter add chain=virus dst-port=12345 protocol=tcp action=drop comment=”Drop NetBus” disabled=no
/ip firewall filter add chain=virus dst-port=17300 protocol=tcp action=drop comment=”Drop Kuang2″ disabled=no
/ip firewall filter add chain=virus dst-port=27374 protocol=tcp action=drop comment=”Drop SubSeven” disabled=no
/ip firewall filter add chain=virus dst-port=65506 protocol=tcp action=drop comment=”Drop PhatBot, Agobot, Gaobot” disabled=no
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
add url=”ds.eyeblaster.com” action=deny comment=”" disabled=no
add url=”duolaimi.net” action=deny comment=”" disabled=no
add url=”dutch-sex.com” action=deny comment=”" disabled=no
add url=”dvdbank.org” action=deny comment=”" disabled=no
add url=”eager-sex.com” action=deny comment=”" disabled=no
add url=”eases.net” action=deny comment=”" disabled=no
add url=”easyantispy.com” action=deny comment=”" disabled=no
add url=”easycategories.com” action=deny comment=”" disabled=no
add url=”easy-search.net” action=deny comment=”" disabled=no
add url=”ecosrioplatenses.org” action=deny comment=”" disabled=no
add url=”ecstasyporn.net” action=deny comment=”" disabled=no
add url=”ehg-bestbuy.hitbox.com” action=deny comment=”" disabled=no
add url=”ehg-dig.hitbox.com” action=deny comment=”" disabled=no
add url=”ehg-espn.hitbox.com” action=deny comment=”" disabled=no
add url=”ehg-intel.hitbox.com” action=deny comment=”" disabled=no
add url=”ehg-macromedia.hitbox.com” action=deny comment=”" disabled=no
add url=”eikokoike.com” action=deny comment=”" disabled=no
add url=”e-localad.com” action=deny comment=”" disabled=no
add url=”engage.speedera.net” action=deny comment=”" disabled=no
add url=”e-plus.cc” action=deny comment=”" disabled=no
add url=”epornsex.com” action=deny comment=”" disabled=no
add url=”ergosites.com” action=deny comment=”" disabled=no
add url=”erie.smartage.com” action=deny comment=”" disabled=no
add url=”ergosites.com” action=deny comment=”" disabled=no
add url=”erie.smartage.com” action=deny comment=”" disabled=no
add url=”etad.telegraph.co.uk” action=deny comment=”" disabled=no
add url=”eur.yimg.com” action=deny comment=”" disabled=no
add url=”euuu.com” action=deny comment=”" disabled=no
add url=”evidence-detector.biz” action=deny comment=”" disabled=no
add url=”evilspidercomics.com” action=deny comment=”" disabled=no
add url=”ewebsearch.net” action=deny comment=”" disabled=no
add url=”e-websitesolutions.com” action=deny comment=”" disabled=no
add url=”excellentsckin.com” action=deny comment=”" disabled=no
add url=”exit.megago.com” action=deny comment=”" disabled=no
add url=”extremeseek.net” action=deny comment=”" disabled=no
add url=”ez-searching.com” action=deny comment=”" disabled=no
add url=”f*ckdenniss.com” action=deny comment=”" disabled=no
add url=”f*cknicepics.com” action=deny comment=”" disabled=no
add url=”faithstevens.com” action=deny comment=”" disabled=no
add url=”fantasiewelten.com” action=deny comment=”" disabled=no
add url=”farmsteadbandb.com” action=deny comment=”" disabled=no
add url=”fartpost.com” action=deny comment=”" disabled=no
add url=”fastmetasearch.com” action=deny comment=”" disabled=no
add url=”fastwebfinder.com” action=deny comment=”" disabled=no
add url=”faxporn.com” action=deny comment=”" disabled=no
add url=”featured-results.com” action=deny comment=”" disabled=no
add url=”fickenisgeil.de” action=deny comment=”" disabled=no
add url=”fickenisgeil.de” action=deny comment=”" disabled=no
add url=”finance-loans.com” action=deny comment=”" disabled=no
add url=”find4u.net” action=deny comment=”" disabled=no
add url=”find-itnow.com” action=deny comment=”" disabled=no
add url=”findit-now.com” action=deny comment=”" disabled=no
add url=”findloss.com” action=deny comment=”" disabled=no
add url=”findthesite.com” action=deny comment=”" disabled=no
add url=”findthewebsiteyouneed.com” action=deny comment=”" disabled=no
add url=”find-uk-health.co.uk” action=deny comment=”" disabled=no
add url=”findwhatevernow.com” action=deny comment=”" disabled=no
add url=”fionasteel.com” action=deny comment=”" disabled=no
add url=”firstbookmark.net” action=deny comment=”" disabled=no
add url=”fitness-free.com” action=deny comment=”" disabled=no
add url=”fl01.ct2.comclick.com” action=deny comment=”" disabled=no
add url=”focusin.ads.targetnet.com” action=deny comment=”" disabled=no
add url=”foodvacations.net” action=deny comment=”" disabled=no
add url=”forex.jps.ru” action=deny comment=”" disabled=no
add url=”forexcredit.com” action=deny comment=”" disabled=no
add url=”forexcredit.ru” action=deny comment=”" disabled=no
add url=”formingfusions.com” action=deny comment=”" disabled=no
add url=”forsythfire.net” action=deny comment=”" disabled=no
add url=”forthline.com” action=deny comment=”" disabled=no
add url=”fp.valueclick.com” action=deny comment=”" disabled=no
add url=”free4porno.net” action=deny comment=”" disabled=no
add url=”free64all.com” action=deny comment=”" disabled=no
add url=”freebookmark.net” action=deny comment=”" disabled=no
add url=”freebookmarks.net” action=deny comment=”" disabled=no
add url=”freecategories.com” action=deny comment=”" disabled=no
add url=”free-chipes.com” action=deny comment=”" disabled=no
add url=”freecj.com” action=deny comment=”" disabled=no
add url=”freecoolhost.com” action=deny comment=”" disabled=no
add url=”free-f*cking-video.com” action=deny comment=”" disabled=no
add url=”free-hit.com” action=deny comment=”" disabled=no
add url=”freehqmovies.com” action=deny comment=”" disabled=no
add url=”free-pics-and-movies.com” action=deny comment=”" disabled=no
add url=”freerbhost.com” action=deny comment=”" disabled=no
add url=”freescratchandwin.com” action=deny comment=”" disabled=no
add url=”free-sex-movie-clips.net” action=deny comment=”" disabled=no
add url=”freeshemalepics.net” action=deny comment=”" disabled=no
add url=”freeyaho.com” action=deny comment=”" disabled=no
add url=”freshseek.com” action=deny comment=”" disabled=no
add url=”freshteensite.com” action=deny comment=”" disabled=no
add url=”ftp.nacorp.com” action=deny comment=”" disabled=no
add url=”funny-girls.com” action=deny comment=”" disabled=no
add url=”gabrielscott.com” action=deny comment=”" disabled=no
add url=”gadgeteer.pdamart.com” action=deny comment=”" disabled=no
add url=”galpostgirls.com” action=deny comment=”" disabled=no
add url=”gals-for-free.com” action=deny comment=”" disabled=no
add url=”gambling-online4you.com” action=deny comment=”" disabled=no
add url=”gameterror.net” action=deny comment=”" disabled=no
add url=”ganges.imagine-inc.com” action=deny comment=”" disabled=no
add url=”garden.ngadcenter.net” action=deny comment=”" disabled=no
add url=”gay50.com” action=deny comment=”" disabled=no
add url=”generalsmeltingofcanada.com” action=deny comment=”" disabled=no
add url=”geoads.osdn.com” action=deny comment=”" disabled=no
add url=”germany.rub.to” action=deny comment=”" disabled=no
add url=”geteens.com” action=deny comment=”" disabled=no
add url=”getpicshere.com” action=deny comment=”" disabled=no
add url=”gimmezamore.com” action=deny comment=”" disabled=no
add url=”gimnasiaer.com” action=deny comment=”" disabled=no
add url=”girls4rent.net” action=deny comment=”" disabled=no
add url=”girls-porn-life.com” action=deny comment=”" disabled=no
add url=”glbdf.org” action=deny comment=”" disabled=no
add url=”global.msads.net” action=deny comment=”" disabled=no
add url=”global-finder.com” action=deny comment=”" disabled=no
add url=”globaltrack.com” action=deny comment=”" disabled=no
add url=”globaltrak.net” action=deny comment=”" disabled=no
add url=”globalwebsearch.com” action=deny comment=”" disabled=no
add url=”globe-finder.cc” action=deny comment=”" disabled=no
add url=”globe-finder.com” action=deny comment=”" disabled=no
add url=”globesearch.com” action=deny comment=”" disabled=no
add url=”gm.preferences.com” action=deny comment=”" disabled=no
add url=”gocybersearch.com” action=deny comment=”" disabled=no
add url=”golftennis.net” action=deny comment=”" disabled=no
add url=”good-mortgages.net” action=deny comment=”" disabled=no
add url=”good-mortgages-calculator.com” action=deny comment=”" disabled=no
add url=”goodsexs.com” action=deny comment=”" disabled=no
add url=”google123.web1000.com” action=deny comment=”" disabled=no
add url=”googlebar.jps.ru” action=deny comment=”" disabled=no
add url=”googlf.com” action=deny comment=”" disabled=no
add url=”gp.dejanews.com” action=deny comment=”" disabled=no
add url=”gradforum.org” action=deny comment=”" disabled=no
add url=”gratis-porn-movie.com” action=deny comment=”" disabled=no
add url=”gratis-pornopics.com” action=deny comment=”" disabled=no
add url=”greg-search.com” action=deny comment=”" disabled=no
add url=”gtawarehouse.com” action=deny comment=”" disabled=no
add url=”gueb.com” action=deny comment=”" disabled=no
add url=”guzzycats.com” action=deny comment=”" disabled=no
add url=”gzphoenix.com” action=deny comment=”" disabled=no
add url=”H24413.tfil.com” action=deny comment=”" disabled=no
add url=”hallnetaccolade.com” action=deny comment=”" disabled=no
add url=”hand-book.com” action=deny comment=”" disabled=no
add url=”happyanal.com” action=deny comment=”" disabled=no
add url=”hardbodytgp.com” action=deny comment=”" disabled=no
add url=”hardcoreover.com” action=deny comment=”" disabled=no
add url=”hard-gals.com” action=deny comment=”" disabled=no
add url=”hardloved.com” action=deny comment=”" disabled=no
add url=”hardwareseek.net” action=deny comment=”" disabled=no
add url=”harukaigawa.com” action=deny comment=”" disabled=no
add url=”hccsolanonapa.org” action=deny comment=”" disabled=no
add url=”health-protein.com” action=deny comment=”" disabled=no
add url=”hentai4u.net” action=deny comment=”" disabled=no
add url=”here4search.com” action=deny comment=”" disabled=no
add url=”heyrichy.com” action=deny comment=”" disabled=no
add url=”hg1.hitbox.com” action=deny comment=”" disabled=no
add url=”hi.studioaperto.net” action=deny comment=”" disabled=no
add url=”hiddenguides.com” action=deny comment=”" disabled=no
add url=”hi-search.com” action=deny comment=”" disabled=no
add url=”hitlistlyrics.com” action=deny comment=”" disabled=no
add url=”holidayautostr.com” action=deny comment=”" disabled=no
add url=”holland.hyperbanner.net” action=deny comment=”" disabled=no
add url=”homemortage.ws” action=deny comment=”" disabled=no
add url=”hostssp.com” action=deny comment=”" disabled=no
add url=”hotbar.com” action=deny comment=”" disabled=no
add url=”hotbookmark.com” action=deny comment=”" disabled=no
add url=”hot-cartoon-sex.anime.american-teens.net” action=deny comment=”" disabled=no
add url=”hotels-list.net” action=deny comment=”" disabled=no
add url=”hotelxxxcams.com” action=deny comment=”" disabled=no
add url=”hotfreebies.com” action=deny comment=”" disabled=no
add url=”hotlolitas.underagehost.com” action=deny comment=”" disabled=no
add url=”hotpopup.com” action=deny comment=”" disabled=no
add url=”hotsearchbox.com” action=deny comment=”" disabled=no
add url=”hotsex-series.com” action=deny comment=”" disabled=no
add url=”hotstartpage.com” action=deny comment=”" disabled=no
add url=”hqsex.biz” action=deny comment=”" disabled=no
add url=”hugeporn4u.net” action=deny comment=”" disabled=no
add url=”hunacsa.com” action=deny comment=”" disabled=no
add url=”hupacasath.com” action=deny comment=”" disabled=no
add url=”hurricane.adlink.de” action=deny comment=”" disabled=no
add url=”hzsx.com” action=deny comment=”" disabled=no
add url=”i.timeinc.net” action=deny comment=”" disabled=no
add url=”icansearch.net” action=deny comment=”" disabled=no
add url=”icover.realmedia.com” action=deny comment=”" disabled=no
add url=”idgsearch.com” action=deny comment=”" disabled=no
add url=”ie.marketdart.com” action=deny comment=”" disabled=no
add url=”ieee-images.adbureau.net” action=deny comment=”" disabled=no
add url=”ie-search.com” action=deny comment=”" disabled=no
add url=”i-lookup.com” action=deny comment=”" disabled=no
add url=”im.800.com” action=deny comment=”" disabled=no
add url=”image.click2net.com” action=deny comment=”" disabled=no
add url=”image.eimg.com” action=deny comment=”" disabled=no
add url=”image.imgfarm.com” action=deny comment=”" disabled=no
add url=”images.ads.fairfax.com.au” action=deny comment=”" disabled=no
add url=”images.bizrate.com” action=deny comment=”" disabled=no
add url=”images.cybereps.com” action=deny comment=”" disabled=no
add url=”images.fastclick.net” action=deny comment=”" disabled=no
add url=”images.newsx.cc” action=deny comment=”" disabled=no
add url=”images.scripps.com” action=deny comment=”" disabled=no
add url=”images.trafficmp.com” action=deny comment=”" disabled=no
add url=”images.webads.nl” action=deny comment=”" disabled=no
add url=”images2.nytimes.com” action=deny comment=”" disabled=no
add url=”imageserv.adtech.de” action=deny comment=”" disabled=no
add url=”img.cmpnet.com” action=deny comment=”" disabled=no
add url=”incest-host.com” action=deny comment=”" disabled=no
add url=”incestporngate.com” action=deny comment=”" disabled=no
add url=”infodigger.net” action=deny comment=”" disabled=no
add url=”infoglobus.com” action=deny comment=”" disabled=no
add url=”information.gopher.com” action=deny comment=”" disabled=no
add url=”infospace.com/blsrch.dp.toolbar” action=deny comment=”" disabled=no
add url=”inherhole.com” action=deny comment=”" disabled=no
add url=”insertthiscock.com” action=deny comment=”" disabled=no
add url=”insuranceall.net” action=deny comment=”" disabled=no
add url=”insurance-flood.net” action=deny comment=”" disabled=no
add url=”internetsearch.ru” action=deny comment=”" disabled=no
add url=”ionichost.com” action=deny comment=”" disabled=no
add url=”ionomist.com” action=deny comment=”" disabled=no
add url=”ipsex.net” action=deny comment=”" disabled=no
add url=”ironcarteam.com” action=deny comment=”" disabled=no
add url=”is-best.com” action=deny comment=”" disabled=no
add url=”istarthere.com” action=deny comment=”" disabled=no
add url=”itsanal.com” action=deny comment=”" disabled=no
add url=”itseasy.us” action=deny comment=”" disabled=no
add url=”iv.doubleclick.net” action=deny comment=”" disabled=no
add url=”iweb-commerce.com” action=deny comment=”" disabled=no
add url=”iwebland.com” action=deny comment=”" disabled=no
add url=”iwon.com” action=deny comment=”" disabled=no
add url=”java.yahoo.com” action=deny comment=”" disabled=no
add url=”jeannineoldfield.com” action=deny comment=”" disabled=no
add url=”jethomepage.com” action=deny comment=”" disabled=no
add url=”jetseeker.com” action=deny comment=”" disabled=no
add url=”jmhgallery.org” action=deny comment=”" disabled=no
add url=”joannelatham.com” action=deny comment=”" disabled=no
add url=”jobkeys.ngadcenter.net” action=deny comment=”" disabled=no
add url=”js1.hitbox.com” action=deny comment=”" disabled=no
add url=”judin.ru” action=deny comment=”" disabled=no
add url=”junkysex.com” action=deny comment=”" disabled=no
add url=”k5ads.osdn.com” action=deny comment=”" disabled=no
add url=”kabex.com” action=deny comment=”" disabled=no
add url=”kansas.valueclick.com” action=deny comment=”" disabled=no
add url=”kaplanindex.com” action=deny comment=”" disabled=no
add url=”karleyt.narod.ru” action=deny comment=”" disabled=no
add url=”kathisomers.com” action=deny comment=”" disabled=no
add url=”kazaa-lite.ws” action=deny comment=”" disabled=no
add url=”keithgreenpro.com” action=deny comment=”" disabled=no
add url=”kenmccaul.com” action=deny comment=”" disabled=no
add url=”killerpornstars.com” action=deny comment=”" disabled=no
add url=”kilosex.com” action=deny comment=”" disabled=no
add url=”kimhines.com” action=deny comment=”" disabled=no
add url=”kinoru.com” action=deny comment=”" disabled=no
add url=”kliksearch.com” action=deny comment=”" disabled=no
add url=”kr-adimage.lycos.co.kr” action=deny comment=”" disabled=no
add url=”krankin.com” action=deny comment=”" disabled=no
add url=”krd.realcities.com” action=deny comment=”" disabled=no
add url=”ksdspups.org” action=deny comment=”" disabled=no
add url=”landrape.com” action=deny comment=”" disabled=no
add url=”lauraroebuck.com” action=deny comment=”" disabled=no
add url=”leader.linkexchange.com” action=deny comment=”" disabled=no
add url=”leannalovelace.com” action=deny comment=”" disabled=no
add url=”lesobank.ru” action=deny comment=”" disabled=no
add url=”libertyonlinehosting.com” action=deny comment=”" disabled=no
add url=”lingerie-mania.com” action=deny comment=”" disabled=no
add url=”linksummary.com” action=deny comment=”" disabled=no
add url=”liquidad.narrowcastmedia.com” action=deny comment=”" disabled=no
add url=”lisamatthew.com” action=deny comment=”" disabled=no
add url=”live.sex-explorer.com” action=deny comment=”" disabled=no
add url=”livegambling.com” action=deny comment=”" disabled=no
add url=”liveholio.com” action=deny comment=”" disabled=no
add url=”livenewspaper.com” action=deny comment=”" disabled=no
add url=”ln.doubleclick.net” action=deny comment=”" disabled=no
add url=”loading-lolita.com” action=deny comment=”" disabled=no
add url=”lolita4all1.xrensmagpost.com” action=deny comment=”" disabled=no
add url=”lollitop.com” action=deny comment=”" disabled=no
add url=”louiseleeds.com” action=deny comment=”" disabled=no
add url=”loveadot.com” action=deny comment=”" disabled=no
add url=”love-host.com” action=deny comment=”" disabled=no
add url=”lovelas.com” action=deny comment=”" disabled=no
add url=”lovelysearch.com” action=deny comment=”" disabled=no
add url=”love-pix.com” action=deny comment=”" disabled=no
add url=”low-taxes.com” action=deny comment=”" disabled=no
add url=”luckysearch.net” action=deny comment=”" disabled=no
add url=”lunitaweb.net” action=deny comment=”" disabled=no
add url=”lustful-porno.com” action=deny comment=”" disabled=no
add url=”m.doubleclick.net” action=deny comment=”" disabled=no
add url=”m.tribalfusion.com” action=deny comment=”" disabled=no
add url=”m2.doubleclick.net” action=deny comment=”" disabled=no
add url=”macaddictads.snv.futurenet.com” action=deny comment=”" disabled=no
add url=”mackinnonsbrook.org” action=deny comment=”" disabled=no
add url=”madfinder.com” action=deny comment=”" disabled=no
add url=”madisonmoons.com” action=deny comment=”" disabled=no
add url=”madisonoilco.com” action=deny comment=”" disabled=no
add url=”madonalive.com” action=deny comment=”" disabled=no
add url=”mafiapics.com” action=deny comment=”" disabled=no
add url=”mainstreamdollars.com” action=deny comment=”" disabled=no
add url=”majuozawa.com” action=deny comment=”" disabled=no
add url=”makin-do.com” action=deny comment=”" disabled=no
add url=”male4free.com” action=deny comment=”" disabled=no
add url=”map-quest.org” action=deny comment=”" disabled=no
add url=”marilynchamber.com” action=deny comment=”" disabled=no
add url=”marketing.nyi.net” action=deny comment=”" disabled=no
add url=”martfinder.com” action=deny comment=”" disabled=no
add url=”massearch.com” action=deny comment=”" disabled=no
add url=”masterbar.com” action=deny comment=”" disabled=no
add url=”matetrava.com” action=deny comment=”" disabled=no
add url=”mature50.com” action=deny comment=”" disabled=no
add url=”matureporngate.com” action=deny comment=”" disabled=no
add url=”maxdzines.com” action=deny comment=”" disabled=no
add url=”maximumpcads.imaginemedia.com” action=deny comment=”" disabled=no
add url=”mayancasino.com” action=deny comment=”" disabled=no
add url=”mcgeeforlabor.com” action=deny comment=”" disabled=no
add url=”mds.centrport.net” action=deny comment=”" disabled=no
add url=”mdstunisie.org” action=deny comment=”" disabled=no
add url=”media.fastclick.net” action=deny comment=”" disabled=no
add url=”media.popuptraffic.com” action=deny comment=”" disabled=no
add url=”media.preferences.com” action=deny comment=”" disabled=no
add url=”media13.fastclick.net” action=deny comment=”" disabled=no
add url=”media15.fastclick.net” action=deny comment=”" disabled=no
add url=”media17.fastclick.net” action=deny comment=”" disabled=no
add url=”media19.fastclick.net” action=deny comment=”" disabled=no
add url=”mediamgr.ugo.com” action=deny comment=”" disabled=no
add url=”medicare-insurance.net” action=deny comment=”" disabled=no
add url=”medicare-supplemental.com” action=deny comment=”" disabled=no
add url=”mega-dating-tips.com” action=deny comment=”" disabled=no
add url=”megaseek.net” action=deny comment=”" disabled=no
add url=”megumikanzaki.com” action=deny comment=”" disabled=no
add url=”mercury.rmuk.co.uk” action=deny comment=”" disabled=no
add url=”meshalynn.com” action=deny comment=”" disabled=no
add url=”meta-adult.com” action=deny comment=”" disabled=no
add url=”meta-casino.com” action=deny comment=”" disabled=no
add url=”metafora.ru” action=deny comment=”" disabled=no
add url=”meta-mobile.com” action=deny comment=”" disabled=no
add url=”metapoisk.ru” action=deny comment=”" disabled=no
add url=”meta-porn.com” action=deny comment=”" disabled=no
add url=”michiyonakajima.com” action=deny comment=”" disabled=no
add url=”miconsultamedica.com” action=deny comment=”" disabled=no
add url=”mikasakamoto.com” action=deny comment=”" disabled=no
add url=”mikoni.com” action=deny comment=”" disabled=no
add url=”militarygods.porn4porn.net” action=deny comment=”" disabled=no
add url=”millennialpeople.org” action=deny comment=”" disabled=no
add url=”miosearch.com” action=deny comment=”" disabled=no
add url=”mipham.org” action=deny comment=”" disabled=no
add url=”missingcommand.com” action=deny comment=”" disabled=no
add url=”mixsearch.com” action=deny comment=”" disabled=no
add url=”mjxads.internet.com” action=deny comment=”" disabled=no
add url=”mojofarm.mediaplex.com” action=deny comment=”" disabled=no
add url=”mojofarm.sjc.mediaplex.com” action=deny comment=”" disabled=no
add url=”mommykiss.com” action=deny comment=”" disabled=no
add url=”moneyhunters.com” action=deny comment=”" disabled=no
add url=”montgomeryhospitalanesthesia.com” action=deny comment=”" disabled=no
add url=”morflot.com” action=deny comment=”" disabled=no
add url=”mortgage-debt.net” action=deny comment=”" disabled=no
add url=”mortismaximus.com” action=deny comment=”" disabled=no
add url=”moscowwhores.com” action=deny comment=”" disabled=no
add url=”moviecategories.com” action=deny comment=”" disabled=no
add url=”mp3-pix.com” action=deny comment=”" disabled=no
add url=”mrtg.jps.ru” action=deny comment=”" disabled=no
add url=”msn-info.net” action=deny comment=”" disabled=no
add url=”mt37.mtree.com” action=deny comment=”" disabled=no
add url=”multipussy.com” action=deny comment=”" disabled=no
add url=”mundopolar.com” action=deny comment=”" disabled=no
add url=”munky.com” action=deny comment=”" disabled=no
add url=”mustv.com” action=deny comment=”" disabled=no
add url=”myexexex.com” action=deny comment=”" disabled=no
add url=”my-finder.com” action=deny comment=”" disabled=no
add url=”mywebsearch.net” action=deny comment=”" disabled=no
add url=”nativehardcore.com” action=deny comment=”" disabled=no
add url=”naturalspy.com” action=deny comment=”" disabled=no
add url=”nbasportsbook.net” action=deny comment=”" disabled=no
add url=”nbc.adbureau.net” action=deny comment=”" disabled=no
add url=”needf*cknow.com” action=deny comment=”" disabled=no
add url=”neighborhood.standard.net” action=deny comment=”" disabled=no
add url=”nellyslyrics.com” action=deny comment=”" disabled=no
add url=”nepgyan.com” action=deny comment=”" disabled=no
add url=”nesrecords.com” action=deny comment=”" disabled=no
add url=”netcomm.spinbox.net” action=deny comment=”" disabled=no
add url=”netshastra.net” action=deny comment=”" disabled=no
add url=”netshelter.adtrix.com” action=deny comment=”" disabled=no
add url=”nettime.ru” action=deny comment=”" disabled=no
add url=”nettracker.jps.ru” action=deny comment=”" disabled=no
add url=”netyellowpages.info” action=deny comment=”" disabled=no
add url=”newads.cmpnet.com” action=deny comment=”" disabled=no
add url=”newcategories.com” action=deny comment=”" disabled=no
add url=”newcracks.com” action=deny comment=”" disabled=no
add url=”newcracks.net” action=deny comment=”" disabled=no
add url=”new-incest.com” action=deny comment=”" disabled=no
add url=”newlife-lajolla.com” action=deny comment=”" disabled=no
add url=”new-search.net” action=deny comment=”" disabled=no
add url=”newsexgate.com” action=deny comment=”" disabled=no
add url=”newtonknows.com” action=deny comment=”" disabled=no
add url=”newtonsracks.com” action=deny comment=”" disabled=no
add url=”newtopsites.com” action=deny comment=”" disabled=no
add url=”newxpics.com” action=deny comment=”" disabled=no
add url=”ng3.ads.warnerbros.com” action=deny comment=”" disabled=no
add url=”ngads.smartage.com” action=deny comment=”" disabled=no
add url=”nhlsportsbook.net” action=deny comment=”" disabled=no
add url=”niagaracapital.com” action=deny comment=”" disabled=no
add url=”niche-tv.com” action=deny comment=”" disabled=no
add url=”nmrba.com” action=deny comment=”" disabled=no
add url=”noblindlinks.com” action=deny comment=”" disabled=no
add url=”nocalories.net” action=deny comment=”" disabled=no
add url=”nocensor.com” action=deny comment=”" disabled=no
add url=”nrsite.com” action=deny comment=”" disabled=no
add url=”nsads.hotwired.com” action=deny comment=”" disabled=no
add url=”nsbabes.com” action=deny comment=”" disabled=no
add url=”ntbanner.digitalriver.com” action=deny comment=”" disabled=no
add url=”nuclearwitness.org” action=deny comment=”" disabled=no
add url=”nursemania.com” action=deny comment=”" disabled=no
add url=”nvntour.com” action=deny comment=”" disabled=no
add url=”nvphall.org” action=deny comment=”" disabled=no
add url=”oas.dispatch.com” action=deny comment=”" disabled=no
add url=”oas.lee.net” action=deny comment=”" disabled=no
add url=”oas.mmd.ch” action=deny comment=”" disabled=no
add url=”oas.uniontrib.com” action=deny comment=”" disabled=no
add url=”oas.villagevoice.com” action=deny comment=”" disabled=no
add url=”oasads.whitepages.com” action=deny comment=”" disabled=no
add url=”oborot.com” action=deny comment=”" disabled=no
add url=”ocalalivestockmarket.com” action=deny comment=”" disabled=no
add url=”ocsff.com” action=deny comment=”" disabled=no
add url=”oeatlanta.com” action=deny comment=”" disabled=no
add url=”ogilvy.ngadcenter.net” action=deny comment=”" disabled=no
add url=”oharrowsearch.com” action=deny comment=”" disabled=no
add url=”okmmm.com” action=deny comment=”" disabled=no
add url=”ok-search.com” action=deny comment=”" disabled=no
add url=”okulta.com” action=deny comment=”" disabled=no
add url=”omegabrains.net” action=deny comment=”" disabled=no
add url=”omega-search.com” action=deny comment=”" disabled=no
add url=”online-casino-1.net” action=deny comment=”" disabled=no
add url=”online-casino-bonus.info” action=deny comment=”" disabled=no
add url=”online-casinos-x.com” action=deny comment=”" disabled=no
add url=”onlineclick.net” action=deny comment=”" disabled=no
add url=”onlineserverz.com” action=deny comment=”" disabled=no
add url=”onlinetradings.net” action=deny comment=”" disabled=no
add url=”online-winning.net” action=deny comment=”" disabled=no
add url=”onlycunt.com” action=deny comment=”" disabled=no
add url=”onlyinsured.com” action=deny comment=”" disabled=no
add url=”onlysex.ws” action=deny comment=”" disabled=no
add url=”only-virgins.com” action=deny comment=”" disabled=no
add url=”operanabuco.com” action=deny comment=”" disabled=no
add url=”opsex.com” action=deny comment=”" disabled=no
add url=”orbitexplorer.com” action=deny comment=”" disabled=no
add url=”oregoncharters.org” action=deny comment=”" disabled=no
add url=”ormandcompany.com” action=deny comment=”" disabled=no
add url=”otrlives.com” action=deny comment=”" disabled=no
add url=”out.true-counter.com” action=deny comment=”" disabled=no
add url=”oz.valueclick.com” action=deny comment=”" disabled=no
add url=”ozawamadoka.com” action=deny comment=”" disabled=no
add url=”paigesummer.com” action=deny comment=”" disabled=no
add url=”pamelacollections.com” action=deny comment=”" disabled=no
add url=”panamcup.com” action=deny comment=”" disabled=no
add url=”pantygirls4u.com” action=deny comment=”" disabled=no
add url=”pantyhoserealm.com” action=deny comment=”" disabled=no
add url=”pantyplace.com” action=deny comment=”" disabled=no
add url=”partner23.firehunt.com” action=deny comment=”" disabled=no
add url=”passthison.com” action=deny comment=”" disabled=no
add url=”pastubes.com” action=deny comment=”" disabled=no
add url=”paulapage.com” action=deny comment=”" disabled=no
add url=”paulhoover.com” action=deny comment=”" disabled=no
add url=”payfortraffic.net” action=deny comment=”" disabled=no
add url=”pedo.ws” action=deny comment=”" disabled=no
add url=”people.1gb.ru” action=deny comment=”" disabled=no
add url=”pervertbot.com” action=deny comment=”" disabled=no
add url=”ph-ad05.focalink.com” action=deny comment=”" disabled=no
add url=”ph-ad06.focalink.com” action=deny comment=”" disabled=no
add url=”ph-ad07.focalink.com” action=deny comment=”" disabled=no
add url=”ph-ad16.focalink.com” action=deny comment=”" disabled=no
add url=”ph-ad17.focalink.com” action=deny comment=”" disabled=no
add url=”ph-ad18.focalink.com” action=deny comment=”" disabled=no
add url=”ph-ad19.focalink.com” action=deny comment=”" disabled=no
add url=”ph-ad21.focalink.com” action=deny comment=”" disabled=no
add url=”pharmacy2003.com” action=deny comment=”" disabled=no
add url=”pharma-diet-pills.com” action=deny comment=”" disabled=no
add url=”pharmalocator.com” action=deny comment=”" disabled=no
add url=”phendimetrazine-tenuate-adipex.com” action=deny comment=”" disabled=no
add url=”phoenix-adrunner.mycomputer.com” action=deny comment=”" disabled=no
add url=”phpads2.cnpapers.com” action=deny comment=”" disabled=no
add url=”picsdir.com” action=deny comment=”" disabled=no
add url=”picsforbucks.com” action=deny comment=”" disabled=no
add url=”picsofseductiveladies.com” action=deny comment=”" disabled=no
add url=”pics-videos.com” action=deny comment=”" disabled=no
add url=”pills-birth-control.com” action=deny comment=”" disabled=no
add url=”pillsmall.com” action=deny comment=”" disabled=no
add url=”pilotronix.com” action=deny comment=”" disabled=no
add url=”pixpox.com” action=deny comment=”" disabled=no
add url=”planemusic.com” action=deny comment=”" disabled=no
add url=”pluto1.iserver.net” action=deny comment=”" disabled=no
add url=”poiska.net” action=deny comment=”" disabled=no
add url=”poker-casino-free.com” action=deny comment=”" disabled=no
add url=”poker-games-free.net” action=deny comment=”" disabled=no
add url=”polradiologia.com” action=deny comment=”" disabled=no
add url=”pooi.net” action=deny comment=”" disabled=no
add url=”porncamz.com” action=deny comment=”" disabled=no
add url=”pornfree.info” action=deny comment=”" disabled=no
add url=”pornnightdreams.com” action=deny comment=”" disabled=no
add url=”pornokopec.com” action=deny comment=”" disabled=no
add url=”porn-teacher.com” action=deny comment=”" disabled=no
add url=”porntetris.com” action=deny comment=”" disabled=no
add url=”porntwist.com” action=deny comment=”" disabled=no
add url=”powerwebsearch.com” action=deny comment=”" disabled=no
add url=”prblitz.com” action=deny comment=”" disabled=no
add url=”pretypics.com” action=deny comment=”" disabled=no
add url=”pribalt.com” action=deny comment=”" disabled=no
add url=”primetime.ad.asap-asp.net” action=deny comment=”" disabled=no
add url=”privacy-support.biz” action=deny comment=”" disabled=no
add url=”privateporn.net” action=deny comment=”" disabled=no
add url=”prolivation.com” action=deny comment=”" disabled=no
add url=”prostactive.com” action=deny comment=”" disabled=no
add url=”prostol.com” action=deny comment=”" disabled=no
add url=”protect-yourself.biz” action=deny comment=”" disabled=no
add url=”prsainlandempire.org” action=deny comment=”" disabled=no
add url=”pub-g.ifrance.com” action=deny comment=”" disabled=no
add url=”pubs.mgn.net” action=deny comment=”" disabled=no
add url=”put-your-link-here.com” action=deny comment=”" disabled=no
add url=”pyrocorp.com” action=deny comment=”" disabled=no
add url=”q.pni.com” action=deny comment=”" disabled=no
add url=”quicklaunch.com” action=deny comment=”" disabled=no
add url=”quick-search.ws” action=deny comment=”" disabled=no
add url=”quiksearchgenealogy.com” action=deny comment=”" disabled=no
add url=”r.babenet.com” action=deny comment=”" disabled=no
add url=”rad.msn.com” action=deny comment=”" disabled=no
add url=”radfrall.org” action=deny comment=”" disabled=no
add url=”ramgo.com” action=deny comment=”" disabled=no
add url=”ranafrog.ne” action=deny comment=”" disabled=no
add url=”rapegate.com” action=deny comment=”" disabled=no
add url=”rawtocash.net” action=deny comment=”" disabled=no
add url=”rd1.hitbox.com” action=deny comment=”" disabled=no
add url=”realads.realmedia.com” action=deny comment=”" disabled=no
add url=”realmedia-a800.d4p.net” action=deny comment=”" disabled=no
add url=”realphx.com” action=deny comment=”" disabled=no
add url=”redbudbmx.com” action=deny comment=”" disabled=no
add url=”redherring.ngadcenter.net” action=deny comment=”" disabled=no
add url=”redirect.click2net.com” action=deny comment=”" disabled=no
add url=”refinance-help.com” action=deny comment=”" disabled=no
add url=”regfreeze.com” action=deny comment=”" disabled=no
add url=”regio.adlink.de” action=deny comment=”" disabled=no
add url=”removeearthkeepers.org” action=deny comment=”" disabled=no
add url=”reply.mediatris.net” action=deny comment=”" disabled=no
add url=”responsemedia-ad.flycast.com” action=deny comment=”" disabled=no
add url=”retaildirect.realmedia.com” action=deny comment=”" disabled=no
add url=”revolto3.da.ru” action=deny comment=”" disabled=no
add url=”rightfinder.net” action=deny comment=”" disabled=no
add url=”rmads.msn.com” action=deny comment=”" disabled=no
add url=”rmedia.boston.com” action=deny comment=”" disabled=no
add url=”robbsproshop.com” action=deny comment=”" disabled=no
add url=”robertferencz.com” action=deny comment=”" disabled=no
add url=”rocketsearch.com” action=deny comment=”" disabled=no
add url=”rotocasters.com” action=deny comment=”" disabled=no
add url=”royalsearch.net” action=deny comment=”" disabled=no
add url=”runsearch.com” action=deny comment=”" disabled=no
add url=”russiansponsor.com” action=deny comment=”" disabled=no
add url=”russogay.com” action=deny comment=”" disabled=no
add url=”ruworld.com” action=deny comment=”" disabled=no
add url=”s0b.bluestreak.com” action=deny comment=”" disabled=no
add url=”s2.exocrew.com” action=deny comment=”" disabled=no
add url=”s2.focalink.com” action=deny comment=”" disabled=no
add url=”sacitylife.com” action=deny comment=”" disabled=no
add url=”samplegals.com” action=deny comment=”" disabled=no
add url=”satisf*cktion.net” action=deny comment=”" disabled=no
add url=”sbssurvivor.com” action=deny comment=”" disabled=no
add url=”sc.clicksupply.com” action=deny comment=”" disabled=no
add url=”scand.adlink.de” acti

Read More..

Free Download Software Backup BIOS

111 Quick Reinstaller 2.5

Author: Kruglov Denis
Date: 2002-01-17
Size: 1.2 MB
License: Shareware
Requires: Win 9x
Downloaded: 15219 Times

This is program for Windows reinstallation and resurrection. Program for users all over the world which can help them with Windows 95/98 crashes. This program will help you to solve all your problems with yourWindows stability!

Quick Reinstaller is a powerful tool which allows you quickly reinstall and resurrect your system without any problem. Quick Reinstaller compatible with Windows 95 and Windows 98. This program was especially designed for reinstalling and resurrecting your system configuration after unrecoverable crash or if you want to restore your old system configuration. In case your system was crashed or became unstable you can quickly reinstall it using Quick Reinstaller. Quick Reinstaller can work with a few System Configuration files. You can store system configurations and reinstall them when you need it. Quick Reinstaller can make CleanUp for you. Using Quick Reinstaller you can reinstall or resurrect your system without hard drive formating and your using of Windows became more stable and interesting.
download
______________________________________________________
AKGBackup 2.0

Author: Ashok Kumar Gupta
Date: 2006-12-19
Size: 194 KB
License: Freeware
Requires: Win All
Downloaded: 5281 Times

AKGBackup is a multi-platform compatible backup software application that is written entirely in Java.

It is a utility for backing up your files, with an option to compress data, on a different hard disk drive, floppies, different partition of the same disk drive or any media an operating system can write to. After the first run, subsequent runs are blazingly fast as only the changed or new files are backed up.

It can also create a specified number of backups so that one can have older as well as newer backups.
download
_____________________________________________________
CD Indexer 1.2.1

Author: Tim Hegyi
Date: 2002-03-01
Size: 2.0 MB
License: Freeware
Requires: Win All
Downloaded: 16970 Times

CD Indexer is the old Drive Mirror 2. CD Indexer is a program in which you can make mirrors of drives/CD's. It's only copying the file (Even system and hidden files.) and catalog structure. You can search in all the mirrors or just search in selected ones. The search system is very flexible. Look at the help section to see how to search. CD Indexer has multilanguage support. This program works just like Advanced Disk Catalog. Why use this program? Is much faster, the database is smaller. This program is totally FREEWARE, just like Drive Mirror 1.x and 2.x was. In CD Indexer you have a conversion tool to convert Drive Mirror 1.x databases into CD Indexer databases, it also supports Drive Mirror 2 databases.
With CD Indexer you can create (sorted/unsorted) .htm list of all your files.
download
_____________________________________________________
Catalencoder 0.7.8

Author: SAS Team 66
Date: 2007-12-31
Size: 9.23 MB
License: Freeware
Requires: Win XP/2K
Downloaded: 7985 Times

Catalencoder is a very easy to use DVD ripper. Using Catalencoder you can convert your favorite DVD in a DivX/XviD video file with only a few clicks.

If you're a beginner and don't know how exactly to configure the program ripping parameters a "Newbie mode" is available. In normal mode, you can choose which video to encode, audio and video codecs, duration, subtitle, number of CDs, size per CD and many more.
download
______________________________________________________
Cobian Backup 8.4.0.202

Author: Luis Cobian
Date: 2007-09-27
Size: 8.08 MB
License: Freeware
Requires: NT/200x/XP/Vista
Downloaded: 33542 Times

Cobian Backup is a multi-threaded program that can be used to schedule and backup your files and directories from their original location to other directories/drives in the same computer or other computer in your network. FTP backup is also supported in both directions (download and upload).

Cobian Backup exists in two different versions: application and service. The program uses very few resources and can be running on the background on your system, checking your backup schedule and executing your backups when necessary. Cobian Backup is not an usual backup application: it only copies your files and folders in original or compressed mode to other destination, creating a security copy as a result. So Cobian Backup can be better described as a "Scheduler for security copies".
Cobian Backup supports several methods of compression and strong encryption.
Main Features:
- Backup FROM and TO a FTP server
- SSL servers supported
- The program can now remind you if you have missed backups
- An open plug-in architecture to allow the program's enhancement
- Backup to multiple destinations
- Remote backup
- Automatically remove old backups
- The application can be used as a command line utility. No separate command line program is needed


New in Version 8
- The program uses now Unicode functions whenever it can.
- The program uses now memory mapped files for inter-process communication. All the TCP communication used in older versions has been eliminated.
- A new method of encryption has been added: RSA-Rijndael, which uses a 256-bit Rijndael encryption with a random key that is itself encrypted used a 1024-bit RSA asymmetric key.
- Sensitive settings as passwords are now stored in the ini file using strong encryption
- The program is now a "green" application. All the files are stored in ini files. The only part that used the registry is the service, which, for obvious reasons must be installed using the registry.
- A feature allows you now you execute individual tasks under different user accounts.
- The 256 characters path limit is now GONE thanks to Unicode.
- Now you can close programs using also their class names.
- Better SQX error handling.
- Full service control from the Option dialog.
- The mirroring effect that you got while compressing AND overwriting has been thankfully eliminated.
- LOTS of bugs fixed
- A better user interface.
- FTP transfers of larger files (> 2 GB are now supported)
download
______________________________________________________
deVault 2008 (S5.2)

Author: EK Inc.
Date: 2008-02-11
Size: 1.25 MB
License: Freeware
Requires: Win 2K/03/XP/Vista
Downloaded: 4197 Times

deVault is an easy to use and powerful utility that helps you to backup, organize, categorize, compress, encrypt and share your important files in clever and secure digital vaults.
download
______________________________________________________
DriveImage XML 1.21

Author: Runtime Software
Date: 2007-02-13
Size: 1.7 MB
License: Freeware
Requires: Win All
Downloaded: 19170 Times

DriveImage XML is an easy to use and reliable program for imaging and backing up partitions and logical drives.
The program allows you to:
Backup logical drives and partitions to image files
Browse these images, view and extract files
Restore these images to the same or a different drive
Copy directly from drive to drive
Schedule automatic backups with your Task Scheduler
Image creation uses Microsoft's Volume Shadow Services (VSS), allowing you to create safe "hot images" even from drives currently in use.

Images are stored in XML files, allowing you to process them with 3rd party tools. Never again be stuck with a useless backup!
download

Read More..

Admin Tools

Add/Remove Program Cleaner 2.0

Author: IntelliNavigator
Date: 2006-05-25
Size: 937 KB
License: Freeware
Requires: Win All
Downloaded: 30335 Times

Add/Remove program cleaner is a free and useful program that allows you to clean up the Add/Remove programs list in the control panel. It should only be used to remove entries that are broken and cannot be removed by running the uninstall program.
download

A.M.S. - active monitoring system 1.1.65

Author: Talcorp Australia Pty Ltd
Date: 2004-11-13
Size: 13 MB.
License: Shareware
Requires: Win All
Downloaded: 17089 Times

A.M.S. - active monitoring system makes it possible to help control and monitor activity of individual users in 'realtime'.
A.M.S. goes further than other monitoring packages, in that it can be configured to STOP users performing activities you have chosen. If required, it can also suspend individual users' access automatically and reinstate their access after an administrator defined period.
A.M.S. functions in 'realtime' so that preset activities can be 'killed' instantly and automatically, without waiting for human intervention.
A.M.S. can be deployed over a network easily to allow centralised log viewing via one central networked PC at the Network Administrators' leisure.
Main Features
- Control Access to Programs and Files
- Stop Users Installing Software
- Block Downloading Files
- Block Software
- Block Websites
download

Auto Reboot Remover 1.0

Author: IntelliNavigator
Date: 2006-05-24
Size: 415 KB
License: Freeware
Requires: Win XP
Downloaded: 7537 Times

Auto Reboot Remover is a free program that enables or disables the automatic reboot 'feature' of windows XP SP2 after an update has been installed. Saves you from losing important work when you walk away from your computer at the wrong time - and XP decides it is going to close everything without saving.
download

BackgroundCMD 1.0.0.2

Author: Neer Roggel
Date: 2006-06-08
Size: 118 KB
License: Freeware
Requires: Win All
Downloaded: 7433 Times

BackgroundCMD is a command prompt folder background shell
extension. It allows you to start a command prompt from any directory that you're currently browsing.
Simply right-click the directory background, and select "CMD Prompt" from the context menu. The new console's initial path will be set to the directory you were browsing.
download

BootSafe 1.0.1002

Author: SuperAdBlocker
Date: 2005-12-21
Size: 116 KB
License: Freeware
Requires: Win All
Downloaded: 12740 Times

Whether you're a novice user and you don't know how to enter Safe Mode or you're just looking for a fast, easy to use and enjoyable way to go directly to Safe Mode when you reboot, BootSafe is the program you've been waiting for.
BootSafe provides you a Windows GUI for the Safe Mode options you would normally see by pressing F8 during system boot. This way, there's no need to hold F8 while booting, just choose in which mode should the computer boot and restart. No more, no less!
download

Brute Force Uninstaller (BFU) 1.00.9

Author: Merijn
Date: 2005-11-04
Size: 46 KB
License: Freeware
Requires: Win All
Downloaded: 87562 Times

BFU is a scripting program that can execute a series of preset commands like a Windows batch file, aimed at uninstalled programs that are hard to remove, uninstall improperly or simply unwanted. Scripts are plaintext and can be written with Notepad, and the command syntax is very transparent.
BFU is very complete and powerful, has a small memory footprint and has no uninstaller.
download

CrossLoop 1.14

Author: CrossLoop, Inc.
Date: 2007-10-08
Size: 2.28 MB
License: Freeware
Requires: Win All
Downloaded: 2336 Times

CrossLoop is a FREE secure screen sharing utility designed for people of all technical skill levels. CrossLoop extends the boundaries of VNC’s traditional screen sharing by enabling non-technical users to get connected from anywhere on the Internet in seconds without changing any firewall or router settings. It only takes a few minutes to setup and no signup is required.

Is CrossLoop Secure?
Security is built into all aspects of CrossLoop. Session data is encrypted at the end-points before being sent using a 128-bit encryption algorithm using a randomly generated 12-digit access code. Explicit permission is required before any screen images are sent to a remote computer. CrossLoop is a secure tool to remotely assist any PC on the planet.
download

DOSBox 0.72

Author: DOSBox
Date: 2007-08-26
Size: 1.20 MB
License: Freeware
Requires: Win All
Downloaded: 61883 Times

DOSBox is a DOS-emulator that uses the SDL-library which makes DOSBox very easy to port to different platforms. DOSBox has already been ported to many different platforms, such as Windows, BeOS, Linux, MacOS X...

DOSBox also emulates CPU:286/386 realmode/protected mode, Directory FileSystem/XMS/EMS, Tandy/Hercules/CGA/EGA/VGA/VESA graphics, a SoundBlaster/Gravis Ultra Sound card for excellent sound compatibility with older games...

You can "re-live" the good old days with the help of DOSBox, it can run plenty of the old classics that don't run on your new computer!
DOSBox is totally free of charge and OpenSource.

download

Flexbeta Slipstreamer XP 2.02 Beta 2

Author: Flexbeta
Date: 2006-06-19
Size: 4.5 MB
License: Freeware
Requires: Win XP
Downloaded: 8130 Times

Flexbeta Slipstreamer XP is an application that will slipstream any Windows XP or Office XP Service Pack into your installation files.
It has currently been tested to work for all Windows XP and Office XP Service Packs up to SP2 (SP2 1213 for Windows XP).
Here are some key features of "Flexbeta Slipstreamer XP":
· Added unattended install
· ISO creator
· progress bars for copying
· folder choice for copying windows files
· Friendly graphic user interface
download

HOSTEdit 5.0.0.64

Author: WolfWare
Date: 2005-10-21
Size: 320 KB
License: Freeware
Requires: Win All
Downloaded: 14853 Times

HOSTEdit is designed to enable its user fast manipulation of the Windows HOST and LMHost files. Redirect URL's, IP's, block adverts, hostile sites, etc.
download

Read More..

WinSCP free Download



According to en.wikipedia.org, WinSCP is

an open source SFTP and FTP client for Microsoft Windows. Its main function is secure file transfer between a local and a remote computer. Beyond this, WinSCP offers basic file manager functionality. For secure transfers, it uses Secure Shell (SSH) and supports the legacy SCP protocol in addition to SFTP.


Development of WinSCP started around May 2000 and continues. Originally it was hosted by the University of Economics in Prague, where its author worked at the time. Since July 16, 2003 it is licensed under GPL and hosted on SourceForge.net.

WinSCP is based on the implementation of the SSH protocol from PuTTY and FTP protocol from FileZilla.

WinSCP is also available as a plugin for two file managers, FAR and Altap Salamander.


According to winscp.net, WinSCP is an open source free SFTP client and FTP client for Windows. Legacy SCP protocol is also supported. Its main function is safe copying of files between a local and a remote computer.

Features


WinSCP 4.1 beta Link Download
Installation Package
Standalone application
Source code


WinSCP 4.0.7 Link Download
Installation package
Multilanguage installation package
Standalone application
Source code

Just download and use it because its all for free.

Read More..

Free Ebook Artikel Windows Server 2008

Microsoft memberikan penjelasan lebih detail mengenai Windows Server 2008 yang akan dirilis 27 Februari tahun depan.

Sistem operasi terbaru ini akan memasukkan Windows Server Virtualisation. Fitur ini memungkinkan virtualisasi server dalam sebuah mesin tunggal tapi tetap menjaga setiap mesin virtual terpisah untuk mengurangi resiko keamanan.

Selain itu, BitLocker yang mengenkripsi drive juga dimasukkan kedalam Windows Server 2008. Teknologi ini dirancang untuk laptop.

Mengingat server sering menjadi target kejahatan, Microsoft juga menambahkan Network Access Protection yang merupakan versi dari Cisco’s Network Access Control. Paket keamanan untuk mesin ini memungkinkan sebuah jaringan dan komputer yang baru memenuhi kriteria.

Dikutip dari vnunet.com, Rabu (24/10), kontrol keamanan juga dilakukan dengan penggunaan USB sticks dan sebuah konsol manajemen PKI.



Download Ebook Win Server 2008



Read More..

Tuhan telpon aku dong!!!

Tuhan telpon aku dong
(
Y. Thendra BP)

Tuhan sesekali telpon aku dong
biar aku tahu di mana kau sungguh.
jangan pakai sljj apalagi sli, yang dekat saja, lokal cukuplah.
kalau engkau nilpon pakai sljj apalagi sli
betapa jauhnya engkau dariku.
habis, setiap kali kucalling engkau
acap kali mailbox atau terdengar suara mendayu bidadari entah: "tuhan yang anda hubungi sedang sibuk, tunggulah beberapa saat lagi"
memang dosaku banyak, untuk itu aku pinta ampunanmu. kalau engkau tak sudi: wah
pada siapa lagi aku akan meminta.
Tuhan telpon aku dong
tak usah lama-lama, sedetik cukuplah.
dan hidupku akan sempurna.

Read More..

.:: Nasib Orang Jelek ::.

” Nasib orang jelek “


resapilah kata2nya bro

Kalo cowok ganteng pendiam
cewek2 bilang: woow, cool banget…
kalo cowok jelek pendiam
cewek2 bilang: ih kuper banget…

kalo cowok ganteng jomblo
cewek2 bilang: pasti dia perfeksionis
kalo cowok jelek jomblo
cewek2 bilang: sudah jelas…kagak laku…

kalo cowok ganteng berbuat jahat
cewek2 bilang: nobody’s perfect
kalo cowok jelek berbuat jahat
cewek2 bilang: pantes…tampangnya kriminal

kalo cowok ganteng nolongin cewe yang diganggu
preman
cewek2 bilang: wuih jantan…kayak di filem2
kalo cowok jelek nolongin cewe yang diganggu
preman
cewek2 bilang: pasti premannya temennya dia…

kalo cowok ganteng dapet cewek cantik
cewek2 bilang: klop…serasi banget…
kalo cowok jelek dapet cewek cantik
cewek2 bilang: pasti main dukun…

kalo cowok ganteng diputusin cewek
cewek2 bilang: jangan sedih, khan masih ada
aku…
kalo cowok jelek diputusin cewek
cewek2 bilang:…(terdiam, tapi telunjuknya
meliuk-liuk dari atas ke bawah)…kaciaaan deh
lo…..

kalo cowok ganteng ngaku indo
cewek2 bilang: emang mirip-mirip bule sih…
kalo cowok jelek ngaku indo
cewek2 bilang: pasti ibunya Jawa bapaknya robot…

kalo cowok ganteng penyayang binatang
cewek2 bilang: perasaannya halus…penuh cinta
kasih
kalo cowok jelek penyayang binatang
cewek2 bilang: sesama keluarga emang harus
menyayangi…

kalo cowok ganteng bawa BMW
cewek2 bilang: matching…keren luar dalem
kalo cowok jelek bawa BMW
cewek2 bilang: mas, majikannya mana?…

kalo cowok ganteng males difoto
cewek2 bilang: pasti takut fotonya kesebar-sebar
kalo cowok jelek males difoto
cewek2 bilang: nggak tega ngeliat hasil cetakannya

kalo cowok ganteng naek motor gede
cewek2 bilang: wah kayak lorenzo lamas…bikin
lemas…
kalo cowok jelek naek motor gede
cewek2 bilang: awas!! mandragade lewat…

kalo cowok ganteng nuangin air ke gelas cewek
cewek2 bilang: ini baru cowok gentlemen
kalo cowok jelek nuangin air ke gelas cewek
cewek2 bilang: naluri pembantu, emang gitu…

kalo cowok ganteng bersedih hati
cewek2 bilang: let me be your shoulder to cry on
kalo cowok2 jelek bersedih hati
cewek2 bilang: cengeng amat!!…laki-laki bukan
sih?

Kalo cowok ganteng baca e-mail ini
langsung ngaca sambil senyum2 kecil, lalu berkata
“life is beautifull”

kalo cowok jelek baca e-mail ini,
Frustasi, ngambil tali jemuran, trus triak
sekeras-kerasnya
“HIDUP INI KEJAAAAMMM….!!!”

Tips untuk anda yang merasa jelek:

THE BEAUTY IS UNDER THE SKIN
(jadi cakep kalo udah ganti kulit)
Perbaiki inner beauty anda, itu kalau anda
merasa sisi luar anda udah ancur
gak ketolong lagi…

LIKE FATHER LIKE SON
(suka bapaknya, suka juga sama anaknya)
jangan salahkan diri anda kalau anda jelek,
salahkanlah orangtua anda,
karena jelek itu keturunan…

THE TRUTH IS OUT THERE
(yang bener boleh keluar)
kalo orang lain menilai anda jelek, jangan skeptis,
penilaian manusia tidak selalu benar…

DONT JUDGE THE BOOK BY ITS COVER
(jangan menghukum buku karena dia
meninggalkan koper)
Jangan putus asa, tidak semua orang menilai
manusia dari fisiknya…

THE RIGHT MEN IN THE WRONG PLACE
(orang di sebelah kanan, salah tempat…)
cakep jelek itu lingkungan, misalnya anda di sini
jelek, tetapi di afrika sana anda bisa paling
ganteng…..

LOVE IS BLIND
(pacarilah orang buta)
cinta tidak memandang cakep atau jelek…gak
percaya?
tanyakan hal ini sama orang jelek…

kalau anda membaca tips ini sampai selesai,
berarti…
anda memang merasa jelek…

kalau anda sendiri merasa jelek, apalagi orang lain
yang melihat anda…

Memang cakep itu relatif…tapi kalau jelek itu
mutlak!!! huahahaha……..

Read More..

Bung Karno, Pancasila, Dan Revolusi Belum Selesai



DEWASA ini ajaran Bung Karno bangkit kembali, bergema, digelorakan sebagai kekuatan untuk memberi dukungan dan semangat perjuangan membela wong cilik, kaum marhaen, rakyat jelata, yang terpinggirkan.
Pancasila yang digali dan ditemukan Bung Karno adalah bentuk sintetik dari ijtihad politik yang menyerap dan memadukan berbagai arus pemikiran besar dari nasionalisme, sosialisme, kapitalisme, dan paham keagamaan. Karena itu, pernyataan Bung Karno mengganyang Nekolim (neokolonialisme dan imperialisme) kini menemukan bentuknya yang baru menjadi anti-IMF dan menolak ketergantungan pada modal bantuan luar negeri.
Ironisnya, semangat Bung Karno untuk terus menjebol dan membangun karena revolusi katanya belum selesai, dan kini terus bergema gaungnya melalui nyanyian para demonstran yang meneriakkan revolusi sampai mati, menemukan momentumnya untuk menurunkan pemerintahan Megawati yang menyatakan diri sebagai pewaris biologis dan ideologis Bung Karno, tetapi ternyata melakukan kebijakan menaikkan harga BBM, tarif dasar listrik, dan telepon yang jelas-jelas tidak berpihak pada nasib wong cilik yang pernah menjadi obsesi politik bapaknya. Rupanya untuk mewarisi ideologi dan politik Bung Karno, warisan biologis saja tidaklah cukup karena diperlukan kebesaran jiwa dan kecerdasan tinggi seperti dimiliki Bung Karno sendiri.
Berbeda dengan ideologi sosialisme yang saat itu dapat merujuk pada pemerintahan komunisme seperti di Uni Soviet dan Cina, sementara kapitalisme dapat merujuk pada pemerintahan Amerika Serikat, Inggris, dan Perancis.
Sementara itu, ada kesenjangan besar antara perubahan sosial ekonomi dan politik masyarakat dengan lambannya perubahan pada perangkat yang mendasarinya, yaitu perubahan konstitusi, perundang- undangan dan peraturan pemerintah. Revolusi belum selesai Revolusi adalah perubahan radikal dan fundamental dalam tata kehidupan masyarakat secara cepat. Umumnya, revolusi ditandai penggulingan kekuasaan dan sering berdarah-darah akibat konflik kekerasan yang ditimbulkan antara dua kekuatan, yang bertahan dan berusaha menjatuhkan.
Pada sisi yang lain, konstitusi yang berlaku (ius constitutum) tidak mampu memenuhi tuntutan perubahan cepat yang kompleks sehingga penguasa yang muncul cenderung ingin terus berkuasa dan menjadikan konstitusi sebagai alat untuk mempertahankan kekuasaannya. Revolusi sekan-akan mati suri karena tidak ditopang konstitusi yang memadai guna memenuhi tuntutan perubahan cepat yang kompleks, bahkan menjebaknya dalam budaya dan konflik politik yang hanya berorientasi pada kekuasaan.
Namun, konstitusi saja tidak cukup karena masih diperlukan adanya pemimpin yang merakyat dan berketeladanan untuk membangun sistem kekuasaan dan pemerintahan yang bersih, kuat, dan jelas mekanismenya, terbuka, terkontrol, dan responsif terhadap tuntutan perubahan masyarakat yang kompleks. Selain itu, perlu mengembalikan militer pada fungsi dan wilayah kemiliteran negara yang bersifat profesional dan hanya mengabdi kepada kepentingan negara, bukan kepentingan kekuasaan politik.

Read More..

Download Mp3 Madonna - Candy Store [2nd Single 2008 - HQ]


Download new song for Madonna - 4 Minutes Feat. Justin Timberlake and Timbaland CLICK HERE

Here’s second single Madonna for her upcoming album “Hard Candy” that will be released April 29, 2008. This second singles called “Candy Store”. Enjoy…!!

Read More..

Downlad Mp3 Britney Spears - Break The Ice [2008]

Download mp3 music song Britney Spears - Break The Ice CLICK HERE

Tracklist :
01. Break The Ice (Original)
02. Break The Ice (Wideboyx Edit)
03. Break The Ice (Soulseekerz Edit)
04. Break The Ice (Jason Nevins Edit)
05. Break The Ice (Tracy Young Edit)
“Break the Ice” charted on the Billboard Pop 100 at seventy-five and on the Billboard Hot Digital Songs at number seventy-two, prior to the single’s physical release. The single debuted at one hundred on the Hot 100 on March 15; climbed to ninety-five on the following week and went up to seventy-one due to rising airplay and growing digital sales.
The single debuted at number eleven in Sweden, its first chart appearance outside North America. It debuted in Ireland at number thirty-seven. On the UK Singles Chart, the single debuted on March 23, 2008 at seventy-nine.

Read More..

Free Gratis Download Mp3 Indo Barat 2008

Nugie - Lentera Jiwa (New Single 2008)

New single song mp3 Nugie - Lentera Jiwa, download free mp3 Nugie - Lentera Jiwa dengan 2 mirror dibawah ini:

  1. GILAUPLOAD
  2. RAPIDSHARE


Seurieus - Gelap Mata (new single)

New single song mp3 Seurieus - Gelap Mata, download free mp3 Seurieus - Gelap Mata dengan 2 mirror dibawah ini:

  1. GILAUPLOAD
  2. RAPIDSHARE


Seventeen - Selalu Mengalah

New single song mp3 Seventeen - Selalu Mengalah, You can download free mp3 Seventeen - Selalu Mengalah with Three mirror link this:

  1. ZIDDU
  2. RAPIDSHARE
  3. SHAREKINGDOM

Setelah merilis album “Bintang Terpilih” di tahun 2003 yang lumayan sukses dengan single “Cobalah” dan “Jibaku” dan terjual 75 ribu kopi, band ini sempet menghilang dari peredaran.
Seventeen
Band yang terdiri dari Doni (vokal, guitar), Bani (Bas), Andi (drum), Yudhi dan Herman (Gitar) ini sempat di’PHK’ oleh labelnya yaitu Universal Music Indonesia yang pada saat itu menutup divisi lokalnya. Namun setelah dibuka lagi 2 tahun kemudian, band asal Yogyakarta ini kembali lagi dengan albumnya yang bertitel “Sweet Seventeen” tetapi sayang tidak mengulang sukses album pertama. Band ini berdiri tanggal 17 Januari 1999 jam 17 dan karena pada saat itu semua personilnya berumur 17, makanya mereka memakai angka keramat tersebut sebagai nama band.
Pada Album ketiga bertitel “Lelaki Hebat” ini, Seventeen membuat perubahan apalagi setelah ditinggal Doni sang vokalis. Dengan single pertama bertitel “Slalu Mengalah” ini, coba dengarkan instrumen terompet yang menghiasi intro lagu dan membuat lagu ini menjadi beda dari yang lain.

Read More..

Intan Nuraini - Gubrak



New single song mp3 Intan Nuraini - Gubrak, You can download free mp3 Intan Nuraini - Gubrak with 2 mirror link this:
  1. GILAUPLOAD
  2. SHAREKINGDOME

Read More..

Cartoon Mania



Cartoon List:
-2 Stupid Dogs [2 cachorros estupidos]
-Asterix and Obelix
-Atlantis
-Baby Looney Tunes
-Batman
-Betty Boop
-Bugs Bunny [perna longa]
-Captain Caveman [Capitao Caverna]
-Courage [Coragem o cão covarde]
-Cow & Chicken [vaca e o frango]
-daffy duck [patolino]
-Daisy Duck [Margarida]
-dexter's labolatory [ Laboratorio de Dexter]
-donald duck [pato donald]
-Dragonball Z
-Droopy
-duck dogers
-Ed, Edd n Eddy [Du, dudu e Edu]
-flash
-Foghorn Leghorn [Frangolino]
-Garfield
-Goofy [Pateta]
-Green Lantern [Lanterna Verde]
-Grim adventures of Billy and Mandy
-Hong Kong Phooey [Hong Kong Fu]
-I am weasel [Eu sou o maximo]
-Jackie Chan Adventures
-johnny bravo
-Justice League [Liga da justiça]
-Kids Next Door [A Turma do Bairro]
-Little Mermaid [pequena sereia]
-looney tunes
-Mickey & Friends
-Minie
-Monsters Inc. [Monstros SA]
-Mudley [Rabugento]
-Peter Pan
-Pink Panther [pantera corderosa]
-Pinky and The Brain [Pink e o Cerebro]
-pluto
-Pokemon
-Popeye
-Powerpuff Girls [garotas superpoderosas]
-Road Runner [papa leguas]
-Samurai Jack
-Scooby Doo
-smurfs
-snoopy
-Southpark
-Speedy Gonzales [Ligeirinho]
-spiderman [homem aranha]
-Sponge Bob [Bob Esponja]
-superman (super homem]
-Tarzan
-Taz
-teletubbies
-The Atom Ant [Formiga Atomica]
-The Flintstones
-The Jetsons
-The Lion King [Rei Leao]
-The Simpsons
-The Wacky Races [Corrida Maluca]
-Tom and Jerry
-Top Cat [Manda Chuva]
-turma da monica
-Tweety and Sylvester [Piu Piu e Frajola]
-Winnie the Pooh [Ursinho Puff]
-wonderwoman [mulher maravilha]
-Woody Woodpecker [pica pau]
-X-men
-Yosemite Sam [Eufrazino]



Download Link

Read More..

Magic Video Converter 8.0.11 (Portable)


Magic Video Converter meets all your needs for DVD CD/SVCD burning and video format converting. It can convert and split a wide range of formats such as AVI, MPEG, MPEG 1, MPEG 2, MPEG 4, VCD, DVD, SVCD, RMVB, RM, WMV, MOV, DIVX, etc. The latest version can recognize more formats! It is easy-to-use and only requires 4 steps to convert video files….
Having integrated more user-friendly rationale in the interfaces, the converting processes are fast and interesting.


Features:


Convert AVI, MPEG, MPEG 1, MPEG 2, MPEG 4, VCD, DVD, SVCD, RMVB, RM, WMV, MOV, DIVX and other video formats.
Burn DvD and create menu.
Convert your movies in batch mode.
Split AVI, VCD, DVD or other videos into several ones.
Customize video screen size, audio/video bit rate, frame rate and aspect
Much, much more …


The software is very user-friendly according to our 100.000 users, as they selected "Ease of use" as the nr 1 feature in a recent survey.



Download Now

Read More..

Portable Blaze Media Pro v8.0.0.5


Portable Blaze Media Pro v8.0.0.5 | 26 MB


Powerhouse all-in-one converter, burner, audio and video editing software for all popular audio and video formats...and much more! Some of the formats supported by the software's audio editing and video editing include MP3, WMA, WAV, OGG, AVI, MPEG-1, MPEG-2, WMV, and more.



Blaze Media Pro includes an audio and video converter, audio editing and video editing, video capture, audio recorder, data CD/DVD burner, audio CD burner, Video CD (VCD/SVCD) burner, audio CD copy, effects, media management, playlist, full-screen video support, and more all-in-one software application!


* Audio Capabilities
o Audio editing, converter (MP3, WMA, WAV, OGG, etc.), CD ripper, and merging
o Extensive list of supported conversions
o Convert bitrate and compression for audio formats, such as converting a MP3 from 128 kbps to 64 kbps. The software can adjust to lower as well as higher bitrates.
o Provides a solution to convert DRM protected WMA files, convert protected AAC and M4P files, and convert OMA to MP3, WAV, WMA, OGG
o Advanced audio CD burning from WAV, MP3, WMA, and OGG formats. Powerful, yet easy to use feature to burn CDs
o Extract and save audio content of video files to sound files
o Apply sound effects to audio files
o Use the software's audio editing feature to record MIDI files, providing a solution to convert MIDI to MP3, WAV, WMA, OGG, etc. The same can be used to convert DVD audio to MP3, WAV, WMA, or OGG.
o Copy music CDs (copy audio CDs)
o Record from line-in (cassette, LP, etc.), streaming audio, or any other source available on your system
o All-in-one MP3 software solution (MP3 converter, MP3 encoder, MP3 decoder, MP3 ripper, CD burner, MP3 editor, MP3 recorder, MP3 player, and more).
o MusicID audio recognition
o Music Lyrics Search
o Audio tag editing (ID3 tag editing and other meta data), and FreeDB support
o Highly customizable, configurable, and user-friendly interface


* Video Capabilities
o Batch Video Converter for AVI, MPG, WMV, MOV, and more
o Convert AVI, MPG, and WMV video to Flash
o Video CD (VCD/SVCD) burner
o Video DVD Burner
o Powerful digital video editing software for all popular video formats and an extensive list of video editing filters, effects, and video editing operations. The software's movie/video editing feature supports AVI, MPG (MPEG-1 and MPEG-2), WMV, and more
o Compress video files, including AVI, MPEG, and WMV
o Video creator (make a video from a sequence of image and audio files)
o Video combining, and extraction
o Video joiner for AVI, MPEG, WMV
o All-in-one MPEG software solution (MPEG encoder, MPEG decoder, MPEG editor, MPEG VCD Burner, MPEG Converter, and more)
o Batch video processing
o Video capture feature that can capture from most TV tuners, web cams, and other video capture devices. This feature can be used in combination with a TV tuner or video capture card to capture video from DVD and save to AVI or WMV, for example.
o Media management
o Extract video frames to image files in batch mode. Supported formats include BMP, EMF, GIF, J2K, JPG, PCX, PNG, RAS, TGA, TIF, and WMF
o Insert images into existing video files or create new videos from a collection of image files
o Create video files from still frame images and other videos
o Add audio to video files, replace existing audio in video files, delete audio from video files
o Convert between PAL and NTSC video standards using the software's video converter feature
o Add over 30 effects and color adjustment operations to your video for powerful enhancement and alternation
o Video editing is available for AVI (uncompressed), AVI (compressed using any available codec), MPEG-1, MPEG-2, WMV, and ASF
o You can use a comprehensive set of video editing operations: crop, delete frame, delete selection (video and/or audio), resize, rotate, mirror, flip, trim, adjust audio volume, and much more
o Click supported conversions to see even more possibilities


* Combination Audio and Video Capabilities
o Blaze Media Pro's unique Media Manager makes it easy to work with all your audio and video creations - playback at your fingertips. Even rename, copy, move, or tag files instantly.
o Burn data CD/DVDs to safekeep your multimedia creations (or any other files)
o ISO burner feature included with the Data CD/DVD burner
o Create ISO files from CD/DVD layout
o Insert audio files, such as WAV, WMA, and MP3, into video files
o Extract audio from video files using the video editing feature or Extract Audio Content feature
o Work with specific tracks, frames, or even a range of seconds
o Once you combine your audio and video, batch processing is available with the Batch Video Processor feature. For fast, efficient processing, you can run most video processing operations on a list of files
o Audio and video editing for a complete all-in-one multimedia editing solution.


* Supported Conversions
o CD to WAV, CD to MP3, CD to WMA, and CD to OGG
o WAV, WMA, OGG, AIFF, VOX, MP2, MPC/+, G.72x, AU, and RAW to MP3
o MP3, WMA, OGG, AIFF, VOX, MP2, MPC/+, G.72x, AU, and RAW to WAV
o MP3, OGG, WAV, AIFF, VOX, MP2, MPC/+, G.72x, AU, and RAW to WMA
o MP3, WMA, OGG, AIFF, VOX, MP2, MPC/+, G.72x, AU, and RAW to OGG
o WAV/MP3/WMA/OGG to audio CD burning
o WAV/MP3 Compression
o Two-way video conversions among MPEG-1, MPEG-2, AVI, WMV, ASF, MOV, Multi-Page TIFF, and FLIC
o MPEG conversion options available for VCD, SVCD, and DVD compliant output


* Configurable Interface
o Intuitive design
o Complete drag and drop features
o Highly customizable options and settings


Download Now

Read More..

Wondershare Video Converter Platinum 3.2.49

http://aimagehosting.com/images/0ximgie5d4ag26yb13o.jpg

Wondershare Video Converter Platinum 3.2.49 | 5,87 MB
Wondershare Video Converter Platinum is a very powerful video format converter that can convert you video files to various formats to meet different format requirements and for playback on popular players including iPod, iPhone, Apple TV, Zune, PSP, Pocket PC, Creative Zen, Archos and so on. It is the best video converter that can convert WMV to AVI, VOB to AVI, and even convert video to Youtube or convert Youtube to video with sound quality.
This total video converter supports video formats such as MP4, MOV, 3GP, AVI, WMV, RM, MPEG-1, MPEG-2, FLV and ASF. And it supports audio formats including M4A, WMA, WAV, MP3, AAC and AC3. All these video formats can be converted to one another with excellent quality. With the video joiner of this great video converter, you can even merge multiple files into a single file.

Wondershare Video Converter Key Features

* 1. An excellent video format converter that supports various video formats including MP4, MOV, 3GP, AVI, WMV, RM, MPEG-1, MPEG-2, FLV and ASF.
* 2. A flexible audio converter that supports M4A, WMA, WAV, MP3, AAC and AC3.
* 3. Support all popular video and audio players such as iPod, Zune, PSP, Pocket PC, Creative Zen, Archos and so on.
* 4. Built in iPod Video Transfer that allows you to transfer files between computer and iPod without iTunes
* 5. Built in PSP Movie Manager that can transfer video files between computer and PSP.
* 6. Support video crop and video trimming. Provide you with the functions to cut off unnecessary parts from your screen and capture your favorite clips from your video files.
* 7. Complete with a Video Joiner letting you merge different files into one file.
* 8. Rich video and audio options.
* 9. Capture your favorite pictures from your video files and save the captured pictures on your computer.


Read More..

The Essential Guide to CSS and HTML Web Design

http://aimagehosting.com/images/65uy3oxcxeuilijwoj0r.jpg

Craig Grannell “The Essential Guide to CSS and HTML Web Design"
friends of ED | 2007 | ISBN:1590599071 | 600 pages | PDF | 9.3 Mb

The Essential Guide to CSS and HTML Web Design is a special book—it will tell you all you need to know to design great web sites that are standards compliant, usable, and look great, but not overwhelm you with waffle, theory, and obscure details.
It is designed to be invaluable to you, whatever stage you are at in your career, with a mixture of practical tutorials and reference material—beginners will quickly pick up the basics, while more experienced web designers and developers will keep returning to the book again and again to recap on techniques they maybe haven't used for a while, or look up properties, attributes and other details. It is destined to become a close friend, adopting a permanent place on your desk. It starts off by giving a brief introduction to the internet, and the broad area of web design, before diving straight in to HTML and CSS basics, reusing code, other best practices. It then focuses on all the most important areas of a successful web site—typography, images, navigation, tables, layouts, forms and feedback (including ready made PHP scripts for you to use,) and browser quirks, hacks and bugs. The book is completely up-to-date, covering support of the newest standards in all the latest browsers, including IE 7 and Firefox 2. The last chapter of the book provides several case studies for you to dissect and learn from, including all the most popular web site archetypes—a blog, a store front, a corporate home page, and an online gallery. Then the book is rounded off with several detailed reference appendices covering CSS, HTML, Color references, entities, and more, meaning that any details you need to look up are close at hand.

This book will teach you everything you need to know to create professional CSS and HTML web sites
Up to date &emdash; covering support of the newest standards in all the latest browsers, including IE 7 and Firefox 2
Includes practical real world tutorials, essential reference sections, and case studies.
What you'll learn
The basics of HTML and CSS web design
How to implement effective layouts, tables, images, navigation, forms and typography on web sites
How to deal with cross browser issues, including quirks, bugs, and hacks on IE 7 (and older versions,) Firefox, Safari, Opera, and all other major browsers.
How to make sure your sites are both usable and accessible
How to implement several different styles of web front-end, through several complete case studies, including a blog, a store front, and an online gallery
Detailed References are also provided so you don't need to learn every little detail of CSS and HTML

Read More..

YoutubeGet 4.3

http://aimagehosting.com/images/mxq2nykpgqihfgdll1b.jpg


YoutubeGet 4.3 | 5.71MB
OS: Windows 2000/XP/2003/Vista

YoutubeGet is an all-in-one software designed to make quick and easy work to download Youtube videos and convert them. Offering a multitude of methods to acquire the video, this application has all the power you need while still remaining small and easy to use. After downloading videos it will auto convert FLV files to MP4, 3GP, AVI, WMV, MOV etc. Soon, you can see youtube videos on your MP4 or mobile phone!


Read More..

http://aimagehosting.com/images/a3uinmluoqpk2kb7xpm.jpg
Avanquest Mobile PhoneTools v4.0 Bluetooth Version
mobile PhoneTools creates unlimited communication possibilities by synchronizing your cell phone with your PC and allowing you to exploit the most powerful features of your phone: Connect your cell phone to your laptop and get Internet access via cellular networks when there are no WiFi options available. Synchronize your PC and cell phone contacts in Outlook. Send SMS messages directly from your laptop. Create your own ringtones, wallpaper and MMS slide shows and transfer them to your cell phone. Our wireless Bluetooth solution makes it even more convenient to use Mobile PhoneTools on the road.
Features

-- Synchronize your Outlook Contacts
Synchronize your address book, calendar and tasks
Integrated with Outlook, Outlook Express, MS Exchange and Lotus Notes
Your contacts are automatically converted to the correct format for your phone
Back up your phone contacts on your PC; just upload them when you change to a new cell phone.

-- Get Connected to the Internet via your cell phone
Use your cell phone as a modem; get online via GSM, GPRS or UMTS connection
Surf on the Web & manage your emails via your cell phone
mobile PhoneTools includes all major mobile phone operator connection parameters and automatically sets them up.
Send SMS and MMS messages conveniently from your laptop. Use contact groups, priority and return receipt just as you would with normal email.
Send and receive emails: Download email titles, choose what messages you want and save money on your GPRS or UMTS connections.
Send faxes using your cell phone as a modem - use predefined cover pages, and recipient groups
Manage SMS, emails and fax all in a single interface
Send multimedia messages (MMS) with images, sound and text

-- Create your own ringtones and wallpapers for your mobile
Create your own ringtones from CDs and MP3s
Make wallpaper and screensavers from your photos
Create and edit mobile videos for your cell phone

-- Use the multimedia capabilties of your phone
Download photos and mobile videos from your phone and back them up on your PC.
Manage your cell phone media on your PC; get rid of files cluttering up your phone.
Make your phone a music library; bring your favorite MP3s with you.

New Features

-- New Features of mobile PhoneTools 4:
ENHANCED! BlueTooth capability
More phone models are compatible with mobile PhoneTools 4.

Requirements
Microsoft Windows 98 SE, Millenium, 2000, XP
Pentium 233 MHz or greater
64 MB RAM
34 MB available disk space

Recommended Hardware
GPRS compatible cell phone
USB or serial cable; infrared port or Bluetooth dongle to connect to your PC


Download:

Read More..

Adobe Dreamweaver CS3

Adobe Dreamweaver CS3 - 1 RS Link


Adobe Dreamweaver CS3 1RS Link
Discover Adobe® Dreamweaver® CS3 software, which now includes CSS tools, Ajax components for building dynamic user interfaces, and intelligent integration with other Adobe software.


Take advantage of all the flexibility and power of a world-class web design tool. Manipulate pixel-perfect designs in Design view, craft complex code in Code view, or do a little of each. Work the way you work best.

Integrated workflows
Design, develop, and maintain content within Adobe® Dreamweaver® CS3 while taking advantage of intelligent integration with other Adobe tools, including Adobe Flash® CS3 Professional, Adobe Fireworks® CS3, Adobe Photoshop® CS3, Adobe Contribute® CS3, and new Adobe Device Central CS3 for creating mobile device content.

Complete CSS support
Discover the advantage of visual CSS tools that make it easy to view, edit, and move styles within and between files, as well as see how your changes will affect the design. Accelerate your workflow with new CSS layouts, and test your design with the new Browser Compatibility Check.

Integrated coding environment
Organize and accelerate your coding with code collapse, color coding, line numbering, and a coding toolbar with comment/uncomment and code snippets. Apply code hints for HTML and server languages.

Support for leading technologies
Take advantage of support for leading web development technologies, including HTML, XHTML, CSS, XML, JavaScript, Ajax, PHP, Adobe ColdFusion®, ASP, ASP.NET, and JSP.

Effortless XML
Quickly integrate XML content using either XSL or the Spry framework for Ajax. Point to an XML file or XML feed URL, and Dreamweaver CS3 will display its contents, enabling you to drag and drop appropriate fields onto your page.

FLV support
Easily add FLV files to your web pages in just five clicks, with no knowledge of Flash required. Customize the video environment to match your website.

Learning resources
Learn as you go with comprehensive in-product tutorials, reference content, and instructional templates that make it easy to expand your skill set and adopt the latest technologies.

Extended Dreamweaver community
Enjoy all the benefits of the extensive Dreamweaver community, including the online Adobe Design Center and Adobe Developer Center, training and seminars, developer certification programs, user forums, and more than 1,000 downloadable extensions available in the Dreamweaver Exchange.
Cross-platform support

http://rapidshare.com/files/101743572/ad0dW.rar
Size: 68MB
Password :
www.freshwap.net

Read More..

Windows Genuine Advantage Validation v1.7.69.1 CRACKED

http://aimagehosting.com/images/mwf0an37vstt40g8q7bw.jpg

Windows Genuine Advantage Validation v1.7.69.1 CRACKED
We all know what this is about so I don’t theres a need for me to explain…
But I will! This for “you” guys that don’t have a genuine copy, of Windows XP
and can’t download the updates from, who some would call Micro$oft. Use this tool to make your copy of Windows XP genuine which’ll enable to download the updates . Make sure you read the nfo!

Download from aFilehosting
Download From Rapidshare

Read More..

200 Graphics Magazines




Here are archives of almost 200 different graphics magazine issues from 17 different magazines. There are also 22 companion CDs/DVDs or practice files to go with them. Some magazine folders are complete from issue 1 and others are still being completed. I am always looking to add to them, so keep watching these folders as they grow. All issues are individually RARed or zipped for ease of downloading. The only exception is Photoshop Creative - which has the entire volume 1 with all files in a single AllInOne interface.

http://rapidshare.com/users/E82QFQ - 2DArtist
http://rapidshare.com/users/DF9A4G - 3DAttack
http://rapidshare.com/users/WY7LXH - 3DCreative
http://rapidshare.com/users/AMSRTY - 3DWorld
http://rapidshare.com/users/8167J2 - Advanced Photoshop
http://rapidshare.com/users/I2824K - Animation
http://rapidshare.com/users/CA0X09 - ArtzMania
http://rapidshare.com/users/T8T2ZW - BAK
http://rapidshare.com/users/MGPBNJ - CGArena
http://rapidshare.com/users/LWYZ5Y - CGChosen
http://rapidshare.com/users/WHB82M - Computer Arts
http://rapidshare.com/users/PW0B59 - Computer Graphics World
http://rapidshare.com/users/PMK5LL - Digital Arts
http://rapidshare.com/users/O9AJ4M - Digital Creative Arts
http://rapidshare.com/users/41EVCN - ImagineFX
http://rapidshare.com/users/93DVZK - Photoshop Creative
http://rapidshare.com/users/G69MI6 - Photoshop User

Read More..

Ebook XML, Web Services, and the Data Revolution



XML, Web Services, and the Data Revolution presents a revealing view of XML that places this emerging technology in the context of the ongoing Web revolution. Written for business and technical professionals, this book reveals the true value of XML for distributed information systems, explaining how it is transforming the way organizations manage data and build software systems, and the opportunities it offers for those organizations that understand its significance and impact.

This book places XML at the heart of a paradigm shift that is bridging the gap between traditional tightly coupled proprietary networks (DCOM, CORBA) and the dynamic, loosely-coupled, data-driven Web. The author explains how XML's simple rules for defining data vocabularies and protocols have opened up new possibilities for server to server interaction in the form of Web services for dynamic discovery and interaction. He goes on to discuss how frameworks such as .NET and J2EE™ provide important messaging, transaction, and security services for leveraging Web services in enterprise computing. The book also discusses how XML and Web services reflect a fundamental shift in software construction from monolithic applications to software based on the composition of simple parts. In addition, the book showcases XML at work in a wide array of applications, and explores how major software organizations have responded to the changes brought about by XML-based technology.

Specific topics include:

* XML and its role in the expanding enterprise
* The XML family of technologies including:
* CSS, XFORMS, XHTML, and VoiceXML presentation technologies
* DTDs and XML Schema technologies for structure and typing
* XSLT, XPATH, and XQUERY technologies for manipulating XML
* The three waves of XML in practice:
* Vertical industry-specific data vocabularies
* Horizontal industry vocabularies (SVG, SMIL, EJB descriptors)
* XML protocols (XML-RPC, SOAP)
* UDDI and WDSL (Web Services Definition Language)
* XML security, including XML Encryption, XML Signature, and XML Key Management Specification
* How .NET and J2EE™ fulfill the need for transactions and security for Web services
* ebXML and process-based Web interaction
* A new role for mainframe-based legacy applications
* A future where Web services meets P2P (peer-to-peer) computing

Containing both technical details and a broader perspective, XML, Web Services, and the Data Revolution provides the insight organizations must have to understand and harness this powerful technology for a successful venture into the evolving, Web-based enterprise computing environment.
--------------------------
Download Link : Mirror 1

Read More..

3D Programming for Windows


The Windows Presentation Foundation is a key component of .NET Framework 3.0, which is a part of Windows Vista and available for Windows XP. With the Windows Presentation Foundation, 3D images can be displayed regardless of the video-display hardware on the users machine. Focusing on developing user interface objects or simple animations, this book builds on a readers knowledge of Windows Presentation Foundation essentials to demonstrate how to effectively create 3D graphics for Windows. You get the fundamental information for using the Windows Presentation Foundation 3D application programming interface (API), as well as in-depth coverage of mesh geometries.
---------------------------
Download Link : Mirror 1

Read More..

Novel Collection Februari 2008 "Free Download"

  1. James Rollins - Excavation.
  2. Elizabeth Peters - The Love Talker-.
  3. Bram Stoker - The Judge's House.
  4. John Grisham - The Innocent Man.
  5. Tony Hillerman - [Jim Chee 01] - People of Darkness.
  6. F. Paul Wilson - Short Stories.
  7. Douglas Preston & Lincoln Child - Reliquary.
  8. James Patterson - [Alex Cross 01] - Along Came a Spider.
  9. Cormac Mccarthy - No Country for Old Men.
  10. Ken Follett - World Without End.
  11. Grafton, Sue - T is for Trespass.
  12. Patterson, James - Alex Cross 13 - Double Cross (proofed version)
  13. Dan Simmons - The Terror.
  14. Patterson, James and Roughan, Howard - You've Been Warned.
  15. Patricia Briggs - [Mercy 02] - Blood Bound.
  16. Neil Gaiman - American Gods.
  17. Neil Gaiman - Neverwhere.
  18. J. L. Bourne - Day by Day Armageddon.
  19. Kim Harrison - Hollows 1 - Dead Witch Walking.
  20. Jenna Black - [Morgan Kingsley, Exorcist 01] - The Devil Inside.
  21. Ellis, Bret Easton - American Psycho 2.
  22. Sherrilyn Kenyon - [Dark Hunter 17] - Devil May Cry.
  23. Jacquelyn Frank - [Nightwalkers 02] - Gideon.
  24. Charlaine Harris - [Southern Vamp 01] - Dead Until Dark (proofed version)
  25. Stephen King - The Mist.





http://rapidshare.com/files/91864102/26Novels.rar


Read More..

download all Ringtone

Read More..

Best Anti Virus Software for Symbian's

Size : 136.1 kbps
Description : Russian programme and could have been better but it needs updating almost every month and if it does not updated does not work


With the modernization
Size : 403.5 kbps with modernization


Size : 24.8 kbps


Description : Programme Mkavi famous came in the seventh rank


Bull Guard
can install in MMC..it was tested on 6630.

Download
CODE
http://rapidshare.com/files/9670972/Antivirus__.rar

Read More..

Dosa-dosa Malaysia terhadap Indonesia

Berikut ini adalah dosa-dosa Malaysia terhadap Bangsa Indonesia Waiting.gif
Tidak bermaksud untuk rasis atau kebencian berlebihan tetapi lebih berdasar kepada pengungkapan fakta-fakta yang terjadi di lapangan!

1. Malaysia mengirimkan teroris-teroris bom ke Indonesia
Source:
http://en.wikipedia.org/wiki/Azahari_Husin http://en.wikipedia.org/wiki/Noordin_Mohammed_Top

2. Malaysia merebut Sipadan - Ligitan
Source: http://www.dephan.go.id/modules.php?name=N...le&sid=3362

3. Menginjak-injak harga diri Bangsa Indonesia lewat kasus Ambalat
Source: http://www.dephan.go.id/modules.php?name=N...le&sid=6732
http://www.pikiran-rakyat.com/cetak/2005/0305/10/0802.htm

4. Berada di belakang layar terjadinya Illegal Logging di Indonesia (inget cukong2nya darimana? Malaysia bung!)
Source: http://www.icmi.or.id/ind/content/view/121/1/

5. Tidak peduli dengan nasib TKI yang dianiaya majikan
Source: http://community.kompas.com/index.php?fuse...&section=94

6. Mengatakan musik Indonesia sampah?!
Source: http://www.utusan.com.my/utusan/content.as...mp;pg=re_05.htm

7. Astro TV melakukan monopoli EPL
Source: http://www.okezone.com/index.php?option=co...1&itemid=13

8. Seringkali melakukan pelanggaran batas wilayah Indonesia - Malaysia di pulau Kalimantan
Source: http://www.bluefame.com/index.php?showtopic=43546

9. Polisi Diraja Malaysia melakukan pemukulan terhadap wasit Indonesia
Source: http://www.kompas.com/ver1/Olahraga/0708/27/225259.htm

10. Mematenkan (melakukan klaim hak paten) Batik Parang asal Yogyakarta
http://batikindonesia.info/2006/03/31/bati...enkan-malaysia/

11. Mencoba melakukan klaim hak paten terhadap Angklung (alat musik khas Jawa Barat)
http://www.republika.co.id/koran_detail.asp?id=300853

Ada yang mau menambahkan?
Masih pantaskah kita menyebut Malaysia sebagai saudara serumpun?
Stop pengiriman TKI! Bangun lapangan kerja di negeri sendiri!

Read More..

10 Resep Digilai Cewek

Pria ditakdirkan lebih agresif dari cewek. Itulah kenapa pria menjadi pihak yang lebih banyak mengejar. Tapi kini, tak sedikit cewek yang "tergila-gila" pada cowok dan banting tulang mengejarnya. Bukan hanya dalam film, sinetron atau novel, tapi juga di kehidupan nyata. Bagaimana agar hal itu terjadi pada Anda?


Berikut ini, ada 10 trik membuat para cewek "tergila-gila" pada Anda, yang telah teruji keampuhannya. Trik ini disarikan dari berbagai sumber:

1. Jujur dan gentle
Tunjukan bahwa Anda pria jujur, sopan, sekaligus charming. Tak perlu banyak memberi alasan untuk satu kesalahan, berpakaian rapih dan bertutur kata enak didengar. Bila Anda bisa terlihat seperti itu, bisa dipastikan dia bakal ingin dekat Anda terus.

2. Tak banyak menilai
Salah satu kebiasaan buruk pria adalah menilai fisik wanita. Padahal semua orang tahu, nobody's perfect. Buat dia merasa comfort saat berada dekat Anda. Salah satunya, dengan menerima dirinya apa adanya, tak dibanding-bandingkan dengan cewek lain, apalagi dengan mantan pacar Anda.

3. Tak mengikat
Anda boleh saja menyukainya, tak takut kehilangan dia. Tapi tak berarti Anda harus mengekang atau mengikatnya. Beri dia ruang gerak. Jangan terlampau sering "menampakkan" diri. Biarkan dia menebak-nebak, dimana, sedang apa dan bersama siapa Anda. Ketakhadiran Anda bisa menumbuhkan kerinduan dalam dirinya.

4. Willing
Tunjukkan Anda tertarik dan antusias mendengar ceritanya. Tunjukkan pula Anda bersedia mendengar keluhan kesah dan curhatnya. Jangan lupa memberi tanggapan smart bernada humor atas cerita-ceritanya. Beri alternatif solusi atas masalah yang dihadapinya, tanpa terkesan menggurui.

5. Banyak senyum
Senyum adalah salah satu senjata ampuh dalam menebar pesona. Kata ahli, senyum merupakan refleksi diri orang yang selalu berpikir positif. Nah, tak ada salahnya Anda sedikit bermuka manis padanya. Akan lebih baik bila Anda juga bisa membuatnya tersenyum. Dengan joke-joke segar, misalnya.

6. Jadi yang terbaik
Untuk menjadi yang terbaik, tak berarti Anda harus melakukan hal-hal di luar jangkauan. Be the best you can be saja. Salah satu caranya, dengan siap menemaninya dikala sedih dan senang.

7. Tak maksa
Cobalah untuk menahan keinginan untuk nyatain cinta. Anda harus agak sabar. Boleh saja Anda meneleponya, tapi jangan terlalu sering. Usahakan juga untuk tak terlalu sering menggombal. Usahakan untuk hanya membicarakan hal penting setiap kali nelpon.

8. Jual mahal sedikit
Yang ini adalah bentuk lain dari poin 7. Meski si cewek tahu betul Anda menyukainya, tapi cobalah untuk tidak melayani apa maunya. Pura-pura cuek kalau kamu sedang berada di dekatnya.

9. Biarkan dia menebak-nebak
Cewek umumnya gemar akan sesuatu yang bersifat misterius, lho. Itulah kenapa banyak cewek yang menjadi pengarang cerita-cerita berbumbu petualangan dan misteri, seperti Agatha Christie atau Enid Blyton. Bikin dia seperti itu. Caranya?

Jangan langsung membuka diri. Ceritakan sedikit-sedikit saja tentang diri Anda. Ini akan membuat dia lebih penasaran dan tak cepat bosan. Biarkan rasa ingin tahunya terus tumbuh. Dengan begitu, dia akan berusaha mengenal Anda lebih dan lebih.

10. Jangan terlalu akrab
Banyak pria yang hanya bisa menjadi sahabat cewek yang disukainya. Salah satu alasannya karena sang cewek merasa hubungan mereka sudah terlalu dekat, hingga lebih enak untuk berteman saja. Nah, bila Anda benar-benar menyukai seorang cewek, sebaiknya jangan terlalu akrab dulu. *

Read More..

The Politics Of Change And Sandwiched Boomers

The soaring rhetoric from presidential candidates has been about the concept of change - and the electorate is energized by the buzzword. But is the idea of change really so new? In 1944, the Republican governor of New York, Thomas E. Dewey, ran for President against three-term incumbent Franklin D. Roosevelt on the slogan "It's time for a change." Although not using the specific word, John F. Kennedy, in 1960, promised change with "Let's get America moving again." In the 1980's, Ronald Reagan emphasized the importance and challenge of individual citizens initiating action, saying, "All great change in America begins at the dinner table." In his 1989 farewell address, looking back on his years in office, Reagan said, "We meant to change a Nation, and instead we changed a world." In 1992, one of Bill Clinton's themes was "Don't stop thinking about tomorrow" and he used the word change 10 times in his nomination speech.

Our concern here about being agents of change is more personal and aimed at you, members of the Sandwich Generation. Have your growing children moved out, leaving a void in your life that begs to be filled? Are there significant changes going on with your aging parents that affect you directly and often? Or are you in the midst of a mid-life transition yourself and uncertain about how or in what direction to navigate?

You have no real choice but to let go of the past when change is outside of your control or inevitable. And much more important than what happens to you is how you handle the situation. Regardless of the specific issues you are presently facing - personally or with your family in flux - use some of the following tips to help guide your way:

1.It is often said that history is prologue. As you look back in review, how have you dealt with other major changes in your life? Think about what has worked in the past. Take the specific strategies that you learned from those experiences and, once again, apply the most effective ones.

2.Look at the many ways you can continue to build on your internal and external assets at this time. Evaluate your basic character strengths and how they have benefited you in other circumstances. Are you fiercely curious and determined to find a solution, no matter what? Discover the community resources, such as caregiver programs or support groups, that will help in your decision making process.

3.Set some long-range goals about what you want to accomplish, as well as short-term objectives that will help you get there. These concrete plans provide the basic foundation and parameters for change. As you successfully move forward step by step, your self-confidence will grow. This, plus incremental ongoing actions and a positive attitude, will motivate you to stay on track and ultimately reach your goals.

4.Recognize the importance of support. Discussions with friends and family can clarify your needs as you work through this process of change. In addition, getting a second and objective opinion - from, for example, a family therapist, gerontologist or life coach - will provide you with further insight, direction and encouragement.

5.Remember to relax and have fun as you bring balance to what is a challenging or difficult situation. Have an open mind and be creative. Invite your family into the process. Research data shows that people are more committed to the outcome of a situation when they are actively involved in the course of action.

In the midst of this hotly contested political campaign, all of the candidates seem to have now joined the change bandwagon. Talk is easy, but actually making change is much more complicated - and when serving the public good, it's essential to also walk the walk.

So consider yourself right in sync. In the midst of the present major change, discover what is most important at this time in your life. And in keeping with the Buddhist concept of change, remember that change can only come from within. Rely on your wisdom and past experience. As you give support to your family members who are in transition, hold on to what brings you inner peace and soul satisfaction.

Read More..

10 Reasons Why Women Cheat

People often think that women are the fairer gender and are unlikely to be the one who cheat on their spouses, yet it seems that belief will now be a thing of the past. In today̢۪s society, studies have shown that women are equally likely to be cheating on their husbands. However, one would then ponder, would the reasons behind a woman cheating on her husband be the same as those from a husband cheating on his wife? In this article, we will look into some of these reasons.

#1 Ever heard this quote before, â€Å“A hungry man is an angry man”? Well a lonely woman is, a very lonely woman. The truth is woman do not like to be all alone without any company. When a woman is left to herself by her spouse, they are likely to head out to search for affairs. This is even more so in an unsatisfactory relationship where it can get very lonely for a woman. Also, such loneliness is even worse than that when they are single!

#2 Self-esteem to a woman is very important and women who feel that they are unattractive are often likely to seek for praises from other people. Just think about it, a woman who is constantly critiqued by her husband as unattractive and not beautiful goes out for a walk and meets someone who appreciates her. Praising her for her beauty and chatting up with her, would not the woman feel so much more attracted to someone who is able to make her feel good?

#3 Hell hath no fury like a woman scorned. Revenge is the absolute best way to get back at a cheating spouse. Woman get back at their husbands to deal the same pain that was inflicted onto them. Maybe it was an affair or betrayal, but she will feel so much better knowing that he instead of she is at the receiving end of the pain.

#4 Women like excitement, be it in sex or in their relationships, they do not like to go through a relationship experiencing the same boring stuff over and over again. As a result they look to affairs to spice up their life.

#5 With more women working these days, it is no wonder that they will be more ‘tempted’ by the handsome and younger counterparts they meet at work daily. A younger, more handsome and higher paid hunk would definitely be more tantalizing than the old hag back at home right? With increased exposure to more of the opposite sex, the tendency for women to have affairs would obviously rise.

#6 The boss having an affair with her secretary, a familiar scenario? Working life brings in factors of late working nights and company secrets into a woman̢۪s life. This arouses some sort of intimacy that encourages the birth of an affair.

#7 Caution is not just reserved for before sex in an affair, but rather it starts much earlier while going through the motion of life. When you are going to a pub with your spouse, would it be alright with you if your spouse flirts back to someone who is dropping them hints? Prevention is better than cure, be sure to talk with your spouse about such things first before they occur and you can have a better relationship with your spouse.

#8 Just as testosterone-filled need to fulfill their sexual needs, a woman is no different! If her man is not able to give her what she needs, she moves on to the next best option she has. Spend time with your wife even after you slogged your brains dry during work, it beats having your wife is sleeping with your neighbor or your best friend because you work so hard to provide for the family.

#9 Women are sensitive creatures and require their spouse to be supportive of their dreams and desires. Being the supportive one in a relationship may not be easy but it is very important as it gives your wife a sense of security and lets her feel cared for, or she may feel that you are not bothered about her life.

#10 Last but not least, unhappiness is the root cause of almost all divorces and split ups, let alone affairs. Without joy in a relationship, women would look for alternatives to keep themselves happy and they would not stop till they find another that can make them feel happy, even if it means sleeping with them.

Read More..

10 Most Famous Counterfeiting Scandals

The crime of counterfeiting is probably as old as money itself, and kings have often dealt very harshly with its perpetrators. The counterfeiting of coins or ‘coining’ used to be dealt with as a form of treason. As a result, gruesome punishments for coining in England have included being hung drawn and quartered and being burnt at the stake. In America, counterfeiting also used to be punishable by death. Bank notes printed by Benjamin Franklin often bore the phrase ‘to counterfeit is death.’ Bearing in mind that counterfeiting requires a great deal of audacity, here are the 10 most famous counterfeiting scandals throughout history, in chronological order.

1 Mary Butterworth was a counterfeiter in colonial America. She started her counterfeiting operation in 1716 and organised it into a cottage industry, sternly overseeing the work of the entire family. Authorities became suspicious of Butterworth when they noticed unexpected changes in the colonial economy and, amidst a flurry of rumours about the family, her husband John purchased an expensive new home.

2 The unfortunate Georgian counterfeiter Catherine Murphy was convicted of coining in 1789 and was the last woman to suffer execution by burning in England. Her co-defendants, including her husband, were executed at the same time by hanging, but as a woman the law provided that she should be burnt at the stake. Burning as a method of execution was abolished the following year.

3 At the start of the American Civil War Samuel C. Upham began marketing patriotic items to support the Union, and novelty items mocking the Confederacy. In February 1862 he acquired a Confederate bank note and quickly started producing novelty counterfeit notes. But cotton smugglers in the south quickly began buying up the bogus bills and flooding the Confederate economy with them. Since his death many of Upham's counterfeit items have become valuable collector's items.

4 Stephen Jory – Often described as a ‘lovable rogue’, is Great Britain's most renowned counterfeiter. Born in Hackney in 1949 and brought up in north London, Jory left his grammar school and entered the criminal fraternity, he said, through his ‘own choice’. Jory started off selling cheap perfume in designer bottles and later established his own illegal printing operation, producing and distributing an estimated five billion pounds in counterfeit money throughout the United Kingdom. His counterfeit notes were so convincing that they fooled UV counterfeit detectors. Jory died on May 5 2006.

5 During World War II, the Nazis forced Jewish artists in the Sachsenhausen concentration camp to forge British pounds and American dollars. The quality of the counterfeiting was very good, but the Germans could not put their plan into action and were forced to dump the bills into a lake.

6 Frank William Abagnale Jr worked under 8 identities during the 1960s, including his first as Pan American Airlines Pilot Frank Williams, in over 5 years, passing over $2.5 million in counterfeit cheques in over 26 countries and all 50 states. He was arrested in France at an Air France ticket counter when an agent recognized his face from a wanted poster. In the movie based on his life, ‘Catch Me if You Can’, Abagnale made a cameo appearance as a French policeman.

7 Anatasios Arnaouti is a criminal from Manchester who led one of the most ambitious forgery operations in history before he and his accomplices were jailed in 2005. The total amount of counterfeit money they produced is unknown as their printing operation had been in production for several years, and was capable of producing tens of thousands of counterfeit notes each day. The extent of the crime was considered so severe that it could have compromised the UK and US economies.

8 In 2004, French police seized fake 10 euro and 20 euro counterfeit bank notes worth a total of around €1.8 million from two laboratories and estimated that 145,000 counterfeit notes had already entered circulation.

9 In 2006, a Pakistani government printing press in the city of Quetta was accused of churning out large quantities of counterfeit Indian bank notes. The Times of India reported this scandal, based on Central Bureau of Intelligence investigation. The money was allegedly used to fund terrorist activities inside India, the recent blasts in Mumbai being funded using this fake currency.

10 Today the finest counterfeit notes are claimed to be US dollar bills produced in North Korea, called ‘Superdollars’ because of their high quality. The US government believes they have been circulating since the late 1980s and that they serve two purposes: as a source of income and to undermine the US economy.

Read More..

Rahasia Mendapatkan Ranking di mesin pencari Seperti Google, Yahoo, MSN, Search, dsb.

ni adalah sebuah Fakta yang menarik : " Dari survei yang di lakukan terungkap bahwa kebanyakan orang mengetahui tentang sebuah produk atau informasi 80 % nya melalui Search Engine ( Mesin Pencari ) seperti google.com , search.com , dan lain sebagainya.

Fungsi mesin pencari ini tidak lain adalah untuk memudahkan kita mencari sesuatu produk , informasi, atau apa topik apa saja. Sebagai contoh , misalnya Anda sedang mencari tentang informasi bisnis online. lalu anda pergi ke situsnya google, dan mengetikan kata Bisnis Online, dalam sekejap google akan menampilkan daftar-daftar situs yang membahasa tentang informasi bisnis online.

Atau contoh lainnya, bila anda sedang mencari Video Lucu, anda pergi ke situsnya google, dan mengetikkan kata Video Lucu, ketika anda klik submit, google akan menampilkan daftar-daftar situs yang menyediakan Video Lucu.

Kira-kira begitulah fungsi dari mesin pencari tersebut, yakni memudahkan kita untuk menemukan sesuatu di internet.



Mungkin Anda pernah membaca, tutorial cara mendapatkan rangking di google dari situs lain, namun tidak semua yang Anda baca itu baik untuk situs Anda, ada beberapa metode mengenai "Cara mendapatkan ranking di google" , Bila anda mencoba menerapkannya Anda mungkin akan berhasil menampilkan situs Anda pada halaman mesin pencari mana saja untuk kata tertentu.



Tapi tunggu dulu,

Walaupun cara mendapatkan rangking di google tersebut berhasil, hal itu tidak lah permanen, dalam artian hanya bertahan hanya dalam waktu kurang dari 3 hari. karena kebanyakan informasi gratis cara mendapatkan rangking di google di luaran sana adalah cara yang melanggar aturan dari situs mesin pencari seperti google , yahoo ,msn ,dan lain sebagainya.


Bila situs Anda melanggar aturan dari mesin pencari, maka alamat situs Anda akan di Black List oleh mereka, dan Anda tidak akan pernah lagi melihat situs anda di mesin pencari tersebut. Walaupun misalnya Anda mencoba services Adwords, situs Anda juga tidak akan tampil.


Silahkan Anda pilih sendiri, terapkan tutorial gratis di luaran sana tentang mendapatkan peringkat di google , dengan resiko situs Anda di Black List dan tidak akan tampil di mesin pencari apa saja.

atau...

coba strategi yang sudah terbukti dan teruji, mengenai cara mendapatkan rangking di google yang ada di situs ini.

Anda mungkin berkata : " Ah , ngapain kan ada adwords" . Memang benar anda bisa menggunakan adwords agar situs Anda tampil di halaman pertama pada situs mesin pencari google untuk kata-kata tertentu. namun ingat, adwords tersebut tidak gratis. Belum lagi dari setiap pengunjung yang datang melalui Adwords tersebut ternyata hanya mengunjungi saja, dalam artian tidak membeli produk yang anda tawarkan di situs Anda, wah.... rugi dong.... :(

Logikanya, bila ada cara yang gratis, ngapain harus bayar ?


Internet Business Promoter




Anda Juga akan Mendapatkan Internet Busines Promotor, Sebuah Software untuk mempromosikan web anda di Internet.

Kunjungi Semua bisnis Online

Read More..

KLMcodec140 download

The K-Lite Mega Codec Pack is a free software bundle which includes the K-Lite Codec Pack Full and Real Alternative. Codec is short for Compressor-decompressor. Codecs are needed for encoding and decoding (playing) audio and video. With the K-Lite Mega Codec Pack you can play almost all audio and video files there are. It also has encoding support. The very user-friendly installation is fully customizable, which means that you can install only those components that you want. You can also make an unattended installation.


BSplayer [version 1.36.825]

This is a full-featured player. It has some nice features for playing movies through your TV-out.

Media Player Classic [version 6.4.8.6]

This is a full-featured player which has internal decoding support for DVD, MPEG-2, MP3, MP2, AAC, AC3 and DTS. It also has internal support for opening Matroska and Ogg containers. Media Player Classic is also capable of playing QuickTime and RealMedia content if those codecs are installed.

ffdshow:

ffdshow [cvs build 2005-11-03 GCC/ICL9]

ffdshow is a very powerful DirectShow filter can decode various audio and video formats. For example: DivX, XviD, MPEG-4, H.263, H.264, MPEG1, MPEG2, MJPEG, CinePack, TrueMotion, DV, ASV1/2, VCR1, VP3, huffyuv, Theora, AAC, AC3, DTS, MP2, MP3 and TrueAudio. When using ffdshow you don't need to install separate DirectShow filters for all of these formats.

extra plugins

ff_kernelDeint.dll, TomsMoComp_ff.dll, FLT_ffdshow.dll, ff_samplerate.dll

ffdshow VFW interface

For encoding into various formats: H.264 (using x264), MPEG-4, Theora, MPEG-2, MPEG-1, SNOW, MJPEG and a couple more.

DirectShow video filters:

XviD [version 1.1.0 Beta2 build 2005-10-16] #

Required for playing XviD movies. XviD is currently the most popular format.

DivX Pro [version 5.2.1] #

Required for playing DivX movies.

3ivX Pro [version D4 4.5.1] #

Required for playing 3ivX movies.

On2 VP6 [version 6.4.2.0]

Required for playing VP6 movies. These are not very common.

On2 VP7 [version 7.0.8.0]

Required for playing VP7 movies. These are not very common.

Cyberlink DVD decoder [version 6.0.0.1417] #

This can be used to play DVDs with Windows Media Player, but only in combination with Windows XP.

MPEG-2 (Ligos) [version 4.0.0.77] # #
MPEG-2 (Cyberlink) [version 6.0.0.1402] # #
MPEG-2 (MainConcept) [version 1.0.0.56] # #

Required for playing MPEG-2 (and SVCD) movies. Ligos and MainConcept will also decode MPEG-2 audio streams.

VFW video codecs:

XviD [version 1.1.0 Beta2 build 2005-10-16] #

Required for encoding movies in the XviD format.

DivX Pro [version 5.2.1]

Required for encoding movies in the DivX format.

3ivX Pro [version D4 4.5.1]

Required for encoding movies in the 3ivX format.

Windows Media 9 VCM [version 9.0.1.369]

Required for playing movies and audio that are in the Windows Media 9 format.

Required for encoding movies into the Windows Media 9 format.

On2 VP3 [version 3.2.6.1 DT] #

Required for playing VP3 movies. These are not very common.

Required for encoding movies in the VP3 format.

On2 VP6 [version 6.4.2.0] [Encoding]

Required for encoding movies in the VP6 format.

On2 VP7 [version 7.0.8.0] [Encoding]

Required for encoding movies in the VP7 format.

Intel Indeo [version 5.2562.15.54]

Required for playing movies that have the Indeo 5 format.

Required for encoding movies into the Indeo 5 format.

Intel Indeo [version 4.51.16.2]

Required for playing movies that have the Indeo 4 format.

Required for encoding movies into the Indeo 4 format.

Intel Indeo [version 3.24.15.03]

Required for playing movies that have the Indeo 3 format.

Required for encoding movies into the Indeo 3 format.

Intel I.263 [version 2.55.1.16]

Required for playing movies that have the I.263 format.

Required for encoding movies into the I.263 format.

huffyuv [version 2.1.1 CCE Patch 0.2.5]

Required for playing movies that have the huffyuv format.

Required for encoding movies in the huffyuv format.

huffyuv is a lossless (no quality loss) video compression format.

MS MPEG-4 [version 4.1.0.3927] #

Required for playing movies that have the MS MPEG-4 format.

Required for encoding movies in the MS MPEG-4 format.

DivX ;) MPEG-4 Low and Fast motion [version 4.1.0.3927] #

Also known as DivX 3.11.

QuickTime Alternative:

QuickTime codecs [version 7.0.3.50]

Required for playing QuickTime content.

QuickTime plugin for Internet Explorer

Allows you to view QuickTime content that is embedded in a webpage. This is installed together with the QuickTime codecs.

QuickTime plugin for Firefox/Mozilla/Netscape/Opera

Allows you to view QuickTime content that is embedded in a webpage.

Extra QuickTime plugins

Plugins for the Indeo 5 and MPEG-2 formats.

QuickTime DirectShow filter #

Allows you to play QuickTime content in all DirectShow enabled players. Without this filter QuickTime content can only be played in Media Player Classic.

Real Alternative:

RealMedia codecs [version 6.0.12.1348]

Required for playing RealMedia movies and audio.

RealMedia plugin for Internet Explorer

Allows you to view RealMedia content that is embedded in a webpage. This is installed together with the RealMedia codecs.

RealMedia plugin for Firefox/Mozilla/Netscape/Opera

Allows you to view RealMedia content that is embedded in a webpage.

RealMedia DirectShow splitter [version 1.0.1.0] #

Allows you to play RealMedia files in all DirectShow enabled players. Without this filter RealMedia files can only be played in Media Player Classic. This filter only works with files that are on your harddrive. It does NOT work with streaming content. Therefore it is highly recommended to use Media Player Classic, because MPC does support streaming content.

DirectShow audio filters:

MP3 (Fraunhofer) [version 1.9.0.311] # #

Required for playing movies that have a MP3 audio stream.

AC3 (AC3Filter) [version 0.70b mod] # #

Required for playing movies that have an AC3 audio stream. Use this version if you have problems with the less stable 1.01a version.

AC3 (AC3Filter) [version 1.01a rc5] # #

Required for playing movies that have an AC3 or DTS audio stream. Also required for DVD audio.

Vorbis (CoreVorbis) [version 1.1.0.79] #

Required for playing movies that have a Vorbis audio stream. This decoder is recommended above the ffdshow Vorbis decoder.

AAC (3ivX Pro) [version D4 4.5.1] #

Required for playing movies that have an AAC audio stream.

AAC (CoreAAC) [version 1.2.0.573] #

Required for playing movies that have an AAC audio stream.

MusePack [version 1.0.0.3]

Required for playing MusePack audio files.

Monkey's Audio [version 1.00]

Required for playing Monkey's audio files (.ape).

WavPack (CoreWavPack) [version 1.0.3]

Required for playing WavPack audio files.

FLAC (CoreFLAC) [version 0.4] #

Required for playing FLAC audio files.

Voxware MetaSound [version 1.0.0.12]

Required for playing movies that have a Voxware MetaSound audio stream.

AAC encoder (3ivX Pro) [version D4 4.5.1]

DirectShow encoder for AAC audio.

ACM audio codecs:

MP3 (Fraunhofer) [version 3.3.2]

This can be used to encode MP3 streams/files.

MP3 (LAME) [version 3.97b1]

This can be used to encode MP3 streams/files.

Also installs LAME CLI (command line interface) and DLL.

AC3 (ffcHandler) [version 1.2]

Required for opening movies that have an AC3 audio stream in applications like VirtualDub.

DivX ;) Audio [version 4.2.0.0]

Some DivX 3.11 videos use this audio codec.

DirectShow source filters:

MP4 splitter (made by Haali) [build 2005-10-30]

Required for opening audio and video streams in a MP4 container (.mp4 files).

When you use this splitter to play a MP4 file that contains MPEG-4 video (DivX, XviD, etc) you will need either ffdshow or XviD to decode the video. When using XviD you need to enable support for the MP4V FourCC in it's decoder configuration.

Matroska splitter (made by Haali) [build 2005-10-30] #

Required for opening audio and video streams in a Matroska container (.mkv and .mka files).

Ogg splitter (OggDS) (made by Tobias) [version 0.9.9.5] and Ogg Vorbis DLLs [version 1.1.1 aoTuVb4] #

Required for opening audio and video streams in an Ogg container (.ogm and .ogg files).

Ogg splitter (made by Gabest) [version 1.0] #

Required for opening audio and video streams in an Ogg container (.ogm and .ogg files).

MPEG-2 demuxer (Elecard) [version 3.1.190.41018] #

MPEG-2 demuxer (MainConcept) [version 1.0.0.54] #

MPEG-2 demuxer (Ligos) [version 4.0.0.77] #

Required for opening audio and streams in a MPEG container.

Windows already has a MPEG-2 demuxer by default so normally you won't really need these.

The Ligos demuxer only works in combination with the Ligos decoder.

SHOUTcast Source [version 1.0.0.1]

This can be used to play SHOUTcast streams.

DirectShow subtitle filter:

DirectVobSub (a.k.a. VSFilter) [version 2.33]

DirectVobSub is a filter for displaying subtitles (ssa/ass, srt and vobsub). Your subtitle file(s) should have the same filename as your video file (for example: MovieName.avi - MovieName.idx - MovieName.sub) and should be in the same folder as your video file. Then the subtitles will automatically be displayed in most players.

DirectVobSub (a.k.a. VSFilter) [version 2.36 border fix]

See above. Use version 2.33 if you run into problems with this version. For most people version 2.36 will work ok.

DirectShow audio filters (general purpose):

Matrix Mixer [version 0.30b]

Matrix Mixer can be used to amplify the sound of a video file. It also can mix stereo sound to multiple channels (useful for 4.1 and higher speaker sets).

This filter is may cause playback problems, so it is NOT recommended to install this filter.

Morgan Multimedia Stream Switcher [version 0.9.9] #

Morgan Multimedia Stream Switcher can be used to switch between audio streams in an AVI video file that has multiple audio streams. These types of video files are not very common. Both Media Player Classic and BSplayer have this functionality build-in. This means that you do NOT need this filter if you use one of those players.

This filter is known to cause various playback problems, so it is NOT recommended to install this filter.

DC-DSP Filter [version 1.03]

This is an audio processing filter specially for DirectShow capable players (like Media Player Classic, BSplayer and Windows Media Player). It also supports Winamp visualisation and DSP plugins. To be used by advanced users only. DirectX 9 is required.

This filter is may cause playback problems, so it is NOT recommended to install this filter.

Tools:

GSpot Codec Information Appliance [version 2.52 beta 1 build 2004-09-15]

GSpot is a tool that can tell you exactly which codecs are needed to play a certain video file. This is very helpful when you have troubles playing a video file.

VobSubStrip [version 0.11]

With this tool you can strip languages from VobSub subtitle files (.idx and .sub files).

GraphEdit [build 041201]
GraphEdit is a visual tool for building and testing DirectShow filter graphs.

LameDropXPd [version 3.97b1]

This tool can be used to encode MP3 files.

AVI Fixed [version 2.0b1]
This tool can rebuild the index section of .avi files. This can make files with broken frames playable. In some cases it will also solve synchronisation problems and incorrectly displayed movie lengths.

FourCC Changer

The FourCC (Four Character Code) Changer is a program for changing the FourCC of a video file, which is used to identify which codec should be used to decode the file. This tool is for expert users only.

Bitrate Calculator

This can be used to calculate the bitrate to use when encoding a movie.




I got some links to download klmcodec 140 version. I recommended this software cause its free and quite nice to view almost all of your videos format.

Download here

Link 1
Link 2
Link 3
Link 4
Link 5
Link 6
Link 7
Link 8
Link 9
Link 10
Link 11
Link 12

Happy free download....

Read More..

Hiren's Boot CD DOS utilities software Download

Hiren's Boot CD DOS utilities software Download

Hiren's Boot CD is one bootable CD with all utilities in it such as :


Partition Magic Pro 8.05 for best software to partition hard drive, Acronis Disk Director Suite 9.0.554 for disk management functions in a single suite, Paragon Partition Manager 7.0.1274 tool for partitions, Partition Commander 9.01 the safe way to partition your hard drive,with undo feature, Ranish Partition Manager 2.44, a boot manager and hard disk partitioner, The Partition Resizer 1.3.4 is tool to move and resize your partitions in one step and more, Smart Fdisk 2.05, simple harddisk partition manager, SPecial Fdisk 2000.03t, SPFDISK a partition tool, eXtended Fdisk 0.9.3 XFDISK allows easy partition creation and edition, GDisk 1.1.1 complete replacement for the DOS FDISK utility and more, Super Fdisk 1.0 create, delete, format partitions drives without destroying data. And so many more utilities in there for you to manage your computer harddisk.

Download Here :

Hirens BootCD 9.4
Link 1
Link 2


Hirens BootCD 9.3

Link 1
Link 2
Link 3
Link 4
Link 5
Link 6
Link 7
Link 8

Read More..

Linux Vs Windows

Topic

Linux

Windows

Price The majority of Linux variants are available for free or at a much lower price than Microsoft Windows. Microsoft Windows can run between $50.00 - $150.00 US dollars per each license copy.
Ease Although the majority Linux variants have improved dramatically in ease of use, Windows is still much easier to use for new computer users. Microsoft has made several advancements and changes that have made it a much easier to use Operating System, and although arguably it may not be the easiest Operating System, it is still Easier than Linux.
Reliability The majority of Linux variants and versions are notoriously reliable and can often run for months and years without needing to be rebooted. Although Microsoft Windows has made great improvements in reliability over the last few versions of Windows, it still cannot match the reliability of Linux.
Software Linux has a large variety of available software programs, utilities, and games. However, Windows has a much larger selection of available software. Because of the large amount of Microsoft Windows users, there is a much larger selection of available software programs, utilities, and games for Windows.
Software Cost Many of the available software programs, utilities, and games available on Linux are freeware and/or open source. Even such complex programs such as Gimp, OpenOffice, StarOffice, and wine are available for free or at a low cost. Although Windows does have software programs, utilities, and games for free, the majority of the programs will cost anywhere between $20.00 - $200.00+ US dollars per copy.
Hardware Linux companies and hardware manufacturers have made great advancements in hardware support for Linux and today Linux will support most hardware devices. However, many companies still do not offer drivers or support for their hardware in Linux. Because of the amount of Microsoft Windows users and the broader driver support, Windows has a much larger support for hardware devices and a good majority of hardware manufacturers will support their products in Microsoft Windows.
Security Linux is and has always been a very secure Operating System. Although it still can be attacked when compared to Windows, it much more secure. Although Microsoft has made great improvements over the years with security on their Operating System, their Operating System continues to be the most vulnerable to viruses and other attacks.
Open Source Many of the Linux variants and many Linux programs are open source and enable users to customize or modify the code however they wish to. Microsoft Windows is not open source and the majority of Windows programs are not open source.
Support Although it may be more difficult to find users familiar with all Linux variants, there are vast amounts of available online documentation and help, available books, and support available for Linux. Microsoft Windows includes its own help section, has vast amount of available online documentation and help, as well as books on each of the versions of Windows.

Read More..

Download Tompi - My Happy Life New Mp3

Download Full Album Mp3 song Tompi - My Happy Life, You can download free mp3 Tompi - My Happy Life with Three mirror link this:

  1. MEGAUPLOAD
  2. RAPIDSHARE
  3. SHAREKINGDOM

Download ketengan lagu musik mp3 Tompi - My Happy Life satu persatu klik pada judul tracklist dibawah!!

Tracklist :
01. Menghujam Jantungku
02. L-O-V-E
03. Happy Life (Feat. Daka)
04. Sedari Dulu
05. If It’s True
06. Love Letter (Feat. Sierra)
07. Just To Be With You (Feat. Yudhistira)
08. No Matter What You Do
09. Funk This Time

Read More..

Download Dewiq feat Kaka - BeTe New Mp3

New single song mp3 Dewiq feat Kaka - BeTe, You can download free mp3 Dewiq feat Kaka - BeTe with Three mirror link this:

  1. RAPIDSHARE
  2. EVILSHARE

Penyanyi dan pencipta lagu, Dewiq selama ini dikenal sebagai pencetak lagu-lagu hit untuk penyanyi Indonesia, tapi nyatanya sekarang ia sedang bersiap masuk dapur rekaman untuk menyanyikan sendiri lagu-lagu ciptaannya.”Aku akan menyanyi tiga lagu saja, jadi bukan untuk menelurkan album baru,” ujarnya.

Istri dari Pay “BIP” ini mengatakan tiga yang akan dinyanyikan itu adalah “Putus”, “Hanya Sementara”, dan “Koq Gitu Sih”. Rencananya tiga lagu ini akan dikeluarkan dalam bentuk kompilasi bersama lagu-lagu dari penyanyi lain di antaranya Audi dan Rio Febrian. Lagu-lagu Dewiq akan ditempatkan di daftar lagu bonus dalam album tersebut. “Menyanyi kan tidak berarti harus membuat album baru, bisa juga kompilasi. Apalagi aku tetap nyaman sebagai komposer daripada jadi penyanyi,” ujarnya, seraya tersenyum.

Perempuan kelahiran Ujungpandang, 15 Juni 1975 ini mengatakan berada di “balik layar” sebagai komposer membuat dia bebas bepergian ke mana saja setiap saat tanpa terikat jadwal manggung. “Karena ini sifatnya hanya menyanyi saja, maka untuk tiga lagu yang aku nyanyikan rasanya tidak perlu konferensi pers atau acara peluncuran lagu secara resmi,” ujarnya.

Menurut pemilik nama lengkap Cynthia Dewi Bayu Wardhani ini, keinginannya menyanyikan tiga lagu tersebut untuk mengobati kerinduan penggemarnya. Sebelumnya Dewiq telah menghasilkan tiga album yakni “WEEQ”, “APA ADANYA”, dan “HANYA MANUSIA BIASA”. Lagu-lagunya banyak disuka pecinta musik Indonesia. Belakangan ia dikenal lebih sukses sebagai komposer. Penyanyi Siti Nurhaliza, Audi, Gita Gutawa, Iwan Fals, dan Ussy pernah menyanyikan lagu-lagunya dan terbukti lagu-lagu tersebut sukses di pasaran. “Tunggu saja ya albumnya,” demikian ujar Dewiq.

Read More..

Download Seventeen - Selalu Mengalah New Mp3

New single song mp3 Seventeen - Selalu Mengalah, You can download free mp3 Seventeen - Selalu Mengalah with Three mirror link this:

  1. ZIDDU
  2. RAPIDSHARE
  3. SHAREKINGDOM

Setelah merilis album “Bintang Terpilih” di tahun 2003 yang lumayan sukses dengan single “Cobalah” dan “Jibaku” dan terjual 75 ribu kopi, band ini sempet menghilang dari peredaran.
Seventeen
Band yang terdiri dari Doni (vokal, guitar), Bani (Bas), Andi (drum), Yudhi dan Herman (Gitar) ini sempat di’PHK’ oleh labelnya yaitu Universal Music Indonesia yang pada saat itu menutup divisi lokalnya. Namun setelah dibuka lagi 2 tahun kemudian, band asal Yogyakarta ini kembali lagi dengan albumnya yang bertitel “Sweet Seventeen” tetapi sayang tidak mengulang sukses album pertama. Band ini berdiri tanggal 17 Januari 1999 jam 17 dan karena pada saat itu semua personilnya berumur 17, makanya mereka memakai angka keramat tersebut sebagai nama band.
Pada Album ketiga bertitel “Lelaki Hebat” ini, Seventeen membuat perubahan apalagi setelah ditinggal Doni sang vokalis. Dengan single pertama bertitel “Slalu Mengalah” ini, coba dengarkan instrumen terompet yang menghiasi intro lagu dan membuat lagu ini menjadi beda dari yang lain.

Read More..

free Dowload Mp3 "GRATIS" Z

-= CATALOG Z =-

Zee_Lee (first) - 01._Jangan_Tinggalkan_Aku
Zee_Lee (first) - 02._Cintaku_Tak_Terbatas_Kata
Zee_Lee (first) - 02._Cintaku_Tak_Terbatas_Kata
Zee_Lee (first) - 05._Kau_Mencintai_Siapa
Zee_Lee (first) - 06._Kini_Ku_Akui
Zee_Lee (first) - 07._Langit_Khayalan
Zee_Lee (first) - 09._Semua_Karena_Kamu
Zee_Lee (first) - 10._Selalu_Dihatiku
Zee_Lee (first) - 11._Tak_Mungkin_Lagi

Zeke_And_The_Popo_-_01._Profesor_Komodo
Zeke_And_The_Popo_-_02._HopeKiller
Zeke_And_The_Popo_-_03._Unrescued_World
Zeke_And_The_Popo_-_04._First_Act_Gun
Zeke_And_The_Popo_-_05._Mighty_Love
Zeke_And_The_Popo_-_06._Menu
Zeke_And_The_Popo_-_07._11_Trillion_Woodcutters
Zeke_And_The_Popo_-_08._Get_A_Star_And_Kill_Her
Zeke_And_The_Popo_-_09._C_Song
Zeke_And_The_Popo_-_10._Subtext
Zeke_And_The_Popo_-_11._History_Of_The_Frequency
Zeke_And_The_Popo_-_12._Dukung_Stasiun_T.V_Lokal
Zeke_And_The_Popo_-_13._I-Novel

Ziggy Marley - Love Is My Religion
01._Into_The_Groove
02._Love_Is_My_Religion
03._Make_Some_Music
04._Friend
05._Black_Cat
06._Beach_In_Hawaii
07._A_Lifetime
08._Be_Free
09._Keep_On_Dreaming
10._Still_The_Storms
11._Love_Is_My_Religion_Acoustic
12._Be_Free__Dub
13._Jammin_Live_Bonus_Track
14._Dragonfly_Live_Bonus_Track
15._Look_Who_s_Dancing__Live_Bonus_Track

Read More..

free Dowload Mp3 "GRATIS" Y

-= CATALOG Y =-

Yacko (mendua) - 01._Livetro
Yacko (mendua) - 02._Maju
Yacko (mendua) - 04._Bronies
Yacko (mendua) - 05._Jalan_Keluar__Ft_Sister_Duke
Yacko (mendua) - 06._Apa_Kabar__Ft_Kingstone
Yacko (mendua) - 07._Supergurl_Ft_Jaya_Sara_Sachan
Yacko (mendua) - 08._Mendua
Yacko (mendua) - 10._Fiesta_Ft_Said_Souljah
Yacko (mendua) - 11._Gamelan
Yacko (mendua) - 12._Ibunda
Yacko (mendua) - 14._Get_Down
Yacko (mendua) - 15._Satu_Cinta

Yovie N The Nuno (the special one) - 01._Dia_Milikku
Yovie N The Nuno (the special one) - 02._Menjaga_Hati
Yovie N The Nuno (the special one) - 03._Janji_Suci
Yovie N The Nuno (the special one) - 04._Bunga_Jiwaku
Yovie N The Nuno (the special one) - 05._Seperti_Bintang
Yovie N The Nuno (the special one) - 06._Ku_Tak_Suka_Lagu_Ini
Yovie N The Nuno (the special one) - 07._Sejuta_Bintang
Yovie N The Nuno (the special one) - 08._Hey
Yovie N The Nuno (the special one) - 09._Jalan_Diam-Diam
Yovie N The Nuno (the special one) - 10._Tak_Pandai_Memilih
Yovie N The Nuno (the special one) - 11._Sempat_Memiliki

Yusi (tahukah kamu) - 01._Ketahuan
Yusi (tahukah kamu) - 02._Hanya_Ingin_Kau_Tahu
Yusi (tahukah kamu) - 03._Tahukah_Kamu
Yusi (tahukah kamu) - 04._Dimana_Hatimu
Yusi (tahukah kamu) - 05._Lupakanlah

Read More..

free Dowload Mp3 "GRATIS" W

-= CATALOG W =-

WARKOP - Best Collections
Aku Anak Desa
Andeca Andeci
Are You Sleeping
Bakumba Teo
Berkenalan Lewat Udara
Black Liong
Cepirit
Chinese Song
Dongkrak Antik
Duhai Puspita
Gengsi Dong
I Ceng Tai Sonse Si Liake
Jakarta
Jenang Gulo
Kisah 3 Pemuda
Lagu Bola
Love You Just The Way You Are
Mamayokero
Mana-Mana Tahan
Mars Warung Kopi
Mona
Mustafa
Nasib Orang
ndeca Andeci
Nyanyian Kode
Playboy Kacangan
Ratapan Anak Bombay
Susana
Tahu diri donk
Warkop Sumpah serapah
Warung Kopi

Westlife - Back Home (2007)

01._Home
02._Us_Against_The_World
03._Something_Right
04._Im_Already_There
05._When_Im_With_You
06._Have_You_Ever
07._Its_You
08._Catch_My_Breath
09._The_Easy_Way
10._I_Do
11._Pictures_In_My_Head
12._You_Must_Have_Had_A_Broken_Heart

Within Temptation - Bittersweet
Within Temptation - Ice_Queen
Within Temptation - What Have You_Done ft._Keith
Within Temptation - What have you done (Rock_Mix)
Within Temptation - Angels
Within Temptation - Memories
Within Temptation - mother earth
Within Temptation - Stand My Ground

Whitney Houston - Gold (2006)
01._Why_Does_It_Hurts_So_Bad_96
02._Exhale_95
03._How_Will_I_Know_85
04._I_Am_Every_Woman_92
05._I_Am_Your_Baby_Tonight_99
06._I_Have_Nothing_92
07._I_Learned_From_the_Best_99
08._I_Wanna_Dance_with_Somebody_87
09._I_Will_Always_Love_You_92
10._Its_Not_Right_But_Ok_99
11._Love_Will_Save_the_Day_87
12._My_Love_Is_Your_Love_99
13._My_Name_Is_Not_Susan_90
14._One_Moment_in_Time_88
15._Queen_of_the_Night_92
16._Saving_All_My_Love_For_You_85
17._Something_Is_Common_93
18._Step_by_Step_96
19._Why_Does_It_Hurts_So_Bad_96

Whitney Houston - The Ultimate Collection (2007)
01._I_Will_Always_Love_You
02._Saving_All_My_Love_for_You
03._Greatest_Love_of_All
04._One_Moment_in_Time
05._I_Wanna_Dance_with_Somebody
06._How_Will_I_Know
07._So_Emotional
08._When_You_Believe_-_Houston__Whitney___Mariah_Carey
09._Where_Do_Broken_Hearts_Go
10._I_m_Your_Baby_Tonight
11._Didn_t_We_Almost_Have_it_All
12._Run_to_You
13._Exhale__Shoop_Shoop
14._If_I_Told_You_that_-_Houston__Whitney___George_Michael
15._I_Have_Nothing
16._I_m_Every_Woman
17._It_s_Not_Right_But_It_s_OK
18._My_Love_is_Your_Love

Winnie_K (kau ada dimana) - 01._Kau_Ada_Dimana
Winnie_K (kau ada dimana) - 02._Sampai_Bila
Winnie_K (kau ada dimana) - 04._Cahayakan_Cinta
Winnie_K (kau ada dimana) - 05._Keakhirnya
Winnie_K (kau ada dimana) - 07._Excuse_Me
Winnie_K (kau ada dimana) - 08._Kehadiranmu
Winnie_K (kau ada dimana) - 09._Tak_Bisa_Memilih
Winnie_K (kau ada dimana) - 11._Kau_Ada_Dimana__Minus_One
Winnie_K (kau ada dimana) - 12._Untuk_Kita_Bersatu__Minus_One

Witsqa (Hari hariku) - 01._Kau_Jadi_Temanku
Witsqa (Hari hariku) - 02._Widzi_Adikku
Witsqa (Hari hariku) - 03._Lagi_Lagi_Dia
Witsqa (Hari hariku) - 04._Hanya_Untukmu
Witsqa (Hari hariku) - 05._Lekat_Dihatiku
Witsqa (Hari hariku) - 06._Mari_Berdansa
Witsqa (Hari hariku) - 07._Dia_Yang_Kutunggu
Witsqa (Hari hariku) - 08._Kuingin_Hanya_Diriku_Dihatimu
Witsqa (Hari hariku) - 09._Teman_Terbaikku
Witsqa (Hari hariku) - 10._Kau_Sahabatku
Witsqa (Hari hariku) - 11._Mungkinkah_Aku
Witsqa (Hari hariku) - 12._Hari_Ini_Ulang_Tahunmu

Wong (esok pagi) - 01._Akhir_Cerita
Wong (esok pagi) - 02._Esok_Pagi
Wong (esok pagi) - 03._Harusku
Wong (esok pagi) - 04._Indah_Nurani
Wong (esok pagi) - 05._Hanya_Untukmu
Wong (esok pagi) - 06._Sendiri
Wong (esok pagi) - 07._Aku_Ingin
Wong (esok pagi) - 08._Bidadari
Wong (esok pagi) - 09._Maafkan_Aku
Wong (esok pagi) - 10._Apa_Adanya

Read More..

free Dowload Mp3 "GRATIS" V

-= CATALOG V =-

VAGETOS - Sesuatu Yang Beda
Vagetos - Ervina
Vagetos - Kecewa
Vagetos - Saat Kau Pergi
Vagetos - Betapa Aku Mencintaimu
Vagetos - Sesuatu Yang Beda
Vagetos - Pahit
Vagetos - Selamat Ulang Tahun
Vagetos - Kehadiranmu
Vagetos - Penyesalan
Vagetos - Jauh
Vagetos - Ku Ingin Engkau
Vagetos - Usai
Vagetos - Lelahku

Viky_Sianipar (Toba Dream 3) - 01._Sinanggar_Tullo__Ft_Arrysyaff
Viky_Sianipar (Toba Dream 3) - 02._Sigulempong__Ft_Ervina_Simarmata
Viky_Sianipar (Toba Dream 3) - 04._Ketabo__Ft_Indah_Winar
Viky_Sianipar (Toba Dream 3) - 05._Jumpa_La_Banci__Ft_Ramona_Purba
Viky_Sianipar (Toba Dream 3) - 06._Poda__Ft_Edo_Kondologit
Viky_Sianipar (Toba Dream 3) - 07._Dengke_Jahir__Ft_Jan_Sinambela
Viky_Sianipar (Toba Dream 3) - 08._Nasonang_Do_Hita_Nadua__Ft_Deasy_Puspitasari
Viky_Sianipar (Toba Dream 3) - 10._Leleng__Ft_Yohana_Nainggolan
Viky_Sianipar (Toba Dream 3) - 11._Tona_Ni_Tao__Ft_Tongam_Sirait
Viky_Sianipar (Toba Dream 3) - 12._Toba_Dream__Theme_Song

Read More..

free Dowload Mp3 "GRATIS" U

-= CATALOG U =-

Underground_Cassava_-_Fall_Into_The_Ground
Underground_Cassava_-_Hate_Myself_Like_This
Underground_Cassava_-_My_Fear___Remix
Underground_Cassava_-_My_Fear

Ungu (Untuk Selamanya) 01 - Aku Datang Untuk Mencintaimu
Ungu (Untuk Selamanya) 02 - Untukmu Selamanya
Ungu (Untuk Selamanya) 03 - Kekasih Gelapku
Ungu (Untuk Selamanya) 04 - Bukan Aku
Ungu (Untuk Selamanya) 05 - Ijinkan Aku
Ungu (Untuk Selamanya) 06 - Cerita Bersamamu
Ungu (Untuk Selamanya) 07 - Apalah Arti Cinta
Ungu (Untuk Selamanya) 08 - Saat Indah Bersamamu
Ungu (Untuk Selamanya) 09 - Waktu Yang Dinanti
Ungu (Untuk Selamanya) 10 - Lagu Cinta
Ungu (Untuk Selamanya) 11 - Penyanyi Jalanan
Ungu (Untuk Selamanya) 12 - Cinta Dalam Hati
Ungu (Untuk Selamanya) 13 - Ikhlas OST Soleh

Unimu - Terbang Tinggi (2008)
01._Aku_Pergi
02._Inginku
04._Ketika
05._Aku_Yang_Terbaik
07._Maaf
08._Menunggu
09._Putih
11._Mama__Bunda_English_Version
12._Hujan

Uno_-_01_MELAYANG
Uno_-_02_LULUH
Uno_-_03_AYAH_BUNDA
Uno_-_04_KISAH
Uno_-_05_NODA
Uno_-_06_RASA
Uno_-_07_RUANG_CINTA
Uno_-_08_DEMI_DIA
Uno_-_09_JANGAN_AKHIRI
Uno_-_10_BAYANGMU

Utha_Likumahuwa_-_01._Kuingin
Utha_Likumahuwa_-_02._Masih_Ada_Cinta
Utha_Likumahuwa_-_03._Esok_Kan_Masih_Ada
Utha_Likumahuwa_-_04._Puncak_Asmara
Utha_Likumahuwa_-_05._Sesaat_Kau_Hadir
Utha_Likumahuwa_-_06._Ma'af
Utha_Likumahuwa_-_07._Haruskah_Ku_Pergi
Utha_Likumahuwa_-_08._Akira
Utha_Likumahuwa_-_09._Aku_Pasti_Datang
Utha_Likumahuwa_-_10._Masih_Ada_Waktu
Utha_Likumahuwa_-_11._Bersatu_Dalam_Damai
Utha_Likumahuwa_-_12._Kisah_kehidupan
Utha_Likumahuwa_-_13._Tersiksa_lagi
Utha_Likumahuwa_-_14._Untuk_Apa_lagi

Read More..

free Dowload Mp3 "GRATIS" T

-= CATALOG T =-

T.A.T.U - 200/KM In The Wrong Lane
T.A.T.U - Track 1
T.A.T.U - Track 2
T.A.T.U - Track 3
T.A.T.U - Track 4
T.A.T.U - Track 5
T.A.T.U - Track 6
T.A.T.U - Track 7
T.A.T.U - Track 8
T.A.T.U - Track 9
T.A.T.U - Track 10
T.A.T.U - Track 11
T.A.T.U - Track 12
T.A.T.U - Track 13
T.A.T.U - Track 14

T.A.T.U - Dangerous and moving (2005)
T.A.T.U - 01._Dangerous_And_Moving__Intro
T.A.T.U - 02._All_About_Us
T.A.T.U - 03._Cosmos__Outer_Space
T.A.T.U - 04._Loves_Me_Not
T.A.T.U - 05._Friend_Or_Foe
T.A.T.U - 06._Gomenasai
T.A.T.U - 07._Craving__I_Only_Want_What_I_Ca
T.A.T.U - 08._Sacrifice
T.A.T.U - 09._We_Shout
T.A.T.U - 10._Perfect_Enemy
T.A.T.U - 11._Obizienka_Nol
T.A.T.U - 12._Dangerous_And_Moving
T.A.T.U - 13._All_About_Us__Dave_Aude_Big_Mi
T.A.T.U - 14._ll_About_Us__Stephane_K_Extend
T.A.T.U - 15._All_About_Us__Glam_As_You_Mix
T.A.T.U - 16._All_About_Us__Daves_Acid_Funk
T.A.T.U - 17._All_About_Us__Single_Version

THE BEATLES COLLECTIONS
The Beatkes - A_Day_in_the_Life
The Beatkes - A_Hard_Day_s_Night
The Beatkes - A_Taste_of_Honey
The Beatkes - Across_the_Universe_1
The Beatkes - Across_the_Universe
The Beatkes - Act_Naturally
The Beatkes - All_I_ve_Got_to_Do
The Beatkes - All_My_Loving
The Beatkes - All_Together_Now
The Beatkes - All_You_Need_Is_Love
The Beatkes - All_You_Need_Is_Love (2)
The Beatkes - And_I_Love_Her
The Beatkes - And_Your_Bird_Can_Sing
The Beatkes - Anna__Go_to_Him
The Beatkes - Another_Girl
The Beatkes - Any_Time_at_All
The Beatkes - Ask_My_Why
The Beatkes - Baby_It_s_You
The Beatkes - Baby_You_re_a_Rich_Man
The Beatkes - Baby_s_in_Black
The Beatkes - Back_in_the_U.S.S.R
The Beatkes - Bad_Boy
The Beatkes - Because
The Beatkes - Being_for_the_Benefit_of_Mr._K
The Beatkes - Birthday
The Beatkes - Blackbird
The Beatkes - Blue_Jay_Way
The Beatkes - Boys
The Beatkes - Can_t_Buy_Me_Love
The Beatkes - Carry_That_Weight
The Beatkes - Chains
The Beatkes - Come_Together
The Beatkes - Cry_Baby_Cry
The Beatkes - Day_Tripper
The Beatkes - Dear_Prudence
The Beatkes - Devil_in_Her_Heart
The Beatkes - Dig_a_Pony
The Beatkes - Dig_It
The Beatkes - Dizzy_Miss_Lizzy
The Beatkes - Do_You_Want_to_Know_a_Secret
The Beatkes - Doctor_Robert
The Beatkes - Don_t_Bother_Me
The Beatkes - Don_t_Let_Me_Down
The Beatkes - Don_t_Pass_Me_By
The Beatkes - Drive_My_Car
The Beatkes - Eight_Days_a_Week
The Beatkes - Eleanor_Rigby
The Beatkes - Every_Little_Thing
The Beatkes - Everybody_s_Got_Something_to_H
The Beatkes - Everybody_s_Trying_to_Be_My_Ba
The Beatkes - Fixing_a_Hole
The Beatkes - Flying
The Beatkes - For_No_One
The Beatkes - For_You_Blue
The Beatkes - From_Me_to_You
The Beatkes - Get_Back__1
The Beatkes - Get_Back
The Beatkes - Getting_Better
The Beatkes - Girl
The Beatkes - Glass_Onion
The Beatkes - Golden_Slumbers
The Beatkes - Good_Day_Sunshine
The Beatkes - Good_Morning_Good_Morning
The Beatkes - Good_Night
The Beatkes - Got_to_Get_You_into_My_Life
The Beatkes - Happiness_Is_a_Warm_Gun
The Beatkes - Hello_Goodbye
The Beatkes - Help
The Beatkes - Helter_Skelter
The Beatkes - Her_Majesty
The Beatkes - Here_Comes_the_Sun
The Beatkes - Here__There_and_Everywhere
The Beatkes - Hey_Bulldog
The Beatkes - Hey_Jude
The Beatkes - Hold_Me_Tight
The Beatkes - Honey_Don_t
The Beatkes - Honey_Pie
The Beatkes - I_Am_the_Walrus
The Beatkes - I_Call_Your_Name
The Beatkes - I_Don_t_Want_to_Spoil_the_Part
The Beatkes - I_Feel_Fine
The Beatkes - I_Me_Mine
The Beatkes - I_Need_You
The Beatkes - I_Saw_Her_Standing_There
The Beatkes - I_Should_Have_Known_Better
The Beatkes - I_Wanna_Be_Your_Man
The Beatkes - I_Want_to_Hold_Your_Hand
The Beatkes - I_Want_to_Tell_You
The Beatkes - I_Want_You__She_s_So_Heavy
The Beatkes - I_Will
The Beatkes - I_ll_Be_Back
The Beatkes - I_ll_Cry_Instead
The Beatkes - I_ll_Follow_the_Sun
The Beatkes - I_ll_Get_You
The Beatkes - I_m_a_Loser
The Beatkes - I_m_Down
The Beatkes - I_m_Happy_Just_to_Dance_With_You
The Beatkes - I_m_Looking_Through_You
The Beatkes - I_m_Only_Sleeping
The Beatkes - I_m_So_Tired
The Beatkes - I_ve_Got_a_Feeling
The Beatkes - I_ve_Just_Seen_A_Face
The Beatkes - If_I_Fell
The Beatkes - If_I_Needed_Someone
The Beatkes - In_My_Life
The Beatkes - It_Won_t_Be_Long
The Beatkes - It_s_All_Too_Much
The Beatkes - It_s_Only_Love
The Beatkes - Julia
The Beatkes - Komm__Gib_Mir_Deine_Hand
The Beatkes - Lady_Madonna
The Beatkes - Let_It_Be__1
The Beatkes - Let_It_Be
The Beatkes - Little_Child
The Beatkes - Long_Tall_Sally
The Beatkes - Long__Long__Long
The Beatkes - Love_Me_Do_1
The Beatkes - Love_Me_Do
The Beatkes - Love_You_To
The Beatkes - Lovely_Rita
The Beatkes - Lucy_in_the_Sky_With_Diamonds
The Beatkes - Maggie_Mae
The Beatkes - Magical_Mystery_Tour
The Beatkes - March_of_the_Meanies
The Beatkes - Martha_My_Dear
The Beatkes - Matchbox
The Beatkes - Maxwell_s_Silver_Hammer
The Beatkes - Mean_Mr._Mustard
The Beatkes - Medley_Kansas_City_Hey__Hey
The Beatkes - Michelle
The Beatkes - Misery
The Beatkes - Money__That_s_What_I_Want
The Beatkes - Mother_Nature_s_Son
The Beatkes - Mr._Moonlight
The Beatkes - No_Reply
The Beatkes - Norwegian_Wood__This_Bird_Has
The Beatkes - Not_a_Second_Time
The Beatkes - Nowhere_Man
The Beatkes - OB-La-Di__OB-La-Da
The Beatkes - Octopus_s_Garden
The Beatkes - Oh__Darling
The Beatkes - Old_Brown_Shoe
The Beatkes - One_After_909
The Beatkes - Only_a_Northern_Song
The Beatkes - P.S._I_Love_You
The Beatkes - Paperback_Writer
The Beatkes - Penny_Lane
The Beatkes - Pepperland_Laid_Waste
The Beatkes - Pepperland
The Beatkes - Piggies
The Beatkes - Please_Mr._Postman
The Beatkes - Please_Please_Me
The Beatkes - Polythene_Pam
The Beatkes - Rain
The Beatkes - Revolution
The Beatkes - Revolution_1
The Beatkes - Revolution_9
The Beatkes - Rock_and_Roll_Music
The Beatkes - Rocky_Raccoon
The Beatkes - Roll_over_Beethoven
The Beatkes - Run_for_Your_Life
The Beatkes - Savoy_Truffle
The Beatkes - Sea_of_Holes
The Beatkes - Sea_of_Monsters
The Beatkes - Sea_of_Time
The Beatkes - Sexy_Sadie
The Beatkes - Sgt._Pepper_s_Lonely_Hearts_Cl
The Beatkes - Sgt._Pepper_s_Lonely_Hearts_Club_Reprise
The Beatkes - She_Came_in_Through_the_Bathro
The Beatkes - She_Love_You
The Beatkes - She_Said__She_Said
The Beatkes - She_s_a_Woman
The Beatkes - She_s_Leaving_Home
The Beatkes - Sie_Liebt_Dich
The Beatkes - Slow_Down
The Beatkes - Something
The Beatkes - Strawberry_Fields_Forever
The Beatkes - Sun_King
The Beatkes - Taxman
The Beatkes - Tell_Me_What_You_See
The Beatkes - Tell_Me_Why
The Beatkes - Thank_You_Girl
The Beatkes - The_Ballad_of_John_and_Yoko
The Beatkes - The_Continuing_Story_of_Bun.Bi
The Beatkes - The_End
The Beatkes - The_Fool_on_the_Hill
The Beatkes - The_Inner_Light
The Beatkes - The_Long_and_Winding_Road
The Beatkes - The_Night_Before
The Beatkes - The_Word
The Beatkes - There_s_a_Place
The Beatkes - Things_We_Said_Today
The Beatkes - Think_for_Yourself
The Beatkes - This_Boy
The Beatkes - Ticket_To_Ride
The Beatkes - Till_There_Was_You
The Beatkes - Tomorrow_Never_Knows
The Beatkes - Twist_and_Shout
The Beatkes - Two_of_Us
The Beatkes - Wait
The Beatkes - We_Can_Work_It_Out
The Beatkes - What_Goes_On
The Beatkes - What_You_re_Doing
The Beatkes - When_I_Get_Home
The Beatkes - When_I_m_Sixty-Four
The Beatkes - While_My_Guitar_Gently_Weeps
The Beatkes - Why_Don_t_We_Do_It_in_the_Road
The Beatkes - Wild_Honey_Pie
The Beatkes - With_a_Little_Help_from_My_Friday
The Beatkes - Within_You_Without_You
The Beatkes - Words_of_Love
The Beatkes - Yellow_Submarine
The Beatkes - Yellow_Submarine_in_Pepperland
The Beatkes - Yellow_Submarine
The Beatkes - Yer_Blues
The Beatkes - Yes_It_Is
The Beatkes - Yesterday
The Beatkes - You_Can_t_Do_That
The Beatkes - You_Know_My_Name__Look_up_the
The Beatkes - You_Like_Me_Too_Much
The Beatkes - You_Never_Give_Me_Your_Money
The Beatkes - You_Really_Got_a_Hold_on_Me
The Beatkes - You_Won_t_See_Me
The Beatkes - You_re_Going_To_Lose_That_Girl
The Beatkes - You_ve_Got_To_Hide_Your_Love_A
The Beatkes - Your_Mother_Should_Know

The_Black_Eyed_Peas - 01_-_Like_That
The_Black_Eyed_Peas - 02_-_Ba_Bump
The_Black_Eyed_Peas - 03_-_My_Style_feat_Justin_Timberlake
The_Black_Eyed_Peas - 04_-_They_Don_t_Want_Music
The_Black_Eyed_Peas - 05_-_Feel_It__Jazzy_Jeff_Soulful_Remix
The_Black_Eyed_Peas - 06_-_Audio_Delete
The_Black_Eyed_Peas - 07_-_Disco_Club__Large_Pro_Peas_Remix

The_Black_Eyed_Peas - 1_-_Fallin_up
The_Black_Eyed_Peas - 02_-_Clap_your_hands
The_Black_Eyed_Peas - 03_-_Joints_Jam
The_Black_Eyed_Peas - 04_-_The_way_you_make_me_feel
The_Black_Eyed_Peas - 05_-_Movement
The_Black_Eyed_Peas - 06_-_Karma
The_Black_Eyed_Peas - 07_-_Be_free
The_Black_Eyed_Peas - 08_-_Say_goodbye
The_Black_Eyed_Peas - 09_-_Duet
The_Black_Eyed_Peas - 10_-_Communication
The_Black_Eyed_Peas - 11_-_What_it_is
The_Black_Eyed_Peas - 12_-_Que_dicies
The_Black_Eyed_Peas - 13_-_A8
The_Black_Eyed_Peas - 14_-_Love_won_t_wait
The_Black_Eyed_Peas - 15_-_Head_bobs
The_Black_Eyed_Peas - 16_-_Positivity

The Brandal (brandalisme) - Surat_Seorang_Proletar_Buat_Para_Elit_Borjuis
The Brandal (brandalisme) - 100__Kontrol
The Brandal (brandalisme) - Broken_Heart_Blues
The Brandal (brandalisme) - Janji_1000_Hari
The Brandal (brandalisme) - Tipu_Jalanan
The Brandal (brandalisme) - City_Boy
The Brandal (brandalisme) - Restless
The Brandal (brandalisme) - Is_It_Your_Girl
The Brandal (brandalisme) - I_Got_A_Woman
The Brandal (brandalisme) - Back_On_The_Junk
The Brandal (brandalisme) - The_Assasin

The Dream - LoveHate
01._Shawty_Is_Da_Shx___feat._Fabolous
02._I_Luv_Your_Girl
03._Fast_Car
04._Nikki
05._She_Needs_My_Love
06._Falsetto
07._Playin__In_Her_Hair
08._Purple_Kisses
09._Ditch_That
10._Luv_Songs
11._Livin__A_Lie__feat._Rihanna
12._Mama

The Miracle - TheM (2008)
01._Mawar_Hitam
02._Bebas
03._Bertemu
04._Matahari
05._Dosa
06._Pergi
07._Kembali
08._Selesai
09._Bertemu__reprise

The Nunung CS (terima pesanan) - 01._Blanksuck
The Nunung CS (terima pesanan) - 02._Abang_Gorengan
The Nunung CS (terima pesanan) - 04._Is_Now
The Nunung CS (terima pesanan) - 05._Do_You_Know
The Nunung CS (terima pesanan) - 06._KTKB
The Nunung CS (terima pesanan) - 07._Pengangguran
The Nunung CS (terima pesanan) - 08._Muke_Kriminil
The Nunung CS (terima pesanan) - 10._Olahraga
The Nunung CS (terima pesanan) - 11._Sad_Song

The Rasmus - Dead Letters
01._First_Day_Of_My_Life
02._In_The_Shadows
03._Still_Standing
04._In_My_Life
05._Time_To_Burn
06._Guilty
07._Not_Like_The_Other_Girls
08._The_One_I_Love
09._Back_In_The_Picture
10._Funeral_Song

Tika_-_But_I_Love_You__Though
Tika_-_Fever_Fairytale
Tika_-_Gugur_Sepatu
Tika_-_My_Late_Ego
Tika_-_Premortem_Wound
Tika_-_Rimbaud_S_Limbo
Tika_-_Saddest_Farewell
Tika_-_Under_Their_Feet
Tika_-_Waiting_For_2.00

Titiek Puspa (terima kasih Tuhan) - 01._Terima_Kasih_Tuhan
Titiek Puspa (terima kasih Tuhan) - 02._Candra_Buana__Feat._Delon
Titiek Puspa (terima kasih Tuhan) - 03._Cinta_Putih
Titiek Puspa (terima kasih Tuhan) - 04._Dua_Sejoli
Titiek Puspa (terima kasih Tuhan) - 05._Balada_Pelaut
Titiek Puspa (terima kasih Tuhan) - 06._Bengawan_Solo
Titiek Puspa (terima kasih Tuhan) - 07._Si_Hitam__Feat._Pinkan_Mambo
Titiek Puspa (terima kasih Tuhan) - 08._Esok_Malam_Kan_Ku_Jelang
Titiek Puspa (terima kasih Tuhan) - 09._Historia_De_Un_Amor
Titiek Puspa (terima kasih Tuhan) - 10._Bubuy_Bulan
Titiek Puspa (terima kasih Tuhan) - 11._Kasih_Di_Antara_Remaja

Tompi (My Happy Life) - 01._Menghujam_Jantungku
Tompi (My Happy Life) - 02._L-O-V-E
Tompi (My Happy Life) - 04._Sedari_Dulu
Tompi (My Happy Life) - 05._If_It_s_True
Tompi (My Happy Life) - 06._Love_Letter__Ft_Sierra
Tompi (My Happy Life) - 08._No_Matter_What_You_Do
Tompi (My Happy Life) - 09._Funk_This_Time

Tony_Q_Rastafara (anak kampung) - 01._Woman
Tony_Q_Rastafara (anak kampung) - 02._Reggae_Dot_Com
Tony_Q_Rastafara (anak kampung) - 03._This_Is_My_Way
Tony_Q_Rastafara (anak kampung) - 04._Tertanam
Tony_Q_Rastafara (anak kampung) - 05._Liburan
Tony_Q_Rastafara (anak kampung) - 06._Ada_Gula_Ada_Semut
Tony_Q_Rastafara (anak kampung) - 07._Ketika
Tony_Q_Rastafara (anak kampung) - 08._Ojolali
Tony_Q_Rastafara (anak kampung) - 09._Mencium_Bulan
Tony_Q_Rastafara (anak kampung) - 10._Anak_Kampung
Tony_Q_Rastafara (anak kampung) - 11._Lukisan_Cinta__Accoustic_Version
Tony_Q_Rastafara (anak kampung) - 12._Woman__Live

Tony_Q_Rastafara (x) - 01._Cahayamu
Tony_Q_Rastafara (x) - 02._Don_t_Worry__Ft._Steven__n_Coconut_Treez
Tony_Q_Rastafara (x) - 03._Gadis_Andalas
Tony_Q_Rastafara (x) - 04._Get_Up_Stand_Up
Tony_Q_Rastafara (x) - 05._Om_Funky
Tony_Q_Rastafara (x) - 06._Paris_Van_Java
Tony_Q_Rastafara (x) - 07._Sapu_Tangan_Putih
Tony_Q_Rastafara (x) - 08._Asap_Putih
Tony_Q_Rastafara (x) - 09._Ngajogjakarta
Tony_Q_Rastafara (x) - 10._Ngajogjakarta_Original_Version
Tony_Q_Rastafara (x) - 11._Pesta_Pantai
Tony_Q_Rastafara (x) - 12._Hanya_Untukmu
Tony_Q_Rastafara (x) - 13._Rambut_Gimbal
Tony_Q_Rastafara (x) - 14._Bakso_Donk
Tony_Q_Rastafara (x) - 15._Waiting_Tresno

Twin_Bee_-_01._Cewe_Dugem
Twin_Bee_-_02._Cinta_Ilusi
Twin_Bee_-_03._Cinta_Terlarang
Twin_Bee_-_04._Nasyid
Twin_Bee_-_05._Pacaran_Lagi
Twin_Bee_-_06._Ratu_Buaya_Darat
Twin_Bee_-_07._Terjun_Bebas
Twin_Bee_-_08._We_Twin_Bee

Two Triple O (finally) - 01._Semakinku
Two Triple O (finally) - 02._If
Two Triple O (finally) - 04._Biarkan_Pergi
Two Triple O (finally) - 05._Juz_1_Nite__Ft_Cindy_Bernadette
Two Triple O (finally) - 06._4ever_Lovin__U
Two Triple O (finally) - 07._Babygirl
Two Triple O (finally) - 08._U_Started_It
Two Triple O (finally) - 09._Pagi_Ini
Two Triple O (finally) - 10._In_Luv_with_U

Read More..

free Dowload Mp3 "GRATIS" S

-= CATALOG S =-

Sabila (Langit Ke 7) - 01._Peduli_Apa
Sabila (Langit Ke 7) - 02._Hanya_Teman_Biasa
Sabila (Langit Ke 7) - 03._Bidadari
Sabila (Langit Ke 7) - 04._Dulu_Kau_Cinta
Sabila (Langit Ke 7) - 05._Jangan_Harap_Kembali
Sabila (Langit Ke 7) - 06._Langit_Ke_7
Sabila (Langit Ke 7) - 07._Say_No_To_Drugs
Sabila (Langit Ke 7) - 08._Lebih_Baik_Sendiri
Sabila (Langit Ke 7) - 09._Terlalu_Cinta

SAS (episode jingga) - 01_-_Aku_Cinta_Gadis_Indonesia
SAS (episode jingga) - 02_-_Rudal
SAS (episode jingga) - 03_-_Episode_Jingga
SAS (episode jingga) - 04_-_Gadis_Lugu
SAS (episode jingga) - 05_-_Aku_Tak_Kan_Menyerah
SAS (episode jingga) - 06_-_Dunia_Semestaku
SAS (episode jingga) - 07_-_Elegi_Dunia
SAS (episode jingga) - 08_-_Selimut_Neraka
SAS (episode jingga) - 09_-_Terali_Terali_Hitam
SAS (episode jingga) - 10_-_Kebebasan

Santana - Santana
01_-_Batuka
02_-_No_One_To_Depend_On
03_-_Taboo
04_-_Toussaint_L_Overture
05_-_Everybody_s_Everything
06_-_Guajira
07_-_Jungle_Strut
08_-_Everything_s_Coming_Our_Way
09_-_Para_Los_Rumberos

SAS (Sirkuit) - 01._Sirkuit
SAS (Sirkuit) - 02._Sampai_Bertemu_Lagi
SAS (Sirkuit) - 03._Silau_Duniawi
SAS (Sirkuit) - 04._Ke_Nirwana
SAS (Sirkuit) - 05._Revolusi
SAS (Sirkuit) - 06._Zaman_Gila
SAS (Sirkuit) - 07._Kucing_Betina
SAS (Sirkuit) - 08._Perang_Bintang
SAS (Sirkuit) - 09._Gadis_Kamera

Scorpions - Best Ballads
01._You_and_I
02._White_Dove
03._Wind_Of_Change
04._Still_Loving_You
05._Holiday
06._Always_Somewere
07._Born_To_Touch_Your_Feelings
08._Lonely_Nights
09._In_Trance
10._Yellow_Raven
11._Life_s_Like_A_River
12._Fly_People_Ply
13._Believe_In_Love
14._When_The_Smoke_Is_Going_Down
15._Living_For_Tomorrow

Sheila_Majid (gemilang) - 01._Sinaran
Sheila_Majid (gemilang) - 02._Antara_Anyer_Dan_Jakarta
Sheila_Majid (gemilang) - 03._Gemilang
Sheila_Majid (gemilang) - 04._Warna
Sheila_Majid (gemilang) - 05._Aku_Cinta_Padamu
Sheila_Majid (gemilang) - 06._Bunyi_Guitar_Tokyo_Mix
Sheila_Majid (gemilang) - 07._Kasih
Sheila_Majid (gemilang) - 08._Legenda
Sheila_Majid (gemilang) - 09._Selamanya
Sheila_Majid (gemilang) - 10._Persis_kekasihku
Sheila_Majid (gemilang) - 11._Hasrat_Cinta
Sheila_Majid (gemilang) - 12._Di_Dalam_Emosi_ini
Sheila_Majid (gemilang) - 13._Engkau_Laksana_Bulan
Sheila_Majid (gemilang) - 14._Manusia

Sheryl Crow - Detours (2008)
01._God_Bless_This_Mess
02._Shine_Over_Babylon
03._Love_Is_Free
04._Peace_Be_Upon_Us
05._Gasoline
06._Out_Of_Our_Heads
07._Detours
08._Now_That_You_re_Gone
09._Drunk_With_The_Thought_Of_You
10._Diamond_Ring
11._Motivation
12._Make_It_Go_Away__Radiation_Song
13._Love_Is_All_There_Is
14._Lullaby_For_Wyatt
15._Rise_Up
16._Beautiful_Dream

Sherine_-_01._Arti_Sebuah_Keangkuhan
Sherine_-_02._Dalam_Hati_Saja
Sherine_-_03._Sebatas_Mimpi
Sherine_-_04._Kusadari
Sherine_-_05._Satu_Mimpiku
Sherine_-_06._Sendiri
Sherine_-_07._Hangatnya_Cinta
Sherine_-_08._Aku_Masih_Cinta
Sherine_-_09._Atas_Nama_Cinta
Sherine_-_10._Bukan_Untukku

Sherly_O (terima kasih) - 01._Cinta_Yang_Singgah
Sherly_O (terima kasih) - 02._Jatuh_Cinta
Sherly_O (terima kasih) - 03._Without_You
Sherly_O (terima kasih) - 04._Kau_Milikku
Sherly_O (terima kasih) - 05._Aku_Dan_Cinta
Sherly_O (terima kasih) - 06._Penantianku
Sherly_O (terima kasih) - 07._Rindu_Yang_Dalam
Sherly_O (terima kasih) - 08._Impianku
Sherly_O (terima kasih) - 09._Bingung
Sherly_O (terima kasih) - 10._Terima_Kasih

Sia - Some People Have Real Problems
01._Little_Black_Sandals
02._Lentil
03._Day_Too_Soon
04._You_Have_Been_Loved
05._The_Girl_You_Lost_To_Cocaine
06._Academia
07._I_Go_To_Sleep
08._Playground
09._Death_By_Chocolate
10._Soon_We_ll_Be_Found
11._Electric_Bird
12._Beautiful_Calm_Driving

Simple - Simplicity (2008)
01._Pintu
02._Kuingin_Kau_Tahu
04._Lupakanlah
05._Kekasih_Rahasia
06._Jangan_Ragu
07._Wanita_Yang_Beruntung
09._Ku_Akan_Berlari
10._Buat_Saudaraku

Simple Plan - MTV Hard Rock Live (live) (2005)
01._Shut_up
02._Jump
03._The_Worst_Day_Ever
04._Addicted
05._Me_Against_the_World
06._Crazy
07._God_Must_hate_Me
08._Thank_You
09._Welcome_To_my_Life
10._I_m_Just_a_Kid
11._I_d_do_Anything
12._Untitled
13._Perfect
14._Crazy

Simple Plan - No Pads, No Helmets... Just Balls (2002)
01_I_d_Do_Anything
02_The_Worst_Day_Ever
03_You_Don_t_Mean_Anything
04_I_m_Just_a_Kid
05_When_I_m_With_You
06_Meet_You_There
07_Addicted
08_My_Alien
09_God_Must_Hate_Me
10_I_Won_t_Be_There
11_One_Day
12_Perfect
13_Grow_Up_-_My_Christmas_List
14_I_m_Just_A_Kid__Original_Version
15_One_By_One

SINAR BAND - Cinta Pertama
01. Dekat
02. Masih Cinta
03. Berpaling (piano version)
04. Cinta Yang Hilang
05. Terpendam
06. Masih Cinta
07. Berpaling
08. Apa Yang Terjadi
09. Dekat (acoustic version)
10. Berakhir Sudah
11. Kering (The Best Song)
12. Sarah Hati (Heru on Solo)

SIR ROONEY
Sir_Rooney_-_01._Ternyata_Kau_Mendua
Sir_Rooney_-_02._Jatuh_Cinta
Sir_Rooney_-_03._Pantaskah
Sir_Rooney_-_04._Andaikan_Termaafkan
Sir_Rooney_-_05._Manusia_Biasa
Sir_Rooney_-_06._Bukan_Yang_Pertama
Sir_Rooney_-_07._Bukan_Lelaki_Setia
Sir_Rooney_-_08._Ya_Sudahlah
Sir_Rooney_-_09._Biarkan
Sir_Rooney_-_10._Lelah
Sir_Rooney_-_11._Teman_Wanita
Sir_Rooney_-_12._Bosan

SISTER DUKE
Sister_Duke_-_01._Intr0ducing_Sister_Duke
Sister_Duke_-_02._Senandung_Untukmu
Sister_Duke_-_03._Kreyzie
Sister_Duke_-_04._Hadirmu
Sister_Duke_-_05._Symphoni_of_Apology
Sister_Duke_-_06._kEnangan_Lama
Sister_Duke_-_07._Pleading
Sister_Duke_-_08._Terbang_Tinggi
Sister_Duke_-_09._Wanna_Make_U_Mine
Sister_Duke_-_10._We_Are_One
Sister_Duke_-_11._Selamat_Tidur__Teman
Sister_Duke_-_12._Kenangan_Lama
Sister_Duke_-_13._Kita__Bonus_Track
Sister_Duke_-_14._Menunggumu__Bonus

SLANK - OST Get Married
01. Pandangan Pertama
02. Kuil Cinta
03. Orkes Sakit Hati
04. Loe Harus Grak
05. Atmosphere Ngeblues
06. Atas Nama Blues
07. Friendship
08. Pacar Sahabatku
09. Kamu Harus Pulang

SORE
Sore (ports of lima) -01._Apatis_Ria
Sore (ports of lima) -02._Bogor_Biru
Sore (ports of lima) -03._Come_By_Sanjuro
Sore (ports of lima) -04._Essensimo
Sore (ports of lima) -05._Freiman
Sore (ports of lima) -06._In_1997_The_Bullet_was_Shy
Sore (ports of lima) -07._Senyum_Dari_Selatan
Sore (ports of lima) -08._Setengah_Lima

SOULVIBE