Archive for the 'Tutorial' Category

Jul 07 2009

PHP Script

Published by kusuma under Tutorial

<?php

function hello()

{

  echo 'Hello World';

}

hello();

?>

No responses yet

Jun 24 2009

Buat Gambar kita Kayak Kartun Dengan Photoshop

Published by kusuma under Tutorial

his tut will show you how to make a photo look cartoonish in three easy steps…

1)Open your image in photoshop, doesn’t really mater what size or shape anything really a landscape, city, or a person. I am using a pic of DJ CLue in this example

2)Go up to Filter>Blur>Gaussian Blur and set the radius at 3.0 or higher depending on the effect your looking for.

3)Last go Edit>Fade Gaussian Blur. A window will pop up… set the mode to darken for tha cartoonish effect or to any other mode for plenty of other effects. Lower the opacity if you don’t like what it did to your image. You should end up with this if you set the mode to darken.

No responses yet

Jun 18 2009

Upgrade WordpressMu dari 2.6.1 ke 2.7

Published by kusuma under Tutorial

Kalo lihat tutorialnya di web ini sih mungkin agak sedikit bingung ya….. http://codex.wordpress.org/Upgrading_WPMU
tapi setelah aku coba2 dengan beberapa kali gagal akhirnya sukses juga…ni tinggal tunggu masa trial apakah ada errorisme heheheee…..ni tak kasih tau langkah2 nya

1. Pertama yang sangat harus dilakukan adalah backup duluw wpmu nya….baik webnya sekaligus databasenya

2. Langkah kedua pada wpmu yang di server buat duluw folder temp terus file .htaccess dan wp-config.php di masukkan dalam folder temp tadi.

3. langkah ketiga, folder wpmu yang diserver kalian delete semua isinya kecuali folder temp yang dudah kita buat tadi dan folder wp-content.

4. langkah keempat, extract wordpress 2.7 terbaru terserah diextrak dimana asalkan jagn dulu ditumpuk dengan wpmu yang di server.

5. Setelah di extrak, hasil extrakan dikopikan ke wpmu yang diserver kecuali folder wp-content, oke brow….

6. Pada bagian wp-content di wodpress 2.7, file index.php dan blogs.php di copikan ke wp-content yang ada di wpmu server.

7. Setelah semua selesai, inget file htaccess dan wp-config.php yang difolder temp. semua di copy dan dimasukkan ke wpmu yang di server.

8. langkah terkhir edit wp-config.php yang diserver dan tambahkan sedikit script dibawah ini….. inget letaknya harus pas oke brow

After “$base = ‘/’;” add:

1. define('DOMAIN_CURRENT_SITE', 'yourdomain.tld'); // don't include "http://www." at the beginning
2. define('PATH_CURRENT_SITE', '/'); // this should be the path relative to your domain.
For instance,if your WPMU installation is located at 'http://www.example.com/blogs/',
then the value of this constant should be set to '/blogs/' instead of just '/'

3. define('BLOGID_CURRENT_SITE', '1');

After those lines, you now need to add these additional lines due to changes that increase the security of WordPress MU:

define('ADMIN_COOKIE_PATH', '/');
define('COOKIE_DOMAIN', '');
define('COOKIEPATH', '');
define('SITECOOKIEPATH', '');

