-
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!
-
-
-
-
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
-
-
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?
-
-
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
-
-
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
-
-
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
-
-
I don't understand how i can make that into what im looking for?
Could i get those files in a .zip?
-
-
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
-
-
Where do i put the code you put in this thread in the script on the other thread?
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks