Looking for php programmer
I am admin of a new private tracker and we are looking for a php programmer to create an auto upload script for us.
It should work like this. When something new is pred on the topsite IRC it automatically starts the ftp transfer to the seedbox, then when the transfer is complete it automatically creates and uploads the torrent to our tracker.
Our seedbox is running Centos torrentflux B4rt. We have topsite ftp access and the sysop is willing to pay for anyone who can create this for us. If you can please PM me.
Re: Looking for php programmer
you should be very careful about a c0der you get anonymously.
maybe have someone you trust to check the code afterwards.
anyhow good luck to you and the trackers, by your word sounds like a neat place to be.
Re: Looking for php programmer
sry for the dbl, stupid browser (or maybe me :D)
Re: Looking for php programmer
how much are u willing to pay :P
Re: Looking for php programmer
Re: Looking for php programmer
just curious, but who codes your site? :ermm:
if your willing to pay try here, though i'm not sure why those two cant share a bit of code with you :P sharing is caring :lol:
Re: Looking for php programmer
Finding a coder is a tricky thing. You best really trust the person or he could end up really screwing you.
Look around TBDEV and TPG when its back up, some good people and coders there.
Wild
Re: Looking for php programmer
Quote:
Originally Posted by
Wizzcameron
150 Euro? :)
yep, the site owner is willing to pay 150 euro. If anyone is interested please PM me.
Re: Looking for php programmer
Good luck, and when you have finished the site, please post over here!
Re: Looking for php programmer
I could do it, but not at that price.
It's just not something that's very interesting or challenging.
If you want a starting point for creating the torrent file with pure PHP, this topic came up recently on tbdev where I posted torrent creation code.
For the FTP stuff, you're going to need to recompile PHP if you want to use the built in functions, or build the entire protocol implementation on top of PHP sockets.
Uploading the torrent to the site can be built on sockets with a little http knowledge.
Once you have the files and the torrent (with passkey), loading them into torrentflux should be as easy as dropping a .torrent file into downloads/.torrents and emulating the command used by tflux to start the seed. You will want to start this command as the same user as the webserver though so that tflux can later stop/restart the torrents.
Throw the lot into an IRC bot and you're rocking.
Re: Looking for php programmer
i know this thread is old and pointless by now, but i'll do it for free for you. i don't ask of anything in return either for something so simple. however, the setup that is easiest is not the most efficient and I would do the easiest way. easiest would be: 1) using mirc, instead of eggdrop 2) using python to make the .torrent instead of c++ 3) having it upload, but having the site auto recognize and place it in the database.
i guess #3 gets tricky and #1 and #2 are not that big of a deal, but if you are obsessed with getting the pre time to the absolute second then i wouldn't go with it because you will waste a couple of seconds especially on dvds or bigger .torrents that need to be made.