Wednesday, October 12, 2005

SQL overflow & Podcast upload issue resolved (12/10/2005)

There was an issue with the podcast server (as all php based server), which limits all web upload to only 2MB. Well, moks found 2 solution which both were implemented in our podcast server.
1) Using a remote CGI script for upload >2MB.
2) Using FTP Javaclient / FTP server for the upload.
Thus, the issue has been resolved.

There was also an issue with the testimonial in the profile section which is screwed by the short URL. This has also been resolved using the $my->id & $is_registered variable to block the SQL overflow.

No comments: