Click here to Skip to main content
16,021,041 members

Articles by caprico.caprico (Tip/Tricks: 2)

Tip/Tricks: 2

RSS Feed

Average article rating:

No articles have been posted.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.32

Programming Languages
PHP
18 Dec 2009   Updated: 18 Dec 2009   Rating: 4.30/5    Votes: 10   Popularity: 4.10
Licence: CPOL    Views: 23,520     Bookmarked: 10   Downloaded: 0
Please Sign up or sign in to vote.
With this class we try to catch some keywords from google, yahoo and bing search engines.<?phpclass keywords{ private $referer; private $_e; public $keywords; public function __construct() { if($_SERVER['HTTP_REFERER']) { ...
5 Jan 2010   Updated: 5 Jan 2010   Rating: 4.33/5    Votes: 6   Popularity: 3.37
Licence: CPOL    Views: 21,715     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
This PHP function return the urn (Uniform Resource Name) formed from the content hash of a particular torrent file. The urn refering to the Base32 encoded hash of the file.function base32_encode ($hash){$outString = '';$compBits = '';$BASE32_TABLE = array( ...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Serbia Serbia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.