Quote:
|
Originally Posted by ShavedApe Something you need to be aware of before starting this.
I wrote an auto nfo retrieval, this hack connects to posted ftp and searches for the nfo for the release posted. It would search sub dir's until it found etc lots of other features i wont go into the point being that I know a lot about the following from experience and unless your aware of it before you start you could end up spending a lot of time coding something that you cant use for security reasons or whatever.
If you want your board host to connect to a server to run an sfv check keep these things in mind. The server you are connecting to had better be legit/legal because your not just testing to see if your board can connect. Your doing actual activity such as changiing dirs possibly downloading a file or two etc all of which can be logged and reported. Just as an ftp checker is unsafe so is this but since your doing more its much easier to get noticed.
It had also better be a very good host because it will take time and unless your script to do this works in the background or independantly of vB it can mean the difference between 2 seconds to post and 2 minutes to post even on a good host. There are other reasons but those two are the more serious ones to think of. |
Thanks for replying.
From your experience, and the code you made for the auto nfo retriver:
is this (or nfo retriver) something usable & coding worthy ?
if any small lag, guessing maybe can do this as background cronjob process.
but wanted to know if u believe it to be too much laggy... i mean did u removed the hack u wrote for this reason, or u manged to make it usable under some certain conditions/coding (if putting aside the security factor) ?