Suspicious PHP Code In My WordPress Theme File

Recently I got my site not working. It seems there is an error in my functions.php “Parse error: syntax error, unexpected ‘}’ in /home/x/public_html/wp-content/themes/takien-theme-blue/functions.php on line 317″ I go to that line using my favorite Editor, and surprisingly I found this strange code that I never created before:
WordPress Reserved Global Variables, You Should Avoid Define A Variable Using These Name

Global variable is a variable that is accessible in every scope, in PHP it works ONLY for the same page and the file that are included after. However, some predefined variables, known as superglobals are always accessible in whole site. Both of global and superglobal variable can be redefined or overwrite it’s value. When developing [...]
Prevent Spammer to Register Using The Same Gmail Email (Duplicate User Accounts)

Gmail, Gmail is …, ah I really don’t need to explain this. So, continue reading The Facts Gmail ignores . (dot) in username If you have Gmail account example@gmail.com, actually you also have ex.ample@gmail.com, exam.ple@gmail.com, and so on until all characters in the username are separated with dot. These all have same inbox, and you can [...]
Membuat Custom URL untuk Attachments Image di WordPress

Pada umumnya URL image/attachment di WordPress adalah http://example.com/wp-content/uploads/, supaya lebih keren kita dapat menggantinya menjadi http://img.example.com/. Mari kita ikuti caranya: 1. Buatlah sebuah sub-domain di cpanel, document Root nya diisi dengan /public_html/wp-content/uploads (lihat gambar 1) 2. Di wp-admin, buka menu Settings->Media 3. Pada field Full URL path to files, isikanhttp://img.example.com/ (lihat gambar 2) [...]
WordPress 3.0 with Twenty Ten Default Theme

I just download and install alpha version of WordPress Version 3.0. At a glance, there are no major changes that I can see. After installation process that run as simple as usual, I walk through menus in the Dashboard and found a new sub-menu named “Network” under the Tools menu. As I have heard before [...]
WordPress Plugin WP Sub Post
WP Sub Post is a wordpress plugin that allow you to make your wordpress post has a parent or child post. Notes: Child post is a real post that has a parent. Child post only displayed on it’s parent post page or when parent page is displayed. Child post can not be viewed individually. Child [...]
Cara Setting Wildcard Domain untuk Instalasi WordPress MU

Pernah bikin blog di WordPress.com? Tentu sudah dong! Nah, setiap user melakukan signup ke situs tersebut, secara otomatis akan dibuatkan sebuah akun blog dengan alamat username.wordpress.com. Blog ini bisa bertindak selayaknya blog standalone dimana kita bisa melakukan posting, memanage, mengganti template dan sebagainya. Sebenarnya kita bisa membuat sendiri website seperti WordPress.com yang menawarkan akun blog [...]
Transfer file pakai rapidleech, ternyata sangat mudah.

Dari tadi malam aku sibuk nyari-nyari bagaimana cara mentransfer file antar server karena aku mau memindahkan website dari server lama ke server baru. Kalau pun ada yaitu pake directransfer dengan jumlah bandwidth yang terbatas untuk free account nya. Kata boss ian sih katanya bisa menggunakan perintah wget, tapi aku gak bisa menggunakannya karena si putty [...]
Integrasi WordPress dengan SMF (WordPress + SMF Integration)

Istilah WordPress dan SMF barangkali sudah tidak asing lagi di telinga kita, terutama bagi orang yang pernah membuat blog dan maupun forum. Selain gratis, opensource, populer, keduanya juga mudah digunakan pastinya. Tapi yang mau saya tulis di sini bukanlah pengertian maupun perbedaan kedua CMS tersebut, melainkan bagaimana keduanya bisa ‘disatukan’ atau istilah kerennya diintegrasikan. Hasil [...]
