WordPress Plugin - Character Database

Discussion in 'PHP' started by alur3n, Aug 8, 2006.

  1. #1
    Hello,

    I am trying to code a page on my WordPress which allows a user to upload their own character, with the following fields:

    Name - Character Name; Unique
    Age - Numeric
    Gender - Boolean
    Height - Numeric
    Weight - Numeric
    Bio - Long Text Box
    Likes - Long Text Box
    Dislikes - Long Text Box
    Race - Text
    Pic1 - Image file, to be uploaded to /characters/images/(name1).jpg
    Pic2 - Image file, to be uploaded to /characters/images/(name2).jpg
    Pic3 - Image file, to be uploaded to /characters/images/(name3).jpg

    Each entry needs to be approved by an Administrator, or declined, at which time it should be accessible at /characters/(name) - I guess this access point would actually be /characters/character.php?character=(name) and changed with htaccess?

    In addition, search by Name, Age, Height, Weight and Gender should be available, as well as the ability for the submitting member to be able to edit their entry.

    Thanks to anyone who can help.


    EDIT: I am using MySQL to store data.
     
    alur3n, Aug 8, 2006 IP
  2. sandossu

    sandossu Guest

    Messages:
    2,274
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I don`t think you will get this for free
     
    sandossu, Aug 8, 2006 IP
  3. alur3n

    alur3n Peon

    Messages:
    269
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Fair enough. It's just a lot of trial & error then.
     
    alur3n, Aug 9, 2006 IP