WordPress – Restricting Personal IPs on All in One Adsense and YPN!

This hack is to restrict personal IPs on All in One Adsense and YPN! extension for wordpress. The reason to add this code(hack) in, it’s because alot of the isp are using dynamic ips, or your company may only have a single ip sharing to thousands of employee. This is our current situation, and you don’t know how much your employee “LOVED” you by spam clicking on the links. This will hurt you if google decide that you are spamming on the ads.

First open the file “all-in-one-adsense-and-ypn.php” under wp-content/plugins/all-in-one-adsense-and-ypn/ and search for the following line of code.

global $user_level, $ai_loadnetwork;

above this line of code add the following code in, and change “Y.O.U.RIP”, “YOU.R.SECOND.IP” to your own ips. Use commas for multiple ips.
Continue Reading »

DesignerSandbox Roadmap on post-it


On September 1, 2009. I started to do planning on developing a totally free resource for wordpress, joomla and magento. Our first focus CMS group is joomla > wordpress > magento. Below is what I had draft on my wall with post-it. My development practice is always draft all idea on walls with post-it. It is fun and it is very artistic to view it later on, you will always have a colorful picture on your mind that what you want. The magically color of post-it. After the draft, I started to love the logo so much, I started to do a logo on photoshop(see below). Hope you really like what I am delivering to the opensource community. “THE BEST IS YET TO COME” if you find any of our resource useful, please submit to our rss feed and follow me on twitter to show your love to DesignerSandbox. We are not the best out there, but certainly we are totally free. Continue Reading »

MORE FREE STUFF COMING UP – Merry X’Mas to you all

introduction

In the coming days, we are going to show the preview of the freebies that we are going to launch, so stay tune. Register to our feeds and get instant update on all news. DON’T MISS OUT!!
Continue Reading »

Adding style to your read more link (the_content)

introduction

In this post we are going to do a simple make over of the <-more-> link/button. We are going to add in a style class in this link.
Continue Reading »

Feedburner for your WordPress

introduction

Creating your WordPress feed (self-hosted WordPress)

For the best results using FeedBurner with your self-hosted WordPress site, we recommend the FeedBurner FeedSmith plugin (originally authored by the legendary Steve Smith). The plugin will detect all ways to access your feed (e.g. http://www.yoursite.com/feed/ or http://www.yoursite.com/wp-rss2.php, etc.), and redirect them to your FeedBurner feed so you can track every possible subscriber. It will forward for your main posts feed and optionally, your main comments feed as well.
Continue Reading »