Branches
Releases
|
Version
|
Focus
|
Date
|
|
2.1.3.1
|
Minor feature enhancements |
20-Mar-2003 23:15 |
|
2.1.2a
|
Minor feature enhancements |
08-Feb-2003 05:00 |
|
2.1.2
|
Minor feature enhancements |
31-Jul-2001 05:51 |
|
2.1.1
|
Minor feature enhancements |
23-Jul-2001 20:27 |
|
2.1
|
Minor feature enhancements |
20-Jul-2001 22:50 |
|
2.01b
|
Major feature enhancements |
14-Jul-2001 18:12 |
|
2.03
|
Minor bugfixes |
01-Jun-2001 06:22 |
|
2.02
|
Minor feature enhancements |
20-May-2001 22:11 |
|
2.01
|
Minor bugfixes |
12-May-2001 03:21 |
|
2.0
|
Major bugfixes |
08-May-2001 05:01 |
Comments
[»]
Download here ...
by dino - Feb 8th 2003 22:00:10
It's funny: earlier this week I came here looking for this script. There
were links to the home page then. Now they are gone.
Notice the project's admin is "huntseek" and not
"destiney".
Huntseek indeed: clicking on this person's profile leads us to the link we
need:
http://www.sourceforge.net/projects/phplinks
[reply]
[top]
[»]
Great script!
by Anonymous Coward - Oct 4th 2002 07:05:30
This is a very good script!
[reply]
[top]
[»]
Excellent System - Feature Request
by Joe Brouillard - Apr 26th 2002 14:51:38
This is one easy script to set up and use, plus it works! Yea!!!
One thing I didn't notice however when I set it all up, did the conversion
of over 3,500 categories and 800 links...
There is no way to Mass Eamil all valid submitters..
PLEASE consider adding this feature?
If I had a clue, I would do it..but I'm no PHP programmer, not even
close.
Thanks for a great package!
[reply]
[top]
[»]
Problems everywhere!
by Kiersten - Feb 5th 2002 03:05:46
I tried the report problem but sending to site admin's is greyed out and
wouldn't select. I downloaded the program sucessfully and viewed about 1/2
the pages of the main site of -
http://phplinks.org/
but I really need to read the docs which are supposedly here-
http://docs.phplinks.org/
and these 2 both as well
http://board.phplinks.org/
http://cvs.phplinks.org/
only give this error-
Cannot find server or DNS Error
Internet Explorer
AND I emailed webmaster@phplinks.org like the site says and it bounced
back with no mail.phplinks.org. So it seems everything is obviously
defunct but i'm hoping some kind former user of this has a copy of the docs
they could send me? I would SOOO appreciate a peek at the docs! Can
anyone out there help me out? PLZ!?
Send to k at kiersten dot cc.
If you have the docs but can help at all with setup I'll accept whatever
you can offer! Thanks so much ahead of time :)
--Kiersten
[reply]
[top]
[»]
Re: Problems everywhere!
by destiney - Feb 16th 2002 19:33:33
I apologize, I was moving my dns. Everything is fine now. :)
-- ------------------------------------------------------------------------
Greg Donald - http://destiney.com/
------------------------------------------------------------------------
destiney - (des-ti-ny) - n. 1. deity of all things "html", 2. common
internet addict, 3. lover of late 80's heavy metal music, 4. Activist
for the terminally un-elite; see also - cool guy, des, mr. php... It's
4:00am, your web site is still up, why are you?
http://phprated.com/ | http://phplinks.org/ | http://phptopsites.com/
------------------------------------------------------------------------
[reply]
[top]
[»]
This rocks!
by Jackspace - Sep 3rd 2001 16:59:05
I was about to spend almost $200 on a script that does exactly what this
one does. I had phpLinks up and running in less than ten minutes. Very
very clean configuration.
Would like to see more plug-ins and modules. Anyone want to sink their
teeth into this project?
[reply]
[top]
[»]
phplinks
by naChoZ - Aug 29th 2001 11:46:54
This seems like a great project. I use bk2site currently for my site (~1400 links) and it works pretty
well. The one feature that it lacks that I'd really like is to be able to
have an automated user submission feature. Anyone out there able to read a
netscape bookmark file so I can import mine?? :)
-- Andy Harrison
ICQ: 123472 AIM/Y!: AHinMaine
[reply]
[top]
[»]
Future Enhancement?
by John Woodstock - Aug 25th 2001 11:48:08
I currently manage a collection of links in the Ham Radio space. It has
4500ish links.
I use PHP and MySQL to manage the presentation. Frankly I think you have
done a heck of a job with your user interface. It is far better than
mine.
I was reviewing the tables and I don't see a way to mark a link as valid
or not. Let me explain what I do. In the Ham Radio space, there are lots of
clubs and individuals. They are always moving their sites around. Before I
jumped into the space, there were tons of link lists out there and 30% of
the links would be bad. So I decided to validate each link each week. I
added to my tables a "FailCount" and
"LastValidationDate" fields. I have a small perl script that
validates the links and increments the FailCount if the site link is
invalid. I reset it to zero if it goes from invalid to valid. Once I have
checked it 26 weeks, I stop bothering to even check.
When the site access the database I've added to the select statements
"and failcount = 0". This way the links are there in case I come
across it someplace, I know it is bad and I only show links I can get
to..
Would it be possible to add the concept of an invalid link to phplinks? If
you don't have the time, or the inclination, can you tell me what files I
would need to tweak in order to add it to your 2.1.2 version.
Couple other things:
1) Your support board site seems to be down.
2) The download links on your home page only worked when I added a
www.
in front of the URLs you have listed.
3) You should have your ISP check your MX records in your domains
DNS.
to @phplinks.org
Thanks for your time
[reply]
[top]
[»]
Re: Future Enhancement?
by destiney - Aug 25th 2001 13:02:36
> I was reviewing the tables and I don't
> see a way to mark a link as valid or
No column exists to store any link status data. There is a script that
checks links though. There are no plans to begin storing this data.
> Would it be possible to add the
> concept of an invalid link to phpLinks?
Already exists, as described above.
> If you don't have the time, or the
> inclination, can you tell me what files
> I would need to tweak in order to add it
I don't know, sounds like a new feature all around, I'd add new scripts to
admin if it were me. I don't think very many people would us this though.
And as it stands a web server is not the best thing to use to check links.
PHP's fopen and fsockopen produce unreliable results a lot of the
time.
> Couple other things:
>
> 1) Your support board site seems
> to be down.
Works fine for me. I checked it out via tracert.com and I can hit if from most
anywhere in the world in 14 hops or less.
> 2) The download links on your home
> page only worked when I added a www.
> in front of the URLs you have
> listed.
http://phplinks.org/downloads/src/phplinks_2.1.2.tar.gz
works fine for me and a few icq friends I had check it as well. Maybe it's
your isp or the dns servers you are using that is the problem.
> 3) You should have your ISP check
> your MX records in your domains DNS.
> to @phplinks.org
I host my own DNS, and it appears to work fine when tested. I had a couple
of friends send me a few test messages and they all arrived. MX records
appear to in order.
Don't know what to tell ya...
-- ------------------------------------------------------------------------
Greg Donald - http://destiney.com/
------------------------------------------------------------------------
destiney - (des-ti-ny) - n. 1. deity of all things "html", 2. common
internet addict, 3. lover of late 80's heavy metal music, 4. Activist
for the terminally un-elite; see also - cool guy, des, mr. php... It's
4:00am, your web site is still up, why are you?
http://phprated.com/ | http://phplinks.org/ | http://phptopsites.com/
------------------------------------------------------------------------
[reply]
[top]
[»]
One of the best
by artie - Jul 25th 2001 08:30:17
A few words to encourage the hard work made here. I've seen a lot of
similar tool as phplinks, but phplinks is the best. I have tested the last
version and it seems better than ever.
Thanks for that soft.
[reply]
[top]
|