http://digitalpbk.com/drupal/remove-flash-tracking-addthis-module-drupal-5
'http://www.addthis.com/images/yourlogo.png'),
variable_get('addthis_logo_background', 'EFEFFF'),
variable_get('addthis_logo_color', '666699'),
variable_get('addthis_brand', 'Your Site'),
variable_get('addthis_options', 'favorites, email, digg, delicious, myspace,
facebook, google, live, more'),
variable_get('addthis_offset_top', '2'),
variable_get('addthis_offset_left', '2')
), 'inline');
}
return ...
Published 2 years, 6 months ago
http://digitalpbk.com/django/django-social-auth-fix-google-open-id-email
Django SocialAuth Fix Google Email Open id attribute exchange
Django Social auth is a package that enables login to your django website with
Facebook, Google, Yahoo and Twitter. Allowing authentication from 3rd party websites which supports open authentication helps users easy to register to your website without filling too much details. Easier signup makes more registrations and helps you cover your django web hosting charges :D . The package is managed at github here, but it does not have ...
Published 2 years ago
http://digitalpbk.blogspot.com/2006/12/base-64-encoding.html
Orkut cookie structure is as follows:ORKUTPREF=ID=[Profile ID]:INF=0:SET=:LNG=1:CNT=91:RM=0:USR=[Base64 of your email]:PHS=:TS=:LCL=en-US:NET=1:TOS=:GC=[Base 64 of SID]:PE=[Base64 of your email]:GT1=1:GID:[Again base64 of email]:S=[base64 of some data]Have more information on this? Leave a comment...PHP Code/FunctionsPHP base64 functions are : $ret = base64_encode($str); $ret = base64_decode($str); ...
Published 5 years, 4 months ago
http://digitalpbk.blogspot.com/2006/12/how-to-make-windows-media-player-skins.html
be achieved using skins. You can find out these
tricks by just going through the source of various skin files. (The way to rip the .WMZ file has already been discussed above).Finally inorder to package your skin, ZIP all the files using WinZIP/WinRAR or any other compressing utility. Note that you should zip all the files and NOT the folder. Rename the ZIP to WMZ, and your all set.Click here to Download the skin file we just made (if you already haven't done so).Winding upHope this section ...
Published 5 years, 5 months ago