Softmp3 is closed and will not be opened up again.
I've decided to share the sourcecode as a contribution to the torrent community, so feel free to do whatever you may feel like with it.
Read first!
* This is the complete sourcecode, databasestructure and tracker.
* The tracker is in uncompiled c, and userdetails/details is suited for the c-tracker.
* Dont contact me for help with how to implement or use the code.
Compile the tracker (.sh-file):
#!/bin/sh
gcc -o baroktracker -g -ggdb /usr/lib/libmysqlclient.so baroktracker.c
Run the tracker (.sh-file):
#!/bin/sh
ulimit -c unlimited
ulimit -n 1000000
su tracker -c /home/tracker/baroktracker
[mysqld] settings for my.cnf (for the search function to work)
ft_min_word_len = 2
ft_stopword_file=/etc/an_empty_file.txt
Download the complete source code and database-structure: http://mintorrent.se/EOA1vz/SOFTMP3_rar
// soft - 2009-05-20