How to create a few things on my website

Discussion in 'HTML & Website Design' started by InvestInPixels, Sep 10, 2012.

  1. #1
    Hi guys,

    How can I create a refer friends link, that will automatically reward accounts with credits, i.e. each account automatically has a link, and then when someone signs up their account is rewarded XXXX credits.

    Thanks for the help!
     
    Last edited: Sep 10, 2012
    InvestInPixels, Sep 10, 2012 IP
  2. 7thand43rd

    7thand43rd Member

    Messages:
    84
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    43
    #2
    You'll need some type of server side language and a database.

    Way out of the HTML / CSS scope, and if you're asking in this forum you'll most likely need a developer.

    The run down though is you grab the reference id using $_GET, and you check that against the database, if that reference exists you credit said reference by updating the row with the new credit amount.
     
    7thand43rd, Sep 10, 2012 IP
  3. InvestInPixels

    InvestInPixels Member

    Messages:
    500
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    45
    #3
    Thanks! Just gives me an idea of what needs to be done.
     
    InvestInPixels, Sep 10, 2012 IP
  4. anna30

    anna30 Well-Known Member

    Messages:
    281
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    123
    #4
    Which language are you using to develop such a useful thing?
     
    anna30, Sep 10, 2012 IP
  5. InvestInPixels

    InvestInPixels Member

    Messages:
    500
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    45
    #5
    I don't develop, sorry!

    Anyone know roughly how much something like that would cost to make?

    Thanks.
     
    InvestInPixels, Sep 11, 2012 IP
  6. 7thand43rd

    7thand43rd Member

    Messages:
    84
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    43
    #6
    How much it cost depends on how elaborate it is. If you're just wanting affiliate tracking ( + adding "credits" ) but not doing anything else it shouldn't cost over $100 dollars to do it.
     
    7thand43rd, Sep 11, 2012 IP
  7. Jam0r

    Jam0r Active Member

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #7
    Price would also depend on whether it was being tied into an existing system (a game for example) where a back-end already exists (ie, you already have a user system in place), or if it is being developed from scratch (from db structure through to site integration)
     
    Jam0r, Sep 11, 2012 IP
  8. ripplenet

    ripplenet Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #8
    Hi Friends,

    To create HTML, you can write it from scratch in notepad, or use a WYSIWYG software program. HTML is not a programming language per se, and as such is much easier to use than true programming languages. You can learn basic HTML in less than an hour and start using it to create your very own web pages.
     
    ripplenet, Sep 11, 2012 IP
  9. HBz

    HBz Peon

    Messages:
    51
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #9
    This kind of system sounds like something that is very commonly done. I would suggest trying to not reinvent the wheel here, and instead search for existing solutions - perhaps within the CMS you are currently probably using - in order to do this.
     
    HBz, Sep 11, 2012 IP