Go here:
August 17, 2008Useless, but…
February 20, 2008Somebody wanted this.
function ripper($url) {
$page = appr_curl_function($url);
if ($page === false)
{
die("Something wack happened");
}
preg_match('/watch_fullscreen\?video_id=(.*?)&l=(.*?)+&t=(.*?)&/', $page, $match);
$match1 = "http://www.youtube.com/get_video?video_id=";
if(!$match[1]){
die("Some Informative Error Messgae Here");
}
$match1 .= $match[1];
$match1 .= "&t=";
$match1 .= $match[3];
return $match1;
}
Should work. Write yourself necessary things in the appr_curl_function()
Drupal 6 Released!
February 13, 2008Finally! I should be ready to upgrade most of my sites right away. First pleasing news of the day!
Port of baseline.
January 24, 2008One More Drupal Theme. This one is baseline from freecsstemplates
Quick n’ Dirty, for some arbitrary dude.
Licensed under GPL. (C) 2007 to nobody. No Rights Reserved (atleast for the port).
Go here to Download – http://www.bas.org.in/files/baseline.zip
Refer to this post for the port of Industrial
I’ve got a few more. Will post ‘em as I find ‘em.
Drupal and Democracy
January 24, 2008Valid Reason so far as I can fathom. Unfortunate that Dub only had to get repeatedly dismissed and flamed at.
Dries is a great man, but really.. the proposition of open-source communities being under the fatherhood of benevolent dictators, especially ones with new startups and in the hands of legalities and venture capitalists..isn’t particularly an ideal proposition.
I’m all for democratization, personally. Looks like it’s not to be, however.
Drupal.Se
January 24, 2008Pretty lame, this.
I knew of a certain Mr Pillai who supposedly made a lot of money out of cybersquatting (most notably on sydney2000.com, I think). Very very lame though. I don ‘t think this dude’s going to get away with the hijacking.
His track-record isn’t too great with the rest of the Drupal junta either. He’s been consistently writing half-baked, fallacious and lame stuff against Drupal for a while now as in here.
News for all Drupallers.
December 14, 2007Read Dries’s blog.
http://buytaert.net/acquia-my-drupal-startupĀ
Pretty obscure there. No mention on any business model and related schema of things in there.
Nonetheless, I hope this helps Drupal all the same.
Quick and Dirty
November 30, 2007Was feeling a little Jobless =)
So this is a port of Industrial from Freecsstemplates.org. Works properly with most browsers for the most part. I couldn’t find a place for the search box and hence it’s missing. I think the logo has issues as well. Will fix them later. This is pretty usable the way it is.
Download Link: http://www.bas.org.in/files/industrial.zip
jQuery 1.1.4 out
August 25, 2007http://jquery.com/blog/2007/08/24/jquery-114-faster-more-tests-ready-for-12/
Somebody raised the topic in the Devel lists already.. The speed improvements, et al seem great.. Nothing like it if this could go in to Drupal 6
Posted by p6
Posted by p6
Posted by p6