Invoice/Receipt System

Results 1 to 7 of 7
  1. #1
    Member chl is offline
    MemberRank
    Mar 2012 Join Date
    Kuala Lumpur, MLocation
    44Posts

    Invoice/Receipt System










    PURCHASE SUCCESS PAGE, EXTRACT THE GREEN COLUMN IF YOU WANT TO USE YOUR OWN PURCHASE SUCCESS PAGE


    Note!
    The script automatically create the db table if it doesn't exist, the table name must be 'payments'



    The download includes
    - an example of the MYSQL table insert query

    PHP Code:
    <?php
    mysql_query
    ("INSERT INTO `payments` VALUES ('','".$_SESSION['user']['id']."','".$_SESSION['user']['username']."','Badge ADCT', NOW() ,'".$_SESSION['user']['credits']."','".$_SESSION['user']['activity_points']."','10000','2500','1','".$_SESSION['user']['rank']."','0','0')");
    ?>
    - a purchase success page


    Download
    Invoice - Download - 4shared


  2. #2
    Banned Divide is offline
    BannedRank
    Aug 2011 Join Date
    British CoderLocation
    1,013Posts

    Re: Invoice/Receipt System

    HoloCMS and PHPRetro have this built in..

  3. #3
    Not so spooky... MrSpooks is offline
    Grand MasterRank
    May 2010 Join Date
    Under a rockLocation
    1,068Posts

    Re: Invoice/Receipt System

    Quote Originally Posted by Divide View Post
    HoloCMS and PHPRetro have this built in..

    But RevCMS Don't. So thanks for the release! :D

  4. #4
    Developer Eronisch is offline
    Grand MasterRank
    Jul 2009 Join Date
    The NetherlandsLocation
    1,328Posts

    Re: Invoice/Receipt System

    Quote Originally Posted by Divide View Post
    HoloCMS and PHPRetro have this built in..
    They are both outdated, and the official releases had exploits in them.

  5. #5
    No, Just no. Matthew is offline
    Grand MasterRank
    Jul 2008 Join Date
    United KingdomLocation
    1,408Posts

    Re: Invoice/Receipt System

    mysql_query
    lel.

    /2short

  6. #6
    Sorcerer Supreme Bow is offline
    Member +Rank
    Jan 2012 Join Date
    407Posts

    Re: Invoice/Receipt System

    Quote Originally Posted by Matthew View Post
    lel.

    /2short
    What's "lel?"

    O/T: Useless add on and doesn't even look secure by the images.

  7. #7
    Member chl is offline
    MemberRank
    Mar 2012 Join Date
    Kuala Lumpur, MLocation
    44Posts

    Re: Invoice/Receipt System

    Quote Originally Posted by Bow View Post
    What's "lel?"

    O/T: Useless add on and doesn't even look secure by the images.
    It's just a rough script from my very old hotel



Advertisement