Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: How do I fix this problem?

  1. #1
    Join Date
    May 2006
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation How do I fix this problem?

    Here is my website
    http://psp-download-centre.tripod.com/demos/links/links.html

    It is a website for adding links to files to download.

    The add button does everything except for add the link Why won't the link add?

    I followed all the instructions in the ReadMe!

    Heres the files i used to make it and the ReadMe :
    Here

    Plz help!

  2. #2
    Join Date
    May 2006
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    plz help ppl

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    When you say "everything" except adding the link, what is "everything"?
    I mean.... isn't the link the only thing added?
    So... it does nothing?

    Relax... someone will figure it out... give it a bit of time... a lot more than half an hour
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  4. #4
    Join Date
    May 2006
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I deleted the site because i tried everything and it didn't work so im trying some other files.
    Do you have any recommendations for a link sharing site?

  5. #5
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    From what I can tell, it doesn't seem like you want to code it yourself.

    A while back, someone wanted a script for comments, and this might work for you.

    http://dynamicdrive.com/forums/showthread.php?t=8786

    The files are there, if not perfect. They work pretty well, but don't have too many features.


    You could adapt it to your site in two ways:
    1. Make it add the "comment" to the text file as a link... use php something like this:
    $comment = '<a href="'.$inputtext.'">'.$inputtext.'</a>';
    That would make a link out of the submitted URL.
    2. Then you could use a different text file for each type and relate to that to what is displayed for each.

    There's no validation option... so links might be submitted incorrectly.
    However... code could be added to the php to check if a file exists at the URL supplied... meaning it is valid (at least to something).


    Anyway, might be somewhat helpful.

    Writing something like this with a database would be pretty easy too... if you want to take that on.

    there may also be more scripts out there.... not sure.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  6. #6
    Join Date
    May 2006
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Lol, i know but I really don't know very much about PHP that's why i dont want to code it myself.

    Here is an example of what im looking for:
    http://files.psphacks.net

  7. #7
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    The script is a really good base to start with. Not much more I can do... don't know of any other scripts, sorry.
    Try google... there's probably something out there.

    And, really, php isn't that hard to learn... it's a bit of work, but certainly possible
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  8. #8
    Join Date
    May 2006
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I don't understand how i can make that into what im looking for?
    Could i get those files in a .zip?

  9. #9
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Well... "those files" are just some code. You'd just need to save them as pages... I believe the page names are in the thread.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  10. #10
    Join Date
    May 2006
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Where do i put the code you put in this thread in the script on the other thread?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •