Archive

Archive for November, 2008

Remove Friendster Ads With CSS Injection

November 29th, 2008 Admin 19 comments

If you feel all ads around your Friendster profile so annoying, you can try this simple CSS injection to remove it all. Login to your account, go to Edit Profile and add this CSS code in Costumize CSS Box. This code will try to hidden all Class and ID that contains ads.

Code 1

/* Hide Google Search */
#search form { display : none !important; }
 
/* Hide Friendster Classifieds */
#marketing {display:none!important;}
 
/* Hide Footer */
#footer_container {display:none!important;}
 
/* Hide Footer link only */
#footer a {display:none!important;}

Read more…

Categories: CSS, Friendster Tags:

Text2Image (PNG) Generator – Free Online Generator – Free Download!

November 17th, 2008 Admin 39 comments

I’ve created a simple PHP script based on Seal Rock script that enable you to convert a bunch of text to image (png) on the fly, including your watermark as signature to result image :) First, take a look the demo at TEXT2IMAGE.CO.NR. Write any text you like and generate. Bingo … Your image now is already generated! Next, click “Get Code” and two code will appear, HTML Code and BB Code. We have transfered your image to ImageShack.Us in background process :) Please read my post about ImageShack.Us Remote Uploader to get details also download free script!

Now this script is open to public! That’s mean you can download source and use it anywhere, as long you’re not remove backlink to us:) Agree?? If you do, you can download now :)

Read more…