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:

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 [...]

Creating a WordPress-Alike Hook For Your Own CMS

Probably you have known this, WordPress code is pretty good, especially when compared with other CMS or what we ever found on PHP tutorials. The one I like is how WordPress uses hooks.   If you ever created WordPress plugins, you may experienced that you don’t need to modify any of core code just to add [...]

WordPress Plugins

Here is the list of WordPress Plugins I ever created: 1. Word Replacer 2. WP Spry Menu 3. WP Editarea 4. WP Dropdown Posts

WP Editarea WordPress Plugin

WordPress used to embed Codepress syntax highlighting at Version 2.8 and immediately disabled it at Version 2.8.1 due to browser incompatibilities. However I found another free Javascript code editor called Editarea which has more features than Codepress . Now you can simply integrate Editarea functionality to your WordPress by using WP Editarea Plugins. WP Editarea [...]

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 [...]

WordPress Spry Menu Plugins

Hi, this is my first plugin I write. WP Spry Menu that automatically creating Spry Drop Down Menu for wordpress category include configuration page with configurable “Home” link. This plugin using Spry (Copyright (c) 2006. Adobe Systems Incorporated) javascript library from www.adobe.com. The Spry library is FREE and redistributable with some condition (see license on [...]

Menampilkan Login Form di Sidebar WordPress

Tidak dapat dipungkiri lagi bahwa WordPress merupakan Blogging Platform yang paling banyak digunakan saat ini. Selain kemudahan dalam memanage dan kompatibilitas, banyaknya plugins (feature tambahan) yang dapat ditambahkan makin bisa menjawab kekurangan-kekurangan WordPress sehingga dapat memenuhi keinginan penggunanya. Seperti kita ketahui untuk mengakses halaman administrasi WordPress kita diharuskan menuju url alamatblog.com/wp-admin/ atau alamatblog.com/wp-login.php. Hal ini [...]

Iseng Mengganti ThemePath WordPress

WordPress yang secara default meletakkan file-file theme atau template nya di folder wp-content/themes/namatheme sebenarnya bisa diganti loh, sesuai dengan selera nusantara. Informasi mengenai path theme wordpress tersebut disimpan dalam beberapa file yang bisa diedit menggunakan editor file manager maupun dreamweaver, dengan catatan harus terlebih dahulu memindahkan file-file theme ke folder baru yang diinginkan, misalnya theme/.

WordPress Automatic upgrade, otomatis jadi Version 2.5

Rasanya terlalu kemaruk kalau setiap upgrade wordpress diposting. Bukankah mengupgrade wordpress atau cms lainnya adalah perbuatan yang lumrah dimana ‘setiap orang‘ melakukannya!? Tapi kali ini janggal rasanya kalau nggak diposting, karena aku baru saja mendapat pengalaman yang berbeda dalam mengupgrade wordpress. Pertama karena versi terbaru ini (2.5) mempunyai fitur dan tampilan admin yang berbeda, dan [...]