Facebook Visitor Log

Posted by: Joy  :  Category: Facebook Tips

Facebook Visitor LogBack to November 2009, when i was using the XSS on facebook profile box, i used this script to record who had visited my profile. The XSS loaded instantly at that time, not like now, which is onclick. You can still use this code to have a log record of your facebook visitor. not real visitor, but more exactly like who has seen your facebook layout. When your friends see your wall and click the XSS loader, then their name, id, ip and browser will be recorded on a text file. You can modify this code using a database then show it in your profile, so you can have a list of the latest visitor, just like the old time, the friendster era.

Just like another trick on this blog about facebook tweaking, you need an XSS loaded on your facebook profile, you can find it on Facebook XSS onClick via iPhone.

We will need three files for this tweak, a javascript file, PHP file, and a txt file to store the log activity. Kindly follow these steps carrefully :
Read more…

Incoming search terms:

SEO Friendly WordPress Search URL

Posted by: Joy  :  Category: Web Development

SearchAs you can see, the default wordpress search url is not SEO friendly, it looks like “http://yourdomain.com/?s=search-term”. You can try to search for a keyword on most web/blog using wordpress platform, it will take you to the result page with an unfriendly search url as i said above.

Try to search any keywords using the search form on the right side above this site, for example : "facebook application"
the result page will be :

http://crazydavinci.net/search/%2522facebook+application%2522

Notice that the request uri is not /?s= anymore, it’s now changed into /search/%2522facebook+application%2522 , this is absolutely much better for search engine to read.

Read more…

Incoming search terms:

WP Plugins – PHPMailer Contact Form

Posted by: Joy  :  Category: Web Development

WP-Contact-Form PHPMailer is a PHP email transport class featuring file attachments, SMTP servers, CCs, BCCs, HTML messages, word wrap, and more. we can use it for sending email via sendmail, PHP mail(), QMail, or with SMTP. You can read more about it on their official website here…. With this class, i tried to make another simple wp plugin called WP PHPMailer contact form. This plugin will create a simple contact form for your wordpress powered blog. captcha code is also added to the form to prevent spamming.
Read more…

Add Profile Box Using Facebook Application

Posted by: Joy  :  Category: Facebook Tips, Programming

Facebook LogoMost of my friends who are eager on developing facebook application ask me about how to create add profile box to their profile. Here, i’m gonna show you how to make it. Lets assume that you already understand the basic steps to create facebook application using php platform.

Profile.setFBML – That’s what we’re gonna use to add the profile box, you can read more about it on Facebook Developer Wiki

Read more…

Incoming search terms: