mengubah maksimum upload file pada wordpress

Pertama-tama untuk cek nya buat file info.php pada halaman public_html di web anda

isi dengan code berikut
?

Setelah itu cek berapa maximum upload file nya, standard nya sih 2 MB..

Nah disini trick nya, bikin php.ini pada halaman yang sama lalu taruh code nyta sbb :
upload_max_filesize = 10M
max_execution_time = 360
max_input_time = 120

Buat jaga-jaga gw bikin kaya gitu..
pada bari upload max tersrah kalian mau di ubah berapa ukuran nya..case disini aye pake 10 MB

setalah itu simpan, dan jangan lupa copy file php.ini ke alam directory wp-admin

Thx

enkripsi Triple Des dan Kompresi LZSS

Here i’ll try to shared about coding at triple des and lzss compression.

This is the sample

<?php
include_once(“des/YI_DES.class.php”;);
include_once(“lzss/YI_LZSS_Com.class.php”;);
$enkrip   = new YI_DES();
$kompres  = new YI_Compress();
$password = $_POST['password'];
$temp     = “temp/”;
$down     = “download/”;
$enkrip -> cekSession(reg_userName);
if (is_uploaded_file($_FILES['file']['tmp_name'])) {
if ($_POST['waktu'] > 240) set_time_limit(240); else set_time_limit($_POST['waktu']);
try {
$file_name  = $_FILES['file']['name'];  //Returns the Actual Name of the File.
$file_name  = str_replace(“.”, “~”, $file_name);
$ext        = substr($file_name, -3, 3);
copy($_FILES['file']['tmp_name'], $temp . $file_name);  //Copy dari server temporary
if (filesize($temp . $file_name) <= 0) {
throw new exception(“Maaf, File tidak boleh kosong”;);
}
$fr   = fopen($temp . $file_name, “rb”;);
$isi  = fread($fr, filesize($temp . $file_name));
fclose($fr);
if ($password == “”;) {
throw new exception(“Maaf, password tidak boleh kosong”;);
}
if (strlen($password) <= 7) {
throw new exception(“Maaf, password tidak boleh kurang dari 8 karakter”;);
}
for ($i=0;$i<=strlen($password);$i++) {
if (strpos($password, chr(63), $i) AND strpos($password, chr(03), $i+1)) {
throw new exception(“Maaf, password tidak boleh menggunakan karakter ? dan _”;);
}
}
$header = $kompres -> get_head_info($isi);
if ($header != “”;) {
throw new exception(“Maaf, file sudah dienkripsi”;);
}
$waktu_mulai    = microtime(TRUE);
$hasil_kompres  = $kompres -> compress($temp . $file_name);
$hasil_enkrip   = $enkrip -> des($password, $hasil_kompres, 1, 1, null);
//tulis file akhir proses kompresi dan enkripsi ditambah dengan header
// Format Header File : YI_DL$ext$key?
$hdr    = “YI_DL” . $ext . $password . “?”;
$header = $enkrip -> enc_head($hdr);
$file_kom       = $down . basename($file_name) . “.YI_DLZ”;
$akhir  = strrev($header . “|” . $hasil_enkrip);
$fw     = fopen($file_kom, “wb”;);
fwrite($fw, $akhir);
fclose($fw);
$waktu_selesai  = microtime(TRUE);
$waktu          = $waktu_selesai – $waktu_mulai;
$file_asli    = $temp . $file_name;
$file_proses  = $down . $file_name . “.YI_DLZ”;
//laporan (proses, file asli, file proses, variabel hasil proses, waktu)
$kompres -> laporan(“enkrip”, $file_asli, $file_proses, $akhir, $waktu);
}
catch (Exception $e) {
$enkrip -> error($e);
}
}
else
$enkrip -> error2(“Maaf, Anda belum memasukkan file”;);
?>

i’ve use this code, and if there is a some code is wrong plese tell me.

Thanks

tips optimalisasi wordpress

Pada artikel ini saya akan memberikan tips praktis, copy-paste, mengenai bagaimana mengoptimasi blog WordPress anda agar berada dalam performa maksimal—baik dalam akses front-end maupun backend.

