Februari 23, 2010

FTP

What is FTP?
FTP stands for File Transfer Protocol
FTP stands for File Transfer Protocol and is a method of sending files securely from one computer to another. Knowing how to transfer files back and forth between computers is essential for webmasters who need to make changes and upload new files regularly.

Most of us use FTP all the time whether we realize it or not when we download files to our computer. When downloading a file from the Internet we are remotely transferring the file from the computer hosting it to our own using our Internet connection.

What is an FTP Site?
The best analogy for an FTP site is to think of it as a filing cabinet.
The best analogy for an FTP site is to think of it as a filing cabinet. Files are labeled in a meaningful and organized way by the person in charge. Some files are locked away and kept private while some are freely accessible to the public. An FTP site works in a similar way.

The creator or owner of an FTP site may be willing to given open access to files. If this is the case, to get into an FTP site all the public user needs is a User ID, which is usually 'anonymous' and a password, which is usually the users email address. If the FTP site is not public, the owner will issue a unique User ID and password for every person who is allowed access to the files.

FTP sites that allow anonymous logins will most likely not prompt you for a name and password. When you are downloading files from the Internet, you most likely are using an anonymous FTP login without being aware of it.

Most hosting accounts allow account holders to set up ftp accounts. Using this feature webmasters can allow individuals or groups access to certain certain files and the freedom to upload or download files from their server.

There are two ways to make an FTP connection, via your standard Web browser such Internet Explorer or Firefox or by using dedicated FTP software program, also called an FTP Client.

The first option is not recommended. Uploads are difficult and slow when using a Web Browser as an FTP connection. Also, the option isn't very secure. Your downloads are not protected and there can be problems when uploading or downloading large files.

Using an FTP Client makes the process a whole lot easier and gives you the benefits of added security and efficiency because of the additional features that these software program have built in. Files can be queued, ftp uploads can be resumed after disconnection or if files didn't download completely.

FTP Software
An FTP Client is a piece of software that is designed to simplify the transfer files
Most of us use an FTP Client or piece of software that is designed to simplify the transfer of our files back and forward between computers. An FTP client needs to be downloaded and installed on your computer and needs a live Internet connection to work. There are many free FTP clients to choose from. Each will have advantages and disadvantage depending on what you are planning to use the software for. During this tutorial, we will be working with Filezilla, a freely available open source ftp client.

Most ftp clients will look very similar, usually with two main panels that will show the files on your computer in one panel [usually the left] and the files on the remote computer you are connecting to in another panel, typically on the right. Transferring the files is as easy as dragging and dropping from one panel to another or by selecting a file and choosing the upload/download option.

Most FTP Client include advanced features, such as a scheduling feature, multiple file transfer, a resuming feature; a queuing utility, an FTP find utility and a scripting utility for advanced users.

How to download, install and run Filezilla

Windows
FileZilla_3.3.2_win32-setup.exe (recommended) Size: 4160064 bytes
FileZilla_3.3.2_win32.zip Size: 6181549 bytes
Windows XP, Vista and Windows 7 are supported

Linux Operating system
FileZilla_3.3.2_i586-linux-gnu.tar.bz2 Size: 4675016 bytes
FileZilla_3.3.2_x86_64-linux-gnu.tar.bz2 Size: 5072590 bytes
Built for Debian 5.0 (Lenny). It is highly recommended to use the package management system of your distribution or to manually compile FileZilla if you are running a different flavour of Linux.

Mac OS X Operating system
FileZilla_3.3.2_i686-apple-darwin9.app.tar.bz2 (Intel) Size: 4917474 bytes
FileZilla_3.3.2_powerpc-apple-darwin9.app.tar.bz2 (PowerPC G4) Size: 4744979 bytes
Requires OS X 10.5 or newer

Source Code
FileZilla_3.3.2_src.tar.bz2 Size: 3186595 bytes

