BrickPHP ~ Complete CMS

Page 3 of 20 FirstFirst 123456789101113 ... LastLast
Results 31 to 45 of 289
  1. #31
    this is title Shredinator is offline
    MemberRank
    May 2011 Join Date
    399Posts

    Re: BrickPHP ~ Complete CMS

    Well, creating a IPN for PayPal is easy.

    PHP Code:
    $req 'cmd=_notify-validate';
    foreach (
    $_POST as $key => $value) {
    $value urlencode(stripslashes($value));
    $req .= "&$key=$value";
    }
    $header "POST /cgi-bin/webscr HTTP/1.0\r\n";
    $header .= "Content-Type: application/x-www-form-urlencoded\r\n";
    $header .= "Content-Length: " strlen($req) . "\r\n\r\n";

    $fp fsockopen ('ssl://www.paypal.com'443$errno$errstr30);
    if (!
    $fp) {
    } else {
    fputs ($fp$header $req);
    while (!
    feof($fp)) {
    $res fgets ($fp1024);
    if (
    strcmp ($res"VERIFIED") == 0) { 
    nice work on the cms.

  2. #32
    Goin Goin Gone! LHaZze is offline
    MemberRank
    Mar 2011 Join Date
    VirginiaLocation
    695Posts

    Re: BrickPHP ~ Complete CMS

    Looks very promising, don't forget sexy.

  3. #33
    Live Ocottish Sverlord Joopie is offline
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,767Posts

    Re: BrickPHP ~ Complete CMS

    Quote Originally Posted by Shredinator View Post
    Well, creating a IPN for PayPal is easy.

    PHP Code:
    $req 'cmd=_notify-validate';
    foreach (
    $_POST as $key => $value) {
    $value urlencode(stripslashes($value));
    $req .= "&$key=$value";
    }
    $header "POST /cgi-bin/webscr HTTP/1.0\r\n";
    $header .= "Content-Type: application/x-www-form-urlencoded\r\n";
    $header .= "Content-Length: " strlen($req) . "\r\n\r\n";

    $fp fsockopen ('ssl://www.paypal.com'443$errno$errstr30);
    if (!
    $fp) {
    } else {
    fputs ($fp$header $req);
    while (!
    feof($fp)) {
    $res fgets ($fp1024);
    if (
    strcmp ($res"VERIFIED") == 0) { 
    nice work on the cms.
    Thank you, I'll see what I can do xD

  4. #34
    HTML,CSS and a bit C# Richardjuhh is offline
    MemberRank
    Dec 2010 Join Date
    NetherlandsLocation
    351Posts

    Re: BrickPHP ~ Complete CMS

    Quote Originally Posted by Hejula View Post
    Bad idea :P

    @Above, I like that idea :D An IPN would be good
    ok, i know now it is a bad idea :)

  5. #35
    Apprentice ibrahim is offline
    MemberRank
    May 2011 Join Date
    The NetherlandsLocation
    23Posts

    Re: BrickPHP ~ Complete CMS

    Nice BrickPHP :)

    I can't wait to download it :D
    ____________________________________
    Sorry for my bad English im Dutch :)

  6. #36
    The one and only! Hejula is offline
    MemberRank
    Nov 2008 Join Date
    4,128Posts

    Re: BrickPHP ~ Complete CMS

    Will you be coding MUS with this?

  7. #37
    Live Ocottish Sverlord Joopie is offline
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,767Posts

    Re: BrickPHP ~ Complete CMS

    Quote Originally Posted by Hejula View Post
    Will you be coding MUS with this?
    I already have =D,

    Tonight I gonna make the Hc page and pixel page

  8. #38
    The one and only! Hejula is offline
    MemberRank
    Nov 2008 Join Date
    4,128Posts

    Re: BrickPHP ~ Complete CMS

    Awesome!! :D Does this also have the smarty template system?

  9. #39
    Live Ocottish Sverlord Joopie is offline
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,767Posts

    Re: BrickPHP ~ Complete CMS

    Quote Originally Posted by Hejula View Post
    Awesome!! :D Does this also have the smarty template system?
    What you mean with `smarty`?

    And mus is 10 request per min to the server.

  10. #40
    The one and only! Hejula is offline
    MemberRank
    Nov 2008 Join Date
    4,128Posts

    Re: BrickPHP ~ Complete CMS

    Quote Originally Posted by joopie View Post
    What you mean with `smarty`?

    And mus is 10 request per min to the server.
    Smarty, like the template system in uber

    PHP Template Engine | Smarty

  11. #41
    Live Ocottish Sverlord Joopie is offline
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,767Posts

    Re: BrickPHP ~ Complete CMS

    Quote Originally Posted by Hejula View Post
    Smarty, like the template system in uber

    PHP Template Engine | Smarty
    Uhm, No,

  12. #42
    The one and only! Hejula is offline
    MemberRank
    Nov 2008 Join Date
    4,128Posts

    Re: BrickPHP ~ Complete CMS

    Quote Originally Posted by joopie View Post
    Uhm, No,
    Does it have a template engine? xD

  13. #43
    Live Ocottish Sverlord Joopie is offline
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,767Posts

    Re: BrickPHP ~ Complete CMS

    Quote Originally Posted by Hejula View Post
    Does it have a template engine? xD
    Uhm, No,

    Joke xD, It has one :)

  14. #44
    Proficient Member iJoris is offline
    MemberRank
    May 2010 Join Date
    175Posts

    Re: BrickPHP ~ Complete CMS

    Can you show your credits page and the maybe more?


    You dowing a GREAT Job!

    Goodluck.

  15. #45
    Live Ocottish Sverlord Joopie is offline
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,767Posts

    Re: BrickPHP ~ Complete CMS

    Quote Originally Posted by iJoris View Post
    Can you show your credits page and the maybe more?


    You dowing a GREAT Job!

    Goodluck.
    Lol?

    http://forum.ragezone.com/f331/brick...3/#post6503821

    And thank you.



Advertisement