Page 1 of 1
Selected file time dont work right
Posted:
Fri Mar 04, 2011 6:39 am
by coolguy
As you can see .rar is a selected file type. I had this issue before and fixed it but the upgrade changed that. When selceting the *.swf;*.rar file types it has to be perfect of it wont work
Re: Selected file time dont work right
Posted:
Fri Mar 04, 2011 7:03 am
by PeterS
The file types extension string is very sensitive and has to be written in a certain way in order for it to work, which is to use a semicolon to separate the file types.
Re: Selected file time dont work right
Posted:
Fri Mar 04, 2011 7:14 am
by coolguy
yea im sure i was using the correct format
*.swf; *.jpg; *.jpeg
Re: Selected file time dont work right
Posted:
Fri Mar 04, 2011 7:18 am
by coolguy
yea im sure i was using the correct format
*.swf; *.jpg; *.jpeg
Re: Selected file time dont work right
Posted:
Fri Mar 04, 2011 8:19 am
by PeterS
Try it without any spaces and see if that works. You mentioned you solved this problem before, how did you do that?
Re: Selected file time dont work right
Posted:
Fri Mar 04, 2011 9:09 am
by coolguy
i have tried about everyway possible. I cant remember how did it. Where are the file types stored so i can just manually go in and change them that way?
thanks
Update
this is what my setting file looks like after i add the file types
Does it look correct?
- Code: Select all
Daddy's File Hosting|Slogan Here|http://localhost/dfh/|300|2|0|2|30|5|true|false|false|true|true|true|english|696d29e0940a4957748fe3fc9efd22a3|admin@daddyscripts.com|15|15|15|black.css|Your Street|Your ZIP-Code and City|http://www.yoururl.com|01234-56789|Your Name|abuse@daddyscripts.com|*.zip;*.rar;*.zip|*.jpg|50
Re: Selected file time dont work right
Posted:
Fri Mar 04, 2011 9:33 am
by coolguy
I also tried adding a semi colon after the last file type making it look like
- Code: Select all
Daddy's File Hosting|Slogan Here|http://localhost/dfh/|300|2|0|2|30|5|true|false|false|true|true|true|english|696d29e0940a4957748fe3fc9efd22a3|admin@daddyscripts.com|15|15|15|black.css|Your Street|Your ZIP-Code and City|http://www.yoururl.com|01234-56789|Your Name|abuse@daddyscripts.com|*.zip;*.rar;*.zip;|*.jpg;|50
No luck
So im starting to think there may be a bug somewhere you dnt have the same issue?
Re: Selected file time dont work right
Posted:
Fri Mar 04, 2011 1:14 pm
by PeterS
I'll do a fresh install of DFH, debug this tonight, and compare it against our other BETA developments if I found this bug to see if it exists in our BETA ones. I'll keep you updated with this issue.
Re: Selected file time dont work right
Posted:
Sat Mar 05, 2011 10:51 am
by PeterS