Checksums
FileZilla_3.3.2.sha512

  • Download the latest support version of the Filezilla. Download this file to your hard drive where you can easily find it, most likely your desktop.
  • Double click on the Filezilla installer that you downloaded in step 1. This will start the Filezilla installation. Select your language and click 'OK'.
  • Read the License Agreement and click on the "I Agree" box.
  • On "Choose Components", leave it unchanged ("Standard" setting) and click "Next"
  • You now need to select where you would like to install Filezilla. It is best to use the default location that Filezilla recommends during the setup


Choose a Start Menu Folder. Again, the default location is sufficient. Click Install and the setup is complete.


Once install has completed, click the close button.

Did the installation work?
To check, find the new shortcut to Filezilla on your desktop and double click it.
If the install was successful you should now have a window that looks like the image below.


Once you've downloaded and installed FileZilla you need to configure the program to connect to your web host.

We do this using the Site Manager, where you need to enter all the information for the connection you want to set up. You only need to enter this information once.

The site manager lets you add as many sites to Filezilla as you like . We're going to focus on adding a domain and connecting to our hosting account.

You will have received all of the details you need to set up a site in Filezilla from your host, most likely in the email you were sent after you account was set up. To set up your site in Filezilla you will need an ftp address, username and password.

Let's begin to set up our first site in Filezilla
To do this we will need to use the Site Manager found at File » Site Manager
You should now see a window appear like the one in the image below.


1.First you click on New Site. You can type in whatever name you want here, but it's probably best to keep it to the name of your new site. You may want to add more sites at a later date and keeping things organized from the beginning will help.

2.The Host is where you write your ftp URL . This is usually something like ftp.mysite.com or it can be your website address.

3.Enter your username and password. You will only be able to access the Username and Password areas when you check the Logon Type as Normal. Your username and password will have been emailed to you after yourhosting account was set up.

4.Click Connect! You are now connected to you host and ready to upload and manage your files.

An explanation of the Filezilla Windows


Tranferring Files
Uploading Files


Now you know how to set up an FTP connection, lets move on to transferring files. To browse through your folders on your computer, simply double click on directories in the Local Site window. To transfer your files, highlight the files or folder you want to transfer and then right click to bring up the options menu. Click on the 'Upload' option to the transfer files.

Make sure that you have selected the correct location for your files to be transferred to on your server. Navigate through the directories and files on your server in the same way, by double clicking on folders in the Remote Site window.


File Locations and Urls - the directory you upload you send your files to will become the url for that file. If you upload a file called wibol.zip to the public_html/downloads/ directory, the url for that file will be www.examplesite.com/downloads/wibol.zip


To select more than one file or directory at a time, click on each file or dirctory you'd like to transfer while holding down the Ctrl key on your keyboard.

If all of the files you'd like to upload are all together, you can click on the first file while holding down your Shift key and use the down arrow on your keyboard to highlight all of your files.

ASCII and Binary Mode

There are two options for transferring files using an FTP client, ACSII and Binary. By default, Filezilla is set to 'auto' which is generally sufficient. However, you may at times need to change the file transfer mode. For example, when uploading files such as text, HTML, and most scripts you should should set the transfer mode to ASCII. Any file that is not ASCII text, such as .exe or zip files, graphics, ebooks, or sounds such as wavs and mpegs should be uploaded to your server in Binary mode.

To change the transfer mode, select Transfer >> Transfer Type and choose your option from the list.



Keep in mind, all of the files you select must be uploaded in the same mode. In other words, you could upload all of your HTML files at the same time, or all of your images.

Downloading Files
One good reason to use FTP is to download files. FTP is much faster than standard HTTP downloads (through your browser). The two ways to download via FTP are quite easy. One is to find the file you want on the Internet and then copy the shortcut to the file. After doing this open your FTP program and paste it into the Quick Connect dialog box. Click OK and the program will connect to the file and begin to download it.

The second way to download a file via FTP is to connect to a download site through the software and then navigate through it to find the files you want. Usually these sites allow you to log in using anonymous FTP. This means that you either do not enter a user name and password or use anonymous as your user name and your e- mail address as your password.