Selain tips dan trik mempercepat akses blog yang pernah saya tulis dulu, tentu saja cara termudah menjaga performa blog WordPress pada level yang paling dasar adalah dengan memastikan semua core files dan plugin dalam versi terbaru—setiap update biasanya menyertakan patch, bug fix, atau optimasi script yang menambah kecepatan dan memperkuat tingkat keamanan blog WordPress.

Sebagian besar tips berikut diambil dari rekomendasi best practices oleh para WordPress & CSS gurus—diantaranya Jeff Starr dan Chris Coyier (keduanya adalah penulis buku Digging Into WordPress), jadi metode-metode berikut bisa diterapkan secara umum.

Continue reading

instalasi wordpress secara offline

WordPress merupakan sebuah layanan blog yang cukup besar saat ini. Anda dapat menbuat blog gratis di sana. Akan tetapi di sini kita akan mencoba latihan membuat blog secara offline di localhost. Anda dapat secara bebas latihan me-manage weblog atau sekedar latihan posting.

Langkah pertama yang harus anda lakukan adalah mendownload source files WordPress, anda bisa mengabilnya secara gratis di sini. Disana akan ada dua link download, satu untuk mendownload WP dalam bentuk file .zip yang kedua dalam bentuk file .tar.gz. Saya belum pernah melakukan instalasi dari file .tar.gz, jadi kita ambil yang .zip aja ya.

Sudah….? jika sudah ada harus meng-unzip file tersebut, anda bisa menggunakan program winzip atau winrar. Setelah anda unzip, didalamnya akan ada satu folder benama wordpress.
Kemudian silakan anda copykan folder wordpress tadi ke c:/xampp/htdocs. Jangan lupa ya, alamat foder tersebut berlaku jika anda menginstal XAMPP di c:. Kalau ternyata anda menginstal XAMPP tidak di c:, ya tingal di sesuaikan saja yang penting folder wordpress nya dimasukan ke folder htdocs yang ada di XAMPP.
Oke, langkah selanjutnya kita harus membuat database untuk wordpress kita. Caranya silakan anda jalankan XAMPP nya, seperti dalam postingan instalasi XAMPP. Kemudian buka web browser lalu ketikan “localhost” dibagian adress bar, akhiri dengan menekan tombol enter. Anda akan diantarkan ke halama XAMPP control panel.
Silakan anda klik menu phpMyAdmin pada bagian sidebar di halaman XAMPP control panel.

Jika sudah maka akan tampil halaman seperti gambar dibawah

Selanjutnya kita akan membuat database untuk wordpress kita, caranya silakan isikan nama databasenya dikolom “create new database” (tanda panah merah pada gambar diatas). Nama database bebas terserah anda, misalnya “WP1“, maka anda tinggal mengetikan kata WP1 di kolom isian “create new database” tersebut. Jika sudah silakan klik tombol “create“. Oya, sementara ini anda tidak perlu merubah isian yang lainnya, cukup isikan nama database di tempatnya saja. Jika sudah berarti pembuatan databasenya selesai.
Lanjut ya, sekarang kita mulai instalasi WordPress nya. Pertama kita hubungkan database yang sudah kita buat dengan wordpress nya. silakan anda buka file yang bernama wp-config-sample.php. File ini berada di c:/xampp/htdocs/wordpress/. Silakan anda buka menggunakan notepad atau program sejenis. Jika sudah maka akan muncul seperti tampilan di bawah

Perhatikan garis merah pada gambar diatas ya. Kata ‘putyourdbnamehere’ kita ganti dengan nama database yanng tadi kita buat yaitu WP1. Sedangkan untuk ‘usernamehere‘ kita ganti dg ‘root‘ dan ‘yourpasswordhere‘, kita hapus aja karena database yang kita buat tidak menggunakan password. Harap ingat ya, ketika menghapus kata ‘yourpasswordhere’, tanda kutip yang mengapit kata yourpasswordhere jangan ikut dihapus. Jika sudah tampilan nya akan seperti gambar dibawah

