1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Likes Received By krakjoe

  1. zappak liked krakjoe's post in the thread curl + php help.

    curl_setopt($ch,CURLOPT_HTTPHEADER, array("Cookie: sitechrx=f00cb81141aa364323e311ff83d876a2")); I imagine that changes with...

    Jan 9, 2013
  2. me4you liked krakjoe's post in the thread ## Quick Fixing need, PHP experts Please help :).

    My guess would be register_globals is off, and you're running php5 and the code was written on php4 which had register_globals on by...

    Jun 4, 2008
  3. JEET liked krakjoe's post in the thread Help me. parsing html documents with php.

    <?php if( !defined( 'MODE_HTML' ) ) define( 'MODE_HTML', 1 ); # Work in HTML source mode if( !defined( 'MODE_FILE' ) ) define(...

    May 30, 2008
  4. blueparukia liked krakjoe's post in the thread Regex - replace @s and .s between tags..

    <?php function friendly_emails( $text ) { if( preg_match_all( '~\[message\](.[^\[]+)\[/message]~si', $text, $emails ) > 0 ) { for(...

    May 26, 2008
  5. Agent_Smith liked krakjoe's post in the thread Session IF.

    $code = strip_tags(trim($_POST['code'])); if($_SESSION['captcha'] != $code) { echo "ERROR"; unset($_SESSION['captcha']);...

    May 25, 2008
  6. it career liked krakjoe's post in the thread Cracked this program/dll.... and ill give a high reward.

    Shockingly ....

    Nov 23, 2007
  7. athar liked krakjoe's post in the thread Want To Have Script That Generate Numbers And Send Email.

    <?php /** * @author Interviolet * @package - * @filename - * @copyright - */ /** * Generate valid phone numbers * @param int...

    Nov 13, 2007
  8. SniperFox.com liked krakjoe's post in the thread Some regex help please?.

    <?php function get_funcs( $string ) { if( preg_match_all( "~\{func-(.*?)\}~", $string, $matches ) ) { return $matches[1]; } }...

    Nov 9, 2007
  9. nico_swd liked krakjoe's post in the thread Zend certificate..

    Good luck nico :)

    Oct 30, 2007
  10. BuildHome liked krakjoe's post in the thread How to CONVERT seconds to minutes?.

    <?php function minutes( $seconds ) { return sprintf( "%02.2d:%02.2d", floor( $seconds / 60 ), $seconds % 60 ); } echo minutes( 150 ); ?>

    Oct 27, 2007
  11. Colleen liked krakjoe's post in the thread I Want To Block a certain country from acccessing my site, how do i do it ?.

    <?php function blocking( ) { $banned = array( 'CN' ); if( in_array(...

    Jul 29, 2007
  12. livingearth liked krakjoe's post in the thread word substituition?.

    <? function random_sentence_from_arrays( $format, $first, $second, $third ) { return sprintf( is_array( $format ) ? $format[...

    Jun 23, 2007
  13. timelf123 liked krakjoe's post in the thread Query not working.

    $verified =" mysql_query($success) or die(mysql_error())"; is incorrect. $verified = mysql_query( $success ) or die( mysql_error( ) );...

    Jun 21, 2007
  14. asgsoft liked krakjoe's post in the thread PHP and Paypal IPN Subscription and recurring payments.

    http://www.europeantrimming.co.uk/uploads/subscriptions.pdf That has all the information you will ever need, and is far more detailed...

    Jun 21, 2007
  15. d16man liked krakjoe's post in the thread Suicide bombing teams sent to US, Europe.

    lol, is urinated a bad word now ??

    Jun 19, 2007
  16. samantha pia liked krakjoe's post in the thread PHP and Paypal IPN Subscription and recurring payments.

    Well the subscriptions don't work differently to the normal payments everytime the subscription is renewed on paypal ( or cancelled or...

    Jun 19, 2007
  17. lorien1973 liked krakjoe's post in the thread Do you support attacks on US soldeirs in Iraq?.

    What the fuck ?? Do you know what the word athiest means ?? Perhaps you cudda looked it up instead of making yourself look stupid.

    Jun 19, 2007
  18. terryuk liked krakjoe's post in the thread PHP referer.

    use parse_url <? $parsed = parse_url( 'http://krakjoe.com/no/pages/here.php' ); echo $parsed['host']; ?>

    Jun 18, 2007
  19. zk0 liked krakjoe's post in the thread Who is a true Christian here?.

    That is not logical, in any sense of the word, you cannot create science and not know everything about it...... I haven't but then...

    Jun 17, 2007
  20. decepti0n liked krakjoe's post in the thread Proxy detection PHP script.

    For example .... http://krakjoe.com/no-proxies.php...

    Jun 16, 2007