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/Functions
PHP base64 functions are : $ret = base64_encode($str); $ret = base64_decode($str); ...
Published 5 years, 4 months ago
http://digitalpbk.blogspot.com/2007/07/captcha-what.html
Bend, Orient or change the fonts randomlyHas a random background colour, which is not uniformHas little contrastHas minimum sharp edgesMaking your own CAPTCHA systemA simple CAPTCHA system can be made with
PHP and the GD Library.The
PHP-GD Library is used to make CAPTCHA images on the fly with random letters.The original text used in the image can be hashed by one way hashing algorithms such as MD5 and SHA. These hashes must be passed through a top-secret function that alters or encrypts the text again ...
Published 4 years, 10 months ago
http://digitalpbk.com/javascript/free-light-small-social-media-sharing-javascript-facebook-twitter-stumble-upon-digg-and-r
page load slow as well as bring in unintentional 3rd party javascript code ( or flash tracker ) which runs on your blog.
So it is always safe to use your own script or scripts which you can read understand and verify it just does what it is suppose to do. :)
Javascript Object for Social Media Sharing
var share = {
fb:function(title,url) {
this.share('http://www.facebook.com/sharer.php?u=##URL##&t=##TITLE##',title,url);
},
tw ...
Published 2 years, 1 month ago
http://digitalpbk.com/drupal/remove-flash-tracking-addthis-module-drupal-5
));
}
PHP
Drupal
Web ...
Published 2 years, 6 months ago
http://digitalpbk.blogspot.com/2006/11/about-hosts-file.html
serving site is given inhttp://www.mvps.org/winhelp2002/hosts.txtIt is not recommended to copy the entire list to your local HOSTS file as it slows down the system. So choose ones that you think needs to be blocked. What is this pop up about?When you are saving the HOSTS file, a pop up may appear that asks you to confirm the changes to the HOSTS file. This pop up may or may not appear based on the OS, and other Anti-
Virus Softwares you are running.What else can I do with "HOSTS" file? You ...
Published 5 years, 6 months ago
http://digitalpbk.blogspot.com/2006/12/introduction-to-xss-part-1.html
Request to Response so that XSS can be prevented. Strip all html tags wherever it is ok to do so. Anti-XSS libraries are avalilable for use. For
php users the strip_tags() function is a great way to prevent XSS in most cases. Happy surfing...More XSS holes ... » 99acres.com : search for alert(document.cookie);»Got another XSS hole ? Lemme know .... ...
Published 5 years, 5 months ago
http://digitalpbk.blogspot.com/2007/01/extracting-embedded-album-art-in-mp3.html
Extracting embedded Album art in mp3
AboutThis command line tool extracts embedded album art pictures from mp3's. It extracts only album art that is within the mp3 file. External album arts need not be extracted as they are plain files and can be seen in respective folders, by unchecking the "Hide protected operating system files" in view Tab in Folder Options in Windows XP.(Tools > Folder Options > View Tab)DownloadDownload as zip (38.3 KB)(I Assert that it is not a
virus ...
Published 5 years, 4 months ago