Kalau sudah, silahkan Save As file yang sudah dimodifikasi tersebut dengan nama wp-config.php. (bukan wp-config-sample.php ya).

Jalankan program XAMPP nya dulu ya. Di postingan terakhir kita sudah memodifikasi file wp-config-sample.php menjadi wp-config.php dengan cara memasukan nama database yang sudah kita buat melalui MyPhpAdmin di XAMPP, merubah kata ‘useridhere‘ menjadi ‘root‘ dan menghapus ‘yourpasswordhere‘. Jika kita sudah melakukan hal diatas, berarti instalasi wordpress nya hampir selesai. Tinggal lakukan tahap akhir.
Silahkan anda buka web browser nya, kemudian ketikan di adress bar : http://localhost/wordpress. maka akan muncul tampilan seperti dibawah

Halaman diatas menunjukan bahwa tahap instalasi wordpress sebelumnya sudah dilewati dengan benar. Silahkan isi kolom “Blog Title” dengan judul blog anda dan “Your e-mail” dengan alamat email anda, kemudian klik tombol “Install WordPress“. Setelah anda klik, maka anda akan diantarkan pada halaman seperti dibawah

Dapat dilihat bahwa proses instalasi wordpresnya sudah berhasil, dan anda diberikan user ID : admin dan paswrord : f5f3c4. pasword dan user ID ini akan digunakan untuk login ke halaman admininstrator pada wordpress anda nanti, jadi jangan samai lupa ya.
Selesai sudah instalasi wordpress nya. Mudah bukan ? untuk mejalankan wordpress yang sudah kita install, Anda tinggal membuka web browser, kemudian ketikan di bagian addres bar :

http://localhost/wordpress/wp-admin

atau bisa juga

http://localhost/wordpress/wp-login.php.

Akhiri dengan menekan tombol “enter“, maka akan muncul halaman seperti dibawah

Silahkan isi dengan user ID dan pasword yang sudah di dapat, kemudian tekan tombol “login“, anda akan diantarkan masuk ke halaman administrator.

Akhir kata semoga bermanfaat dan terimakasih bagi anda yang sudah mengikuti seri tutorial ini dari awal ya. Kalau ada yang mau menambahkan atau mengoreksi, dengan senang hati akan saya terima. Oya, jangan lupa juga komentar nya.?

tips dan trick rss pada wordpress

Publish The Feed Later

If you look at the possibilities of mySQL, there is a function timestampdiff(). I extend the query of WordPress with this function. Note to query the feed before (is_feed()), if not it will be also happening for the classical publishing of posts in your blog.

The following example publishs the post 5 minutes later in your feed:

/**
 * puplish the content in the feed later
 * $where ist default-var in WordPress (wp-includes/query.php)
 * This function an a SQL-syntax
 */
function publish_later_on_feed($where) {
	global $wpdb;

	if ( is_feed() ) {
		// timestamp in WP-format
		$now = gmdate('Y-m-d H:i:s');

		// value for wait; + device
		$wait = '5'; // integer

		// http://dev.mysql.com/doc/refman/5.0/en/date-and-time-functions.html#function_timestampdiff
		$device = 'MINUTE'; //MINUTE, HOUR, DAY, WEEK, MONTH, YEAR

		// add SQL-sytax to default $where
		$where .= " AND TIMESTAMPDIFF($device, $wpdb->posts.post_date_gmt, '$now') > $wait ";
	}
	return $where;
}

add_filter('posts_where', 'publish_later_on_feed');

SUMBER

Redirecting WordPress Feeds to FeedBurner Feeds

The problem. Beginner bloggers usually start to use FeedBurner only after they have seen it used on many other blogs and realize how useful and cool this tool is. They sign up and start to use it, but their early readers are already subscribed to their default WordPress feed.

Another problem: do you often change your theme? If so, you must be bored having to edit each call to bloginfo(’rss2_url’) and replace it with your FeedBurner feed’s URL.

