In fact to delete facebook account is not easy. Member previous article I know how men "deactivate" our facebook account. For that you have to try it, I have try to log back to facebook. If you can log in easily, you have failed to delete account.



Here is a step in the right delete how our facebook account (not just deactivate). I advice to you to really focus on this step, because it requires a long time to truly deleted. I take 5 hours to actually create a page my account is empty. So, enjoy!
- Delete all your friends by clicking a "x" then choose "remove friend".
- Delete all photos in your album pages. How, go to the page image, and select the album and select "delete this album."
- Remove all the comments that tell you, the way into the profile page and select a "x" and select "delete" box on every wall and your comment.
- Unplug your membership of groups, fan, and supporter on the INFO page. How to visit with your group and select "remove".
- Delete all the information about you. Select "info" edit.
- Remove smua tags on your photos page
- Send an email to http://www.facebook.com/help/contact.php?show_form=delete_account select and delete the account permanently. Enter your password and enter the password visible.
- After confirmation, facebook will let you know that if you do not login for 14 days, then your account will be deleted and can not direcovery.
- After that facebook will be logged out automatically.
- Please check 14 days later with the login with your account. If facebook does not mean you can successfully delete.
My conclusion after doing the above steps are, the longer you become a member of facebook the length of time you need to delete your account. Or in short, the longer the more difficult to get out of facebook. So, before you by the subject you better be careful.
Hello all .....
I have a little graffiti on a block porn sites and how to block words porno smelly .... microtik through ...
the first is to
[admin @ admin]> ip web-proxy set enabled = yes port = 8080 max-object-size = 131072
hostname = labcomp transparent-proxy = yes cache-administrator = http://cahbabadcity.multiply.com
I hold in a while see if the result like this?
[admin @ admin]> ip web-proxy print
enabled: yes
src-address: 0.0.0.0
port: 8080
hostname: "labcomp"
transparent-proxy: yes
parent-proxy: 0.0.0.0:0
cache-administrator: "http://cahbabadcity.multiply.com"
max-object-size: 131072KiB
cache-drive: system
max-cache-size: none
max-ram-cache-size: unlimited
status: running
reserved-for-cache: 0KiB
reserved-for-ram-cache: 146432KiB
if so .. means that it is correct
Continue ....
Now, Block Porn sites to its
[admin @ admin]> ip web-proxy access add url = "www.1200sex.com" action = deny comment = "" disabled = no
You try and hold open www.1200sex.com
settingan if it is correct that appears like this
certainly appear any posts error deh ....
Now block the word - a word that smell like porno bugil said ...
[admin @ admin]> ip web-proxy access add url = ": bugil" action = deny comment = "" disabled = no
if I please try on google.com
and write the word "bugil"
Setting MICROTIK :
• choose the package - the package below to install the OS Microtik:
System, dhcp, Advance Tools, Routing, Security, Web - Proxy.
• change the name of the system in accordance with your taste:
[admin @ microtik] system identity set name = cafe
Next promt shell akan changed to:
As you want:
[admin @ warnet]
• Change Password OS microtik your way:
[admin @ warnet] user set admin password = ... ... ... ... ... ... ... ... ... ... ... ...
• aktivkan second Ethernet on the PC that you install the OS Microtik:
[admin @ warnet] interface ethernet enable ether1
[admin @ warnet] interface ethernet enable ether2
• Give the name of the second ethernet for easy configuration:
[admin @ warnet] interface Ethernet set ether1 name = modem ===== Ethernet yg utk modem
[admin @ warnet] interface ethernet set ether2 name = local === Ethernet HUB to do to
• Enter the second IP landcard:
[admin @ warnet] ip address add interface = modem address = (optional IP address of the ISP) / netmask
[admin @ warnet] ip address add interface = local address = 192.168.0.1/255.255.255.0
• I enter the gateway IP given from the ISP:
[admin @ warnet] ip route add gateway = 10.11.1.1560
• Setting DNS:
[admin @ warnet] ip dns set primary-dns = 10.11.155.1secondary-dns = 10.11.155.2
after that try to ping all the IP that has been in the setting above.
[b] [font = "] Configuring firewall and NETWORK
ip firewall nat add action = Masquerade chain = srcnat
ip firewall filter add chain = input connection-state = invalid action = drop
ip firewall filter add chain = input protocol = UDP action = accept
ip firewall filter add chain = input protocol = ICMP action = accept
[font = "] / ip firewall filter add chain = input in-interface = (ethernet card to do lan) action = accept
/ ip firewall filter add chain = input in-interface = (ethernet card do to the Internet) action = accept
ip firewall filter add chain = input action = drop
ip web-proxy set enabled = yes src-address = 0.0.0.0. port = 8080 hostname = "" yahuu.net = yes parent-proxy = 0.0.0.0:0 \
cache-administrator = "webmaster" max-object-size = 4096KiB cache-drive = system max-cache-size = unlimited \
max-ram-cache-size = unlimited
ip firewall nat add chain = dstnat protocol = tcp dst-port = 80 action = redirect to-ports = 3128 / ip firewall nat add in-interface = modem
dst-port = 80 protocol = tcp action = redirect
to-ports = 3128 chain = dstnat dst-address =! 192.168.0.1/24
================================================== ================
3128 that all changed in 8080: how:
ip web-proxy set enable = yes
/ ip web-proxy set port = 3128
/ ip web-proxy set max-cache-size = 3145728 (3 times total ram)
/ ip web-proxy set hostname = "proxy.prima"
/ ip web-proxy set allow-remote-requests = yes
/ ip web-proxy set cache-administrator: "primanet.slawi @ yahoo.com"
================================================== ================================================== ========
Filtering:
http://www.mikrotik.com/testdocs/ros/2.9/ip/filter.php/ ip firewall filter
add chain = input connection-state = invalid action = drop \ comment = "Drop Invalid connections"
add chain = input connection-state = established action = accept \ comment = "Allow Established connections"
add chain = input protocol = UDP action = accept \ comment = "Allow UDP"
add chain = input protocol = ICMP action = accept \ comment = "Allow ICMP"
add chain = input src-address = 192.168.0.0/24 action = accept \ comment = "Allow access to router from known network"
add chain = input action = drop comment = "Drop anything else"
ANTI VIRUS uTK MICROTIK:
add chain = forward action = jump jump-target = virus comment = "jump to the virus chain" +++++++++++++++++++++++++++++ +++++ +++++++++++++++++++++
add chain = forward protocol = ICMP comment = "allow ping" add chain = forward protocol = UDP comment = "allow UDP" add chain = forward action = drop comment = "drop everything else "========== ======================================== =====
Router MICROTIK YOUR SECURITY:
/ Ip firewall filteradd chain = input connection-state = established comment = "Accept established connections" add chain = input connection-state = related comment = "Accept related connections" add chain = input connection-state = invalid action = drop comment = " Drop invalid connections "add chain = input protocol = UDP action = accept comment =" UDP "disabled = no add chain = input protocol = ICMP limit = 50/5s, 2 comment =" Allow limited pings "add chain = input protocol = ICMP action = drop comment = "Drop excess pings" add chain = input protocol = tcp dst-port = 22 comment = "SSH for secure shell" add chain = input protocol = tcp dst-port = 8291 comment = "winbox" # Edit these rules to reflect your actual IP addresses! # Add chain = input src-address = 159148172192/28 comment = "From Mikrotikls network" add chain = input src-address = 10.0.0.0 / 8 comment = "From our private LAN" # End of Edit # add chain = input action = log log-prefix = "DROP INPUT" comment = "Log everything else" add chain = input action = drop comment = "Drop everything else"
"Http://wiki.mikrotik.com/wiki/Securing_your_router"
================================================== ========================================
Setting SECURITY NETWORK ONLY FOR YOUR LOCAL AREA:
/ ip firewall filteradd chain = forward connection-state = established comment = "allow established connections" add chain = forward connection-state = related comment = "allow related connections" add chain = forward connection-state = invalid action = drop comment = " drop invalid connections "
add chain = virus protocol = tcp dst-port = 135-139 action = drop comment = "Drop Blaster Worm" add chain = virus protocol = UDP dst-port = 135-139 action = drop comment = "Drop Messenger Worm" add chain = virus protocol = tcp dst-port = 445 action = drop comment = "Drop Blaster Worm" add chain = virus protocol = UDP dst-port = 445 action = drop comment = "Drop Blaster Worm" add chain = virus protocol = tcp dst -port = 593 action = drop comment ="________" add chain = virus protocol = tcp dst-port = 1024-1030 action = drop comment ="________" add chain = virus protocol = tcp dst-port = 1080 action = drop comment = "Drop MyDoom" add chain = virus protocol = tcp dst-port = 1214 action = drop comment ="________" add chain = virus protocol = tcp dst-port = 1363 action = drop comment = "ndm requester" add chain = virus protocol = tcp dst-port = 1364 action = drop comment = "ndm server" add chain = virus protocol = tcp dst-port = 1368 action = drop comment = "screen cast" add chain = virus protocol = tcp dst-port = 1373 action = drop comment = "hromgrafx" add chain = virus protocol = tcp dst-port = 1377 action = drop comment = "Cichlid" add chain = virus protocol = tcp dst-port = 1433-1434 action = drop comment = "Worm" add chain = virus protocol = tcp dst-port = 2745 action = drop comment = "Bagle Virus" add chain = virus protocol = tcp dst-port = 2283 action = drop comment = "Drop Dumaru.Y" add chain = virus protocol = tcp dst-port = 2535 action = drop comment = "Drop Beagle" add chain = virus protocol = tcp dst-port = 2745 action = drop comment = "Drop Beagle.CK" add chain = virus protocol = tcp dst-port = 3127 -3128 action = drop comment = "Drop MyDoom" add chain = virus protocol = tcp dst-port = 3410 action = drop comment = "Drop Backdoor OptixPro" add chain = virus protocol = tcp dst-port = 4444 action = drop comment = "Worm" add chain = virus protocol = UDP dst-port = 4444 action = drop comment = "Worm" add chain = virus protocol = tcp dst-port = 5554 action = drop comment = "Drop Sasser" add chain = virus protocol = tcp dst-port = 8866 action = drop comment = "Drop Beagle.B" add chain = virus protocol = tcp dst-port = 9898 action = drop comment = "Drop Dabber.AB" add chain = virus protocol = tcp dst-port = 10000 action = drop comment = "Drop Dumaru.Y" add chain = virus protocol = tcp dst-port = 10080 action = drop comment = "Drop MyDoom.B" add chain = virus protocol = tcp dst-port = 12345 action = drop comment = "Drop NetBus" add chain = virus protocol = tcp dst-port = 17300 action = drop comment = "Drop Kuang2" add chain = virus protocol = tcp dst-port = 27374 action = drop comment = "Drop SubSeven" add chain = virus protocol = tcp dst-port = 65506 action = drop comment = "Drop PhatBot, Agobot, Gaobot"
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++
# MatikanPort the Ordinary life in Spam:
/ ip firewall filter add chain = forward dst-port = 135-139 protocol = tcp action = drop
/ ip firewall filter add chain = forward dst-port = 135-139 protocol = UDP action = drop
/ ip firewall filter add chain = forward dst-port = 445 protocol = tcp action = drop
/ ip firewall filter add chain = forward dst-port = 445 protocol = UDP action = drop
/ ip firewall filter add chain = forward dst-port = 593 protocol = tcp action = drop
/ ip firewall filter add chain = forward dst-port = 4444 protocol = tcp action = drop
/ ip firewall filter add chain = forward dst-port = 5554 protocol = tcp action = drop
/ ip firewall filter add chain = forward dst-port = 9996 protocol = tcp action = drop
/ ip firewall filter add chain = forward dst-port = 995-999 protocol = UDP action = drop
/ ip firewall filter add chain = forward dst-port = 53 protocol = tcp action = drop
/ ip firewall filter add chain = forward dst-port = 55 protocol = tcp action = drop
/ ip firewall filter add chain = forward dst-p
above the check in the website again: http://www.mikrotik.com/documentation/manual_2.7/
http://www.mikrotik.com/docs/ros/2.9/ip/webproxy
see in the system resource
and 2 / 3 of system resources in use or in alokasikan for: system resource print
************************************************** ******************************************
Graphing / tool graphing set store-every = hour [admin @ Mikrotik] tool graphing print store-every: hour [admin @ Mikrotik] tool graphing [admin @ Mikrotik] tool graphing interface add interface = ether1 \ allow-address = 192.168.0.0 / 24 store-on-disk = yes [admin @ Mikrotik] tool graphing interface printFlags: X - disabled # ADDRESS Interface Allow-Store-ON-DISK 0 ether1 192.168.0.0/24 yes [admin @ Mikrotik] tool graphing interface [admin @ VLP InWay] tool graphing export
# Oct/12/2005 09:51:23 by RouterOS 2.9.5
# Software id = 1TLC-xxx
#
/ Graphing tool
set store-every = 5min
/ Tool graphing queue
add simple-queue = all allow-address = 10.8.2.99/32 store-on-disk = yes allow-target = yes disabled = no
/ Tool graphing resource
add allow-address = 0.0.0.0 / 0 store-on-disk = yes disabled = no
/ Tool graphing interface
add interface = Inway allow-address = 0.0.0.0 / 0 store-on-disk = yes disabled = no
add interface = LAN allow-address = 0.0.0.0 / 0 store-on-disk = yes disabled = no
add interface = DMZ allow-address = 0.0.0.0 / 0 store-on-disk = yes disabled = no
____________________
* Science is easily obtained if we want to find
You are one of the facebook users? One of the popular social networking in the world. Now in facebook have a facility to show us in the facebook profile, which is called badge.
How do I display a badge on your blog?
the steps:
1. Login to your Facebook account.
2. After the dashboard is in Facebook, then go to this link: www.facebook.com / home.php? # / Badge.php
3. Then click create a new badge or create new badge
4. After that the picture will appear like this:

In this section you can choose the form of vertical or horizontal, also add items such as name, date of birth, name of the website if you have, then choose the format that is not an image or put in a / your facebook badge.
5. After you select the form as you wish, click the "Save" and you will be under to the next page. Akan given html code like this:
Profile
Create your Lencana
You copy and place it where you like.
And I have become like this, I choose the form of a vertical (upright) to my Facebook badge:

What is the facebook connect? Basically, facebook connect the function of such a passport can be used to login to any site (along the flatform this). Thus, we do not need to register to become a member on a site that requires visitors to register to access all contents of the site.
Facebook connect advantage of this, of course, the more easier to access a site that is closed or require membership. For blog owners, some applications, such as the wordpress plugin that will be described below, also provide facilities for the friend invite those who are already logged in with an account facebooknya. So, for the sizeable increase blog traffic.
Steps to use facebook to connect users wordpress.
1. Download the plugin
here.
2. Install the plugin and activate it.
3. Log in to Facebook Developer application http://www.facebook.com/developers/
4. Create a new application http://developers.facebook.com/get_started.php
5. Configure the plugin through the 'Facebook Connector' section of the 'Settings' menu
6. Use the Facebook App info (step 2) to configure the plugin
7. Create a new template for comments.
8. Activate the Connector Facebook widget from the 'Design / Widtgets' menu.
9. Important: If you dont see the Facebook Connect login button and the user photos (on IExplorer), you need to modify your "header.php" theme file:
[
]
Year 2009 is already more than 175 million citizens of the world become loyal Facebook users. Behind the fantastic numbers and counting it, may not be all "ngeh" with Mark Zuckerberg the inventor of social networking.
I just read the book "Inside Facebook" is not a programmer who once worked at Facebook and a number of interviews and media reports about the young people. This is my notes:
1. Zuck like wearing t-shirt, jeans, and sandals, both when studying and termuda as CEO in Silicon Valley. According to me, this one for many students who is also a type with him. :)
2. Zuck a hacker, penetrated many lectures, and select the quota tuition to buy a server. In this country many students at once hackers, especially like the truant is a student, but I doubt there is a shipment bedim parents only to a server. : P
3. Year 2008, Zuck dinobatkan Forbes magazine as one of the richest bachelor in the U.S. with the wealth-on-paper 1.5 billion dollars. The same year, Time magazine to include him in the "people most influential in the world" for the category saintis and trust. (What's this, please comment on your own ...)
4. Zuck be a programmer since high school, has launched Facebook in 2004, and snatch all the predicate that four years later at the age of 24!
I remember so the paper with some writing about the "golden age". One of them entitled "The Golden Age of Nobel Economist," which was written Hendrik P. van Dallen. He concluded, the most important and creative contribution to the Economics Nobel Prize winner at the age of 29-38 years they (The American Economist, 1999). In the book Old Masters and Young geniuses (2007), David W. Galenson also said that innovation tends to be conceptually born in the springtime.
Zuck is not only the concept, but he successfully delivered a product that millions of people endure berlama hipped and long-only on a site: Facebook.com.
People may always associate him with Bill Gates that same drop out of Harvard. Bill Gates was a success in the software business, but the entire world know Microsoft would fail when entering the Internet.
Well, if you are still a dozen or 20s, is still wide opportunities to create something like that made Mark Zuckerberg. For the older generation of half-half I like this young, happy and enjoying Facebook bernostalgia with old friends!
Login or facebook login facebook, is the gateway to our facebook account. There are at least 3 options facebook sign in from the web, mobile, and the iphone (iphone now been mengandeng Telkomsel Indonesia, lho. Namanya iPhone 3G Telkomsel).
Login following address:
1. Normal access from the web with access http://www.facebook.com/login.php
2. Access from the iphone http://iphone.facebook.com/login.php
3. Access from mobile phone http://m.facebook.com/login.php
Ok, goodbye friend explore as much as possible.
Have many friends on facebook? If so, it's time to see their statistics. By using the facebook application called socialistics we can find out in more detail demography friends in our social network. For example, where the more friends women or girl?
We also know the type of relationship can be friends, how much Singles, married, or even complicated. Nah, socialistics can categorize them based on our:
1. gender
2. city
3. political affiliation
4th religion
5. status
6. birth year
7. country
8. age
9. education
10. etc.
Patient does not already want to try? Click
here
Not all people with love facebook. Many offices also block sites invention is Mark Zuckerberg. The reason? Yes, especially if not indicted lower productivity.
Of course all things in this world there are good and bad side. If you do not think facebook is a useful option say goodbye at this time also. I also read in the blogosphere that they voluntarily leave the facebook site with the pretext that Jews smell.
Yes, any excuse you can to block facebook with one of the following ways:
Please open the following folder on your computer.
C: \ WINDOWS \ system32 \ drivers \ etc \ hosts
Then add this line in it:
0.0.0.0 www.facebook.com
Well, now if you enter www.facebook.com in the browser then the browser will be the "close connection by remote server".
Of course any time you can restore the site to volunteer to be accessible to the way the line earlier.
However, it is still powerful enough to restrict access to children or that his wife / husband does not forget your duties at home only because of facebook.
How to block facebook on a computer network? Other time will be discussed here soon or ask your computer technician.
You will soon be married? Why not try facebook application called social weddings this. How to use this facebook application is easy. Simply login to the facebook account and allow you to join facebook. Only that!
What's a good application? Appropriate name, this application allows you to share all things about your wedding plans. All about the wedding details can be told here. You can write upadate status, which still must be done (to-do lists), count down, and of course the profile wedding at the follow-your friends.
This application can also be integrated with the service photographers, videographers, disc jockeys, live bands, venues, caterers, wedding planners, and flowers in areas where the party is located. I do not try this function can also have in our country.
If you want to join now click
here
If
facebook website blocked by your admin and you almoust online for email may be you can use this tips :
1. Install plugin di Xoopit for Gmail, add to firefox.
2. Restart firefox
3. Klik link to Gmail
4. Login with your account and password
5. after that you can connect to facebook with your account
6. Finish
Enjoy this tips