Link submission software

Anybody know a good link submission package I can set up for a Darwin/FreeBSD server? The UberGeeks have a nice one, but it’s ported for Linux and I don’t have the time right now to modify it for my OSX server.

I have PHP4 and MySQL 4 running on my server.

–Petey

You should be able to use the ubergeek’s code with no problems.

Yeah…AFAIK, PHP isn’t platform-specific. You probably (if anything) have to change the pathnames.

actually nope :slight_smile: you just have to plug in the pretty SQL file into mySQL like this:

mysql [database name] < links.sql

you might have to use a name and password with that, but it should ask you

and let it go…just setup your database host, username, password, and what the name of the database is in the database_info.inc file and you’re set. :slight_smile:

if you need any help, feel free to PM me and i’ll help ya out.

*jeremy

check out www.hotscripts.com
They have a lot of free source for different platforms…

i have also added a link manager to our website…
check it out.

*Originally posted by activemx *
**check out www.hotscripts.com
They have a lot of free source for different platforms…
**

php works on about every platform there is (of course there are exceptions like BeOS, OS/2, but those aren’t very modern OS’s). there is no platform restriction on those scripts. to make sure these would work for you, i took my teacher’s g4 mac and set it up on there and it worked. so these scripts should work fine for you.

*jeremy

*Originally posted by Jeremy_Mc *
**php works on about every platform there is (of course there are exceptions like BeOS, OS/2, but those aren’t very modern OS’s). there is no platform restriction on those scripts. to make sure these would work for you, i took my teacher’s g4 mac and set it up on there and it worked. so these scripts should work fine for you.

*jeremy **

Thanks, I’ll try em.

–Petey