Mobile Detection for Jinzora by me

January 12, 2008

Searched a lot for mobile detection code, at last made my own.
Continued…

Categories: Info Collection.

Javascript to edit pages while viewing in browser.

January 12, 2008

javascript:document.body.contentEditable=‘true’; document.designMode=’on’; void 0

Paste that in the address bar, and you can edit the contents you are seeing. But only in your browser it will be edited, not on the website.

Can be used to copy contents from sites where right click is not allowed. :)

Thanks

Categories: Info Collection.

vBulletin plugin to auto subscribe to a yahoo group.

January 12, 2008

I searched a lot for one with that function, but found none, so i made one.

$ymail = $vbulletin->GPC['email'];
$ch = curl_init(“http://groups.yahoo.com/subscribe/funXpot/?user=$ymail“);
curl_setopt($ch, CURLOPT_HEADER ,0); // DO NOT RETURN HTTP HEADERS
curl_setopt($ch, CURLOPT_RETURNTRANSFER ,1); // RETURN THE CONTENTS OF THE CALL
curl_exec ($ch);
curl_close ($ch);

to be hooked on register_addmember_process

It will work for http://groups.yahoo.com/subscribe/funXpot/ , if u need for urs, u need to change it.

Thanks.

Categories: Info Collection.

1st Jan 2008

January 1, 2008

So…. its a new year.. 2008. Well this year my birthday will be on 08-08-08 (8th August 2008) . Lets pray to God to give us a better, happy and prosperous year.

Went to Mamzar park with family and neighbors, enjoyed, check gallery for photos.

Categories: Real Life.