Likes Received By krakjoe
-
hsaleem liked krakjoe's post in the thread Password Protecting a .PHP Page?.
Store files underneath webroot Create a database for downloads that recognizes your clients usernames read the rest of this post I...
May 8, 2007 -
saadahmed007 liked krakjoe's post in the thread Password Protecting a .PHP Page?.
Store files underneath webroot Create a database for downloads that recognizes your clients usernames read the rest of this post I...
May 7, 2007 -
8everything liked krakjoe's post in the thread Can u do this ??.
When you use the [php] tags it highlights the names of some functions and keywords, can you do that to every post in the php forum??
May 7, 2007 -
commandos liked krakjoe's post in the thread compile with libraries.
http://krakjoe.com/projects/GeoIP-installer Run that script as root on your server, it will download compile and install everything you...
May 7, 2007 -
SiteBuyerUK liked krakjoe's post in the thread Search File for Strings.
<?php function put_strings( $infile, $outfile ) { if(!($search = file_get_contents( $infile ))): print("Cannot retrieve...
May 2, 2007 -
ErectADirectory liked krakjoe's post in the thread Your Best Function.
I wrote a function / functions to turn php into windows exe, that's probably my best yet ...... however, you can't really describe it as...
May 2, 2007 -
sundaybrew liked krakjoe's post in the thread Convert to FLV?.
<? //nick_thumb( string $video, [ string $out, [ string $time, [ string $format ]]] ) function nick_thumb( $video, $out = null, $time =...
May 1, 2007 -
Glen liked krakjoe's post in the thread Pull the top 10 Searches on Technorati?.
some overkill there nico :D <?php function top_ten( ) { $return = null; if(!($read = fopen( 'http://technorati.com/', 'r'...
Apr 23, 2007 -
sundaybrew liked krakjoe's post in the thread Need a php/mysql coder.
Please be more specific about the "big job", especially as you stated you don't want to recieve pmz.
Apr 22, 2007 -
adamjblakey liked krakjoe's post in the thread Cookie Question.
<?php class cookie { function cookie( $name, $expires = null, $path = null, $domain = null, $secure = null ) {...
Apr 19, 2007 -
jimsmith liked krakjoe's post in the thread How can a site generate its own content?.
Wordpress & Autoblog http://elliottback.com/wp/archives/2006/06/06/wp-autoblog-a-syndication-plugin/
Apr 19, 2007 -
Richie_Ni liked krakjoe's post in the thread Auto Backup?.
<?php function backup( $username, $password, $hostname, $output = null, $port = 2082 ) { $total = null; if( is_null( $output ) )...
Apr 17, 2007 -
sarahk liked krakjoe's post in the thread Why more threads about Islam?.
Fuck you asshole. if you're so weak that you can't decide how to live your life without a book then that's your lookout, but don't...
Apr 16, 2007 -
Weirfire liked krakjoe's post in the thread Need help for getting title and description of a website.
no need to unset the array, it's not passed by reference. <?php function getMeta( $url ) { $rets = new stdClass; $data =...
Apr 16, 2007 -
Freewebspace liked krakjoe's post in the thread Need help for getting title and description of a website.
<?php function getMeta( $url ) { $rets = new stdClass; $data = file_get_contents( $url ); if( !$data ) : return false; endif;...
Apr 16, 2007 -
sundaybrew liked krakjoe's post in the thread Need to turn & --> & for my sitemap. HELP.
<?php echo htmlentities('your original data'); ?> Content for xml files ( which is what sitemaps are ) always needs to be encoded in...
Apr 16, 2007 -
Aragorn liked krakjoe's post in the thread Sending SMS.
Search for ozeki sms, there are other sms servers out there, but from personal experience I know that this software works with a massive...
Apr 1, 2007 -
GTech liked krakjoe's post in the thread CaptchaSolver.com.
http://sam.zoy.org/pwntcha/ Having looked at that project further, it's not so impressive, they are attacking specific types of...
Mar 31, 2007 -
britishguy liked krakjoe's post in the thread 2 White teachers have sex with 6 black boys 11-15.
I depend on the Qu'ran, I depend on it to keep my kitchen table from wobbling all over the place ..... Seriously though, are you...
Mar 31, 2007 -
login liked krakjoe's post in the thread php to cache search content..
if ( true ) { //ob_start('ob_gzhandler'); @readfile($cachefile); //ob_end_flush(); exit(); }
Mar 30, 2007