The solution. The solution to both problems described above is simple: use server redirections.

  1. Create a backup of your .htaccess file, located in the root of your Web server.
  2. Edit the .htaccess file and add the following code. Don’t forget to modify the feed’s URL with your own feed’s URL.
    1 # temp redirect wordpress content feeds to feedburner
    2 &lt;IfModule mod_rewrite.c&gt;
    3 RewriteEngine on
    4 RewriteCond %{HTTP_USER_AGENT} !FeedBurner    [NC]
    5 RewriteCond %{HTTP_USER_AGENT} !FeedValidator [NC]
    6 RewriteRule ^feed/?([_0-9a-z-]+)?/?$ http://feeds.feedburner.com/wprecipes [R=302,NC,L]
    7 &lt;/IfModule&gt;
  3. Save the file. You’re done!

Code explanation. Each time someone clicks on a link to http://www.yourblog.com/feed, he or she will be redirected to http://feeds.feedburner.com/yourblog. This way, you will have never lost an RSS subscriber, and even if you change your theme twice a day, you’ll never have to manually edit your RSS feed links again.

Sources

Insert Ads (or Anything Else) in Your RSS Feed

The problem. Monetizing RSS feeds is currently becoming a common practice, and many blog owners do it to maximize their income. FeedBurner can insert AdSense ads into your feed items, but you need at least 500 subscribers to qualify, and you can’t use any ads other than the AdSense ads provided by FeedBurner.

The solution. It is possible, though, to insert other kinds of ads into your RSS feed. You can, for example, use a link to a free WordPress theme only for your RSS subscribers.

Follow these simple steps to perform this hack:

  1. Edit the functions.php file of your theme. If your theme doesn’t have a functions.php file, simply create one.
  2. Paste the following code into your functions.php file:
    1 &lt;?php
    2 function insertAds($content) {
    3 $content = $content.'&lt;hr /&gt;&lt;a href="http://www.wprecipes.com"&gt;Have you visited WpRecipes today?&lt;/a&gt;&lt;hr /&gt;';
    4 return $content;
    5 }
    6 add_filter('the_excerpt_rss', 'insertAds');
    7 add_filter('the_content_rss', 'insertAds');
    8 ?&gt;
  3. Save the file. You’re now displaying your ads in your RSS feed!

Code explanation. I have seen many similar hacks on the Web, but all of them require you to edit WordPress core files to achieve the same result. Of course, editing WordPress core files is a very bad idea because then you would have to re-edit the files each time you upgrade your blog. Instead, this hack uses the add_filter() WordPress function to insert content into your RSS feed without editing any core files.

Sources

Format Your Images for Feed Readers

The problem. You took a lot of time to write and format your post and add beautiful screenshots. It looks so good on your blog. Sadly, when the post is displayed in Google Reader or any other RSS reader, it doesn’t look so great.

The solution. This is due to the fact that most feed readers display images inline with text:

Inline-image in 10 Useful RSS-Tricks and Hacks For WordPress

To avoid this problem, add a CSS class to display the image as a block. WordPress provides the built-in class “center“:

Sources

Provide Your Readers with a Feed for Each Post

The problem. When a post has lots and lots of comments, it can be hard for readers to follow the conversation. Most WordPress users don’t know this, but our favorite blogging engine has a built-in function for providing an RSS feed for the comments in each post.The solution. Well, this recipe isn’t really a hack or anything: to provide an RSS feed for the comments in a particular post, just call the comment_rss_link() function:

1 &lt;?php comments_rss_link('&amp;raquo; Comments RSS Feed'); ?&gt;

Sources

Exclude Categories from Your RSS Feed

The problem. Do you use one of your blog categories to let readers know about your website’s news, or does your blog feature a category that has nothing to do with the rest of your content? If so, it is generally not a good idea to include it in your RSS feed.