USEFUL SHORTCUT KEYS
F5 » Refreshes local and remote file and folder views
Tab » Switches to the next view
Ctrl+C » Stops the current operation
Ctrl+D » Disconnects from server
Ctrl+Q » Connects to the server entered in the Quickconnect bar
Ctrl+R » Reconnects to server
Ctrl+S » Opens the Site Manager
Ctrl+T » Shows or hides the treeview


Changing File and Directory Permissions Using Filezilla
All files on your server have permissions or access rights associated with them. These are usually set to protect files from being abused by unauthorized parties. In order to allow interactions with certain parts of your websites, for example, add photos to an images gallery, you may need to change the mode of the certain file [CHMOD] to be less restrictive.

CHMOD: changes the permissions for a file; permissions should include a letter designating who gets permissions [u for the user, g for the group, o for others, or a for all] followed by a + or - to give or take away the permission - followed by the kind of permission - r for read access, w for write access, x for execute if the file is a program or script

To do this right click over the directory or file you want to change access rights for. Select File Attributes from the drop down menu.



This will bring up the Change File Attributes dialog box. Simply enter 777 into the Numeric Value Field to change the permissions and click OK.

Understanding Directory Permissions



  • Read permissions are enabled with the number 4 or the letter r.
  • Write permissions are enabled with the number 2 or the letter w.
  • Execute permissions are enabled with the number 1 or the letter x.
  • No permissions are enabled with the number 0 or a dash.

Each of these permissions will be set for each of the following:
1. Owner
2. Group
3. Other

To give you a better idea of how permissions are set, below is an example of a script that requires the permissions to be set to 755 -- it breaks down like this:
7 - Represents the permissions for the Owner (you). The owner has been given Read, Write and Execute permissions. 4+2+1=7. This can also be written like this: rwx

5 - Represents the permissions for the Group (individuals with access to your server). The Group has been given Read and Execute permissions. 4+1=5. This can also be written like this: rx

5 - Represents the permissions for the Others (website visitors). The Others have been given Read and Execute permissions. 4+1=5. This can also be written like this: rx 755 is equal to rwxrxrx

Februari 11, 2010

Widget Menambah Elemen Laman di Blogger

Ingin membuat widget menambah elemen laman di Blogger, seperti di bawah ini.





Cukup mudah kok caranya, kamu tinggal copas kode di bawah ini. Elemen laman yang ingin kamu tambahkan, misalnya Recent Posts atau Recent Comments atau apapun yang kamu inginkan, kamu tinggal isikan di bagian "isi widget elemen laman yang ingin ditambahkan..." atau diantara <textarea> dan </textarea> sedangkan judulnya kamu bisa isikan di bagian value="Recent Posts" misalnya Recent Posts.

Berikut codenya :

<form method="post" action="http://beta.blogger.com/add-widget"><input name="widget.title" style="display:none" value="Recent Posts" />
<textarea name="widget.content" style="display:none;">

isi widget elemen laman yang ingin ditambahkan ...

</textarea>
<input onmouseover="replaceText();" src="http://bsaves.com/files/bloggertemplates/images/buttons/add_to_blogger_button.png" name="go" type="image" /></form>


mudah bukan, selamat mencoba...

Februari 07, 2010

4 Tab Slide Cantik

Tab slide atau tab view biasa digunakan apabila ruang web-blog kamu sudah penuh sesak karena banyaknya atribut atau pernak-pernik blog yang harus dipasang, dengan adanya tab slide/view ini dapat membantu kekurangan ruang yang diperlukan untuk menampilkan atribut blog kamu.

Ada 4 tab slibe/view cantik yang bisa kamu gunakan dibawah ini. Untuk css style-nya, silahkan kamu masukkan kode di bawah ini sebelum </skin>

