by Perk1z on September 5, 2007
Error after upgrade cPanel :
“Not Acceptable An appropriate representation of the requested resource /id/administrator/index2.php could not be found on this server.”
Solution :
At the root of your CMS , locate the file .htaccess and add a line “SecFilterEngine off” without the quotes.
Reference :
http://www.contractwebdevelopment.com/
http://www.raymond.cc/
Popularity: 12% [?]
by Perk1z on September 5, 2007

1. wget http://layer1.cpanel.net/perl588installer.tar.gz
2. tar -zxvf perl588installer.tar.gz
3. cd perl588installer
4. ./install
……………..
perlmod–Install done
Tested 107, 107 ok, 0 failed.
5. /scripts/realperlinstaller YAML::Syck
………………..
YAML::Syck is up to date (0.97).
perlmod–Install done
6. /scripts/realperlinstaller File::Copy::Recursive
………………..
File::Copy::Recursive is up to date (0.35).
perlmod–Install done
7. /usr/local/cpanel/bin/checkperlmodules
…………….
perlmod–Install done
Tested 96, 96 ok, 0 failed.
Reference :
http://www.cpanel.net/company/news/cpanel11.htm
http://www.cpanel.net/products/cPanelandWHM/linux/cpanel11/releasenotes.pdf
Popularity: 12% [?]
by Perk1z on February 4, 2007
Copy an account from another serverÂ
Pesan error:
Packaging the account… Done
Transfer Error
The remote server didn’t report a correct md5sum of the archive. Please ensure you selected the correct type of remote serverÂ
Mesin:
Cpanel/WHM
WHM 10.8.0 cPanel 10.9.0-S35Â
RedHat Enterprise 4 i686 - WHM X v3.1.0
Solusi:
1) Login root SSH
2) Jalankan /scripts/pkgacct username (ganti username dengan account username)
3) Pastikan proses pkgacct selesai.
4) cd /home kemudian ls untuk melihat file. Seharusnya seperti cpmove-username.tar.gz.
5) Jika /home/cpmove-username.tar.gz tidak ada tetapi anda melihat cpmove-username-split kemudian jalankan scripts/pkgacct kembali.
6) Ulangi proses transfer account melalui WHM, proses tersebut menghasilkan md5sum yang baru dan seharusnya berhasil.
7) Jika belum berhasil juga, copy file /home/cpmove-username.tar.gz ke user directory cp cpmove-username.tar.gz /home/username/public_html
(Remote Machine) Login root ssh: wget ipaddress/~username/cpmove-username.tar.gz
9) (Remote Machine) mv cpmove-username.tar.gz /home
10) (Remote Machine) Login WHM dibawah menu Backup, click Restore a Full Backup/cpmove file
11) Isi username dan click restore. atau /scripts/restorepkg username.
Popularity: 8% [?]
by Perk1z on September 29, 2006
.bash_logout : script yang di akses ketika user logout (bash shell akses only)
.bash_profile : informasi user yg menggunakan shell bash
.bashrc : script yg di jalankan ketika user login (bash shell akses only)
.contactemail : contact email user (ini yg tampil di cpanel - jangan di hapus)
.cpanel-datastore : informasi configurasi user yang auto di buat cPanel (jangan di hapus) etc/ : configurasi user yang di buat cpanel (sperti user ftp dsb)
.lastlogin : informasi terakhir login user (ip address - jgn di apus)
mail/ : directory dan data email user disimpan (biasanya domain/user@domain - jangan di apus)
public_ftp/ : tempat upload ftp (jika user mengenable anonymous ftp secara default)
public_html/ : tempat menyimpan data2 yang bisa di akses via web (domaindia.com - jangan d apus)
tmp/ : temporary data dan configurasi (awstats dsb, jaangan di apus)
www : shourtcut ke -> public_html
Author : Aji Bodong
Popularity: 7% [?]
by Perk1z on June 24, 2006
Index Manajer memungkinkan kamu untuk mengendalikan bagaimana direktori pada lokasi web anda dipertunjukkan. Jika tidak ada index.html pada direktori yang tertentu, [muatan/indeks] dari direktori akan dipertunjukkan ke browser. Ini pada umumnya yang tidak diinginkan dan dapat menyebabkan isu keamanan. Kamu dapat menetapkan yang pilihan yang berbeda untuk direktori apapun melalui Index Manajer:
[click to continue...]
Popularity: 6% [?]
by Perk1z on June 15, 2006
Anda bisa melihat beberapa informasi mengenai server(hosting) dari menu utama cpanel. Beberapa diantaranya yang tersedia adalah :
- Service Status - Menampilkan informasi mengenai status web service yang diproses saat ini.
- Installed Perl Modules - Menampilkan listing modul Perl yang diinstall.
- Documentation - Menampilkan online manual Cpanel.
[click to continue...]
Popularity: 6% [?]
by Perk1z on April 13, 2006
“Bagaiana caranya supaya Web Statistik kita bisa diakses oleh publik tanpa harus login ke Cpanel?”
1. Download Awstats_Access.zip
2. Setelah itu upload dan extract di folder public_html anda contohnya akan menjadi /home/useranda/public_html/stats
3. Edit file “config.php” yang ada di folder /home/useranda/public_html/stats
[click to continue...]
Popularity: 6% [?]