The solution. Here’s how to get rid of one of the categories in your RSS feed:

  1. First, get the numeric ID of the category you want to exclude. If you don’t know how to get the ID of a particular category, you can learn how here.
  2. Once you have the ID of the category you want to exclude from your RSS feed, edit the functions.php file in your theme. Create the file if it doesn’t exist.
  3. Paste the following code in it:
    1 function myFilter($query) {
    2 if ($query-&gt;is_feed) {
    3 $query-&gt;set('cat','-5'); //Don't forget to change the category ID =^o^=
    4 }
    5 return $query;
    6 }
    7
    8 add_filter('pre_get_posts','myFilter');
  4. Save the file, and you’re done!

Code explanation. This hack works exactly the same way as the previous one: create a custom function to exclude the category that you don’t want to appear in your RSS feed, and then use the super-useful add_filter() function to apply it to the pre_get_posts() WordPress core function.

Sources


Display Any RSS Feed on Your WordPress Blog

The problem. Do you have more than one blog, or do you manage a forum? If so, you may want to be able to display any RSS feed on your WordPress blog.

The solution. Many plug-ins can do the job, but they’re not necessary at all. WordPress has a built-in RSS reader that is used, for example, to display news on your dashboard. All you have to do is use it in your theme.

  1. Paste the following code anywhere in your theme (personally, I’d put it in the sidebar, the footer or, even better, the page template):
    1 &lt;?php include_once(ABSPATH.WPINC.'/rss.php');
  2. Save it and you’re done. It’s as easy as that!

Code explanation. The first thing we have done is include the rss.php file from WordPress core. This file allows us to use the wp_rss() function, which takes two parameters: the first is the RSS feed’s URL, and the second is the number of RSS entries to be displayed.

Sources


Use Category-Specific RSS Feeds

The problem. Many blogs talk about a lot of different topics: design, programming, blogging tips, etc. Have you ever come across a blog in which you have enjoyed only one category of posts? If so, you should definitely consider offering one feed per category to your own readers.

The solution. Let’s say you’d like to be able to subscribe only to TheGridSystem’s tools section. The category URL is:

1 http://www.thegridsystem.org/categories/tools/

To get an RSS feed for this category, you simply have to add /feed to the end of the URL:

1 http://www.thegridsystem.org/categories/tools/feed

Pretty easy, isn’t it? But pretty useful, too, in my opinion.


List RSS Feeds by Category

Sm3 in 10 Useful RSS-Tricks and Hacks For WordPress

The problem. If you like the previous hack, you will probably also want to be able to display the names of all your category feeds in a list to your readers.

The solution.

  1. Edit any of your theme files, where you want to list your categories and their accompanying feeds.
  2. Paste the following code:
    1 &lt;?php wp_list_categories('feed_image=http://www.myblog.com/image.gif&amp;feed=XML Feed&amp;optioncount=1&amp;children=0'); ?&gt;
  3. Save the file. You categories will now be displayed, along with their RSS feeds!

Code explanation. This hack uses only the good old wp_list_categories() function, with two parameters. The first is feed_image, which allows us to specify the URL to be displayed as a feed image. The second parameter is feed, which is used to specify the feed format.


Get Rid of RSS Feeds the Clean Way

Sm7 in 10 Useful RSS-Tricks and Hacks For WordPress

The problem. Let’s say you’re using WordPress as a CMS to manage your online portfolio or your company’s website. In such cases, the RSS feed isn’t that useful, and some people would probably want to remove it.

The solution. I have seen many “hacks” on the Web where people say you just have to remove the include on the wp-settings.php core file. I don’t think you should ever edit a core file. Instead, the following hack will do the job. Simply paste this code in the functions.php file of your theme:

1 function fb_disable_feed() {
2 wp_die( __('No feed available,please visit our &lt;a href="'. get_bloginfo('url') .'"&gt;homepage&lt;/a&gt;!') );
3 }
4
5 add_action('do_feed', 'fb_disable_feed', 1);
6 add_action('do_feed_rdf', 'fb_disable_feed', 1);
7 add_action('do_feed_rss', 'fb_disable_feed', 1);
8 add_action('do_feed_rss2', 'fb_disable_feed', 1);
9 add_action('do_feed_atom', 'fb_disable_feed', 1);

Sources