After “define(’SECURE_AUTH_SALT’ …”:

  1. define('NONCE_KEY', ''); // replace '' with value from http://api.wordpress.org/secret-key/1.1/
  2. define('AUTH_SALT', ''); // replace '' with value from http://api.wordpress.org/secret-key/1.1/

Nanti jadinya seperti ini…. wp-config di teliti dewe ya…..

See u soon

No responses yet

Jun 12 2009

Carane ngilangi Virus Autorun.inf

Published by kusuma under Tutorial

Masih dalam bahasa inggris tapi rapopo cobanen yooooo

Ever wonder why your Anti Virus detects a virus in your autorun.inf whenever you insert your removable disk (USB, flash drive, et.) but it can’t disinfect it nor delete it or if you’re having a hard time accessing drives? Tried deleting it manually but you can’t find the file?

Autorun.inf is hidden and it can’t be remove or disinfected by Anti virus. And you try finding the autorun.inf file but failed even if you select to show all files from folder option?

Here’s what you need to do…

1. Boot your system in Safemode
2. Open your flash drive via Command Prompt (do this via Start->Run->cmd.exe).
3. Change your logged drive to your USB flash drive (e.g. if your flash drive is at drive E: then type E: on the command prompt then press enter)
4. Type ATTRIB -H -R -S AUTORUN.INF then press enter
5. type in “del autorun.inf” then press [Enter]

After reboot, you can now access your drive.

or:

1. While the computer is still off;
2. Plugin the USB Drive
3. Insert the Windows XP CD-ROM into the CD-ROM drive. It must be the bootable Windows XP Installer
4. Start the computer from the CD-ROM drive. It will start Windows Setup screen
5. When the “Welcome to Setup” prompt appears.Press “R” to start the Recovery Console
6. If asked “Which Window installation would you like to logon to” select the number. Type “1? then Enter, if only one installation of Windows is present
7. Enter the administrator password, press Enter
8. It will bring you to command prompt, C:\Windows>
9. Proceed with the following command:
- Type d: (This is the drive letter of USB. It can be e: or f: defending on how many hard disk or cd drive
is installed)
- Type attrib -h -r -s autorun.inf
- Type “edit autorun.inf” it will open DOS Editor and display contents as follows
==========================
[autorun]
open=file.exe
shell\Open\Command=file.exe
shell\open\Default=1
shell\Explore\Command=file.exe
shell\Autoplay\command=file.exe
==========================
Take note on the file that it called to open (in above example it is file.exe)

10. Exit DOS Editor and return to command prompt, D:\>
11. Delete the file that was called to open on DOS Editor
- Type del /f /a file.exe

12. Delete autorun.inf file
- Type del /f /a autorun.inf

13. Exit Recovery Console by typing exit.

enjoy!

5 responses so far

Jun 08 2009

Setting Proxy Ke FireFox

Published by kusuma under Tutorial

Kebetulan Firefox yang tak pake versi 2.0.0.20…oke kita coba step by step ya ….. Sebelumnya tak kasih tau apa sih kegunaan proxy… secara garis besar proxy tu kegunaannya kalo bagi user ..ato alias orang awam bisa dibilang proxy itu untuk mempercepat browsing. Jadi dengan memakai proxy ini kita bisa mengakses internet sedikit lebih cepat katimbang ketika tidak memakai proxy …tapi ini semua bisa tercapai apabila setingan proxynya benar heheheee.

Terus kalo buat orang jaringan,… proxy ini bisa dipakei untuk menghemat bandwitch karena di dalam proxy ini kita bisa menyeting berapa maksimum dan minimum download gambar music film dan lain sebagainya…..

Oke step pertama ketika masang Proxy di firefox

1. Buka dulu Firefoxnya…..

2. Masuk ke Menu tools pada firefoxnya…

3. Masuk ke menu Option nanti akan keluar taskbar baru yang namanya option

4. Setelah masuk kemenu option pada toolbar menu advance masuk ke submenu network  nah disitu ada pilihan setting ……..Klik setting nanti akan keluar taskbar baru seperti pada gambar

5. Nah di menu setting inilah kita akan menulis ip dari proxy kita. Jangan lupa pilih yang manual setting ya….. . Untuk beberapa firefox versi lama mungkin agak beda setingannya, karena menu setting tidak terdapat pada advance tapi pada menu MAIN. Pada menu main nanti ada pilihan conection setting tinggal pilh aja menu itu.

Oke untuk proxy yang akan kita pasang tinggal sesuaiakn dengan network nya masing2,….tapi inget, kadang proxy itu bisa juga buat connection jadi lost kalo proxynya mati ato ngk ada proxy tapi kita tetep nekat pake proxy heheheee……

Jadi sebelum masang proxy,…lebih baik kita pastikan duluw aja di network kita pada proxy apa ndak….heheheeee tanyakan pada ahlinya hihihiiii

dah sampek sini dulu aja….semoga bermanfaat…thanks

No responses yet