PDA

View Full Version : Beta 2 is out!


blank
10-20-2007, 01:28 PM
Download it here: http://www.fastfreemedia.com/v1beta2.zip

Changes:

1) removed images/upload directory
- now only using media/upload directory

2) flash based upload utility in the /admincp allows mass file uploads and also helps with browser timeout related issues.

3) Uploading the images and the media in 1 process instead of having 2 separate upload utilities! Becomes even more helpfull when uploading a LOT of files.

4) added 2 setting changes in the install.php

5) a couple new utilities in /admincp

blank
10-20-2007, 01:29 PM
Bugs fixed:
1) the link on the yourvid.info logo across the whole demo was hardcoded
- The fix is pretty simple, open up both of the header templates and put your URL in

2) deleting games/movies doesn't actually remove the file
- ../flv really should be ../media this is in admincp/index.php and I'll have to fix this one.

3) index_content ad size issue

4) found quite a few places in the /admincp that needed to use ../ instead of / which fixes some sub directory install related issues.

5)
$HTTP_SERVER_VARS['PATH_INFO'] had to be used in play.php to fix a "lazy" mistake where some servers wouldn't process the ID properly.


Haven't fixed yet:
6) cp home needs to be overhauled and user game/movie submissions

7) users add game/movie to favorites isn't working right

8) users changing email/password needs to be worked in

9) in templates/pages there's some weird _GET vars issue so I changed them all to _REQUEST and they worked. Not exactly sure why but at least its working...

#9 ended up being a problem related to the site address variable. I couldn't even log in when this wasn't set properly! I will have to add something to the install file to allow you to set this.