October 6, 2008 by decees
Found a just released great magazine theme at : http://customthemedesign.com/
Theme Introduction
Guzel Pro Magazine version 3.0 is the newest edition of Guzel PRO series. Guzel is a magazine wordpress theme with many built-in features, and works out of the box. The theme can be used to setup news sites, magazines in minutes with very little initial setup.
Main Features
- Free! A premium magazine style that is free
- Built-in Control Panel to control the theme aspects
- Dynamically list your featured tabs, front page categories
- Wide Options in control panel for maximum flexibility and customization
- No plugin activation required. All plugins and code are built in the theme files
- Language Support built in to switch between many languages instantly from control panel
- Alternating Stylesheets Support. You can add your stylesheets very easy
- AJAX Commenting feature plus comment preview (Built in with option to enable/disable)
- Thumbnail support on the fly – Uploaded images or custom fields
- Adds clickable smilies above comment area
- Available in 7 Languages!
The Automatic Update feature
This will check if a new version is available and tells you when your theme is out-date and how to update it.
Live Demo – Download
Posted in Wordpress.org | Leave a Comment »
August 28, 2008 by decees
Overview
This can be a very effective way to protect your Joomla! administrator directory. Any other directory in public_html can be protected in the same way. This method only works if you have a static IP address assigned to you. Anyone attempting to browse such directories using a different IP Address will get a 403 Forbidden error.
Directions
1. In the directory you wish to protect, open (or create) a file called, .htaccess. (Note the dot at the beginning of the file name.)
2. Add the following code to this file, replacing 100.100.100.100 in this example with the static IP address you plan to allow:
<Limit GET>
Order Deny,Allow
Deny from all
Allow from 100.100.100.100
</Limit>
3. Optional: You can enter partial IP Addresses, such as, 100.100.100. This allows access to a range of addresses.
4. Optional: You can add multiple addresses by separating them with comma’s.
100.100.100.101, 100.100.100.102
Posted in joomla | Tagged joomla | Leave a Comment »
August 23, 2008 by decees
[Sun Aug 24 05:10:08 2008] [warn] _default_ VirtualHost overlap on port 80, the first has precedence
[Sun Aug 24 05:10:08 2008] [warn] _default_ VirtualHost overlap on port 80, the first has precedence
[Sun Aug 24 05:10:08 2008] [warn] _default_ VirtualHost overlap on port 80, the first has precedence
[Sun Aug 24 05:10:08 2008] [warn] _default_ VirtualHost overlap on port 80, the first has precedence
[Sun Aug 24 05:10:08 2008] [warn] NameVirtualHost 203.134.232.76:0 has no VirtualHosts
Fill this line:
NameVirtualHost 203.134.232.76:0
with this one :
NameVirtualHost *:80
Or, Make sure it wasn’t commented
Posted in apache | Tagged apache, virtual host | Leave a Comment »
$link = get_post_custom_values(“Link”);
$image = get_post_custom_values(“Image”);
$i=0;
foreach ($image as $imageitem) {
?>
<a href=”http://<?php echo $link[$i]; ?>” target=”_blank”>
<img src=”<?php bloginfo(‘template_url’); ?>/images/<?php echo $imageitem; ?>” hspace=”50″></a>
<?php $i=$i+1;
}
Posted in Wordpress.org | Tagged custom link, wordpress | Leave a Comment »
Pertama kenal wordpress hanya melirik saja ..
bulan pertama coba wordpress, hatiku mulai tertarik
bulan kedua, ketiga, sampai keenam, aq jatuh cinta nih ..
mulai dari blog, web company sampai portal pun dilahapnya ..
dokumentasi oke,
moshu, handysolo etc give much helper in support forum
WORDPRESS ! Love u so much ………….
Posted in Wordpress.org | Tagged wordpress | Leave a Comment »
Satu lagi sumber pendapatan di internet, yaitu dengan menempatkan backlink di website kita.
Caranya cukup mudah. Dan yang penting bisa ditempatkan di blog wordpress kita (jangan salah, wordpress.org lho !) ..:)
1. Step pertama registrasi di backlinks.com.
2. Isi form yang diperlukan ( url website, pilih category, etc)
3. Install code dari backlinks.com tersebut di website kita.
4. validasi link di website kita.
Daftar rate nya :
PageRank (PR) 1 homepage $.50 , subpage $.50
PageRank (PR) 2 homepage $1 , subpage $1
PageRank (PR) 3 homepage $2 , subpage $1.50
PageRank (PR) 4 homepage $3 , subpage $2
PageRank (PR) 5 homepage $4.50 , subpage $3.50
PageRank (PR) 6 homepage $12.50 , subpage $10
PageRank (PR) 7 homepage $30 , subpage $25
PageRank (PR) 8 homepage $75 , subpage $50
Jadi.. tunggu apa lagi ? Serbuuu !!

Posted in Internet marketing | Tagged internet, pendapatan | Leave a Comment »
Bisakah mengganti namablog.wordpress.com menjadi namaku.wordpress.com ?
Jawabannya bisa, tapi tidak secara langsung.
Untuk merubah namablog, bisa dilakukan dengan metode export import.
Pertama, export data di blog lama (misal namablog.wordpress.com). Caranya, setelah login > klik menu manage > export > simpan di komputer.
Kedua, buat nama blog baru, contohnya namaku.wordpress.com. Tetap di blog namaku.wordpress.com, klik menu manage > import > pilih data dari blog lama dan upload.
Selesai. Blog baru telah terisi dengan data dari blog lama. Jika kemudian blog lama tidak dipakai lagi, blog tersebut bisa kita hapus melalui menu : Setting > Delete Blog.
Posted in wordpress.com | Tagged blog, delete blog, transfer blog, wordpress.com | Leave a Comment »