Its difficult to explain but I will give it a shot:
I have a program that uploads information via FTP. It uploads an html file.
The site is being built with PHPbb3. The forum is at mydomain.com/forum. I would like to setup the stats so it would be mydomain.com/stats/username.
For the program, you would enter this into it: ftp://username:password@yoursite.com...lder/file.html
And then it would auto upload. The file is max 40kb.
-----
How do you limit the max file size allowed on the FTP.
How would you restrict the file type so its only .html
-----
Another idea I had would be to somehow link this with "subscriptions" in phpbb3. Each person will need there own ftp account - unless there is a better way. I don't have much experience with phpbb3 other than the basics.
I want to make sure I can't easily get hacked. This is going to be on a dedicated server so its not too much of an issue - but I want it to be secure.
If anyone is very knowledgeable in this area I would love the help. Its not a paid position, this forum is going to be free with all the services.
|