Tab slide/view model 1
/* tab model 1 ateonsoft.com */
div.Tabateonsoft div.TFs
{height: 30px; overflow: hidden;}
div.Tabateonsoft div.TFs a
{float: right; display: block; text-align: center; text-decoration: none; font: normal 12px arial; padding:3px 3px 3px 5px; margin:0 5px 0 0;letter-spacing:-0.07em; background:#f0f0f0;
color: #333;
border-top:1px solid #CCCCCC;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
border-left:1px solid #cccccc;
-moz-border-radius-bottomleft: 10px; -moz-border-radius-topleft: 10px;
}
div.Tabateonsoft div.TFs a:hover
{ background:#E8E8E8;
border-top:1px solid #999999;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
border-left:1px solid #999999;}
div.Tabateonsoft div.TFs a.Active
{ background: #E8E8E8;
color: #000000;
border-top:1px solid #999999;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
border-left:1px solid #999999; font-weight:bold;}
div.Tabateonsoft div.Pages
{ clear: both; overflow: hidden; height:240px; border:1px solid #EFF0F1; padding:0;background: #ffffff url('bg-tabateonsoft.jpg') no-repeat bottom right; -moz-border-radius:5px;}
div.Tabateonsoft div.Pages div.Page
{height: 100%;padding: 0px; overflow: hidden; }
div.Tabateonsoft div.Pages div.Page div.floor
{ font-size:11px;padding: 3px 5px; text-align:left;}

Tab slide/view model 2
/* tab model 2 ateonsoft.com */
div.Tabateonsoft div.TFs
{height: 30px; overflow: hidden;}
div.Tabateonsoft div.TFs a
{float: left; display: block; text-align: center; text-decoration: none; font: normal 12px arial; padding:3px 5px 3px 3px; margin:0 5px 0 0;letter-spacing:-0.07em;
background:#f0f0f0;
color: #333;
border-top:1px solid #CCCCCC;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
border-left:1px solid #cccccc;
-moz-border-radius-bottomright: 10px; -moz-border-radius-topright: 10px;
}
div.Tabateonsoft div.TFs a:hover
{ background: #E8E8E8;
border-top:1px solid #999999;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
border-left:1px solid #999999;}
div.Tabateonsoft div.TFs a.Active
{ background: #E8E8E8;
color: #000000;
border-top:1px solid #999999;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
border-left:1px solid #999999; font-weight:bold;}
div.Tabateonsoft div.Pages
{ clear: both; overflow: hidden; height:240px; border:1px solid #EFF0F1; padding:0;background: #ffffff; -moz-border-radius:5px;}
div.Tabateonsoft div.Pages div.Page
{height: 100%;padding: 0px; overflow: hidden; }
div.Tabateonsoft div.Pages div.Page div.floor
{ font-size:11px;padding: 3px 5px; text-align:left;}

Tab slide/view model 3
/* tab model 3 ateonsoft.com */
div.Tabateonsoft {margin:25px 0 0 0; font: normal 11px arial;}
div.Tabateonsoft div.TFs
{height:27px; overflow: hidden;}
div.Tabateonsoft div.TFs a
{float: left; display: block; text-align: center; text-decoration: none; padding:3px 4px 3px 4px; margin:0 2px 0 0;letter-spacing:-0.01em;
background:#f0f0f0;
color: #333;
border:1px solid #CCCCCC;
}
div.Tabateonsoft div.TFs a:hover
{
border-top:1px solid #CCCCCC;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
border-left:1px solid #cccccc;}
div.Tabateonsoft div.TFs a.Active
{ background: #FFFFFF;
color:#f58220;
border-top:1px solid #999999;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
border-left:1px solid #999999;}
div.Tabateonsoft div.Pages
{ clear: both; overflow: hidden; height:200px; padding:0;}
div.Tabateonsoft div.Pages div.Page
{height: 100%;padding: 0px; overflow: hidden; }
div.Tabateonsoft div.Pages div.Page div.floor
{ font-size:11px; text-align:left;}
#sidebar div.Tabateonsoft div.Pages div.Page div.floor li { margin:0; padding:0;}

Tab slide/view model 4
/* tab model 4 ateonsoft.com */
div.Tabateonsoft {margin:15px 0 0 0; font: normal 11px arial;}
div.Tabateonsoft div.TFs
{height:28px; overflow: hidden; border:1px solid #ccc; border-bottom:0px;background:#f0f0f0;}
div.Tabateonsoft div.TFs a
{float: left; display: block; text-align: center; text-decoration: none; padding:7px; margin:0; background:#f0f0f0; color: #333; border-right:1px solid #CCCCCC;}
div.Tabateonsoft div.TFs a:hover
{ background:#ccc;}
div.Tabateonsoft div.TFs a.Active
{ background: #333; color:#FFFFFF;}
div.Tabateonsoft div.Pages
{ clear: both; overflow: hidden; height:150px; padding:0; border:1px solid #ccc; padding:5px;}
div.Tabateonsoft div.Pages div.Page
{height: 100%;padding: 0px; overflow: hidden; }
div.Tabateonsoft div.Pages div.Page div.floor
{ font-size:11px; text-align:left;}
#sidebar div.Tabateonsoft div.Pages div.Page div.floor li {
margin:0; padding:0;}

Pada edit HTML silahkan kamu masukkan kode :
<script src='http://dillablog.googlecode.com/files/tab-slide.js' type='text/javascript'/> antara <head> dan </head>.

Lalu tambah gadget dan pilih HTML/JavaScript dan masukkan kode berikut ini:
<form action="tabateonsoft.html" method="get">
<div class="Tabateonsoft" id="Tabateonsoft">
<div class="TFs">
<a>tab1</a>
<a>tab2</a>
<a>tab3</a>
<a>tab4</a>
</div>
<div class="Pages">
<div class="Page"><!-- Tab -->
<div class="floor">
Disini letakkan kode untuk tab 1 anda
</div>
</div><!-- end Tab -->
<div class="Page"><!-- Tab -->
Disini letakkan kode untuk tab 2 anda
</div><!-- end Tab -->
<div class="Page"><!-- Tab -->
<div class="floor">
Disini letakkan kode untuk tab 3 anda
</div>
</div><!-- end Tab -->
<div class="Page"><!-- Tab -->
<div class="floor">
Disini letakkan kode untuk tab 4 anda
</div>
</div><!-- end Tab -->
</div>
</div>
</form>
<script type="text/javascript">tabateonsoft_name('Tabateonsoft');</script>

atau kalau mau langsung lewat tambah widget elemen dari sini, klik aja button di bawah ini :


Februari 02, 2010

Verifikasi PayPal Tanpa Kartu Kredit

Kabar gembira buat yang belum punya PayPal (termasuk saya he he he), sekarang PayPal mulai memberi kemudahan dalam pengurusan Verifikasi account. Jika dulu memerlukan kartu kredit yang lumaya besar biaya tahunannya. Sekarang PayPal menerima metode verifikasi yang sama sekali baru, yaitu melalui rekening Bank Lokal. Jadi, asal kamu punya rekening di Bank (pasti punya donk), kamu bisa memiliki PayPal yang terverifikasi. Mantap nggak?

Oke, bagaimana caranya? Di Indonesia, untuk menyelesaikan penarikan PayPal, Anda harus memasukkan nama bank, nomor rekening, dan 7 digit kode bank yang sesuai untuk mengidentifikasi bank Anda.

Kode Bank untuk Sebagian Besar Bank di Indonesia :
BANK NAME BANK CODE
BANK INDONESIA 0010016
PT. BANK RAKYAT INDONESIA (Persero) Tbk 0020307
PT. BANK EKSPOR INDONESIA (PERSERO) 0030012
PT. BANK MANDIRI (PERSERO) Tbk. 0080606
PT. BANK NEGARA INDONESIA 1946 (Persero) Tbk. 0090010
BNI SYARIAH 0090010
PT. BANK DANAMON INDONESIA INDONESIA Tbk 0111274
PT. BANK PERMATA Tbk. 0130307
PT. BANK CENTRAL ASIA Tbk. 0140012
PT. BANK INTERNATIONAL INDONESIA Tbk. 0160131
PT. BANK PAN INDONESIA Tbk. / PT. PANIN BANK Tbk. 0190017
PT. BANK NIAGA Tbk. 0220026
PT. BANK UOB BUANA, TBK 0230016
PT. LIPPO BANK 0261399
PT. BANK NILAI INTI SARI PENJIMPAN Tbk. 0280024
AMERICAN EXPRESS BANK LTD. 0300302
CITIBANK NA 0310305
JPMORGAN CHASE BANK, NA 0320308
BANK OF AMERICA , NA 0330301
PT. BANK MULTICOR / PT. BANK WINDU KENTJANA INTERNASIONAL 0360300
PT. BANK ARTHA GRAHA INTERNASIONAL, TBK 0370028
THE BANGKOK BANK PCL 0400309
THE HONGKONG and SHANGHAI BANKING CORP 0410302
THE BANK OF TOKYO MITSUBISHI UFJ LTD. 0420305
PT. BANK SUMITOMO MITSUI INDONESIA 0450304
PT. BANK DBS INDONESIA 0460307
PT. BANK RESONA PERDANIA 0470300
PT. BANK MIZUHO INDONESIA 0480303
STANDARD CHARTERED BANK 0500306
ALGEMENE BANK NEDERLAND AMRO BANK N.V. / ABN AMRO BANK NV. 0520302
PT. BANK CAPITAL INDONESIA 0540308
PT. BANK BNP PARIBAS INDONESIA 0570307
PT. BANK UOB INDONESIA 0580300
KOREA EXCHANGE BANK DANAMON / PT. BANK KEB INDONESIA 0590303
PT. BANK RABOBANK INTERNATIONAL INDONESIA 0600303
PT. ANZ PANIN BANK 0610306
DEUTSCHE BANK AG 0670304
PT. BANK WOORI INDONESIA 0680307
BANK OF CHINA LIMITED 0690300
PT. BANK BUMI ARTA 0760010
PT. BANK EKONOMI RAHARJA 0870010
PT. BANK ANTAR DAERAH 0880055
PT. HAGABANK INDONESIA / PT. BANK HAGA 0890016
PT. BANK IFI 0930015
PT. BANK CENTURY Tbk. 0950011
BANK MAYAPADA INTERNATIONAL / PT. BANK MAYAPADA Tbk. 0970017
PT. BANK PEMBANGUNAN DAERAH JAWA BARAT / PT. BANK PEMBANGUNAN DAERAH JABAR DAN BANTEN 1100093
PT. BANK PEMBANGUNAN DAERAH DKI JAKARTA / BANK DKI 1110164
PT. BANK PEMBANGUNAN DAERAH DIY / YOGYAKARTA 1120015
PT. BANK PEMBANGUNAN DAERAH JAWA TENGAH 1130348
PT. BANK PEMBANGUNAN DAERAH JATIM 1140383
PT. BANK PEMBANGUNAN DAERAH JAMBI 1150014
PT. BPD ISTIMEWA ACEH 1160033
PT. BANK PEMBANGUNAN DAERAH SUMUT 1170201
PT. BANK PEMBANGUNAN DAERAH SUMATERA BARAT / PT. BANK NAGARI 1180259
PT. BANK PEMBANGUNAN DAERAH RIAU 1190016
PT. BANK PEMBANGUNAN DAERAH SUMATERA SELATAN 1200142
PT. BANK PEMBANGUNAN DAERAH LAMPUNG 1210051
PT. BANK PEMBANGUNAN DAERAH KALIMANTAN SELATAN 1220012
PT. BANK PEMBANGUNAN DAERAH KALIMANTAN BARAT 1230015
PT. BANK PEMBANGUNAN DAERAH KALIMANTAN TIMUR 1240018
PT. BANK PEMBANGUNAN DAERAH KALTENG 1250011
PT. BANK PEMBANGUNAN DAERAH SULAWESI SELATAN 1260027
PT. BANK PEMBANGUNAN DAERAH SULAWESI UTARA 1270091
PT. BANK PEMBANGUNAN DAERAH NTB / NUSA TENGGARA BARAT 1280010
PT. BANK PEMBANGUNAN DAERAH BALI 1290013
BANK PEMBANGUNAN DAERAH NUSA TENGGARA TIMUR 1300013
PT. BANK PEMBANGUNAN DAERAH MALUKU 1310016
PT. BANK PEMBANGUNAN DAERAH PAPUA 1320019
PT. BPD BENGKULU 1330012
PT. BANK PEMBANGUNAN DAERAH SULAWESI TENGAH 1340015
PT. BANK PEMBANGUNAN DAERAH SULAWESI TENGGARA 1350018
PT. BANK NUSANTARA PARAHYANGAN 1450028
PT. BANK SWADESI Tbk. 1460021
BANK MUAMALAT INDONESIA / PT. BANK MUAMALAT INDONESIA 1470011
PT. BANK MESTIKA DHARMA 1510049
PT. BANK METRO EKSPRESS 1520013
PT. BANK SINARMAS 1530016
PT. BANK MASPION INDONESIA 1570021
PT. BANK HAGAKITA 1590014
PT. BANK GANESHA 1610017
PT.HALIM INDONESIA BANK / PT. BANK HALIM INDONESIA / PT. BANK ICBC INDONESIA 1640058
PT. BANK HARMONI INTERNASIONAL 1660012
PT. BANK KESAWAN 1670099
PT. BANK TABUNGAN NEGARA (Persero) / PT. BANK TABUNGAN NEGARA (PERSERO) SYARIAH 2000024
PT. BANK HS 1906 / PT. Bank Himpunan Saudara 2120027
B.T. PENSIUNAN NASIONAL / PT. BANK BTPN / PT. BANK TABUNGAN PENSIUNAN NASIONAL 2130101
PT. BANK SWAGUNA 4050072
PT. BANK JASA ARTA 4220051
PT. BANK MEGA Tbk. 4260176
PT. BANK UMUM KOPERASI INDONESIA (BUKOPIN) / PT. BANK BUKOPIN Tbk. 4410010
PT. BANK SYARIAH MANDIRI Tbk. 4510017
PT. BANK BISNIS INTERNATIONAL 4590037
PT. BANK SRI PARTHA 4660019
PT. BANK JASA JAKARTA 4720014
PT. BANK BINTANG MANUNGGAL / PT. BANK HANA 4840017
PT. BANK BUMI PUTERA Tbk. 4850010
PT. BANK YUDHA BHAKTI 4900012
PT. BANK MITRANIAGA 4910015
PT. AGRONIAGA BANK 4940014
PT. BANK INDOMONEX 4980016
PT. BANK ROYAL INDONESIA 5010011
ALFINDO SEJAHTERA BANK / PT. BANK ALFINDO 5030017
PT. BANK SYARIAH MEGA INDONESIA 5060016
PT. BANK INA PERDANA 5130014
PT. BANK HARFA 5170016
PT. PRIMA MASTER BANK 5200025
PT. BANK PERSYARIKATAN INDONESIA 5210031
PT. BANK DIPO INTERNATIONAL 5230011
PT. BANK AKITA 5250046
PT. BANK LIMAN INTERNATIONAL 5260010
PT. ANGLOMAS INTERNATIONAL BANK 5310012
PT. BANK KESEJAHTERAAN EKONOMI 5350014
PT. BANK UIB 5360017
PT. BANK ARTOS INDONESIA 5420025
PT. BANK PURBA DANARTA 5470017
PT. BANK MULTIARTA SENTOSA 5480010
PT. BANK MAYORA INDONESIA 5530012
PT. BANK INDEX SELINDO 5550018
PT. BANK EKSEKUTIF INTERNASIONAL 5580017
PT. CENTRATAMA NASIONAL BANK 5590036
PT. BANK FAMA INTERNATIONAL 5620029
PT. BANK SINAR HARAPAN BALI 5640012
PT. BANK VICTORIA INTERNATIONAL 5660018
PT. BANK HARDA INTERNASIONAL 5670011
PT. BANK FINCONESIA 9450305
PT. BANK MAYBANK INDOCORP 9470301
PT. BANK OCBC INDONESIA 9480304
PT. BANK CHINATRUST INDONESIA 9490307
PT. BANK COMMONWEALTH 9500307


Hak Cipta © 1999-2010 PayPal. Hak cipta dilindungi undang-undang.

Copyright © / dillablog

Template by : Urang-kurai / powered by :blogger