Looking for a simple "add link" script

Discussion in 'Scripts' started by Brinked, Feb 28, 2006.

  1. #1
    Wish I knew php, with all the free scripts around, one doesnt need to know php to find what they need. I'm looking for a very simple script so I can have a link section on my site for people to add their link without any reciprical checking or anything. Just want it to save to a flat file database, For example, they type in their URL (http://www.mywebsite.com) then they type a title (My Website), and a description, then it will show a hyperlink that says "My Website" and links to the URL given and a small description under it. Im pretty sure this is around somewhere. If anyone knows please let me know been looking all over.
     
    Brinked, Feb 28, 2006 IP
  2. clancey

    clancey Peon

    Messages:
    1,099
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You will find a lot of potential scripts here:

    http://php.resourceindex.com/Complete_Scripts/Link_Management/

    For flat file, I just respond to vistor requests for a link. If the request is from a relevant site, I add it to my links directory.

    I want to expand beyond that and use a proper directory script for my links because there are now many categories.

    The most popular appears to be phpLink. Another good one is IndexScript.
     
    clancey, Feb 28, 2006 IP
  3. rehash

    rehash Well-Known Member

    Messages:
    1,502
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    150
    #3
    what do you understand by "flat file database"? text file or mysql database?
     
    rehash, Mar 1, 2006 IP
  4. MrLeN

    MrLeN Well-Known Member

    Messages:
    406
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    120
    #4
    A flat file database is when you store the information on text files, instead of mysql.
     
    MrLeN, Feb 9, 2010 IP